Skip to content

Commit

Permalink
Switch from enterprise to compendium
Browse files Browse the repository at this point in the history
  • Loading branch information
tdiesler committed Apr 27, 2010
1 parent 4db3f36 commit fda06f1
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion bundle/pom.xml
Expand Up @@ -46,7 +46,7 @@
</dependency>
<dependency>
<groupId>org.osgi</groupId>
<artifactId>org.osgi.enterprise</artifactId>
<artifactId>org.osgi.compendium</artifactId>
<scope>provided</scope>
</dependency>
</dependencies>
Expand Down
2 changes: 1 addition & 1 deletion itest/pom.xml
Expand Up @@ -50,7 +50,7 @@
</dependency>
<dependency>
<groupId>org.osgi</groupId>
<artifactId>org.osgi.enterprise</artifactId>
<artifactId>org.osgi.compendium</artifactId>
<scope>provided</scope>
</dependency>

Expand Down
2 changes: 1 addition & 1 deletion itest/scripts/assembly-bundles.xml
Expand Up @@ -16,7 +16,7 @@
<outputFileNameMapping>${artifact.artifactId}${dashClassifier?}.${artifact.extension}</outputFileNameMapping>
<includes>
<include>*:jboss-osgi-common:jar</include>
<include>*:org.osgi.enterprise:jar</include>
<include>*:org.osgi.compendium:jar</include>
</includes>
<useStrictFiltering>true</useStrictFiltering>
<scope>provided</scope>
Expand Down
2 changes: 1 addition & 1 deletion itest/src/test/resources/jboss-osgi-framework.properties
Expand Up @@ -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=\
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -74,7 +74,7 @@
</dependency>
<dependency>
<groupId>org.osgi</groupId>
<artifactId>org.osgi.enterprise</artifactId>
<artifactId>org.osgi.compendium</artifactId>
<version>${version.osgi}</version>
</dependency>
</dependencies>
Expand Down

0 comments on commit fda06f1

Please sign in to comment.