Index: trunk/IDE_metadata/NetBeans/TMCSim/build.xml
===================================================================
--- trunk/IDE_metadata/NetBeans/TMCSim/build.xml	(revision 435)
+++ trunk/IDE_metadata/NetBeans/TMCSim/build.xml	(revision 443)
@@ -155,5 +155,5 @@
     <property name="deploy.jar" value="${deploy.dir}/${deploy.jar.name}.jar"/>
 
-    <echo message="Packaging ${application.title} into a single JAR at ${deploy.jar}"/>
+    <echo message="Packaging ${application.title} components into Jar files in deploy folder."/>
 
     <delete dir="${deploy.dir}"/>
@@ -172,8 +172,8 @@
     </jar>
 
-    <zip destfile="${deploy.jar}">
+    <!--zip destfile="${deploy.jar}">
         <zipfileset src="${deploy.dir}/temp_final.jar"
         excludes="META-INF/*.SF, META-INF/*.DSA, META-INF/*.RSA"/>
-    </zip>
+    </zip-->
 
     <delete file="${deploy.dir}/temp_final.jar"/>
@@ -216,6 +216,4 @@
         </manifest>
       </jar>
-      <!-- Remove the following line when we get CADClient to run
-      <delete file="${deploy.dir}/CADClient.jar"/>-->
 
       <!--                   *** Build Clock Client Only Jar ***         -->
@@ -231,14 +229,9 @@
       </jar>
       
-      <!--                   *** Console Traffic Driver Only Jar ***         -->
-      <jar destfile="${deploy.dir}/ConsoleTrafficDriver.jar"
-       basedir="${build.dir}/classes"
-       includes="atmsdriver/**, atmsdriver.model/**, tmcsim/common/**"
-       excludes="**/Test.class">
-        <zipgroupfileset dir="dist/lib" includes="xercesImpl.jar"/>
-        <manifest>
-            <attribute name="Main-Class" value="atmsdriver/ConsoleTrafficDriver"/>
-        </manifest>
-      </jar>
+      <!--                ** Unified Logger Zip file **                      -->
+      <zip destfile="${deploy.dir}/unifiedlogger.zip"
+        basedir="${src.dir}/python/unifiedlogger"
+        excludes="**/pyc, **/package.sh, wing_project.wpr"/>
+      
       <!--                   *** Traffic Events Animator Only Jar ***         -->
       <jar destfile="${deploy.dir}/TrafficEventsAnimator.jar"
@@ -263,7 +256,11 @@
       </jar>
       <!--  Set Executable --> 
-      <chmod file="${deploy.dir}/ShowUserDir.jar" perm="a+x"/>
       <chmod file="${deploy.dir}/CADserver_r${svna.version}.jar" perm="a+x"/>
       <chmod file="${deploy.dir}/SimManager_r${svna.version}.jar" perm="a+x"/>
+      <chmod file="${deploy.dir}/CADclient_r${svna.version}.jar" perm="a+x"/>
+      <chmod file="${deploy.dir}/ClockClient_r${svna.version}.jar" perm="a+x"/>
+      <chmod file="${deploy.dir}/TrafficEventsAnimator.jar" perm="a+x"/>
+      <chmod file="${deploy.dir}/ShowUserDir.jar" perm="a+x"/>
+      <chmod file="${deploy.dir}/unifiedlogger.zip" perm="a+x"/>
 </target>
 
