You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by ah...@apache.org on 2005/09/16 01:26:55 UTC

svn commit: r289343 - /maven/maven-1/plugins/trunk/xdoc/maven.xml

Author: aheritier
Date: Thu Sep 15 16:26:50 2005
New Revision: 289343

URL: http://svn.apache.org/viewcvs?rev=289343&view=rev
Log:
fix files copy

Modified:
    maven/maven-1/plugins/trunk/xdoc/maven.xml

Modified: maven/maven-1/plugins/trunk/xdoc/maven.xml
URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/xdoc/maven.xml?rev=289343&r1=289342&r2=289343&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/xdoc/maven.xml (original)
+++ maven/maven-1/plugins/trunk/xdoc/maven.xml Thu Sep 15 16:26:50 2005
@@ -19,7 +19,7 @@
   <postGoal name="site">
     <!-- copy xsd files to the web site -->
     <ant:copy todir="${maven.docs.dest}">
-      <ant:fileset dir="${plugin.resources}/xsd">
+      <ant:fileset dir="${basedir}/src/plugin-resources/xsd">
         <ant:include name="*.xsd"/>
       </ant:fileset>
     </ant:copy>
@@ -36,7 +36,7 @@
       </j:otherwise>
     </j:choose>
     <!-- We must work on maven-navigation.xsd but we publish maven-navigation-${currentRelease}.xsd -->
-    <j:set var="currentNavigationXSD">${plugin.resources}/xsd/maven-navigation-${currentRelease}.xsd</j:set>
+    <j:set var="currentNavigationXSD">${basedir}/src/plugin-resources/xsd/maven-navigation-${currentRelease}.xsd</j:set>
     <j:set var="defaultNavigationXSD">${basedir}/src/xsd/maven-navigation.xsd</j:set>
     <ant:copy file="${defaultNavigationXSD}" tofile="${currentNavigationXSD}"/>
   </preGoal>



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org