You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@clerezza.apache.org by re...@apache.org on 2013/09/14 11:07:38 UTC

svn commit: r1523196 - /clerezza/trunk/ext.org.apache.jena.tdb/pom.xml

Author: reto
Date: Sat Sep 14 09:07:37 2013
New Revision: 1523196

URL: http://svn.apache.org/r1523196
Log:
CLEREZZA-819: exluding javax.mail

Modified:
    clerezza/trunk/ext.org.apache.jena.tdb/pom.xml

Modified: clerezza/trunk/ext.org.apache.jena.tdb/pom.xml
URL: http://svn.apache.org/viewvc/clerezza/trunk/ext.org.apache.jena.tdb/pom.xml?rev=1523196&r1=1523195&r2=1523196&view=diff
==============================================================================
--- clerezza/trunk/ext.org.apache.jena.tdb/pom.xml (original)
+++ clerezza/trunk/ext.org.apache.jena.tdb/pom.xml Sat Sep 14 09:07:37 2013
@@ -91,6 +91,8 @@
                         !com.ibm.uvm.tools,
                         !javax.jmdns,
                         !org.apache.xerces.util,
+                        !javax.mail,
+                        !javax.mail.internet,
                         *</Import-Package>
                         <Export-Package>com.hp.hpl.jena.*,org.apache.jena.*</Export-Package>
                     </instructions>