kschrader 2002/07/24 08:36:30
Modified: . maven.xml
Log:
Need to copy the templates into the torque jar as well.
Revision Changes Path
1.2 +6 -0 jakarta-turbine-torque/maven.xml
Index: maven.xml
===================================================================
RCS file: /home/cvs/jakarta-turbine-torque/maven.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- maven.xml 20 Jul 2002 01:59:13 -0000 1.1
+++ maven.xml 24 Jul 2002 15:36:30 -0000 1.2
@@ -9,6 +9,12 @@
todir="${maven.build.dest}/org/apache/torque/engine/database/transform"
/>
+ <!-- copy templates to the right place -->
+
+ <copy todir="${maven.build.dest}">
+ <fileset dir="${maven.src.dir}/templates" />
+ </copy>
+
</postGoal>
</project>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>