Changeset 813
- Timestamp:
- 07/22/06 23:48:01
- Files:
-
- access/trunk/README (modified) (1 diff)
- access/trunk/build.xml (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
access/trunk/README
r812 r813 12 12 ../ant.sh 13 13 14 To do a clean build 14 To do a clean build of source and javadoc in directory dist 15 15 <ant> clean-build-all 16 16 access/trunk/build.xml
r806 r813 40 40 <fileset id="base.resource.files" refid="empty.fileset" /> 41 41 42 <property name="generated.jar.file" 43 location="${dist.home}/${edu.rpi.cmt.access.jar}-${edu.rpi.cmt.access.version}.jar" /> 44 42 45 <property name="test.jar.file" 43 46 location="${dist.home}/${edu.rpi.cmt.access.jar}-test-${edu.rpi.cmt.access.version}.jar" /> … … 101 104 <ant antfile="${buildjar}" inheritRefs="true" target="build" > 102 105 <property name="build.jar.file" 103 location="${ test.jar.file}" />106 location="${generated.jar.file}" /> 104 107 </ant> 105 108 </target> … … 120 123 <ant antfile="${buildjar}" inheritRefs="true" target="build" > 121 124 <property name="build.jar.file" 122 location="${ dist.home}/${edu.rpi.cmt.access.jar}-test-${edu.rpi.cmt.access.version}.jar" />125 location="${test.jar.file}" /> 123 126 </ant> 124 127 </target>
