Changeset 6727 for trunk/build.xml
- Timestamp:
- Feb 13, 2015, 8:35:11 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/build.xml
r6684 r6727 409 409 <compilerarg value="${javac.arg}" /> 410 410 </javac> 411 <copy todir="${core.build}" 411 <delete file="${core.build}/base.version" failonerror="false" /> 412 <copy todir="${core.build}" 412 413 description="Resource files needed by the core; excludes documentation and source files"> 413 414 <fileset dir="${core.src}">
Note: See TracChangeset
for help on using the changeset viewer.