jvanzyl 00/11/27 18:12:13
Modified: build build-velocity.xml
Log:
- copy all the runtime default properties files at once
using a fileset with an includes="*".
Revision Changes Path
1.20 +8 -10 jakarta-velocity/build/build-velocity.xml
Index: build-velocity.xml
===================================================================
RCS file: /home/cvs/jakarta-velocity/build/build-velocity.xml,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- build-velocity.xml 2000/11/28 01:24:55 1.19
+++ build-velocity.xml 2000/11/28 02:12:11 1.20
@@ -57,11 +57,8 @@
<property name="introspector.test"
value="org.apache.velocity.test.IntrospectorTestCase"/>
- <property name="default.properties"
- value="org/apache/velocity/runtime/defaults/velocity.properties"/>
-
- <property name="directive.properties"
- value="org/apache/velocity/runtime/defaults/directive.properties"/>
+ <property name="runtime.defaults.dir"
+ value="org/apache/velocity/runtime/defaults"/>
<property name="default.test.properties"
value="org/apache/velocity/test/defaults/velocity.properties"/>
@@ -127,12 +124,13 @@
includes="**/*.class"/>
</copy>
- <copy file="${src.java.dir}/${default.properties}"
- tofile="${build.dest}/${default.properties}"/>
+ <copy todir="${build.dest}/${runtime.defaults.dir}">
+ <fileset
+ dir="${src.java.dir}/${runtime.defaults.dir}"
+ includes="*"
+ />
+ </copy>
- <copy file="${src.java.dir}/${directive.properties}"
- tofile="${build.dest}/${directive.properties}"/>
-
<copy file="${src.java.dir}/${default.test.properties}"
tofile="${build.dest}/${default.test.properties}"/>
- cvs commit: jakarta-velocity/build build-velocity.xml jvanzyl
- cvs commit: jakarta-velocity/build build-velocity.xml jvanzyl
- cvs commit: jakarta-velocity/build build-velocity.xml dlr
- cvs commit: jakarta-velocity/build build-velocity.xml dlr
- cvs commit: jakarta-velocity/build build-velocity.xml jon
- cvs commit: jakarta-velocity/build build-velocity.xml daveb
- cvs commit: jakarta-velocity/build build-velocity.xml jvanzyl
- cvs commit: jakarta-velocity/build build-velocity.xml jvanzyl
- cvs commit: jakarta-velocity/build build-velocity.xml jon
- cvs commit: jakarta-velocity/build build-velocity.xml jvanzyl
- cvs commit: jakarta-velocity/build build-velocity.xml jvanzyl
- cvs commit: jakarta-velocity/build build-velocity.xml geirm
- cvs commit: jakarta-velocity/build build-velocity.xml geirm
- cvs commit: jakarta-velocity/build build-velocity.xml jon
- cvs commit: jakarta-velocity/build build-velocity.xml jvanzyl
- cvs commit: jakarta-velocity/build build-velocity.xml geirm
- cvs commit: jakarta-velocity/build build-velocity.xml geirm
- cvs commit: jakarta-velocity/build build-velocity.xml geirm
- cvs commit: jakarta-velocity/build build-velocity.xml geirm
- cvs commit: jakarta-velocity/build build-velocity.xml geirm
- cvs commit: jakarta-velocity/build build-velocity.xml geirm
