[jboss-osgi-commits] JBoss-OSGI SVN: r93348 - projects/jboss-osgi/trunk/testsuite/functional/src/test/resources.

jboss-osgi-commits at lists.jboss.org jboss-osgi-commits at lists.jboss.org
Thu Sep 10 06:34:00 EDT 2009


Author: thomas.diesler at jboss.com
Date: 2009-09-10 06:33:59 -0400 (Thu, 10 Sep 2009)
New Revision: 93348

Modified:
   projects/jboss-osgi/trunk/testsuite/functional/src/test/resources/jboss-osgi-equinox.properties
   projects/jboss-osgi/trunk/testsuite/functional/src/test/resources/jboss-osgi-felix.properties
Log:
Remove autoinstall for felix and equinox

Modified: projects/jboss-osgi/trunk/testsuite/functional/src/test/resources/jboss-osgi-equinox.properties
===================================================================
--- projects/jboss-osgi/trunk/testsuite/functional/src/test/resources/jboss-osgi-equinox.properties	2009-09-10 09:53:29 UTC (rev 93347)
+++ projects/jboss-osgi/trunk/testsuite/functional/src/test/resources/jboss-osgi-equinox.properties	2009-09-10 10:33:59 UTC (rev 93348)
@@ -34,11 +34,3 @@
     org.jboss.util.propertyeditor, \
   	org.osgi.framework;version\=1.4
      
-# Bundles that need to be installed with the Framework automatically 
-org.jboss.osgi.spi.framework.autoInstall=\
-	file://${test.archive.directory}/bundles/org.osgi.compendium.jar
-
-# Bundles that need to be started automatically 
-org.jboss.osgi.spi.framework.autoStart=\
-	file://${test.archive.directory}/bundles/org.apache.felix.log.jar \
-	file://${test.archive.directory}/bundles/jboss-osgi-common.jar 

Modified: projects/jboss-osgi/trunk/testsuite/functional/src/test/resources/jboss-osgi-felix.properties
===================================================================
--- projects/jboss-osgi/trunk/testsuite/functional/src/test/resources/jboss-osgi-felix.properties	2009-09-10 09:53:29 UTC (rev 93347)
+++ projects/jboss-osgi/trunk/testsuite/functional/src/test/resources/jboss-osgi-felix.properties	2009-09-10 10:33:59 UTC (rev 93348)
@@ -33,11 +33,3 @@
   	org.jboss.virtual.protocol, \
   	org.osgi.framework;version=1.5
 
-# Bundles that need to be installed with the Framework automatically 
-org.jboss.osgi.spi.framework.autoInstall=\
-	file://${test.archive.directory}/bundles/org.osgi.compendium.jar
-
-# Bundles that need to be started automatically 
-org.jboss.osgi.spi.framework.autoStart=\
-	file://${test.archive.directory}/bundles/org.apache.felix.log.jar \
-	file://${test.archive.directory}/bundles/jboss-osgi-common.jar 



More information about the jboss-osgi-commits mailing list