Author: srs
Date: Wed Sep 30 22:32:29 2009
New Revision: 820482
URL: http://svn.apache.org/viewvc?rev=820482&view=rev
Log:
Uses bridge instead of bundle for sample
Modified:
felix/trunk/http/samples/bridge/pom.xml
Modified: felix/trunk/http/samples/bridge/pom.xml
URL:
http://svn.apache.org/viewvc/felix/trunk/http/samples/bridge/pom.xml?rev=820482&r1=820481&r2=820482&view=diff
==============================================================================
--- felix/trunk/http/samples/bridge/pom.xml (original)
+++ felix/trunk/http/samples/bridge/pom.xml Wed Sep 30 22:32:29 2009
@@ -51,7 +51,7 @@
</goals>
<configuration>
<includeArtifactIds>
-
org.apache.felix.http.bundle,org.apache.felix.http.samples.filter,org.apache.felix.webconsole
+
org.apache.felix.http.bridge,org.apache.felix.http.samples.filter,org.apache.felix.webconsole
</includeArtifactIds>
<stripVersion>true</stripVersion>
<outputDirectory>
@@ -121,7 +121,7 @@
</dependency>
<dependency>
<groupId>${pom.groupId}</groupId>
- <artifactId>org.apache.felix.http.bundle</artifactId>
+ <artifactId>org.apache.felix.http.bridge</artifactId>
<version>${pom.version}</version>
<scope>provided</scope>
</dependency>