mpoeschl 02/04/18 07:30:30
Modified: src/templates/build build-docs.xml
Log:
copy *.png to docs/images
Revision Changes Path
1.51 +9 -7 jakarta-turbine-maven/src/templates/build/build-docs.xml
Index: build-docs.xml
===================================================================
RCS file: /home/cvs/jakarta-turbine-maven/src/templates/build/build-docs.xml,v
retrieving revision 1.50
retrieving revision 1.51
diff -u -r1.50 -r1.51
--- build-docs.xml 11 Apr 2002 22:52:21 -0000 1.50
+++ build-docs.xml 18 Apr 2002 14:30:30 -0000 1.51
@@ -57,9 +57,9 @@
depends="local-init">
<!-- If the 'startDir' attribute changes we need to update
CodeTransform.java in o.a.m.jxr, this will be fixed. -->
-
+
<echo>${sourcesPresent}</echo>
-
+
<jxr
startDir="${src.dir}"
destDir="${docs.dest}/xref"
@@ -79,7 +79,7 @@
<target
name="cvs-change-log"
depends="local-init">
-
+
<change-log
projectDescriptor="project.xml"
baseDir="."
@@ -232,6 +232,7 @@
<include name="**/*.gif"/>
<include name="**/*.jpeg"/>
<include name="**/*.jpg"/>
+ <include name="**/*.png"/>
</fileset>
</copy>
@@ -241,6 +242,7 @@
<include name="**/*.gif"/>
<include name="**/*.jpeg"/>
<include name="**/*.jpg"/>
+ <include name="**/*.png"/>
</fileset>
</copy>
@@ -273,7 +275,7 @@
<pathelement location="${lib.repo}/xalan-2.1.0.jar"/>
</classpath>
<arg value="-in"/>
- <!-- FIXME: Using ${docs.src} here causes the build to fail because
+ <!-- FIXME: Using ${docs.src} here causes the build to fail because
xalan constructs the path relative to the current directory
even if it is an absolute path. -->
<arg value="xdocs/project.xml"/>
@@ -322,7 +324,7 @@
<target
name="check-maven-username"
unless="maven.username">
-
+
<echo>
+------------------------------------------------------------------
| ERROR!
@@ -334,9 +336,9 @@
| ant -Dmaven.username=jvanzyl maven:deploy-site
+------------------------------------------------------------------
</echo>
-
+
<fail/>
-
+
</target>
<target