Changeset 349 for trunk/JavaCommons
- Timestamp:
- 01/05/12 15:46:09 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaCommons/build.xml
r337 r349 97 97 <path id="JFCMonitor.classpath"> 98 98 <pathelement location="${build.location.jfcmonitor}" /> 99 <path refid="JavaHelperLib.classpath" /> 99 100 </path> 100 101 … … 330 331 </manifest> 331 332 </jar> 333 <copy todir="${dist.location.jfcmonitor}"> 334 <fileset file="${dist.location.main}/${JavaHelperLib.jarname}"/> 335 </copy> 332 336 333 337 <!-- copy Javadoc to dist -->
Note: See TracChangeset
for help on using the changeset viewer.