You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@clerezza.apache.org by to...@apache.org on 2013/03/22 08:57:42 UTC

svn commit: r1459659 - /clerezza/trunk/ext.com.hp.hpl.jena.tdb/pom.xml

Author: tommaso
Date: Fri Mar 22 07:57:42 2013
New Revision: 1459659

URL: http://svn.apache.org/r1459659
Log:
CLEREZZA-724 - applied Minto's patch for xerces import/export

Modified:
    clerezza/trunk/ext.com.hp.hpl.jena.tdb/pom.xml

Modified: clerezza/trunk/ext.com.hp.hpl.jena.tdb/pom.xml
URL: http://svn.apache.org/viewvc/clerezza/trunk/ext.com.hp.hpl.jena.tdb/pom.xml?rev=1459659&r1=1459658&r2=1459659&view=diff
==============================================================================
--- clerezza/trunk/ext.com.hp.hpl.jena.tdb/pom.xml (original)
+++ clerezza/trunk/ext.com.hp.hpl.jena.tdb/pom.xml Fri Mar 22 07:57:42 2013
@@ -90,8 +90,9 @@
                         !javax.jms.*,
                         !com.ibm.uvm.tools,
                         !javax.jmdns,
+                        !org.apache.xerces.util,
                         *</Import-Package>
-                        <Export-Package>com.hp.hpl.jena.*, org.apache.xerces.util</Export-Package>
+                        <Export-Package>com.hp.hpl.jena.*</Export-Package>
                     </instructions>
                 </configuration>
             </plugin>