You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by pa...@apache.org on 2013/06/13 15:20:42 UTC

svn commit: r1492667 - in /directory/studio/trunk/libraries: net.sf.ehcache.core/ org.apache.commons.lang/ org.apache.commons.logging/ org.apache.httpcomponents.httpclient/ org.apache.logging.log4j/ org.bouncycastle.bcprov.jdk15/ org.dom4j.dom4j/ org.s...

Author: pamarcelot
Date: Thu Jun 13 13:20:42 2013
New Revision: 1492667

URL: http://svn.apache.org/r1492667
Log:
Excluded a few import packages for 'libraries' plugins in order to fix OSGI issues in the RCP application.

Modified:
    directory/studio/trunk/libraries/net.sf.ehcache.core/pom.xml
    directory/studio/trunk/libraries/org.apache.commons.lang/pom.xml
    directory/studio/trunk/libraries/org.apache.commons.logging/pom.xml
    directory/studio/trunk/libraries/org.apache.httpcomponents.httpclient/pom.xml
    directory/studio/trunk/libraries/org.apache.logging.log4j/pom.xml
    directory/studio/trunk/libraries/org.bouncycastle.bcprov.jdk15/pom.xml
    directory/studio/trunk/libraries/org.dom4j.dom4j/pom.xml
    directory/studio/trunk/libraries/org.slf4j.log4j12/pom.xml
    directory/studio/trunk/libraries/org.xpp3.xpp3/pom.xml

Modified: directory/studio/trunk/libraries/net.sf.ehcache.core/pom.xml
URL: http://svn.apache.org/viewvc/directory/studio/trunk/libraries/net.sf.ehcache.core/pom.xml?rev=1492667&r1=1492666&r2=1492667&view=diff
==============================================================================
--- directory/studio/trunk/libraries/net.sf.ehcache.core/pom.xml (original)
+++ directory/studio/trunk/libraries/net.sf.ehcache.core/pom.xml Thu Jun 13 13:20:42 2013
@@ -91,12 +91,7 @@
             <Embed-Directory>lib</Embed-Directory>
             <Embed-StripGroup>true</Embed-StripGroup>
             <Export-Package>net.sf.ehcache.*</Export-Package>
-            <Import-Package>
-              !org.hibernate.*,
-              !javax.*,
-              !org.slf4j,
-              !org.xml.sax*
-            </Import-Package>
+            <Import-Package>!*</Import-Package>
           </instructions>
         </configuration>
         <executions>

Modified: directory/studio/trunk/libraries/org.apache.commons.lang/pom.xml
URL: http://svn.apache.org/viewvc/directory/studio/trunk/libraries/org.apache.commons.lang/pom.xml?rev=1492667&r1=1492666&r2=1492667&view=diff
==============================================================================
--- directory/studio/trunk/libraries/org.apache.commons.lang/pom.xml (original)
+++ directory/studio/trunk/libraries/org.apache.commons.lang/pom.xml Thu Jun 13 13:20:42 2013
@@ -90,6 +90,7 @@
             <Embed-Directory>lib</Embed-Directory>
             <Embed-StripGroup>true</Embed-StripGroup>
             <Export-Package>!org.apache.commons.lang.enum, org.apache.commons.lang.*</Export-Package>
+            <Import-Package>!*</Import-Package>
           </instructions>
         </configuration>
         <executions>

Modified: directory/studio/trunk/libraries/org.apache.commons.logging/pom.xml
URL: http://svn.apache.org/viewvc/directory/studio/trunk/libraries/org.apache.commons.logging/pom.xml?rev=1492667&r1=1492666&r2=1492667&view=diff
==============================================================================
--- directory/studio/trunk/libraries/org.apache.commons.logging/pom.xml (original)
+++ directory/studio/trunk/libraries/org.apache.commons.logging/pom.xml Thu Jun 13 13:20:42 2013
@@ -90,12 +90,7 @@
             <Embed-Directory>lib</Embed-Directory>
             <Embed-StripGroup>true</Embed-StripGroup>
             <Export-Package>org.apache.commons.logging.*</Export-Package>
-            <Import-Package>
-              !javax.servlet,
-              !org.apache.avalon.framework.logger,
-              !org.apache.log,
-              !org.apache.log4j
-            </Import-Package>
+            <Import-Package>!*</Import-Package>
           </instructions>
         </configuration>
         <executions>

Modified: directory/studio/trunk/libraries/org.apache.httpcomponents.httpclient/pom.xml
URL: http://svn.apache.org/viewvc/directory/studio/trunk/libraries/org.apache.httpcomponents.httpclient/pom.xml?rev=1492667&r1=1492666&r2=1492667&view=diff
==============================================================================
--- directory/studio/trunk/libraries/org.apache.httpcomponents.httpclient/pom.xml (original)
+++ directory/studio/trunk/libraries/org.apache.httpcomponents.httpclient/pom.xml Thu Jun 13 13:20:42 2013
@@ -103,11 +103,7 @@
               org.apache.http.impl.conn.*,
               org.apache.http.impl.cookie.*,
             </Export-Package>
