commit | 984ec44aa6ca1c13485c02244c1ef1da368e3f7d | [log] [tgz] |
---|---|---|
author | Carsten Ziegeler <cziegeler@apache.org> | Thu Dec 17 10:48:56 2015 +0000 |
committer | Carsten Ziegeler <cziegeler@apache.org> | Thu Dec 17 10:48:56 2015 +0000 |
tree | 0cf546108c918762609bdfa593c3899932e58dd5 | |
parent | 851be4f9766b1c693b6ad5c9497fc5dc48887d22 [diff] |
Rename filter example to whiteboard git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@1720515 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/http/samples/filter/pom.xml b/http/samples/whiteboard/pom.xml similarity index 100% rename from http/samples/filter/pom.xml rename to http/samples/whiteboard/pom.xml
diff --git a/http/samples/filter/src/main/java/org/apache/felix/http/samples/filter/Activator.java b/http/samples/whiteboard/src/main/java/org/apache/felix/http/samples/filter/Activator.java similarity index 100% rename from http/samples/filter/src/main/java/org/apache/felix/http/samples/filter/Activator.java rename to http/samples/whiteboard/src/main/java/org/apache/felix/http/samples/filter/Activator.java
diff --git a/http/samples/filter/src/main/java/org/apache/felix/http/samples/filter/TestFilter.java b/http/samples/whiteboard/src/main/java/org/apache/felix/http/samples/filter/TestFilter.java similarity index 100% rename from http/samples/filter/src/main/java/org/apache/felix/http/samples/filter/TestFilter.java rename to http/samples/whiteboard/src/main/java/org/apache/felix/http/samples/filter/TestFilter.java
diff --git a/http/samples/filter/src/main/java/org/apache/felix/http/samples/filter/TestServlet.java b/http/samples/whiteboard/src/main/java/org/apache/felix/http/samples/filter/TestServlet.java similarity index 100% rename from http/samples/filter/src/main/java/org/apache/felix/http/samples/filter/TestServlet.java rename to http/samples/whiteboard/src/main/java/org/apache/felix/http/samples/filter/TestServlet.java
diff --git a/http/samples/filter/src/main/java/org/apache/felix/http/samples/filter/TestServletContext.java b/http/samples/whiteboard/src/main/java/org/apache/felix/http/samples/filter/TestServletContext.java similarity index 100% rename from http/samples/filter/src/main/java/org/apache/felix/http/samples/filter/TestServletContext.java rename to http/samples/whiteboard/src/main/java/org/apache/felix/http/samples/filter/TestServletContext.java