Author: cziegeler
Date: Thu Dec 17 10:51:34 2015
New Revision: 1720519
URL: http://svn.apache.org/viewvc?rev=1720519&view=rev
Log:
Rename filter example to whiteboard
Modified:
felix/trunk/http/samples/whiteboard/src/main/java/org/apache/felix/http/samples/whiteboard/Activator.java
felix/trunk/http/samples/whiteboard/src/main/java/org/apache/felix/http/samples/whiteboard/TestFilter.java
felix/trunk/http/samples/whiteboard/src/main/java/org/apache/felix/http/samples/whiteboard/TestServlet.java
felix/trunk/http/samples/whiteboard/src/main/java/org/apache/felix/http/samples/whiteboard/TestServletContext.java
Modified:
felix/trunk/http/samples/whiteboard/src/main/java/org/apache/felix/http/samples/whiteboard/Activator.java
URL:
http://svn.apache.org/viewvc/felix/trunk/http/samples/whiteboard/src/main/java/org/apache/felix/http/samples/whiteboard/Activator.java?rev=1720519&r1=1720518&r2=1720519&view=diff
==============================================================================
---
felix/trunk/http/samples/whiteboard/src/main/java/org/apache/felix/http/samples/whiteboard/Activator.java
(original)
+++
felix/trunk/http/samples/whiteboard/src/main/java/org/apache/felix/http/samples/whiteboard/Activator.java
Thu Dec 17 10:51:34 2015
@@ -14,7 +14,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
-package org.apache.felix.http.samples.filter;
+package org.apache.felix.http.samples.whiteboard;
import java.util.Dictionary;
import java.util.Hashtable;
Modified:
felix/trunk/http/samples/whiteboard/src/main/java/org/apache/felix/http/samples/whiteboard/TestFilter.java
URL:
http://svn.apache.org/viewvc/felix/trunk/http/samples/whiteboard/src/main/java/org/apache/felix/http/samples/whiteboard/TestFilter.java?rev=1720519&r1=1720518&r2=1720519&view=diff
==============================================================================
---
felix/trunk/http/samples/whiteboard/src/main/java/org/apache/felix/http/samples/whiteboard/TestFilter.java
(original)
+++
felix/trunk/http/samples/whiteboard/src/main/java/org/apache/felix/http/samples/whiteboard/TestFilter.java
Thu Dec 17 10:51:34 2015
@@ -14,7 +14,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
-package org.apache.felix.http.samples.filter;
+package org.apache.felix.http.samples.whiteboard;
import javax.servlet.*;
import java.io.IOException;
Modified:
felix/trunk/http/samples/whiteboard/src/main/java/org/apache/felix/http/samples/whiteboard/TestServlet.java
URL:
http://svn.apache.org/viewvc/felix/trunk/http/samples/whiteboard/src/main/java/org/apache/felix/http/samples/whiteboard/TestServlet.java?rev=1720519&r1=1720518&r2=1720519&view=diff
==============================================================================
---
felix/trunk/http/samples/whiteboard/src/main/java/org/apache/felix/http/samples/whiteboard/TestServlet.java
(original)
+++
felix/trunk/http/samples/whiteboard/src/main/java/org/apache/felix/http/samples/whiteboard/TestServlet.java
Thu Dec 17 10:51:34 2015
@@ -14,7 +14,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
-package org.apache.felix.http.samples.filter;
+package org.apache.felix.http.samples.whiteboard;
import javax.servlet.http.HttpServlet;
import javax.servlet.http.HttpServletRequest;
Modified:
felix/trunk/http/samples/whiteboard/src/main/java/org/apache/felix/http/samples/whiteboard/TestServletContext.java
URL:
http://svn.apache.org/viewvc/felix/trunk/http/samples/whiteboard/src/main/java/org/apache/felix/http/samples/whiteboard/TestServletContext.java?rev=1720519&r1=1720518&r2=1720519&view=diff
==============================================================================
---
felix/trunk/http/samples/whiteboard/src/main/java/org/apache/felix/http/samples/whiteboard/TestServletContext.java
(original)
+++
felix/trunk/http/samples/whiteboard/src/main/java/org/apache/felix/http/samples/whiteboard/TestServletContext.java
Thu Dec 17 10:51:34 2015
@@ -14,7 +14,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
-package org.apache.felix.http.samples.filter;
+package org.apache.felix.http.samples.whiteboard;
import org.osgi.framework.Bundle;
import org.osgi.service.http.context.ServletContextHelper;