Author: vsiveton Date: Thu Jan 10 15:21:43 2008 New Revision: 610986 URL: http://svn.apache.org/viewvc?rev=610986&view=rev Log: o merged from r610985 (moved mdo)
Added: maven/components/trunk/maven-profile/src/main/mdo/ maven/components/trunk/maven-profile/src/main/mdo/profiles.mdo - copied unchanged from r609573, maven/components/trunk/maven-profile/profiles.mdo Removed: maven/components/trunk/maven-profile/profiles.mdo Modified: maven/components/trunk/maven-profile/pom.xml Modified: maven/components/trunk/maven-profile/pom.xml URL: http://svn.apache.org/viewvc/maven/components/trunk/maven-profile/pom.xml?rev=610986&r1=610985&r2=610986&view=diff ============================================================================== --- maven/components/trunk/maven-profile/pom.xml (original) +++ maven/components/trunk/maven-profile/pom.xml Thu Jan 10 15:21:43 2008 @@ -36,7 +36,7 @@ <artifactId>modello-maven-plugin</artifactId> <configuration> <version>1.0.0</version> - <model>profiles.mdo</model> + <model>src/main/mdo/profiles.mdo</model> </configuration> </plugin> </plugins>