Author: sergeyb
Date: Mon Oct 13 08:06:42 2008
New Revision: 704141
URL: http://svn.apache.org/viewvc?rev=704141&view=rev
Log:
DOSGI: adding felix eventadmin and pax logging services to the list of required
bundles
Modified:
cxf/sandbox/dosgi/felix/main/pom.xml
cxf/sandbox/dosgi/felix/main/src/main/resources/config.properties
Modified: cxf/sandbox/dosgi/felix/main/pom.xml
URL:
http://svn.apache.org/viewvc/cxf/sandbox/dosgi/felix/main/pom.xml?rev=704141&r1=704140&r2=704141&view=diff
==============================================================================
--- cxf/sandbox/dosgi/felix/main/pom.xml (original)
+++ cxf/sandbox/dosgi/felix/main/pom.xml Mon Oct 13 08:06:42 2008
@@ -110,7 +110,31 @@
</exclusion>
</exclusions>
</dependency>
-
+ <dependency>
+ <groupId>${pom.groupId}</groupId>
+ <artifactId>org.apache.felix.eventadmin</artifactId>
+ <version>1.0.0</version>
+ <exclusions>
+ <exclusion>
+ <groupId>${pom.groupId}</groupId>
+ <artifactId>org.osgi.compendium</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>${pom.groupId}</groupId>
+ <artifactId>org.osgi.core</artifactId>
+ </exclusion>
+ </exclusions>
+ </dependency>
+ <dependency>
+ <groupId>org.ops4j.pax.logging</groupId>
+ <artifactId>pax-logging-api</artifactId>
+ <version>1.1.1</version>
+ </dependency>
+ <dependency>
+ <groupId>org.ops4j.pax.logging</groupId>
+ <artifactId>pax-logging-service</artifactId>
+ <version>1.1.1</version>
+ </dependency>
</dependencies>
<build>
<plugins>
@@ -214,6 +238,30 @@
<overWrite>true</overWrite>
<outputDirectory>${project.build.directory}/bundle</outputDirectory>
</artifactItem>
+ <artifactItem>
+ <groupId>${pom.groupId}</groupId>
+ <artifactId>org.apache.felix.eventadmin</artifactId>
+ <version>1.0.0</version>
+ <type>jar</type>
+ <overWrite>true</overWrite>
+
<outputDirectory>${project.build.directory}/bundle</outputDirectory>
+ </artifactItem>
+ <artifactItem>
+ <groupId>org.ops4j.pax.logging</groupId>
+ <artifactId>pax-logging-api</artifactId>
+ <version>1.1.1</version>
+ <type>jar</type>
+ <overWrite>true</overWrite>
+
<outputDirectory>${project.build.directory}/bundle</outputDirectory>
+ </artifactItem>
+ <artifactItem>
+ <groupId>org.ops4j.pax.logging</groupId>
+ <artifactId>pax-logging-service</artifactId>
+ <version>1.1.1</version>
+ <type>jar</type>
+ <overWrite>true</overWrite>
+
<outputDirectory>${project.build.directory}/bundle</outputDirectory>
+ </artifactItem>
</artifactItems>
</configuration>
</execution>
@@ -250,4 +298,12 @@
</resource>
</resources>
</build>
+ <repositories>
+ <repository>
+ <id>central</id>
+ <name>Default maven repo</name>
+ <url>http://repo1.maven.org/maven2/</url>
+ </repository>
+ </repositories>
+
</project>
Modified: cxf/sandbox/dosgi/felix/main/src/main/resources/config.properties
URL:
http://svn.apache.org/viewvc/cxf/sandbox/dosgi/felix/main/src/main/resources/config.properties?rev=704141&r1=704140&r2=704141&view=diff
==============================================================================
--- cxf/sandbox/dosgi/felix/main/src/main/resources/config.properties (original)
+++ cxf/sandbox/dosgi/felix/main/src/main/resources/config.properties Mon Oct
13 08:06:42 2008
@@ -34,7 +34,10 @@
file:bundle/org.apache.felix.shell-1.0.1.jar \
file:bundle/org.apache.felix.shell.tui-1.1.0-cxf_dosgi-SNAPSHOT.jar \
file:bundle/org.apache.felix.bundlerepository-1.0.3.jar \
- file:bundle/org.apache.felix.configadmin-1.0.1.jar
+ file:bundle/org.apache.felix.eventadmin-1.0.0.jar \
+ file:bundle/org.apache.felix.configadmin-1.0.1.jar \
+ file:bundle/pax-logging-api-1.1.1.jar \
+ file:bundle/pax-logging-service-1.1.1.jar
felix.log.level=1
felix.startlevel.framework=1