cli/src/main/java/net/timbusproject/populator/modules/rcaapgeneralartefactconverter/Cli.java Diff Switch to side-by-side view
src/main/resources
File was removed.
src/main/resources/META-INF
File was removed.
src/main/resources/META-INF/spring
File was removed.
src/main/java/net/timbusproject/populator/modules/rcaapgeneralartefactconverter/Engine.java Diff Switch to side-by-side view
src/main/java/net/timbusproject/populator/modules/rcaapgeneralartefactconverter/RcaapGeneralArtefactConverter.java Diff Switch to side-by-side view
src/main/resources/META-INF/spring/bundle-context-osgi.xml to bundle/src/main/resources/META-INF/spring/bundle-context-osgi.xml
File was renamed.
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/>