Developed cli. Now modulated to cli and bundle

miguelnunes miguelnunes 2015-01-06

added cli/src/main/java/net/timbusproject/populator/modules/rcaapgeneralartefactconverter/Cli.java
added cli/src/main/resources/logback.xml
added cli/pom.xml
added bundle/src/main/java/Bundle.java
added bundle/pom.xml
removed src/main/resources
removed src/main/resources/META-INF
removed src/main/resources/META-INF/spring
changed src/main/java/net/timbusproject/populator/modules/rcaapgeneralartefactconverter/Engine.java
changed src/main/java/net/timbusproject/populator/modules/rcaapgeneralartefactconverter/RcaapGeneralArtefactConverter.java
changed pom.xml
copied src/main/resources/META-INF/spring/bundle-context-osgi.xml -> bundle/src/main/resources/META-INF/spring/bundle-context-osgi.xml
copied src/main/resources/META-INF/spring/bundle-context.xml -> bundle/src/main/resources/META-INF/spring/bundle-context.xml
cli/src/main/java/net/timbusproject/populator/modules/rcaapgeneralartefactconverter/Cli.java Diff Switch to side-by-side view
Loading...
cli/src/main/resources/logback.xml Diff Switch to side-by-side view
Loading...
cli/pom.xml Diff Switch to side-by-side view
Loading...
bundle/src/main/java/Bundle.java Diff Switch to side-by-side view
Loading...
bundle/pom.xml Diff Switch to side-by-side view
Loading...
src/main/resources
File was removed.
src/main/resources/META-INF
File was removed.
src/main/java/net/timbusproject/populator/modules/rcaapgeneralartefactconverter/Engine.java Diff Switch to side-by-side view
Loading...
src/main/java/net/timbusproject/populator/modules/rcaapgeneralartefactconverter/RcaapGeneralArtefactConverter.java Diff Switch to side-by-side view
Loading...
pom.xml Diff Switch to side-by-side view
Loading...
src/main/resources/META-INF/spring/bundle-context.xml to bundle/src/main/resources/META-INF/spring/bundle-context.xml
--- a/src/main/resources/META-INF/spring/bundle-context.xml
+++ b/bundle/src/main/resources/META-INF/spring/bundle-context.xml
@@ -10,7 +10,7 @@
        configuration file so that this file can easily be used
        for integration testing outside of an OSGi environment -->
 
-  <bean name="converter" class="net.timbusproject.populator.modules.rcaapgeneralartefactconverter.RcaapGeneralArtefactConverter" />
+  <bean name="converter" class="net.timbusproject.populator.modules.rcaapgeneralartefactconverter.Bundle" />
 
   <context:annotation-config/>