Reduce drastically the size of the manipulator.
It does no more embed Xerces, but rely on any Sax parser implementation exporting org.xml.sax.
The main result is the reduction of the online manipulator size to 150Kb (instead of 1Mb).

Fix the junit4OSGi notice file : it does not includes OSGi code


git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@772896 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/ipojo/ant/pom.xml b/ipojo/ant/pom.xml
index 3116196..168655c 100644
--- a/ipojo/ant/pom.xml
+++ b/ipojo/ant/pom.xml
@@ -6,9 +6,9 @@
 	to you under the Apache License, Version 2.0 (the
 	"License"); you may not use this file except in compliance
 	with the License.  You may obtain a copy of the License at
-	
+
 	http://www.apache.org/licenses/LICENSE-2.0
-	
+
 	Unless required by applicable law or agreed to in writing,
 	software distributed under the License is distributed on an
 	"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
@@ -72,11 +72,11 @@
 							org.objectweb.asm.commons;-split-package:=merge-first,
 							org.apache.xerces.parsers, org.apache.xerces.xni*,
 							org.apache.xerces.impl*, org.apache.xerces.util.*,
-							org.apache.xerces.dom.*, org.apache.xerces.dom3.* 
+							org.apache.xerces.dom.*, org.apache.xerces.dom3.*
 						</Private-Package>
 						<Export-Package> org.apache.felix.ipojo.task </Export-Package>
 						<Include-Resource> META-INF/LICENCE=LICENSE,
-							META-INF/NOTICE=NOTICE, META-INF/LICENSE.asm=LICENSE.asm 
+							META-INF/NOTICE=NOTICE, META-INF/LICENSE.asm=LICENSE.asm
 						</Include-Resource>
 					</instructions>
 					<obrRepository>NONE</obrRepository>