You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by sh...@apache.org on 2007/09/14 22:11:03 UTC

svn commit: r575782 - in /geronimo/devtools/eclipse-plugin/branches/2.0.0/plugins: org.apache.geronimo.runtime.common/META-INF/MANIFEST.MF org.apache.geronimo.runtime.v1/META-INF/MANIFEST.MF org.apache.geronimo.runtime.v20/META-INF/MANIFEST.MF

Author: shivahr
Date: Fri Sep 14 13:11:02 2007
New Revision: 575782

URL: http://svn.apache.org/viewvc?rev=575782&view=rev
Log:
Fix for GERONIMODEVTOOLS-211. 
  Fix was verified as follows: mvn clean build of plug-in, test the built plug-in by starting/stopping server, deploy/redeploy/undeploy a simple war.

Modified:
    geronimo/devtools/eclipse-plugin/branches/2.0.0/plugins/org.apache.geronimo.runtime.common/META-INF/MANIFEST.MF
    geronimo/devtools/eclipse-plugin/branches/2.0.0/plugins/org.apache.geronimo.runtime.v1/META-INF/MANIFEST.MF
    geronimo/devtools/eclipse-plugin/branches/2.0.0/plugins/org.apache.geronimo.runtime.v20/META-INF/MANIFEST.MF

Modified: geronimo/devtools/eclipse-plugin/branches/2.0.0/plugins/org.apache.geronimo.runtime.common/META-INF/MANIFEST.MF
URL: http://svn.apache.org/viewvc/geronimo/devtools/eclipse-plugin/branches/2.0.0/plugins/org.apache.geronimo.runtime.common/META-INF/MANIFEST.MF?rev=575782&r1=575781&r2=575782&view=diff
==============================================================================
--- geronimo/devtools/eclipse-plugin/branches/2.0.0/plugins/org.apache.geronimo.runtime.common/META-INF/MANIFEST.MF (original)
+++ geronimo/devtools/eclipse-plugin/branches/2.0.0/plugins/org.apache.geronimo.runtime.common/META-INF/MANIFEST.MF Fri Sep 14 13:11:02 2007
@@ -151,10 +151,8 @@
  schemaorg_apache_xmlbeans.javaname.org.apache.xmlbeans.impl.xb.xsdschema.BlockSet,
  schemaorg_apache_xmlbeans.javaname.org.apache.xmlbeans.impl.xb.xsdschema.BlockSet.Member2,
  schemaorg_apache_xmlbeans.javaname.org.apache.xmlbeans.impl.xb.xsdschema.ComplexContentDocument,
- schemaorg_apache_xmlbeans.javaname.org.apache.xmlbeans.impl.xb.xsdschema.DefaultDerivationSet,
  schemaorg_apache_xmlbeans.javaname.org.apache.xmlbeans.impl.xb.xsdschema.DerivationSet,
  schemaorg_apache_xmlbeans.javaname.org.apache.xmlbeans.impl.xb.xsdschema.DocumentationDocument,
- schemaorg_apache_xmlbeans.javaname.org.apache.xmlbeans.impl.xb.xsdschema.ElementInAll,
  schemaorg_apache_xmlbeans.javaname.org.apache.xmlbeans.impl.xb.xsdschema.FieldDocument,
  schemaorg_apache_xmlbeans.javaname.org.apache.xmlbeans.impl.xb.xsdschema.FieldDocument.Field,
  schemaorg_apache_xmlbeans.javaname.org.apache.xmlbeans.impl.xb.xsdschema.ImportDocument,

Modified: geronimo/devtools/eclipse-plugin/branches/2.0.0/plugins/org.apache.geronimo.runtime.v1/META-INF/MANIFEST.MF
URL: http://svn.apache.org/viewvc/geronimo/devtools/eclipse-plugin/branches/2.0.0/plugins/org.apache.geronimo.runtime.v1/META-INF/MANIFEST.MF?rev=575782&r1=575781&r2=575782&view=diff
==============================================================================
--- geronimo/devtools/eclipse-plugin/branches/2.0.0/plugins/org.apache.geronimo.runtime.v1/META-INF/MANIFEST.MF (original)
+++ geronimo/devtools/eclipse-plugin/branches/2.0.0/plugins/org.apache.geronimo.runtime.v1/META-INF/MANIFEST.MF Fri Sep 14 13:11:02 2007
@@ -169,15 +169,6 @@
  schemaorg_apache_xmlbeans.src.http_3A_2F_2Fwww_2Eibm_2Ecom_2Fwebservices_2Fxsd,
  schemaorg_apache_xmlbeans.src.http_3A_2F_2Fwww_2Ew3_2Eorg_2F2001,
  schemaorg_apache_xmlbeans.src.modules,
