Updates the ANT task content to support the XML-Schema checking (some xerces packages were missing).
git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@701982 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/ipojo/ant/pom.xml b/ipojo/ant/pom.xml
index 68eaf17..0359294 100644
--- a/ipojo/ant/pom.xml
+++ b/ipojo/ant/pom.xml
@@ -79,7 +79,9 @@
org.apache.xerces.parsers,
org.apache.xerces.xni*,
org.apache.xerces.impl*,
- org.apache.xerces.util.*
+ org.apache.xerces.util.*,
+ org.apache.xerces.dom.*,
+ org.apache.xerces.dom3.*
</Private-Package>
<Export-Package>
org.apache.felix.ipojo.task