Changeset 22 in tmcsimulator for trunk/IDE_metadata/NetBeans/TMCSim/build.xml


Ignore:
Timestamp:
04/24/2016 04:58:40 PM (10 years ago)
Author:
jdalbey
Message:

build.xml: Add notes for making a new target for zip-install

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/IDE_metadata/NetBeans/TMCSim/build.xml

    r20 r22  
    131131      </jar> 
    132132</target> 
     133 
     134<target description="Build separate jar files for each component of the TMC system."  
     135        name="ZipForInstall" depends="package-jar"> 
     136    <!-- Notes:    Create a zip file with jars and all external resources for distributing 
     137    to other machines. 
     138    Zip the Jar files. 
     139    Zip folders for config, images, audio, scripts. 
     140    Write .bat files and .bash files to launch each app.  Put these in root folder. 
     141    Zip it all up! 
     142    --> 
     143</target> 
     144 
    133145    <!-- 
    134146 
Note: See TracChangeset for help on using the changeset viewer.