Index: trunk/IDE_metadata/NetBeans/TMCSim/build.xml
===================================================================
--- trunk/IDE_metadata/NetBeans/TMCSim/build.xml	(revision 59)
+++ trunk/IDE_metadata/NetBeans/TMCSim/build.xml	(revision 64)
@@ -89,5 +89,5 @@
 <!--
                 =================
-                LOC counter 
+                LOC counter
                 =================
 -->
@@ -96,6 +96,6 @@
 	      classpath="${workdir}/lib/JavaLOC.jar">
                <arg line="-r -d ${workdir}/src"/>
-	</java>    
-</target>    
+	</java>
+</target>
 <!--
                 =================
@@ -143,5 +143,5 @@
                 =================
 -->
-<target description="Build separate jar files for each component of the TMC system." 
+<target description="Build separate jar files for each component of the TMC system."
         name="package-jars" depends="jar">
 
@@ -211,7 +211,19 @@
         </manifest>
       </jar>
-      <!-- Remove the following line when we get CADClient to run 
+      <!-- Remove the following line when we get CADClient to run
       <delete file="${deploy.dir}/CADClient.jar"/>-->
-      
+
+      <!--                   *** Build Clock Client Only Jar ***         -->
+      <jar destfile="${deploy.dir}/ClockClient.jar"
+       basedir="${build.dir}/classes"
+       includes="tmcsim/client/ClockClient*.class, tmcsim/client/ClockView.class,
+        tmcsim/interfaces/**, tmcsim/cadmodels/**, tmcsim/common/**, tmcsim/client/**">
+      <zipgroupfileset dir="dist/lib" includes="xercesImpl.jar"/>
+        <manifest>
+            <attribute name="Main-Class" value="tmcsim.client.ClockClient"/>
+            <attribute name="Implementation-Version" value="${TODAY}"/>
+        </manifest>
+      </jar>
+
       <!--                   *** Build Paramics Communicator Only Jar ***         -->
       <jar destfile="${deploy.dir}/ParamicsCommunicator.jar"
@@ -227,5 +239,5 @@
 </target>
 
-<target description="Build separate jar files for each component of the TMC system." 
+<target description="Build separate jar files for each component of the TMC system."
         name="ZipForInstall" depends="package-jars">
     <!-- Notes:    Create a zip file with jars and all external resources for distributing
@@ -240,7 +252,7 @@
     <!--
 
-    There exist several targets which are by default empty and which can be 
-    used for execution of your tasks. These targets are usually executed 
-    before and after some main targets. They are: 
+    There exist several targets which are by default empty and which can be
+    used for execution of your tasks. These targets are usually executed
+    before and after some main targets. They are:
 
       -pre-init:                 called before initialization of project properties
@@ -268,10 +280,10 @@
         </target>
 
-    For list of available properties check the imported 
-    nbproject/build-impl.xml file. 
+    For list of available properties check the imported
+    nbproject/build-impl.xml file.
 
 
     Another way to customize the build is by overriding existing main targets.
-    The targets of interest are: 
+    The targets of interest are:
 
       -init-macrodef-javac:     defines macro for javac compilation
@@ -281,5 +293,5 @@
       -do-jar-with-manifest:    JAR building (if you are using a manifest)
       -do-jar-without-manifest: JAR building (if you are not using a manifest)
-      run:                      execution of project 
+      run:                      execution of project
       -javadoc-build:           Javadoc generation
       test-report:              JUnit report generation
@@ -293,8 +305,8 @@
         </target>
 
-    Notice that the overridden target depends on the jar target and not only on 
-    the compile target as the regular run target does. Again, for a list of available 
+    Notice that the overridden target depends on the jar target and not only on
+    the compile target as the regular run target does. Again, for a list of available
     properties which you can use, check the target you are overriding in the
-    nbproject/build-impl.xml file. 
+    nbproject/build-impl.xml file.
 
     -->
