/[Apache-SVN]
ViewVC logotype

Revision 1325248


Jump to revision: Previous Next
Author: olamy
Date: Thu Apr 12 13:32:44 2012 UTC (12 years ago)
Changed paths: 107 (showing only 100; show all)
Log Message:
changing registry package need rewrite a bit registry modello plugin

Changed paths

Path Details
Directoryarchiva/redback/redback-components/trunk/spring-registry/modello-plugin-redback-registry/ added
Directoryarchiva/redback/redback-components/trunk/spring-registry/modello-plugin-redback-registry/modello-plugin-redback-registry.iml added
Directoryarchiva/redback/redback-components/trunk/spring-registry/modello-plugin-redback-registry/pom.xml added
Directoryarchiva/redback/redback-components/trunk/spring-registry/modello-plugin-redback-registry/src/ added
Directoryarchiva/redback/redback-components/trunk/spring-registry/modello-plugin-redback-registry/src/main/ added
Directoryarchiva/redback/redback-components/trunk/spring-registry/modello-plugin-redback-registry/src/main/java/ added
Directoryarchiva/redback/redback-components/trunk/spring-registry/modello-plugin-redback-registry/src/main/java/org/ added
Directoryarchiva/redback/redback-components/trunk/spring-registry/modello-plugin-redback-registry/src/main/java/org/codehaus/ added
Directoryarchiva/redback/redback-components/trunk/spring-registry/modello-plugin-redback-registry/src/main/java/org/codehaus/modello/ added
Directoryarchiva/redback/redback-components/trunk/spring-registry/modello-plugin-redback-registry/src/main/java/org/codehaus/modello/plugin/ added
Directoryarchiva/redback/redback-components/trunk/spring-registry/modello-plugin-redback-registry/src/main/java/org/codehaus/modello/plugin/registry/ added
Directoryarchiva/redback/redback-components/trunk/spring-registry/modello-plugin-redback-registry/src/main/java/org/codehaus/modello/plugin/registry/AbstractRegistryGenerator.java added
Directoryarchiva/redback/redback-components/trunk/spring-registry/modello-plugin-redback-registry/src/main/java/org/codehaus/modello/plugin/registry/RegistryReaderGenerator.java added
Directoryarchiva/redback/redback-components/trunk/spring-registry/modello-plugin-redback-registry/src/main/java/org/codehaus/modello/plugin/registry/RegistryWriterGenerator.java added
Directoryarchiva/redback/redback-components/trunk/spring-registry/modello-plugin-redback-registry/src/main/resources/ added
Directoryarchiva/redback/redback-components/trunk/spring-registry/modello-plugin-redback-registry/src/main/resources/META-INF/ added
Directoryarchiva/redback/redback-components/trunk/spring-registry/modello-plugin-redback-registry/src/main/resources/META-INF/plexus/ added
Directoryarchiva/redback/redback-components/trunk/spring-registry/modello-plugin-redback-registry/src/main/resources/META-INF/plexus/components.xml added
Directoryarchiva/redback/redback-components/trunk/spring-registry/modello-plugin-redback-registry/src/main/resources/org/ added
Directoryarchiva/redback/redback-components/trunk/spring-registry/modello-plugin-redback-registry/src/main/resources/org/codehaus/ added
Directoryarchiva/redback/redback-components/trunk/spring-registry/modello-plugin-redback-registry/src/main/resources/org/codehaus/modello/ added
Directoryarchiva/redback/redback-components/trunk/spring-registry/modello-plugin-redback-registry/src/main/resources/org/codehaus/modello/plugin/ added
Directoryarchiva/redback/redback-components/trunk/spring-registry/modello-plugin-redback-registry/src/main/resources/org/codehaus/modello/plugin/registry/ added
Directoryarchiva/redback/redback-components/trunk/spring-registry/modello-plugin-redback-registry/src/main/resources/org/codehaus/modello/plugin/registry/RegistryReader.java.vm added
Directoryarchiva/redback/redback-components/trunk/spring-registry/modello-plugin-redback-registry/src/main/resources/org/codehaus/modello/plugin/registry/RegistryWriter.java.vm added
Directoryarchiva/redback/redback-components/trunk/spring-registry/modello-plugin-redback-registry/src/site/ added
Directoryarchiva/redback/redback-components/trunk/spring-registry/modello-plugin-redback-registry/src/site/site.xml added
Directoryarchiva/redback/redback-components/trunk/spring-registry/modello-plugin-redback-registry/src/test/ added
Directoryarchiva/redback/redback-components/trunk/spring-registry/modello-plugin-redback-registry/src/test/java/ added
Directoryarchiva/redback/redback-components/trunk/spring-registry/modello-plugin-redback-registry/src/test/java/org/ added
Directoryarchiva/redback/redback-components/trunk/spring-registry/modello-plugin-redback-registry/src/test/java/org/codehaus/ added
Directoryarchiva/redback/redback-components/trunk/spring-registry/modello-plugin-redback-registry/src/test/java/org/codehaus/modello/ added
Directoryarchiva/redback/redback-components/trunk/spring-registry/modello-plugin-redback-registry/src/test/java/org/codehaus/modello/plugin/ added
Directoryarchiva/redback/redback-components/trunk/spring-registry/modello-plugin-redback-registry/src/test/java/org/codehaus/modello/plugin/registry/ added
Directoryarchiva/redback/redback-components/trunk/spring-registry/modello-plugin-redback-registry/src/test/java/org/codehaus/modello/plugin/registry/AbstractRegistryGeneratorTestCase.java added
Directoryarchiva/redback/redback-components/trunk/spring-registry/modello-plugin-redback-registry/src/test/java/org/codehaus/modello/plugin/registry/RegistryReaderGeneratorTest.java added
Directoryarchiva/redback/redback-components/trunk/spring-registry/modello-plugin-redback-registry/src/test/java/org/codehaus/modello/plugin/registry/RegistryWriterGeneratorTest.java added
Directoryarchiva/redback/redback-components/trunk/spring-registry/modello-plugin-redback-registry/src/test/resources/ added
Directoryarchiva/redback/redback-components/trunk/spring-registry/modello-plugin-redback-registry/src/test/resources/model.mdo added
Directoryarchiva/redback/redback-components/trunk/spring-registry/modello-plugin-redback-registry/src/test/verifiers/ added
Directoryarchiva/redback/redback-components/trunk/spring-registry/modello-plugin-redback-registry/src/test/verifiers/registry-reader/ added
Directoryarchiva/redback/redback-components/trunk/spring-registry/modello-plugin-redback-registry/src/test/verifiers/registry-reader/RegistryReaderVerifier.java added
Directoryarchiva/redback/redback-components/trunk/spring-registry/modello-plugin-redback-registry/src/test/verifiers/registry-reader/test.properties added
Directoryarchiva/redback/redback-components/trunk/spring-registry/modello-plugin-redback-registry/src/test/verifiers/registry-reader/test.xml added
Directoryarchiva/redback/redback-components/trunk/spring-registry/modello-plugin-redback-registry/src/test/verifiers/registry-writer/ added
Directoryarchiva/redback/redback-components/trunk/spring-registry/modello-plugin-redback-registry/src/test/verifiers/registry-writer/RegistryWriterVerifier.java added
Directoryarchiva/redback/redback-components/trunk/spring-registry/modello-plugin-redback-registry/target/ added
Directoryarchiva/redback/redback-components/trunk/spring-registry/modello-plugin-redback-registry/target/classes/ added
Directoryarchiva/redback/redback-components/trunk/spring-registry/modello-plugin-redback-registry/target/classes/META-INF/ added
Directoryarchiva/redback/redback-components/trunk/spring-registry/modello-plugin-redback-registry/target/classes/META-INF/plexus/ added
Directoryarchiva/redback/redback-components/trunk/spring-registry/modello-plugin-redback-registry/target/classes/META-INF/plexus/components.xml added
Directoryarchiva/redback/redback-components/trunk/spring-registry/modello-plugin-redback-registry/target/classes/org/ added
Directoryarchiva/redback/redback-components/trunk/spring-registry/modello-plugin-redback-registry/target/classes/org/codehaus/ added
Directoryarchiva/redback/redback-components/trunk/spring-registry/modello-plugin-redback-registry/target/classes/org/codehaus/modello/ added
Directoryarchiva/redback/redback-components/trunk/spring-registry/modello-plugin-redback-registry/target/classes/org/codehaus/modello/plugin/ added
Directoryarchiva/redback/redback-components/trunk/spring-registry/modello-plugin-redback-registry/target/classes/org/codehaus/modello/plugin/registry/ added
Directoryarchiva/redback/redback-components/trunk/spring-registry/modello-plugin-redback-registry/target/classes/org/codehaus/modello/plugin/registry/AbstractRegistryGenerator.class added
Directoryarchiva/redback/redback-components/trunk/spring-registry/modello-plugin-redback-registry/target/classes/org/codehaus/modello/plugin/registry/RegistryReader.java.vm added
Directoryarchiva/redback/redback-components/trunk/spring-registry/modello-plugin-redback-registry/target/classes/org/codehaus/modello/plugin/registry/RegistryReaderGenerator.class added
Directoryarchiva/redback/redback-components/trunk/spring-registry/modello-plugin-redback-registry/target/classes/org/codehaus/modello/plugin/registry/RegistryWriter.java.vm added
Directoryarchiva/redback/redback-components/trunk/spring-registry/modello-plugin-redback-registry/target/classes/org/codehaus/modello/plugin/registry/RegistryWriterGenerator.class added
Directoryarchiva/redback/redback-components/trunk/spring-registry/modello-plugin-redback-registry/target/plexus-home/ added
Directoryarchiva/redback/redback-components/trunk/spring-registry/modello-plugin-redback-registry/target/registry-reader/ added
Directoryarchiva/redback/redback-components/trunk/spring-registry/modello-plugin-redback-registry/target/registry-reader/classes/ added
Directoryarchiva/redback/redback-components/trunk/spring-registry/modello-plugin-redback-registry/target/registry-reader/sources/ added
Directoryarchiva/redback/redback-components/trunk/spring-registry/modello-plugin-redback-registry/target/registry-reader/sources/org/ added
Directoryarchiva/redback/redback-components/trunk/spring-registry/modello-plugin-redback-registry/target/registry-reader/sources/org/codehaus/ added
Directoryarchiva/redback/redback-components/trunk/spring-registry/modello-plugin-redback-registry/target/registry-reader/sources/org/codehaus/modello/ added
Directoryarchiva/redback/redback-components/trunk/spring-registry/modello-plugin-redback-registry/target/registry-reader/sources/org/codehaus/modello/test/ added
Directoryarchiva/redback/redback-components/trunk/spring-registry/modello-plugin-redback-registry/target/registry-reader/sources/org/codehaus/modello/test/model/ added
Directoryarchiva/redback/redback-components/trunk/spring-registry/modello-plugin-redback-registry/target/registry-reader/sources/org/codehaus/modello/test/model/EmptyReference.java added
Directoryarchiva/redback/redback-components/trunk/spring-registry/modello-plugin-redback-registry/target/registry-reader/sources/org/codehaus/modello/test/model/Model.java added
Directoryarchiva/redback/redback-components/trunk/spring-registry/modello-plugin-redback-registry/target/registry-reader/sources/org/codehaus/modello/test/model/Reference.java added
Directoryarchiva/redback/redback-components/trunk/spring-registry/modello-plugin-redback-registry/target/registry-reader/sources/org/codehaus/modello/test/model/io/ added
Directoryarchiva/redback/redback-components/trunk/spring-registry/modello-plugin-redback-registry/target/registry-reader/sources/org/codehaus/modello/test/model/io/registry/ added
Directoryarchiva/redback/redback-components/trunk/spring-registry/modello-plugin-redback-registry/target/registry-reader/sources/org/codehaus/modello/test/model/io/registry/ModelRegistryReader.java added
Directoryarchiva/redback/redback-components/trunk/spring-registry/modello-plugin-redback-registry/target/registry-writer/ added
Directoryarchiva/redback/redback-components/trunk/spring-registry/modello-plugin-redback-registry/target/registry-writer/classes/ added
Directoryarchiva/redback/redback-components/trunk/spring-registry/modello-plugin-redback-registry/target/registry-writer/sources/ added
Directoryarchiva/redback/redback-components/trunk/spring-registry/modello-plugin-redback-registry/target/registry-writer/sources/org/ added
Directoryarchiva/redback/redback-components/trunk/spring-registry/modello-plugin-redback-registry/target/registry-writer/sources/org/codehaus/ added
Directoryarchiva/redback/redback-components/trunk/spring-registry/modello-plugin-redback-registry/target/registry-writer/sources/org/codehaus/modello/ added
Directoryarchiva/redback/redback-components/trunk/spring-registry/modello-plugin-redback-registry/target/registry-writer/sources/org/codehaus/modello/test/ added
Directoryarchiva/redback/redback-components/trunk/spring-registry/modello-plugin-redback-registry/target/registry-writer/sources/org/codehaus/modello/test/model/ added
Directoryarchiva/redback/redback-components/trunk/spring-registry/modello-plugin-redback-registry/target/registry-writer/sources/org/codehaus/modello/test/model/EmptyReference.java added
Directoryarchiva/redback/redback-components/trunk/spring-registry/modello-plugin-redback-registry/target/registry-writer/sources/org/codehaus/modello/test/model/Model.java added
Directoryarchiva/redback/redback-components/trunk/spring-registry/modello-plugin-redback-registry/target/registry-writer/sources/org/codehaus/modello/test/model/Reference.java added
Directoryarchiva/redback/redback-components/trunk/spring-registry/modello-plugin-redback-registry/target/registry-writer/sources/org/codehaus/modello/test/model/io/ added
Directoryarchiva/redback/redback-components/trunk/spring-registry/modello-plugin-redback-registry/target/registry-writer/sources/org/codehaus/modello/test/model/io/registry/ added
Directoryarchiva/redback/redback-components/trunk/spring-registry/modello-plugin-redback-registry/target/registry-writer/sources/org/codehaus/modello/test/model/io/registry/ModelRegistryWriter.java added
Directoryarchiva/redback/redback-components/trunk/spring-registry/modello-plugin-redback-registry/target/surefire/ added
Directoryarchiva/redback/redback-components/trunk/spring-registry/modello-plugin-redback-registry/target/surefire-reports/ added
Directoryarchiva/redback/redback-components/trunk/spring-registry/modello-plugin-redback-registry/target/surefire-reports/TEST-org.codehaus.modello.plugin.registry.RegistryReaderGeneratorTest.xml added
Directoryarchiva/redback/redback-components/trunk/spring-registry/modello-plugin-redback-registry/target/surefire-reports/TEST-org.codehaus.modello.plugin.registry.RegistryWriterGeneratorTest.xml added
Directoryarchiva/redback/redback-components/trunk/spring-registry/modello-plugin-redback-registry/target/surefire-reports/org.codehaus.modello.plugin.registry.RegistryReaderGeneratorTest.txt added
Directoryarchiva/redback/redback-components/trunk/spring-registry/modello-plugin-redback-registry/target/surefire-reports/org.codehaus.modello.plugin.registry.RegistryWriterGeneratorTest.txt added
Directoryarchiva/redback/redback-components/trunk/spring-registry/modello-plugin-redback-registry/target/test-classes/ added
Directoryarchiva/redback/redback-components/trunk/spring-registry/modello-plugin-redback-registry/target/test-classes/model.mdo added
Directoryarchiva/redback/redback-components/trunk/spring-registry/modello-plugin-redback-registry/target/test-classes/org/ added
Directoryarchiva/redback/redback-components/trunk/spring-registry/modello-plugin-redback-registry/target/test-classes/org/codehaus/ added
[...]

infrastructure at apache.org
ViewVC Help
Powered by ViewVC 1.1.26