Changeset 349


Ignore:
Timestamp:
01/05/12 15:46:09 (12 years ago)
Author:
sherbold
Message:
  • updated build script to respect new reference from JFCMonitor to JavaHelperLib?
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/JavaCommons/build.xml

    r337 r349  
    9797        <path id="JFCMonitor.classpath"> 
    9898                <pathelement location="${build.location.jfcmonitor}" /> 
     99                <path refid="JavaHelperLib.classpath" /> 
    99100        </path> 
    100101 
     
    330331                        </manifest> 
    331332                </jar> 
     333                <copy todir="${dist.location.jfcmonitor}"> 
     334                        <fileset file="${dist.location.main}/${JavaHelperLib.jarname}"/> 
     335                </copy> 
    332336 
    333337                <!-- copy Javadoc to dist --> 
Note: See TracChangeset for help on using the changeset viewer.