- schemaorg_apache_xmlbeans.src.openejb.modules,
- schemaorg_apache_xmlbeans.system.s3B01C45AB793F6BD8A54AA856D71D1A2,
- schemaorg_apache_xmlbeans.system.s3CEFE23A58609BDA2FB9781D0C61E5AE,
- schemaorg_apache_xmlbeans.system.s86635A1847D0665F1FF61E9AD85B644B,
- schemaorg_apache_xmlbeans.system.s9571D1447C54B1BCD894EAE2123B6785,
- schemaorg_apache_xmlbeans.system.s994584533683FB08EC74BDF63B578C62,
- schemaorg_apache_xmlbeans.system.sCF8BD666BC9305AA7C2ADFD28E7D467F,
- schemaorg_apache_xmlbeans.system.sD68E1263DFFBA30D4A3F1C1CF5333C62,
- schemaorg_apache_xmlbeans.system.sF5F14BD313A6E7091A86C6EA954526D0,
  schemaorg_apache_xmlbeans.type.URI_SHA_1_1FE477639C3240E6A8376237B8C56D2C7C9C15EB,
  schemaorg_apache_xmlbeans.type.URI_SHA_1_490901EEEE794AA9D7B07ED01DA009061F60AF28,
  schemaorg_apache_xmlbeans.type.URI_SHA_1_4EE4D506BDA8CFCEAFAFBABA17529CAACCEC8090,

Modified: geronimo/devtools/eclipse-plugin/branches/2.0.0/plugins/org.apache.geronimo.runtime.v20/META-INF/MANIFEST.MF
URL: http://svn.apache.org/viewvc/geronimo/devtools/eclipse-plugin/branches/2.0.0/plugins/org.apache.geronimo.runtime.v20/META-INF/MANIFEST.MF?rev=575782&r1=575781&r2=575782&view=diff
==============================================================================
--- geronimo/devtools/eclipse-plugin/branches/2.0.0/plugins/org.apache.geronimo.runtime.v20/META-INF/MANIFEST.MF (original)
+++ geronimo/devtools/eclipse-plugin/branches/2.0.0/plugins/org.apache.geronimo.runtime.v20/META-INF/MANIFEST.MF Fri Sep 14 13:11:02 2007
@@ -127,14 +127,11 @@
  org.apache.geronimo.xbeans.geronimo.web.impl,
  schemaorg_apache_xmlbeans.element.URI_SHA_1_49ECB0F2825F3E0354472A5ECA1E17F1633EC2BE,
  schemaorg_apache_xmlbeans.element.URI_SHA_1_4EE4D506BDA8CFCEAFAFBABA17529CAACCEC8090,
- schemaorg_apache_xmlbeans.element.URI_SHA_1_7468FED616215A569CA8BA192F2C978B6D094868,
  schemaorg_apache_xmlbeans.element.URI_SHA_1_8DCD24914FA7339D843DAA772A1D3DFB2612C786,
  schemaorg_apache_xmlbeans.element.URI_SHA_1_97C4A572840A175E4D78F77FA6E49A5BD52F7632,
- schemaorg_apache_xmlbeans.element.URI_SHA_1_B22752A1686A1CEE455ECA3E6939117CFFBD01B6,
  schemaorg_apache_xmlbeans.element.URI_SHA_1_B56AE14CFEC276EEEED37F97D9C564ADCA69C9F8,
  schemaorg_apache_xmlbeans.element.URI_SHA_1_F04B01A0100CE4D6D8E05EA89F04B1A3232530D3,
  schemaorg_apache_xmlbeans.element.URI_SHA_1_F192CE7C4783FF6FCD001EBCFD7068507094E005,
- schemaorg_apache_xmlbeans.element.URI_SHA_1_FC6A73DD7C82C014697AE4F129D88E53E294E396,
  schemaorg_apache_xmlbeans.element.http_3A_2F_2Fgeronimo_2Eapache_2Eorg_2Fxml_2Fns_2Fnaming_2D1_2E2,
  schemaorg_apache_xmlbeans.identityconstraint.URI_SHA_1_B56AE14CFEC276EEEED37F97D9C564ADCA69C9F8,
  schemaorg_apache_xmlbeans.javaname.org.apache.geronimo.deployment.javabean.xbeans,
