Update of /cvsroot/xdoclet/xdoclet/maven
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27491/maven
Modified Files:
build.xml
Log Message:
since the Maven plugin pulls xjavadoc from the /repo/xjavadoc directory not
/repo/xdoclet
then make sure we copy it there. Don't need it in two places.
Index: build.xml
===================================================================
RCS file: /cvsroot/xdoclet/xdoclet/maven/build.xml,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -r1.6 -r1.7
*** build.xml 23 Nov 2003 23:14:25 -0000 1.6
--- build.xml 10 Sep 2004 15:10:11 -0000 1.7
***************
*** 87,96 ****
<target name="install" if="env.MAVEN_HOME">
<copy file="${dist.lib.dir}/maven-xdoclet-plugin-${version}.jar"
todir="${env.MAVEN_HOME}/plugins"/>
! <mkdir dir="${env.MAVEN_HOME}/repository/xdoclet"/>
<copy todir="${env.MAVEN_HOME}/repository/xdoclet/jars">
<fileset dir="${dist.lib.dir}">
<include name="xdoclet-*-${version}.jar"/>
<include name="xdoclet-${version}.jar"/>
- <include name="xjavadoc-${xjavadoc.version}.jar"/>
</fileset>
</copy>
--- 87,95 ----
<target name="install" if="env.MAVEN_HOME">
<copy file="${dist.lib.dir}/maven-xdoclet-plugin-${version}.jar"
todir="${env.MAVEN_HOME}/plugins"/>
! <mkdir dir="${env.MAVEN_HOME}/repository/xdoclet"/>
<copy todir="${env.MAVEN_HOME}/repository/xdoclet/jars">
<fileset dir="${dist.lib.dir}">
<include name="xdoclet-*-${version}.jar"/>
<include name="xdoclet-${version}.jar"/>
</fileset>
</copy>
-------------------------------------------------------
This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170
Project Admins to receive an Apple iPod Mini FREE for your judgement on
who ports your project to Linux PPC the best. Sponsored by IBM.
Deadline: Sept. 13. Go here: http://sf.net/ppc_contest.php
_______________________________________________
xdoclet-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-devel