Author: cziegeler
Date: Thu Dec 17 10:49:53 2015
New Revision: 1720516
URL: http://svn.apache.org/viewvc?rev=1720516&view=rev
Log:
Rename filter example to whiteboard
Modified:
felix/trunk/http/samples/whiteboard/pom.xml
Modified: felix/trunk/http/samples/whiteboard/pom.xml
URL:
http://svn.apache.org/viewvc/felix/trunk/http/samples/whiteboard/pom.xml?rev=1720516&r1=1720515&r2=1720516&view=diff
==============================================================================
--- felix/trunk/http/samples/whiteboard/pom.xml (original)
+++ felix/trunk/http/samples/whiteboard/pom.xml Thu Dec 17 10:49:53 2015
@@ -26,16 +26,16 @@
<relativePath>../../parent/pom.xml</relativePath>
</parent>
- <name>Apache Felix Http Samples - Filter</name>
+ <name>Apache Felix Http Samples - Whiteboard</name>
<description>This example shows how to register servlets and filters using
the Http Whiteboard Service.</description>
- <artifactId>org.apache.felix.http.samples.filter</artifactId>
- <version>2.3.3-SNAPSHOT</version>
+ <artifactId>org.apache.felix.http.samples.whiteboard</artifactId>
+ <version>3.0.0-SNAPSHOT</version>
<packaging>bundle</packaging>
<scm>
-
<connection>scm:svn:http://svn.apache.org/repos/asf/felix/trunk/http/samples/filter</connection>
-
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/felix/trunk/http/samples/filter</developerConnection>
-
<url>http://svn.apache.org/viewvc/felix/trunk/http/samples/filter/</url>
+
<connection>scm:svn:http://svn.apache.org/repos/asf/felix/trunk/http/samples/whiteboard</connection>
+
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/felix/trunk/http/samples/whiteboard</developerConnection>
+
<url>http://svn.apache.org/viewvc/felix/trunk/http/samples/whiteboard/</url>
</scm>
<build>
@@ -48,13 +48,13 @@
<configuration>
<instructions>
<Bundle-Activator>
- org.apache.felix.http.samples.filter.Activator
+ org.apache.felix.http.samples.whiteboard.Activator
</Bundle-Activator>
<Private-Package>
- org.apache.felix.http.samples.filter
+ org.apache.felix.http.samples.whiteboard
</Private-Package>
<Export-Package>
- !org.apache.felix.http.samples.filter
+ !org.apache.felix.http.samples.whiteboard
</Export-Package>
<Require-Capability>
osgi.contract;
filter:="(&(osgi.contract=JavaServlet)(version>=3.1))"