@@ -151,32 +148,21 @@
  schemaorg_apache_xmlbeans.modelgroup.http_3A_2F_2Fgeronimo_2Eapache_2Eorg_2Fxml_2Fns_2Fnaming_2D1_2E2,
  schemaorg_apache_xmlbeans.namespace.URI_SHA_1_49ECB0F2825F3E0354472A5ECA1E17F1633EC2BE,
  schemaorg_apache_xmlbeans.namespace.URI_SHA_1_4EE4D506BDA8CFCEAFAFBABA17529CAACCEC8090,
- schemaorg_apache_xmlbeans.namespace.URI_SHA_1_7468FED616215A569CA8BA192F2C978B6D094868,
  schemaorg_apache_xmlbeans.namespace.URI_SHA_1_8DCD24914FA7339D843DAA772A1D3DFB2612C786,
  schemaorg_apache_xmlbeans.namespace.URI_SHA_1_97C4A572840A175E4D78F77FA6E49A5BD52F7632,
- schemaorg_apache_xmlbeans.namespace.URI_SHA_1_B22752A1686A1CEE455ECA3E6939117CFFBD01B6,
  schemaorg_apache_xmlbeans.namespace.URI_SHA_1_B56AE14CFEC276EEEED37F97D9C564ADCA69C9F8,
  schemaorg_apache_xmlbeans.namespace.URI_SHA_1_F04B01A0100CE4D6D8E05EA89F04B1A3232530D3,
  schemaorg_apache_xmlbeans.namespace.URI_SHA_1_F192CE7C4783FF6FCD001EBCFD7068507094E005,
- schemaorg_apache_xmlbeans.namespace.URI_SHA_1_FC6A73DD7C82C014697AE4F129D88E53E294E396,
  schemaorg_apache_xmlbeans.namespace.http_3A_2F_2Fgeronimo_2Eapache_2Eorg_2Fxml_2Fns_2Fnaming_2D1_2E2,
  schemaorg_apache_xmlbeans.src,
- schemaorg_apache_xmlbeans.system.s1E159143212F9BFF77034ED0498CCE9A,
- schemaorg_apache_xmlbeans.system.s2A5EDA3EF2058DBC0CE211DBFA340232,
- schemaorg_apache_xmlbeans.system.s2FAAE1AF20866AC7E3A206093AC8911B,
- schemaorg_apache_xmlbeans.system.s32488B747FB146DEF853A618F4ED46AE,
- schemaorg_apache_xmlbeans.system.s7DDEFA0D3AB7A44E0A6CD64AAA422DC8,
  schemaorg_apache_xmlbeans.system.sAD0A02D5B50A03344A8F7BF41013BBFA,
  schemaorg_apache_xmlbeans.system.sEDE7C0CB21AFE6786DC0D3F684755625,
  schemaorg_apache_xmlbeans.type.URI_SHA_1_49ECB0F2825F3E0354472A5ECA1E17F1633EC2BE,
  schemaorg_apache_xmlbeans.type.URI_SHA_1_4EE4D506BDA8CFCEAFAFBABA17529CAACCEC8090,
- schemaorg_apache_xmlbeans.type.URI_SHA_1_7468FED616215A569CA8BA192F2C978B6D094868,
  schemaorg_apache_xmlbeans.type.URI_SHA_1_8DCD24914FA7339D843DAA772A1D3DFB2612C786,
  schemaorg_apache_xmlbeans.type.URI_SHA_1_97C4A572840A175E4D78F77FA6E49A5BD52F7632,
- schemaorg_apache_xmlbeans.type.URI_SHA_1_B22752A1686A1CEE455ECA3E6939117CFFBD01B6,
  schemaorg_apache_xmlbeans.type.URI_SHA_1_B56AE14CFEC276EEEED37F97D9C564ADCA69C9F8,
  schemaorg_apache_xmlbeans.type.URI_SHA_1_F04B01A0100CE4D6D8E05EA89F04B1A3232530D3,
  schemaorg_apache_xmlbeans.type.URI_SHA_1_F192CE7C4783FF6FCD001EBCFD7068507094E005,
- schemaorg_apache_xmlbeans.type.URI_SHA_1_FC6A73DD7C82C014697AE4F129D88E53E294E396,
  schemaorg_apache_xmlbeans.type.http_3A_2F_2Fgeronimo_2Eapache_2Eorg_2Fxml_2Fns_2Fnaming_2D1_2E2
 Bundle-Vendor: Apache.org