You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2008/05/27 16:12:20 UTC

svn commit: r660524 - in /maven/sandbox/branches/MNG-2216/after: pom.xml src/main/mdo/java-model.mdo

Author: hboutemy
Date: Tue May 27 07:12:17 2008
New Revision: 660524

URL: http://svn.apache.org/viewvc?rev=660524&view=rev
Log:
fixed jpox and plexus-registry modello tests

Modified:
    maven/sandbox/branches/MNG-2216/after/pom.xml
    maven/sandbox/branches/MNG-2216/after/src/main/mdo/java-model.mdo

Modified: maven/sandbox/branches/MNG-2216/after/pom.xml
URL: http://svn.apache.org/viewvc/maven/sandbox/branches/MNG-2216/after/pom.xml?rev=660524&r1=660523&r2=660524&view=diff
==============================================================================
--- maven/sandbox/branches/MNG-2216/after/pom.xml (original)
+++ maven/sandbox/branches/MNG-2216/after/pom.xml Tue May 27 07:12:17 2008
@@ -95,6 +95,22 @@
       <artifactId>dom4j</artifactId>
       <version>1.6.1</version>
     </dependency>
+    <dependency>
+      <groupId>org.codehaus.plexus.registry</groupId>
+      <artifactId>plexus-registry-commons</artifactId>
+      <version>1.0-alpha-2</version>
+      <exclusions>
+        <exclusion>
+          <groupId>org.codehaus.plexus</groupId>
+          <artifactId>plexus-component-api</artifactId>
+        </exclusion>
+      </exclusions>
+    </dependency>
+    <dependency>
+      <groupId>javax.jdo</groupId>
+      <artifactId>jdo2-api</artifactId>
+      <version>2.0</version>
+    </dependency>
   </dependencies>
   <reporting>
     <plugins>
@@ -120,7 +136,7 @@
       </plugin>
     </plugins>
   </reporting>
-  <!-- TODO: MCHANGES-71, MINVOKER-30, MPLUGIN-100, MPLUGIN-101, PLX-371, shitty, taglist -->
+  <!-- TODO: MCHANGES-71, MINVOKER-30, MPLUGIN-100, MPLUGIN-101, shitty, taglist -->
   <properties>
     <project.build.sourceEncoding>UTF-16</project.build.sourceEncoding>
   </properties>

Modified: maven/sandbox/branches/MNG-2216/after/src/main/mdo/java-model.mdo
URL: http://svn.apache.org/viewvc/maven/sandbox/branches/MNG-2216/after/src/main/mdo/java-model.mdo?rev=660524&r1=660523&r2=660524&view=diff
==============================================================================
--- maven/sandbox/branches/MNG-2216/after/src/main/mdo/java-model.mdo (original)
+++ maven/sandbox/branches/MNG-2216/after/src/main/mdo/java-model.mdo Tue May 27 07:12:17 2008
@@ -1,10 +1,10 @@
 <model>
   <id>maven-java-mojo-test-model</id>
-  <name>ModelloJavaMojoTestModel</name>
+  <name>Model</name>
   <defaults>
     <default>
       <key>package</key>
-      <value>org.codehaus.mojo.modello.javatest</value>
+      <value>test</value>
     </default>
   </defaults>
   <classes>