You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by br...@apache.org on 2005/06/15 14:48:59 UTC

svn commit: r190743 - in /maven/maven-1/core/trunk: build-bootstrap.xml maven.xml

Author: brett
Date: Wed Jun 15 05:48:58 2005
New Revision: 190743

URL: http://svn.apache.org/viewcvs?rev=190743&view=rev
Log:
correct the xsd's copied

Modified:
    maven/maven-1/core/trunk/build-bootstrap.xml
    maven/maven-1/core/trunk/maven.xml

Modified: maven/maven-1/core/trunk/build-bootstrap.xml
URL: http://svn.apache.org/viewcvs/maven/maven-1/core/trunk/build-bootstrap.xml?rev=190743&r1=190742&r2=190743&view=diff
==============================================================================
--- maven/maven-1/core/trunk/build-bootstrap.xml (original)
+++ maven/maven-1/core/trunk/build-bootstrap.xml Wed Jun 15 05:48:58 2005
@@ -284,12 +284,6 @@
       overwrite="yes"
     />
 
-    <copy todir="${maven.bootstrap.install.dir}" overwrite="yes">
-      <fileset dir="${basedir}/src/xsd">
-        <include name="*.xsd"/>
-      </fileset>
-    </copy>
-
     <copy tofile="${maven.bootstrap.install.dir}/maven-project-3.xsd" overwrite="yes" file="${basedir}/src/xsd/maven-v3_0_0.xsd"/>
 
     <copy todir="${maven.home}">

Modified: maven/maven-1/core/trunk/maven.xml
URL: http://svn.apache.org/viewcvs/maven/maven-1/core/trunk/maven.xml?rev=190743&r1=190742&r2=190743&view=diff
==============================================================================
--- maven/maven-1/core/trunk/maven.xml (original)
+++ maven/maven-1/core/trunk/maven.xml Wed Jun 15 05:48:58 2005
@@ -125,10 +125,6 @@
     <ant:mkdir dir="${installerDir}/lib" />
     <ant:mkdir dir="${installerDir}/plugins" />
     
-    <ant:copy todir="${installerDir}">
-      <ant:fileset dir="${basedir}/src/xsd" />
-    </ant:copy>
-
     <ant:copy tofile="${installerDir}/maven-project-3.xsd" overwrite="yes" file="${basedir}/src/xsd/maven-v3_0_0.xsd"/>
     
     <ant:copy todir="${installerDir}/bin">



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