Copy OSGi boot to commons
authorMathieu Baudier <mbaudier@argeo.org>
Mon, 14 Sep 2009 08:00:55 +0000 (08:00 +0000)
committerMathieu Baudier <mbaudier@argeo.org>
Mon, 14 Sep 2009 08:00:55 +0000 (08:00 +0000)
commite0e0571fe14abae72cb4ea8caab0cccd9fc62f1c
tree710e4fa9e755cdbeb7204d0acf8eb83dd3eda1f4
parente77f73ce2230684f8666fe6873a2c2b78af114b0
Copy OSGi boot to commons

git-svn-id: https://svn.argeo.org/commons/trunk@2899 4cfe0d0a-d680-48aa-b62c-e0a02a3f76cc
22 files changed:
osgi/runtime/org.argeo.osgi.boot/.classpath [new file with mode: 0644]
osgi/runtime/org.argeo.osgi.boot/.project [new file with mode: 0644]
osgi/runtime/org.argeo.osgi.boot/.settings/org.eclipse.jdt.core.prefs [new file with mode: 0644]
osgi/runtime/org.argeo.osgi.boot/pom.xml [new file with mode: 0644]
osgi/runtime/org.argeo.osgi.boot/src/assembly/osgiboot.xml [new file with mode: 0644]
osgi/runtime/org.argeo.osgi.boot/src/main/ant/osgiboot.xml [new file with mode: 0644]
osgi/runtime/org.argeo.osgi.boot/src/main/java/org/argeo/slc/osgiboot/Activator.java [new file with mode: 0644]
osgi/runtime/org.argeo.osgi.boot/src/main/java/org/argeo/slc/osgiboot/Launcher.java [new file with mode: 0644]
osgi/runtime/org.argeo.osgi.boot/src/main/java/org/argeo/slc/osgiboot/OsgiBoot.java [new file with mode: 0644]
osgi/runtime/org.argeo.osgi.boot/src/main/java/org/argeo/slc/osgiboot/internal/springutil/AntPathMatcher.java [new file with mode: 0644]
osgi/runtime/org.argeo.osgi.boot/src/main/java/org/argeo/slc/osgiboot/internal/springutil/CollectionUtils.java [new file with mode: 0644]
osgi/runtime/org.argeo.osgi.boot/src/main/java/org/argeo/slc/osgiboot/internal/springutil/ObjectUtils.java [new file with mode: 0644]
osgi/runtime/org.argeo.osgi.boot/src/main/java/org/argeo/slc/osgiboot/internal/springutil/PathMatcher.java [new file with mode: 0644]
osgi/runtime/org.argeo.osgi.boot/src/main/java/org/argeo/slc/osgiboot/internal/springutil/StringUtils.java [new file with mode: 0644]
osgi/runtime/org.argeo.osgi.boot/src/main/java/org/argeo/slc/osgiboot/internal/springutil/SystemPropertyUtils.java [new file with mode: 0644]
osgi/runtime/org.argeo.osgi.boot/src/test/bundles/jars/test.jar [new file with mode: 0644]
osgi/runtime/org.argeo.osgi.boot/src/test/bundles/others/subdir/org.argeo.slc.osgiboot.test.bundle3/META-INF/MANIFEST.MF [new file with mode: 0644]
osgi/runtime/org.argeo.osgi.boot/src/test/bundles/some/excluded/org.argeo.slc.osgiboot.test.bundle0/META-INF/MANIFEST.MF [new file with mode: 0644]
osgi/runtime/org.argeo.osgi.boot/src/test/bundles/some/org.argeo.slc.osgiboot.test.bundle1/META-INF/MANIFEST.MF [new file with mode: 0644]
osgi/runtime/org.argeo.osgi.boot/src/test/bundles/some/org.argeo.slc.osgiboot.test.bundle2/META-INF/MANIFEST.MF [new file with mode: 0644]
osgi/runtime/org.argeo.osgi.boot/src/test/java/org/argeo/slc/osgiboot/OsgiBootNoRuntimeTest.java [new file with mode: 0644]
osgi/runtime/org.argeo.osgi.boot/src/test/java/org/argeo/slc/osgiboot/OsgiBootRuntimeTest.java [new file with mode: 0644]