Declare iPOJO as a singleton bundle (Felix-982).
Be aware that this will be ignored by Felix.

git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@756080 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/ipojo/core/pom.xml b/ipojo/core/pom.xml
index 8f9de84..bba8e79 100644
--- a/ipojo/core/pom.xml
+++ b/ipojo/core/pom.xml
@@ -62,8 +62,7 @@
 					<instructions>
 						<Bundle-Name>Apache Felix iPOJO</Bundle-Name>
 						<Bundle-Vendor> The Apache Software Foundation </Bundle-Vendor>
-						<Bundle-SymbolicName> org.apache.felix.ipojo 
-						</Bundle-SymbolicName>
+						<Bundle-SymbolicName>org.apache.felix.ipojo;singleton:=true</Bundle-SymbolicName>
 						<Bundle-Description> iPOJO Core Framework </Bundle-Description>
 						<Bundle-Activator> org.apache.felix.ipojo.Extender 
 						</Bundle-Activator>