tfischer 2005/07/19 06:30:00
Modified: . maven.xml
Log:
specify the files to include from the conf directory in order to not include
them in the generator build
Revision Changes Path
1.26 +8 -3 db-torque/maven.xml
Index: maven.xml
===================================================================
RCS file: /home/cvs/db-torque/maven.xml,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- maven.xml 18 Jul 2005 17:33:40 -0000 1.25
+++ maven.xml 19 Jul 2005 13:30:00 -0000 1.26
@@ -48,7 +48,12 @@
<!-- copy the contents of the conf directory -->
<!-- to the right place -->
<copy todir="${maven.dist.bin.assembly.dir}">
- <fileset dir="${maven.src.dir}/conf" />
+ <fileset dir="${maven.src.dir}/conf">
+ <include name="componentConfiguration.xml" />
+ <include name="roleConfiguration.xml" />
+ <include name="Torque.properties" />
+ <include name="master/*" />
+ </fileset>
</copy>
</preGoal>
@@ -165,7 +170,7 @@
<!-- copy test schemas -->
<copy
- todir="${torque.distDir}/schema"
+ todir="${torque.distDir}/src/schema"
filtering="yes"
overwrite="yes">
<fileset dir="${rttest.dir}">
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]