mpoeschl 2003/02/14 00:30:31
Modified: . maven.xml
Removed: src/conf default.properties
Log:
default.properites moved to the generator
Revision Changes Path
1.16 +1 -15 db-torque/maven.xml
Index: maven.xml
===================================================================
RCS file: /home/cvs/db-torque/maven.xml,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- maven.xml 10 Feb 2003 13:23:10 -0000 1.15
+++ maven.xml 14 Feb 2003 08:30:31 -0000 1.16
@@ -10,20 +10,6 @@
<property file="default.properties" />
<!-- ================================================================== -->
- <!-- C O M P I L E P O S T G O A L -->
- <!-- ================================================================== -->
- <!-- copies the templates, dtd, .. to the ${maven.build.dest} to -->
- <!-- include them in the jar file -->
- <!-- ================================================================== -->
- <postGoal name="java:compile">
- <!-- copy default.properties to the right place -->
- <copy
- file="${maven.src.dir}/conf/default.properties"
- todir="${maven.build.dest}/org/apache/torque"
- />
- </postGoal>
-
- <!-- ================================================================== -->
<!-- D I S T : B U I L D _ B I N P R E G O A L -->
<!-- ================================================================== -->
<!-- copies jars, templates, ... to the ${maven.dist.bin.assembly.dir} -->
@@ -166,7 +152,7 @@
/>
<copy
tofile="${build.test}/rttest/default.properties"
- file="${src.dir}/conf/default.properties"
+ file="${src.dir}/generator/src/conf/default.properties"
overwrite="yes"
/>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]