epugh 2004/07/24 10:04:21
Modified: . maven.xml
Log:
attempting to copy a nonexistent file.
Revision Changes Path
1.106 +1 -1 maven/maven.xml
Index: maven.xml
===================================================================
RCS file: /home/cvs/maven/maven.xml,v
retrieving revision 1.105
retrieving revision 1.106
diff -u -r1.105 -r1.106
--- maven.xml 23 Jul 2004 04:40:03 -0000 1.105
+++ maven.xml 24 Jul 2004 17:04:21 -0000 1.106
@@ -35,7 +35,7 @@
<postGoal name="site">
<ant:mkdir dir="${maven.docs.dest}/xsd" />
- <ant:copy tofile="${maven.docs.dest}/xsd/maven-project-3.0.0.xsd"
file="${basedir}/src/xsd/maven-project.xsd" />
+ <ant:copy tofile="${maven.docs.dest}/xsd/maven-project-3.0.0.xsd"
file="${basedir}/src/xsd/maven-project-3.xsd" />
<attainGoal name="pdf"/>
</postGoal>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]