Make Argeo Distribution multi-modules
authorMathieu Baudier <mbaudier@argeo.org>
Sun, 16 Feb 2020 06:57:18 +0000 (07:57 +0100)
committerMathieu Baudier <mbaudier@argeo.org>
Sun, 16 Feb 2020 06:57:18 +0000 (07:57 +0100)
commit3f5257ef08adbd0642634ae5c57da0b1e8a18b65
tree80f7f6b0f1d442769a875052281a5bd5714c2fab
parent585573bd4db81adf7c81abe52977390b74e0162e
Make Argeo Distribution multi-modules
42 files changed:
.gitignore
.project
META-INF/MANIFEST.MF [deleted file]
META-INF/spring/apache.commons.xml [deleted file]
META-INF/spring/apache.jackrabbit.xml [deleted file]
META-INF/spring/apache.xml [deleted file]
META-INF/spring/bouncycastle.xml [deleted file]
META-INF/spring/distribution.xml [deleted file]
META-INF/spring/eclipse.equinox.xml [deleted file]
META-INF/spring/eclipse.jetty.xml [deleted file]
META-INF/spring/eclipse.rap.e3.xml [deleted file]
META-INF/spring/eclipse.rap.e4.xml [deleted file]
META-INF/spring/eclipse.rcp.e4.xml [deleted file]
META-INF/spring/jackson.xml [deleted file]
META-INF/spring/javax.xml [deleted file]
META-INF/spring/misc.xml [deleted file]
META-INF/spring/osgi.xml [deleted file]
META-INF/spring/sdk.xml [deleted file]
META-INF/spring/templates.xml [deleted file]
bnd.bnd [deleted file]
org.argeo.tp.factory.core/.project [new file with mode: 0644]
org.argeo.tp.factory.core/META-INF/MANIFEST.MF [new file with mode: 0644]
org.argeo.tp.factory.core/META-INF/spring/apache.commons.xml [new file with mode: 0644]
org.argeo.tp.factory.core/META-INF/spring/apache.jackrabbit.xml [new file with mode: 0644]
org.argeo.tp.factory.core/META-INF/spring/apache.xml [new file with mode: 0644]
org.argeo.tp.factory.core/META-INF/spring/bouncycastle.xml [new file with mode: 0644]
org.argeo.tp.factory.core/META-INF/spring/distribution.xml [new file with mode: 0644]
org.argeo.tp.factory.core/META-INF/spring/eclipse.equinox.xml [new file with mode: 0644]
org.argeo.tp.factory.core/META-INF/spring/eclipse.jetty.xml [new file with mode: 0644]
org.argeo.tp.factory.core/META-INF/spring/eclipse.rap.e3.xml [new file with mode: 0644]
org.argeo.tp.factory.core/META-INF/spring/eclipse.rap.e4.xml [new file with mode: 0644]
org.argeo.tp.factory.core/META-INF/spring/eclipse.rcp.e4.xml [new file with mode: 0644]
org.argeo.tp.factory.core/META-INF/spring/jackson.xml [new file with mode: 0644]
org.argeo.tp.factory.core/META-INF/spring/javax.xml [new file with mode: 0644]
org.argeo.tp.factory.core/META-INF/spring/misc.xml [new file with mode: 0644]
org.argeo.tp.factory.core/META-INF/spring/osgi.xml [new file with mode: 0644]
org.argeo.tp.factory.core/META-INF/spring/sdk.xml [new file with mode: 0644]
org.argeo.tp.factory.core/META-INF/spring/templates.xml [new file with mode: 0644]
org.argeo.tp.factory.core/bnd.bnd [new file with mode: 0644]
org.argeo.tp.factory.core/build.properties [new file with mode: 0644]
org.argeo.tp.factory.core/pom.xml [new file with mode: 0644]
pom.xml