jvanzyl 02/03/18 08:19:13
Modified: src/templates/build build-maven.xml
Log:
Don't need targets to work around files not existing, just use a <fileset>
Including properties file to get the tests working in a source distribution,
I will make this configurable after the release is done.
Revision Changes Path
1.10 +1 -19 jakarta-turbine-maven/src/templates/build/build-maven.xml
Index: build-maven.xml
===================================================================
RCS file: /home/cvs/jakarta-turbine-maven/src/templates/build/build-maven.xml,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- build-maven.xml 18 Mar 2002 16:16:44 -0000 1.9
+++ build-maven.xml 18 Mar 2002 16:19:13 -0000 1.10
@@ -191,25 +191,6 @@
<!-- D I S T R I B U T I O N S -->
<!-- ================================================================== -->
- <!--
- <target
- name="file-present">
-
- <available file="${file}" property="${file}-present"/>
-
- </target>
-
- <target
- name="copy-file"
- depends="is-file-present"
- if="file-present">
-
- <copy todir="${todir}" file="${file}"/>
-
- </target>
-
- -->
-
<target
name="dist"
depends="jar,javadocs"
@@ -290,6 +271,7 @@
<fileset dir="${src.dir}">
<include name="**/*.java"/>
<include name="**/*.xml"/>
+ <include name="**/*.properties"/>
</fileset>
</copy>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>