You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@archiva.apache.org by ol...@apache.org on 2013/02/15 18:26:14 UTC

svn commit: r1446701 - in /archiva/redback/redback-components/trunk: modello-plugins/ spring-registry/ spring-registry/modello-plugin-redback-registry/ spring-registry/modello-plugin-redback-registry/src/main/java/org/apache/archiva/redback/components/...

Author: olamy
Date: Fri Feb 15 17:26:13 2013
New Revision: 1446701

URL: http://svn.apache.org/r1446701
Log:
move this module to a better place

Removed:
    archiva/redback/redback-components/trunk/spring-registry/modello-plugin-redback-registry/pom.xml
    archiva/redback/redback-components/trunk/spring-registry/modello-plugin-redback-registry/src/main/java/org/apache/archiva/redback/components/registry/modello/AbstractRegistryGenerator.java
    archiva/redback/redback-components/trunk/spring-registry/modello-plugin-redback-registry/src/main/java/org/apache/archiva/redback/components/registry/modello/RegistryReaderGenerator.java
    archiva/redback/redback-components/trunk/spring-registry/modello-plugin-redback-registry/src/main/java/org/apache/archiva/redback/components/registry/modello/RegistryWriterGenerator.java
    archiva/redback/redback-components/trunk/spring-registry/modello-plugin-redback-registry/src/main/resources/META-INF/plexus/components.xml
    archiva/redback/redback-components/trunk/spring-registry/modello-plugin-redback-registry/src/main/resources/org/apache/archiva/redback/components/registry/modello/RegistryReader.java.vm
    archiva/redback/redback-components/trunk/spring-registry/modello-plugin-redback-registry/src/main/resources/org/apache/archiva/redback/components/registry/modello/RegistryWriter.java.vm
    archiva/redback/redback-components/trunk/spring-registry/modello-plugin-redback-registry/src/test/java/org/apache/archiva/redback/components/registry/modello/AbstractRegistryGeneratorTestCase.java
    archiva/redback/redback-components/trunk/spring-registry/modello-plugin-redback-registry/src/test/java/org/apache/archiva/redback/components/registry/modello/RegistryReaderGeneratorTest.java
    archiva/redback/redback-components/trunk/spring-registry/modello-plugin-redback-registry/src/test/java/org/apache/archiva/redback/components/registry/modello/RegistryWriterGeneratorTest.java
    archiva/redback/redback-components/trunk/spring-registry/modello-plugin-redback-registry/src/test/resources/model.mdo
    archiva/redback/redback-components/trunk/spring-registry/modello-plugin-redback-registry/src/test/verifiers/registry-reader/RegistryReaderVerifier.java
    archiva/redback/redback-components/trunk/spring-registry/modello-plugin-redback-registry/src/test/verifiers/registry-reader/test.properties
    archiva/redback/redback-components/trunk/spring-registry/modello-plugin-redback-registry/src/test/verifiers/registry-reader/test.xml
    archiva/redback/redback-components/trunk/spring-registry/modello-plugin-redback-registry/src/test/verifiers/registry-writer/RegistryWriterVerifier.java
Modified:
    archiva/redback/redback-components/trunk/modello-plugins/pom.xml
    archiva/redback/redback-components/trunk/spring-registry/pom.xml

Modified: archiva/redback/redback-components/trunk/modello-plugins/pom.xml
URL: http://svn.apache.org/viewvc/archiva/redback/redback-components/trunk/modello-plugins/pom.xml?rev=1446701&r1=1446700&r2=1446701&view=diff
==============================================================================
--- archiva/redback/redback-components/trunk/modello-plugins/pom.xml (original)
+++ archiva/redback/redback-components/trunk/modello-plugins/pom.xml Fri Feb 15 17:26:13 2013
@@ -57,6 +57,7 @@
     <module>modello-db-keywords</module>
     <module>modello-plugin-store</module>
     <module>modello-plugin-jpox</module>
+    <module>modello-plugin-redback-registry</module>
   </modules>
 
   <dependencyManagement>

Modified: archiva/redback/redback-components/trunk/spring-registry/pom.xml
URL: http://svn.apache.org/viewvc/archiva/redback/redback-components/trunk/spring-registry/pom.xml?rev=1446701&r1=1446700&r2=1446701&view=diff
==============================================================================
--- archiva/redback/redback-components/trunk/spring-registry/pom.xml (original)
+++ archiva/redback/redback-components/trunk/spring-registry/pom.xml Fri Feb 15 17:26:13 2013
@@ -46,7 +46,6 @@
   <modules>
     <module>spring-registry-api</module>
     <module>spring-registry-commons</module>
-    <module>modello-plugin-redback-registry</module>
   </modules>
   <dependencyManagement>
     <dependencies>