You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by ga...@apache.org on 2012/01/30 21:54:46 UTC

svn commit: r1238005 - in /geronimo/devtools/eclipse-plugin/trunk/plugins: org.apache.geronimo.runtime.v11/META-INF/ org.apache.geronimo.runtime.v20/META-INF/ org.apache.geronimo.runtime.v21/META-INF/ org.apache.geronimo.runtime.v22/META-INF/ org.apach...

Author: gawor
Date: Mon Jan 30 20:54:46 2012
New Revision: 1238005

URL: http://svn.apache.org/viewvc?rev=1238005&view=rev
Log:
GERONIMODEVTOOLS-781: No need to export slf4j api. Patch from Yi Xiao

Modified:
    geronimo/devtools/eclipse-plugin/trunk/plugins/org.apache.geronimo.runtime.v11/META-INF/MANIFEST.MF
    geronimo/devtools/eclipse-plugin/trunk/plugins/org.apache.geronimo.runtime.v20/META-INF/MANIFEST.MF
    geronimo/devtools/eclipse-plugin/trunk/plugins/org.apache.geronimo.runtime.v21/META-INF/MANIFEST.MF
    geronimo/devtools/eclipse-plugin/trunk/plugins/org.apache.geronimo.runtime.v22/META-INF/MANIFEST.MF
    geronimo/devtools/eclipse-plugin/trunk/plugins/org.apache.geronimo.runtime.v30/META-INF/MANIFEST.MF

Modified: geronimo/devtools/eclipse-plugin/trunk/plugins/org.apache.geronimo.runtime.v11/META-INF/MANIFEST.MF
URL: http://svn.apache.org/viewvc/geronimo/devtools/eclipse-plugin/trunk/plugins/org.apache.geronimo.runtime.v11/META-INF/MANIFEST.MF?rev=1238005&r1=1238004&r2=1238005&view=diff
==============================================================================
--- geronimo/devtools/eclipse-plugin/trunk/plugins/org.apache.geronimo.runtime.v11/META-INF/MANIFEST.MF (original)
+++ geronimo/devtools/eclipse-plugin/trunk/plugins/org.apache.geronimo.runtime.v11/META-INF/MANIFEST.MF Mon Jan 30 20:54:46 2012
@@ -122,10 +122,6 @@ Export-Package: 
  org.openejb.xbeans.ejbjar.impl;version=1.1,
  org.w3.xml.x1998.namespace;version=1.1,
  org.w3.xml.x1998.namespace.impl;version=1.1,
- org.slf4j;version=1.1,
- org.slf4j.helpers;version=1.1,
- org.slf4j.impl;version=1.1,
- org.slf4j.spi;version=1.1,
  schemaorg_apache_xmlbeans.attribute.http_3A_2F_2Fwww_2Ew3_2Eorg_2FXML_2F1998_2Fnamespace,
  schemaorg_apache_xmlbeans.attributegroup.http_3A_2F_2Fwww_2Ew3_2Eorg_2FXML_2F1998_2Fnamespace,
  schemaorg_apache_xmlbeans.element.URI_SHA_1_02483D38844388463B74BE7AE0EF65015157E4C4,

Modified: geronimo/devtools/eclipse-plugin/trunk/plugins/org.apache.geronimo.runtime.v20/META-INF/MANIFEST.MF
URL: http://svn.apache.org/viewvc/geronimo/devtools/eclipse-plugin/trunk/plugins/org.apache.geronimo.runtime.v20/META-INF/MANIFEST.MF?rev=1238005&r1=1238004&r2=1238005&view=diff
==============================================================================
--- geronimo/devtools/eclipse-plugin/trunk/plugins/org.apache.geronimo.runtime.v20/META-INF/MANIFEST.MF (original)
+++ geronimo/devtools/eclipse-plugin/trunk/plugins/org.apache.geronimo.runtime.v20/META-INF/MANIFEST.MF Mon Jan 30 20:54:46 2012
@@ -75,9 +75,5 @@ Export-Package: 
  org.apache.geronimo.util.encoders;version=2.0,
  org.apache.geronimo.util.jce;version=2.0,
  org.apache.geronimo.util.jce.interfaces;version=2.0,
