Return-Path: Delivered-To: apmail-geronimo-scm-archive@www.apache.org Received: (qmail 6504 invoked from network); 29 Jun 2006 17:23:55 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 29 Jun 2006 17:23:55 -0000 Received: (qmail 69066 invoked by uid 500); 29 Jun 2006 17:23:54 -0000 Delivered-To: apmail-geronimo-scm-archive@geronimo.apache.org Received: (qmail 69036 invoked by uid 500); 29 Jun 2006 17:23:53 -0000 Mailing-List: contact scm-help@geronimo.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: dev@geronimo.apache.org List-Id: Delivered-To: mailing list scm@geronimo.apache.org Received: (qmail 69024 invoked by uid 99); 29 Jun 2006 17:23:53 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 29 Jun 2006 10:23:53 -0700 X-ASF-Spam-Status: No, hits=-9.4 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [140.211.166.113] (HELO eris.apache.org) (140.211.166.113) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 29 Jun 2006 10:23:52 -0700 Received: by eris.apache.org (Postfix, from userid 65534) id BEFE41A983A; Thu, 29 Jun 2006 10:23:32 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r418091 - in /geronimo/devtools/eclipse-plugin/trunk/plugins: org.apache.geronimo.runtime.common/META-INF/MANIFEST.MF org.apache.geronimo.runtime.v1/META-INF/MANIFEST.MF org.apache.geronimo.runtime.v11/META-INF/MANIFEST.MF Date: Thu, 29 Jun 2006 17:23:32 -0000 To: scm@geronimo.apache.org From: sppatel@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20060629172332.BEFE41A983A@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Author: sppatel Date: Thu Jun 29 10:23:31 2006 New Revision: 418091 URL: http://svn.apache.org/viewvc?rev=418091&view=rev Log: fix manifest entries Modified: geronimo/devtools/eclipse-plugin/trunk/plugins/org.apache.geronimo.runtime.common/META-INF/MANIFEST.MF geronimo/devtools/eclipse-plugin/trunk/plugins/org.apache.geronimo.runtime.v1/META-INF/MANIFEST.MF geronimo/devtools/eclipse-plugin/trunk/plugins/org.apache.geronimo.runtime.v11/META-INF/MANIFEST.MF Modified: geronimo/devtools/eclipse-plugin/trunk/plugins/org.apache.geronimo.runtime.common/META-INF/MANIFEST.MF URL: http://svn.apache.org/viewvc/geronimo/devtools/eclipse-plugin/trunk/plugins/org.apache.geronimo.runtime.common/META-INF/MANIFEST.MF?rev=418091&r1=418090&r2=418091&view=diff ============================================================================== --- geronimo/devtools/eclipse-plugin/trunk/plugins/org.apache.geronimo.runtime.common/META-INF/MANIFEST.MF (original) +++ geronimo/devtools/eclipse-plugin/trunk/plugins/org.apache.geronimo.runtime.common/META-INF/MANIFEST.MF Thu Jun 29 10:23:31 2006 @@ -1,7 +1,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: Geronimo Common Runtime Plug-in -Bundle-SymbolicName: org.apache.geronimo.runtime.common +Bundle-SymbolicName: org.apache.geronimo.runtime.common;singleton:=true Bundle-Version: 1.0.0 Bundle-ClassPath: lib/geronimo-j2ee-deployment_1.1_spec-1.0.jar, @@ -79,3 +79,4 @@ org.apache.commons.logging, org.apache.commons.logging.impl, org.omg.stub.javax.management.remote.rmi +Eclipse-LazyStart: true Modified: geronimo/devtools/eclipse-plugin/trunk/plugins/org.apache.geronimo.runtime.v1/META-INF/MANIFEST.MF URL: http://svn.apache.org/viewvc/geronimo/devtools/eclipse-plugin/trunk/plugins/org.apache.geronimo.runtime.v1/META-INF/MANIFEST.MF?rev=418091&r1=418090&r2=418091&view=diff ============================================================================== --- geronimo/devtools/eclipse-plugin/trunk/plugins/org.apache.geronimo.runtime.v1/META-INF/MANIFEST.MF (original) +++ geronimo/devtools/eclipse-plugin/trunk/plugins/org.apache.geronimo.runtime.v1/META-INF/MANIFEST.MF Thu Jun 29 10:23:31 2006 @@ -1,7 +1,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: Geronimo V1 Runtime Plug-in -Bundle-SymbolicName: org.apache.geronimo.runtime.v1 +Bundle-SymbolicName: org.apache.geronimo.runtime.v1;singleton:=true Bundle-Version: 1.0.1 Bundle-ClassPath: lib/xbean-2.0.0.jar, @@ -164,3 +164,4 @@ schemaorg_apache_xmlbeans.system.sXMLSCHEMA, schemaorg_apache_xmlbeans.system.sXMLTOOLS Require-Bundle: org.apache.geronimo.runtime.common;visibility:=reexport +Eclipse-LazyStart: true 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=418091&r1=418090&r2=418091&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 Thu Jun 29 10:23:31 2006 @@ -1,7 +1,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: Geronimo V11 Runtime Plug-in -Bundle-SymbolicName: org.apache.geronimo.runtime.v11 +Bundle-SymbolicName: org.apache.geronimo.runtime.v11;singleton:=true Bundle-Version: 1.0.0 Bundle-ClassPath: lib/xbean-2.0.0.jar, @@ -31,6 +31,7 @@ org.apache.geronimo.connector.deployment, org.apache.geronimo.connector.deployment.dconfigbean, org.apache.geronimo.connector.deployment.jsr88, + org.apache.geronimo.deployment, org.apache.geronimo.deployment.javabean.xbeans, org.apache.geronimo.deployment.javabean.xbeans.impl, org.apache.geronimo.deployment.plugin, @@ -42,8 +43,10 @@ org.apache.geronimo.deployment.plugin.remote, org.apache.geronimo.deployment.service, org.apache.geronimo.deployment.service.jsr88, + org.apache.geronimo.deployment.util, org.apache.geronimo.deployment.xbeans, org.apache.geronimo.deployment.xbeans.impl, + org.apache.geronimo.deployment.xml, org.apache.geronimo.deployment.xmlbeans, org.apache.geronimo.gbean, org.apache.geronimo.gbean.runtime, @@ -51,6 +54,7 @@ org.apache.geronimo.j2ee.deployment, org.apache.geronimo.kernel, org.apache.geronimo.kernel.basic, + org.apache.geronimo.kernel.classloader, org.apache.geronimo.kernel.config, org.apache.geronimo.kernel.config.xstream, org.apache.geronimo.kernel.lifecycle, @@ -58,6 +62,7 @@ org.apache.geronimo.kernel.management, org.apache.geronimo.kernel.proxy, org.apache.geronimo.kernel.repository, + org.apache.geronimo.kernel.util, org.apache.geronimo.naming.deployment, org.apache.geronimo.naming.deployment.jsr88, org.apache.geronimo.schema, @@ -68,6 +73,7 @@ org.apache.geronimo.system.logging, org.apache.geronimo.system.logging.log4j, org.apache.geronimo.system.main, + org.apache.geronimo.system.plugin, org.apache.geronimo.system.properties, org.apache.geronimo.system.repository, org.apache.geronimo.system.resolver, @@ -172,13 +178,21 @@ schemaorg_apache_xmlbeans.system.s015473B941DBE038A67B4160316A4281, schemaorg_apache_xmlbeans.system.s1E8852FF91504A740599F6ED0DB39234, schemaorg_apache_xmlbeans.system.s2749A33DAE6E44DF757AACA37D4188E5, + schemaorg_apache_xmlbeans.system.s4D40C126E2600FE5B259DE2282B26A60, schemaorg_apache_xmlbeans.system.s5275447815D468E56A7564AC4DF51D0E, + schemaorg_apache_xmlbeans.system.s624ECD384556376FBF6D19CFF950A0F4, schemaorg_apache_xmlbeans.system.s8ED3A14014AD03D68DFFC73397DFAE3D, + schemaorg_apache_xmlbeans.system.sAAEA14A23435703F9AAA63738CCC6108, schemaorg_apache_xmlbeans.system.sB0EA3F7553B8E28D1D7928FB04306EA5, + schemaorg_apache_xmlbeans.system.sC0CFD54C10B8C0292B30704501EF82FF, schemaorg_apache_xmlbeans.system.sC2392314C658711074E40F16CEC1299D, schemaorg_apache_xmlbeans.system.sCF8BD666BC9305AA7C2ADFD28E7D467F, + schemaorg_apache_xmlbeans.system.sD110B3BA6E7C77F9DEDB8E0BF29A3FA7, + schemaorg_apache_xmlbeans.system.sD54265BC20BB40986932114D35E4E1A4, + schemaorg_apache_xmlbeans.system.sD81E1984D3B5AFD019AC1E421CD645AD, schemaorg_apache_xmlbeans.system.sXMLCONFIG, schemaorg_apache_xmlbeans.system.sXMLLANG, schemaorg_apache_xmlbeans.system.sXMLSCHEMA, schemaorg_apache_xmlbeans.system.sXMLTOOLS Require-Bundle: org.apache.geronimo.runtime.common;visibility:=reexport +Eclipse-LazyStart: true