This is an automated email from the ASF dual-hosted git repository.

rombert pushed a commit to branch master
in repository 
https://gitbox.apache.org/repos/asf/sling-org-apache-sling-commons-html.git

commit eff3e2010fe30af8418d56920ee208426b6481e4
Author: Carsten Ziegeler <[email protected]>
AuthorDate: Tue Aug 18 14:31:12 2009 +0000

    Don't import sun.io.
    
    git-svn-id: https://svn.apache.org/repos/asf/sling/trunk@805428 
13f79535-47bb-0310-9956-ffa450edef68
---
 pom.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/pom.xml b/pom.xml
index 02ed01a..540ed5a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -54,6 +54,9 @@
                 <extensions>true</extensions>
                 <configuration>
                     <instructions>
+                        <Import-Package>
+                            !sun.io,*
+                        </Import-Package>
                         <Export-Package>
                             org.apache.sling.commons.html
                         </Export-Package>

-- 
To stop receiving notification emails like this one, please contact
"[email protected]" <[email protected]>.

Reply via email to