- org.apache.geronimo.util.jce.provider;version=2.0,
- org.slf4j;version=2.0,
- org.slf4j.helpers;version=2.0,
- org.slf4j.impl;version=2.0,
- org.slf4j.spi;version=2.0
+ org.apache.geronimo.util.jce.provider;version=2.0
 Bundle-Vendor: Apache Software Foundation

Modified: geronimo/devtools/eclipse-plugin/trunk/plugins/org.apache.geronimo.runtime.v21/META-INF/MANIFEST.MF
URL: http://svn.apache.org/viewvc/geronimo/devtools/eclipse-plugin/trunk/plugins/org.apache.geronimo.runtime.v21/META-INF/MANIFEST.MF?rev=1238005&r1=1238004&r2=1238005&view=diff
==============================================================================
--- geronimo/devtools/eclipse-plugin/trunk/plugins/org.apache.geronimo.runtime.v21/META-INF/MANIFEST.MF (original)
+++ geronimo/devtools/eclipse-plugin/trunk/plugins/org.apache.geronimo.runtime.v21/META-INF/MANIFEST.MF Mon Jan 30 20:54:46 2012
@@ -71,9 +71,5 @@ Export-Package: 
  org.codehaus.plexus.archiver.tar;version=2.1,
  org.codehaus.plexus.archiver.util;version=2.1,
  org.codehaus.plexus.archiver.war;version=2.1,
- org.codehaus.plexus.archiver.zip;version=2.1,
- org.slf4j;version=2.1,
- org.slf4j.helpers;version=2.1,
- org.slf4j.impl;version=2.1,
- org.slf4j.spi;version=2.1
+ org.codehaus.plexus.archiver.zip;version=2.1
 Bundle-Vendor: Apache Software Foundation

Modified: geronimo/devtools/eclipse-plugin/trunk/plugins/org.apache.geronimo.runtime.v22/META-INF/MANIFEST.MF
URL: http://svn.apache.org/viewvc/geronimo/devtools/eclipse-plugin/trunk/plugins/org.apache.geronimo.runtime.v22/META-INF/MANIFEST.MF?rev=1238005&r1=1238004&r2=1238005&view=diff
==============================================================================
--- geronimo/devtools/eclipse-plugin/trunk/plugins/org.apache.geronimo.runtime.v22/META-INF/MANIFEST.MF (original)
+++ geronimo/devtools/eclipse-plugin/trunk/plugins/org.apache.geronimo.runtime.v22/META-INF/MANIFEST.MF Mon Jan 30 20:54:46 2012
@@ -71,9 +71,5 @@ Export-Package: 
  org.codehaus.plexus.archiver.tar;version=2.2,
  org.codehaus.plexus.archiver.util;version=2.2,
  org.codehaus.plexus.archiver.war;version=2.2,
- org.codehaus.plexus.archiver.zip;version=2.2,
- org.slf4j;version=2.2,
- org.slf4j.helpers;version=2.2,
- org.slf4j.impl;version=2.2,
- org.slf4j.spi;version=2.2
+ org.codehaus.plexus.archiver.zip;version=2.2
 Bundle-Vendor: Apache Software Foundation

Modified: geronimo/devtools/eclipse-plugin/trunk/plugins/org.apache.geronimo.runtime.v30/META-INF/MANIFEST.MF
URL: http://svn.apache.org/viewvc/geronimo/devtools/eclipse-plugin/trunk/plugins/org.apache.geronimo.runtime.v30/META-INF/MANIFEST.MF?rev=1238005&r1=1238004&r2=1238005&view=diff
==============================================================================
--- geronimo/devtools/eclipse-plugin/trunk/plugins/org.apache.geronimo.runtime.v30/META-INF/MANIFEST.MF (original)
+++ geronimo/devtools/eclipse-plugin/trunk/plugins/org.apache.geronimo.runtime.v30/META-INF/MANIFEST.MF Mon Jan 30 20:54:46 2012
@@ -98,9 +98,5 @@ Export-Package: 
  org.codehaus.plexus.archiver.tar;version=3.0,
  org.codehaus.plexus.archiver.util;version=3.0,
  org.codehaus.plexus.archiver.war;version=3.0,
- org.codehaus.plexus.archiver.zip;version=3.0,
- org.slf4j;version=3.0,
- org.slf4j.helpers;version=3.0,
- org.slf4j.impl;version=3.0,
- org.slf4j.spi;version=3.0
+ org.codehaus.plexus.archiver.zip;version=3.0
 Bundle-Vendor: Apache Software Foundation