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: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]