From fda06f11a7e37d83d77f1987691d12dd60590e92 Mon Sep 17 00:00:00 2001 From: tdiesler Date: Tue, 27 Apr 2010 20:53:30 +0200 Subject: [PATCH] Switch from enterprise to compendium --- bundle/pom.xml | 2 +- itest/pom.xml | 2 +- itest/scripts/assembly-bundles.xml | 2 +- itest/src/test/resources/jboss-osgi-framework.properties | 2 +- pom.xml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/bundle/pom.xml b/bundle/pom.xml index 079095a..5f6d310 100644 --- a/bundle/pom.xml +++ b/bundle/pom.xml @@ -46,7 +46,7 @@ org.osgi - org.osgi.enterprise + org.osgi.compendium provided diff --git a/itest/pom.xml b/itest/pom.xml index ffcbd08..74b01cb 100644 --- a/itest/pom.xml +++ b/itest/pom.xml @@ -50,7 +50,7 @@ org.osgi - org.osgi.enterprise + org.osgi.compendium provided diff --git a/itest/scripts/assembly-bundles.xml b/itest/scripts/assembly-bundles.xml index dd70e0e..3d7671a 100644 --- a/itest/scripts/assembly-bundles.xml +++ b/itest/scripts/assembly-bundles.xml @@ -16,7 +16,7 @@ ${artifact.artifactId}${dashClassifier?}.${artifact.extension} *:jboss-osgi-common:jar - *:org.osgi.enterprise:jar + *:org.osgi.compendium:jar true provided diff --git a/itest/src/test/resources/jboss-osgi-framework.properties b/itest/src/test/resources/jboss-osgi-framework.properties index 34c5ca5..3e04e5d 100644 --- a/itest/src/test/resources/jboss-osgi-framework.properties +++ b/itest/src/test/resources/jboss-osgi-framework.properties @@ -32,7 +32,7 @@ org.osgi.framework.system.packages.extra=\ # Bundles that need to be installed with the Framework automatically org.jboss.osgi.spi.framework.autoInstall=\ - file://${test.archive.directory}/bundles/org.osgi.enterprise.jar + file://${test.archive.directory}/bundles/org.osgi.compendium.jar # Bundles that need to be started automatically org.jboss.osgi.spi.framework.autoStart=\ diff --git a/pom.xml b/pom.xml index 650b632..57f1873 100644 --- a/pom.xml +++ b/pom.xml @@ -74,7 +74,7 @@ org.osgi - org.osgi.enterprise + org.osgi.compendium ${version.osgi}