Start implementing OSGi integration tests
authorMathieu Baudier <mbaudier@argeo.org>
Tue, 2 Jun 2009 18:11:27 +0000 (18:11 +0000)
committerMathieu Baudier <mbaudier@argeo.org>
Tue, 2 Jun 2009 18:11:27 +0000 (18:11 +0000)
commit7274972217cf5bb6772e8833c5723a5f9544ddb5
tree39157a2c4b254fe593666c01dffde369bd7aaa84
parentad1e7520c60f57c597d89137505f1e31b6e643bd
Start implementing OSGi integration tests

git-svn-id: https://svn.argeo.org/slc/trunk@2444 4cfe0d0a-d680-48aa-b62c-e0a02a3f76cc
21 files changed:
integration-tests/org.argeo.slc.it.webapp/.settings/org.eclipse.jdt.core.prefs [new file with mode: 0644]
integration-tests/org.argeo.slc.it.webapp/pom.xml
integration-tests/org.argeo.slc.it.webapp/src/test/java/org/argeo/slc/it/webapp/StartStopServerTest.java [new file with mode: 0644]
org.argeo.slc/pom.xml
runtime/org.argeo.slc.osgiboot/.classpath
runtime/org.argeo.slc.osgiboot/pom.xml
runtime/org.argeo.slc.osgiboot/src/main/java/org/argeo/slc/osgiboot/Activator.java
runtime/org.argeo.slc.osgiboot/src/main/java/org/argeo/slc/osgiboot/OsgiBoot.java [new file with mode: 0644]
runtime/org.argeo.slc.osgiboot/src/test/bundles/others/subdir/org.argeo.slc.osgiboot.test.bundle3/META-INF/MANIFEST.MF [new file with mode: 0644]
runtime/org.argeo.slc.osgiboot/src/test/bundles/some/excluded/org.argeo.slc.osgiboot.test.bundle0/META-INF/MANIFEST.MF [new file with mode: 0644]
runtime/org.argeo.slc.osgiboot/src/test/bundles/some/org.argeo.slc.osgiboot.test.bundle1/META-INF/MANIFEST.MF [new file with mode: 0644]
runtime/org.argeo.slc.osgiboot/src/test/bundles/some/org.argeo.slc.osgiboot.test.bundle2/META-INF/MANIFEST.MF [new file with mode: 0644]
runtime/org.argeo.slc.osgiboot/src/test/java/org/argeo/slc/osgiboot/OsgiBootNoRuntimeTest.java [new file with mode: 0644]
runtime/org.argeo.slc.osgiboot/src/test/java/org/argeo/slc/osgiboot/OsgiBootRuntimeTest.java [new file with mode: 0644]
runtime/org.argeo.slc.support.equinox/.classpath
runtime/org.argeo.slc.support.equinox/pom.xml
runtime/org.argeo.slc.support.equinox/src/test/bundles/org.argeo.slc.support.osgi.test.hello/META-INF/MANIFEST.MF [new file with mode: 0644]
runtime/org.argeo.slc.support.equinox/src/test/bundles/org.argeo.slc.support.osgi.test.hello/META-INF/spring/hello.xml [new file with mode: 0644]
runtime/org.argeo.slc.support.equinox/src/test/java/org/argeo/slc/osgi/test/AbstractOsgiRuntimeTest.java [new file with mode: 0644]
runtime/org.argeo.slc.support.equinox/src/test/java/org/argeo/slc/osgi/test/HelloTest.java [new file with mode: 0644]
runtime/org.argeo.slc.support.equinox/src/test/java/org/argeo/slc/osgi/test/PlatformStartStopTest.java [new file with mode: 0644]