-            <Import-Package>
-              !org.apache.commons.codec.*,
-              !org.apache.commons.logging.*,
-              *
-            </Import-Package>
+            <Import-Package>!*</Import-Package>
           </instructions>
         </configuration>
         <executions>

Modified: directory/studio/trunk/libraries/org.apache.logging.log4j/pom.xml
URL: http://svn.apache.org/viewvc/directory/studio/trunk/libraries/org.apache.logging.log4j/pom.xml?rev=1492667&r1=1492666&r2=1492667&view=diff
==============================================================================
--- directory/studio/trunk/libraries/org.apache.logging.log4j/pom.xml (original)
+++ directory/studio/trunk/libraries/org.apache.logging.log4j/pom.xml Thu Jun 13 13:20:42 2013
@@ -91,15 +91,7 @@
             <Embed-Directory>lib</Embed-Directory>
             <Embed-StripGroup>true</Embed-StripGroup>
             <Export-Package>org.apache.log4j.*</Export-Package>
-            <Import-Package>
-              !com.ibm.uvm.tools,
-              !com.sun.jdmk.comm,
-              !javax.jmdns,
-              !javax.jms,
-              !javax.mail.internet,
-              !javax.mail,
-              *
-            </Import-Package>
+            <Import-Package>!*</Import-Package>
           </instructions>
         </configuration>
         <executions>

Modified: directory/studio/trunk/libraries/org.bouncycastle.bcprov.jdk15/pom.xml
URL: http://svn.apache.org/viewvc/directory/studio/trunk/libraries/org.bouncycastle.bcprov.jdk15/pom.xml?rev=1492667&r1=1492666&r2=1492667&view=diff
==============================================================================
--- directory/studio/trunk/libraries/org.bouncycastle.bcprov.jdk15/pom.xml (original)
+++ directory/studio/trunk/libraries/org.bouncycastle.bcprov.jdk15/pom.xml Thu Jun 13 13:20:42 2013
@@ -90,6 +90,7 @@
             <Embed-Directory>lib</Embed-Directory>
             <Embed-StripGroup>true</Embed-StripGroup>
             <Export-Package>org.bouncycastle.*</Export-Package>
+            <Import-Package>!*</Import-Package>
           </instructions>
         </configuration>
         <executions>

Modified: directory/studio/trunk/libraries/org.dom4j.dom4j/pom.xml
URL: http://svn.apache.org/viewvc/directory/studio/trunk/libraries/org.dom4j.dom4j/pom.xml?rev=1492667&r1=1492666&r2=1492667&view=diff
==============================================================================
--- directory/studio/trunk/libraries/org.dom4j.dom4j/pom.xml (original)
+++ directory/studio/trunk/libraries/org.dom4j.dom4j/pom.xml Thu Jun 13 13:20:42 2013
@@ -90,14 +90,7 @@
             <Embed-Directory>lib</Embed-Directory>
             <Embed-StripGroup>true</Embed-StripGroup>
             <Export-Package>org.dom4j.*</Export-Package>
-            <Import-Package>
-              !com.sun.msv.datatype.*,
-              !org.relaxng.datatype,
-              !org.gjt.xpp,
-              !org.jaxen.*,
-              !org.xmlpull.v1,
-              *
-            </Import-Package>
+            <Import-Package>!*</Import-Package>
           </instructions>
         </configuration>
         <executions>

Modified: directory/studio/trunk/libraries/org.slf4j.log4j12/pom.xml
URL: http://svn.apache.org/viewvc/directory/studio/trunk/libraries/org.slf4j.log4j12/pom.xml?rev=1492667&r1=1492666&r2=1492667&view=diff
==============================================================================
--- directory/studio/trunk/libraries/org.slf4j.log4j12/pom.xml (original)
+++ directory/studio/trunk/libraries/org.slf4j.log4j12/pom.xml Thu Jun 13 13:20:42 2013
@@ -93,11 +93,7 @@
             <Embed-Directory>lib</Embed-Directory>
             <Embed-StripGroup>true</Embed-StripGroup>
             <Export-Package>org.slf4j.impl.*</Export-Package>
-            <Import-Package>
-              !org.apache.log4j,
-              !org.slf4j.*,
-              *
-            </Import-Package>
+            <Import-Package>!*</Import-Package>
           </instructions>
         </configuration>
         <executions>

Modified: directory/studio/trunk/libraries/org.xpp3.xpp3/pom.xml
URL: http://svn.apache.org/viewvc/directory/studio/trunk/libraries/org.xpp3.xpp3/pom.xml?rev=1492667&r1=1492666&r2=1492667&view=diff
==============================================================================
--- directory/studio/trunk/libraries/org.xpp3.xpp3/pom.xml (original)
+++ directory/studio/trunk/libraries/org.xpp3.xpp3/pom.xml Thu Jun 13 13:20:42 2013
@@ -91,7 +91,9 @@
             <Embed-StripGroup>true</Embed-StripGroup>
             <Export-Package>
               org.xmlpull.*,
-              javax.xml.namespace</Export-Package>
+              javax.xml.namespace
+            </Export-Package>
+            <Import-Package>!*</Import-Package>
           </instructions>
         </configuration>
         <executions>