Fix Felix-944
The whiteboard pattern symbolic name is now computed correctly.
Fix some cosmetic bugs
Add junit4osgi in the main pom file.

git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@744882 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/ipojo/core/src/main/java/org/apache/felix/ipojo/handlers/providedservice/ProvidedServiceHandler.java b/ipojo/core/src/main/java/org/apache/felix/ipojo/handlers/providedservice/ProvidedServiceHandler.java
index f73444d..901521f 100644
--- a/ipojo/core/src/main/java/org/apache/felix/ipojo/handlers/providedservice/ProvidedServiceHandler.java
+++ b/ipojo/core/src/main/java/org/apache/felix/ipojo/handlers/providedservice/ProvidedServiceHandler.java
@@ -536,8 +536,8 @@
                 for (int j = 0; j < itfs.size(); j++) {
                     if (! all.contains(itfs.get(j))) {
                         if (parent == null || (parent != null && ! parent.equals((String) itfs.get(j)))) {
-                            desc.getFactory().getLogger().log(Logger.WARNING, "The specification " + itfs.get(j) + " is not implemented by " + metadata.getAttribute("classname") + 
-                                " it might be a superclass or the class itself.");
+                            desc.getFactory().getLogger().log(Logger.WARNING, "The specification " + itfs.get(j) + " is not implemented by " + metadata.getAttribute("classname") 
+                                    + " it might be a superclass or the class itself.");
                         }
                     }
                 }
diff --git a/ipojo/handler/whiteboard/pom.xml b/ipojo/handler/whiteboard/pom.xml
index 33f74d1..5e8e384 100644
--- a/ipojo/handler/whiteboard/pom.xml
+++ b/ipojo/handler/whiteboard/pom.xml
@@ -60,8 +60,6 @@
 						<Private-Package> org.apache.felix.ipojo.handler.wbp 
 						</Private-Package>
 						<Bundle-Name>${pom.name}</Bundle-Name>
-						<Bundle-SymbolicName> ipojo.event.admin.handler.wbp 
-						</Bundle-SymbolicName>
 						<Include-Resource> META-INF/LICENCE=LICENSE,
 							META-INF/NOTICE=NOTICE </Include-Resource>
 					</instructions>
diff --git a/ipojo/pom.xml b/ipojo/pom.xml
index daebaf0..0da4ee8 100644
--- a/ipojo/pom.xml
+++ b/ipojo/pom.xml
@@ -44,6 +44,7 @@
 		<module>handler/eventadmin</module>
 		<module>handler/whiteboard</module>
 		<module>api</module>
+		<module>junit4osgi</module>
 	</modules>