Changeset 443 in tmcsimulator for trunk/IDE_metadata/NetBeans/TMCSim/build.xml
- Timestamp:
- 07/14/2019 10:21:42 AM (7 years ago)
- File:
-
- 1 edited
-
trunk/IDE_metadata/NetBeans/TMCSim/build.xml (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/IDE_metadata/NetBeans/TMCSim/build.xml
r435 r443 155 155 <property name="deploy.jar" value="${deploy.dir}/${deploy.jar.name}.jar"/> 156 156 157 <echo message="Packaging ${application.title} into a single JAR at ${deploy.jar}"/>157 <echo message="Packaging ${application.title} components into Jar files in deploy folder."/> 158 158 159 159 <delete dir="${deploy.dir}"/> … … 172 172 </jar> 173 173 174 < zip destfile="${deploy.jar}">174 <!--zip destfile="${deploy.jar}"> 175 175 <zipfileset src="${deploy.dir}/temp_final.jar" 176 176 excludes="META-INF/*.SF, META-INF/*.DSA, META-INF/*.RSA"/> 177 </zip >177 </zip--> 178 178 179 179 <delete file="${deploy.dir}/temp_final.jar"/> … … 216 216 </manifest> 217 217 </jar> 218 <!-- Remove the following line when we get CADClient to run219 <delete file="${deploy.dir}/CADClient.jar"/>-->220 218 221 219 <!-- *** Build Clock Client Only Jar *** --> … … 231 229 </jar> 232 230 233 <!-- *** Console Traffic Driver Only Jar *** --> 234 <jar destfile="${deploy.dir}/ConsoleTrafficDriver.jar" 235 basedir="${build.dir}/classes" 236 includes="atmsdriver/**, atmsdriver.model/**, tmcsim/common/**" 237 excludes="**/Test.class"> 238 <zipgroupfileset dir="dist/lib" includes="xercesImpl.jar"/> 239 <manifest> 240 <attribute name="Main-Class" value="atmsdriver/ConsoleTrafficDriver"/> 241 </manifest> 242 </jar> 231 <!-- ** Unified Logger Zip file ** --> 232 <zip destfile="${deploy.dir}/unifiedlogger.zip" 233 basedir="${src.dir}/python/unifiedlogger" 234 excludes="**/pyc, **/package.sh, wing_project.wpr"/> 235 243 236 <!-- *** Traffic Events Animator Only Jar *** --> 244 237 <jar destfile="${deploy.dir}/TrafficEventsAnimator.jar" … … 263 256 </jar> 264 257 <!-- Set Executable --> 265 <chmod file="${deploy.dir}/ShowUserDir.jar" perm="a+x"/>266 258 <chmod file="${deploy.dir}/CADserver_r${svna.version}.jar" perm="a+x"/> 267 259 <chmod file="${deploy.dir}/SimManager_r${svna.version}.jar" perm="a+x"/> 260 <chmod file="${deploy.dir}/CADclient_r${svna.version}.jar" perm="a+x"/> 261 <chmod file="${deploy.dir}/ClockClient_r${svna.version}.jar" perm="a+x"/> 262 <chmod file="${deploy.dir}/TrafficEventsAnimator.jar" perm="a+x"/> 263 <chmod file="${deploy.dir}/ShowUserDir.jar" perm="a+x"/> 264 <chmod file="${deploy.dir}/unifiedlogger.zip" perm="a+x"/> 268 265 </target> 269 266
Note: See TracChangeset
for help on using the changeset viewer.
