Changeset 14241
- Timestamp:
- 11/10/12 22:44:42 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/abcl/build.xml
r14184 r14241 43 43 <property name="abcl.ext.dir" 44 44 value="${basedir}/ext"/> 45 46 <property name="abcl.runtime.jar.path" 47 value="${abcl.jar.path}"/> 45 48 46 49 <fail message="Please build using Ant 1.7.1 or higher."> … … 479 482 <property name="additional.jars" value=""/> 480 483 <path id="abcl.runtime.classpath"> 481 <pathelement location="${abcl. jar.path}"/>484 <pathelement location="${abcl.runtime.jar.path}"/> 482 485 <pathelement path="${additional.jars}"/> 483 486 </path>
Note: See TracChangeset
for help on using the changeset viewer.