You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by cz...@apache.org on 2009/08/18 16:31:12 UTC

svn commit: r805428 - /sling/trunk/contrib/commons/html/pom.xml

Author: cziegeler
Date: Tue Aug 18 14:31:12 2009
New Revision: 805428

URL: http://svn.apache.org/viewvc?rev=805428&view=rev
Log:
Don't import sun.io.

Modified:
    sling/trunk/contrib/commons/html/pom.xml

Modified: sling/trunk/contrib/commons/html/pom.xml
URL: http://svn.apache.org/viewvc/sling/trunk/contrib/commons/html/pom.xml?rev=805428&r1=805427&r2=805428&view=diff
==============================================================================
--- sling/trunk/contrib/commons/html/pom.xml (original)
+++ sling/trunk/contrib/commons/html/pom.xml Tue Aug 18 14:31:12 2009
@@ -54,6 +54,9 @@
                 <extensions>true</extensions>
                 <configuration>
                     <instructions>
+                        <Import-Package>
+                            !sun.io,*
+                        </Import-Package>
                         <Export-Package>
                             org.apache.sling.commons.html
                         </Export-Package>