Introduce OSGi Factory
authorMathieu Baudier <mbaudier@argeo.org>
Mon, 19 Aug 2013 15:07:48 +0000 (15:07 +0000)
committerMathieu Baudier <mbaudier@argeo.org>
Mon, 19 Aug 2013 15:07:48 +0000 (15:07 +0000)
commit8ade4ac045a4d001ecb057f61e913f56b1d5dbb6
treeff37192f90e4dde00ff562739147c37016843ddc
parente83a348d2a94de2fcd04695d00c8907de594ceef
Introduce OSGi Factory

git-svn-id: https://svn.argeo.org/slc/trunk@6396 4cfe0d0a-d680-48aa-b62c-e0a02a3f76cc
runtime/org.argeo.slc.repo/pom.xml
runtime/org.argeo.slc.repo/src/main/java/org/argeo/slc/repo/ArtifactIndexer.java
runtime/org.argeo.slc.repo/src/main/java/org/argeo/slc/repo/JarFileIndexer.java
runtime/org.argeo.slc.repo/src/main/java/org/argeo/slc/repo/OsgiFactory.java [new file with mode: 0644]
runtime/org.argeo.slc.repo/src/main/java/org/argeo/slc/repo/osgi/BndWrapper.java [new file with mode: 0644]
runtime/org.argeo.slc.repo/src/main/java/org/argeo/slc/repo/osgi/DistributionWrapper.java [new file with mode: 0644]
runtime/org.argeo.slc.repo/src/main/java/org/argeo/slc/repo/osgi/OsgiFactoryImpl.java [new file with mode: 0644]