Author: brett
Date: Mon Jun 6 08:15:01 2005
New Revision: 180320
URL: http://svn.apache.org/viewcvs?rev=180320&view=rev
Log:
copy to legacy xsd location
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=180320&r1=180319&r2=180320&view=diff
==============================================================================
--- maven/maven-1/core/trunk/build-bootstrap.xml (original)
+++ maven/maven-1/core/trunk/build-bootstrap.xml Mon Jun 6 08:15:01 2005
@@ -286,15 +286,11 @@
<copy todir="${maven.bootstrap.install.dir}" overwrite="yes">
<fileset dir="${basedir}/src/xsd">
- <include name="maven-project*.xsd"/>
+ <include name="*.xsd"/>
</fileset>
</copy>
- <copy
- file="${basedir}/src/xsd/maven-navigation-1.0.xsd"
- todir="${maven.bootstrap.install.dir}"
- overwrite="yes"
- />
+ <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}">
<fileset dir="${maven.bootstrap.install.dir}"/>
Modified: maven/maven-1/core/trunk/maven.xml
URL:
http://svn.apache.org/viewcvs/maven/maven-1/core/trunk/maven.xml?rev=180320&r1=180319&r2=180320&view=diff
==============================================================================
--- maven/maven-1/core/trunk/maven.xml (original)
+++ maven/maven-1/core/trunk/maven.xml Mon Jun 6 08:15:01 2005
@@ -128,6 +128,8 @@
<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">
<ant:fileset dir="${basedir}/src/bin" />
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]