stephenh 2002/08/14 17:38:01
Modified: . maven.xml project.properties project.xml
Log:
Let maven copy the templates into the torque jar.
Revision Changes Path
1.8 +0 -5 jakarta-turbine-torque/maven.xml
Index: maven.xml
===================================================================
RCS file: /home/cvs/jakarta-turbine-torque/maven.xml,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- maven.xml 15 Aug 2002 00:26:25 -0000 1.7
+++ maven.xml 15 Aug 2002 00:38:01 -0000 1.8
@@ -30,11 +30,6 @@
todir="${maven.build.dest}/org/apache/torque"
/>
- <!-- copy templates to the right place -->
- <copy todir="${maven.build.dest}">
- <fileset dir="${maven.src.dir}/templates" />
- </copy>
-
</postGoal>
<!-- ================================================================== -->
1.4 +0 -2 jakarta-turbine-torque/project.properties
Index: project.properties
===================================================================
RCS file: /home/cvs/jakarta-turbine-torque/project.properties,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- project.properties 5 Aug 2002 22:10:41 -0000 1.3
+++ project.properties 15 Aug 2002 00:38:01 -0000 1.4
@@ -6,6 +6,4 @@
# your build.properties file.
# -------------------------------------------------------------------
-jarResources.basedir = src/templates
-
maven.checkstyle.format = turbine
1.45 +1 -1 jakarta-turbine-torque/project.xml
Index: project.xml
===================================================================
RCS file: /home/cvs/jakarta-turbine-torque/project.xml,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -r1.44 -r1.45
--- project.xml 15 Aug 2002 00:23:41 -0000 1.44
+++ project.xml 15 Aug 2002 00:38:01 -0000 1.45
@@ -266,7 +266,7 @@
<resources>
<includes>
- <include>include = **/*</include>
+ <include>src/templates/**/*</include>
</includes>
</resources>
<jars></jars>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>