You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by si...@apache.org on 2009/04/17 01:50:25 UTC

svn commit: r765807 - in /maven/components/trunk: build-mercury.xml build.xml maven-model-builder/ maven-project-builder/ pom.xml

Author: sisbell
Date: Thu Apr 16 23:50:24 2009
New Revision: 765807

URL: http://svn.apache.org/viewvc?rev=765807&view=rev
Log:
Renamed maven-project-builder to maven-model-builder (more appropriate).

Added:
    maven/components/trunk/maven-model-builder/   (props changed)
      - copied from r765802, maven/components/trunk/maven-project-builder/
Removed:
    maven/components/trunk/maven-project-builder/
Modified:
    maven/components/trunk/build-mercury.xml
    maven/components/trunk/build.xml
    maven/components/trunk/pom.xml

Modified: maven/components/trunk/build-mercury.xml
URL: http://svn.apache.org/viewvc/maven/components/trunk/build-mercury.xml?rev=765807&r1=765806&r2=765807&view=diff
==============================================================================
--- maven/components/trunk/build-mercury.xml (original)
+++ maven/components/trunk/build-mercury.xml Thu Apr 16 23:50:24 2009
@@ -263,7 +263,7 @@
     <modello file="maven-model/src/main/mdo/maven.mdo" version="4.0.0"/>
     <modello file="maven-lifecycle/src/main/mdo/maven-lifecycle.mdo"/>
     <modello file="maven-plugin-api/src/main/mdo/lifecycle.mdo"/>
-    <modello file="maven-project-builder/src/main/mdo/profiles.mdo"/>
+    <modello file="maven-model-builder/src/main/mdo/profiles.mdo"/>
     <modello file="maven-core/src/main/mdo/settings.mdo"/>
     <modello file="maven-toolchain/src/main/mdo/toolchains.xml"/>
     <modello file="maven-compat/src/main/mdo/metadata.mdo"/>

Modified: maven/components/trunk/build.xml
URL: http://svn.apache.org/viewvc/maven/components/trunk/build.xml?rev=765807&r1=765806&r2=765807&view=diff
==============================================================================
--- maven/components/trunk/build.xml (original)
+++ maven/components/trunk/build.xml Thu Apr 16 23:50:24 2009
@@ -166,7 +166,7 @@
     <modello file="maven-model/src/main/mdo/maven.mdo" version="4.0.0"/>
     <modello file="maven-lifecycle/src/main/mdo/maven-lifecycle.mdo"/>
     <modello file="maven-plugin-api/src/main/mdo/lifecycle.mdo"/>
-    <modello file="maven-project-builder/src/main/mdo/profiles.mdo"/>
+    <modello file="maven-model-builder/src/main/mdo/profiles.mdo"/>
     <modello file="maven-core/src/main/mdo/settings.mdo"/>
     <modello file="maven-toolchain/src/main/mdo/toolchains.xml"/>
     <modello file="maven-compat/src/main/mdo/metadata.mdo"/>

Propchange: maven/components/trunk/maven-model-builder/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Thu Apr 16 23:50:24 2009
@@ -0,0 +1,8 @@
+.settings
+target
+.classpath
+.project
+*.iml
+*.ipr
+*.iws
+bin

Propchange: maven/components/trunk/maven-model-builder/
------------------------------------------------------------------------------
--- svn:mergeinfo (added)
+++ svn:mergeinfo Thu Apr 16 23:50:24 2009
@@ -0,0 +1,7 @@
+/maven/components/branches/MNG-3932-1/maven-project-builder:746145-746157
+/maven/components/branches/maven-2.0.10-RC/maven-project-builder:680477
+/maven/components/branches/maven-2.0.x/maven-project-builder:679206,708871,720042,726541,727548,727998,728264,728940,729060,729738,729785,730631
+/maven/components/branches/maven-2.1.x/maven-project-builder:739385,741841,747468,747683,748815,749612
+/maven/components/branches/sisbell-plugin-manager/maven-project-builder:738973-739966
+/maven/components/sisbell-plugin-manager/maven-project-builder:738757-738972
+/maven/components/trunk/maven-project-builder:688587-696625,696644-699681

Modified: maven/components/trunk/pom.xml
URL: http://svn.apache.org/viewvc/maven/components/trunk/pom.xml?rev=765807&r1=765806&r2=765807&view=diff
==============================================================================
--- maven/components/trunk/pom.xml (original)
+++ maven/components/trunk/pom.xml Thu Apr 16 23:50:24 2009
@@ -243,7 +243,7 @@
     <module>maven-plugin-api</module>
     <module>maven-project</module>
     <module>maven-reporting-api</module>
-    <module>maven-project-builder</module>
+    <module>maven-model-builder</module>
     <module>maven-mercury</module>
     <module>maven-embedder</module>
     <module>maven-toolchain</module>