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