Author: jvanzyl Date: Mon Aug 11 14:05:07 2008 New Revision: 684930 URL: http://svn.apache.org/viewvc?rev=684930&view=rev Log: (empty)
Modified: maven/components/branches/maven-2.0.10-RC/build.xml Modified: maven/components/branches/maven-2.0.10-RC/build.xml URL: http://svn.apache.org/viewvc/maven/components/branches/maven-2.0.10-RC/build.xml?rev=684930&r1=684929&r2=684930&view=diff ============================================================================== --- maven/components/branches/maven-2.0.10-RC/build.xml (original) +++ maven/components/branches/maven-2.0.10-RC/build.xml Mon Aug 11 14:05:07 2008 @@ -82,6 +82,7 @@ <artifact:dependencies pathId="modello.pathid" filesetId="modello.fileset" verbose="${verbose}"> <localRepository path="${maven.repo.local}"/> <dependency groupId="org.codehaus.modello" artifactId="modello-maven-plugin" version="1.0-alpha-20"/> + <dependency groupId="org.codehaus.modello" artifactId="modello-core" version="1.0-alpha-20"/> </artifact:dependencies> </target>