jvanzyl 00/11/27 17:24:58
Modified: build build-velocity.xml
Log:
- copy the directive.properties file into the classpath so
the directives can be initialized.
Revision Changes Path
1.19 +6 -0 jakarta-velocity/build/build-velocity.xml
Index: build-velocity.xml
===================================================================
RCS file: /home/cvs/jakarta-velocity/build/build-velocity.xml,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- build-velocity.xml 2000/11/25 18:43:29 1.18
+++ build-velocity.xml 2000/11/28 01:24:55 1.19
@@ -59,6 +59,9 @@
<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="default.test.properties"
value="org/apache/velocity/test/defaults/velocity.properties"/>
@@ -126,6 +129,9 @@
<copy file="${src.java.dir}/${default.properties}"
tofile="${build.dest}/${default.properties}"/>
+
+ <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 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
