Index: /trunk/IDE_metadata/NetBeans/TMCSim/build.xml
===================================================================
--- /trunk/IDE_metadata/NetBeans/TMCSim/build.xml	(revision 20)
+++ /trunk/IDE_metadata/NetBeans/TMCSim/build.xml	(revision 22)
@@ -131,4 +131,16 @@
       </jar>
 </target>
+
+<target description="Build separate jar files for each component of the TMC system." 
+        name="ZipForInstall" depends="package-jar">
+    <!-- Notes:    Create a zip file with jars and all external resources for distributing
+    to other machines.
+    Zip the Jar files.
+    Zip folders for config, images, audio, scripts.
+    Write .bat files and .bash files to launch each app.  Put these in root folder.
+    Zip it all up!
+    -->
+</target>
+
     <!--
 
