Return-Path: Delivered-To: apmail-geronimo-scm-archive@www.apache.org Received: (qmail 85460 invoked from network); 26 Apr 2006 17:21:52 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 26 Apr 2006 17:21:52 -0000 Received: (qmail 54911 invoked by uid 500); 26 Apr 2006 17:21:51 -0000 Delivered-To: apmail-geronimo-scm-archive@geronimo.apache.org Received: (qmail 54885 invoked by uid 500); 26 Apr 2006 17:21:51 -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 54874 invoked by uid 99); 26 Apr 2006 17:21:51 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 26 Apr 2006 10:21:51 -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: from [209.237.227.194] (HELO minotaur.apache.org) (209.237.227.194) by apache.org (qpsmtpd/0.29) with SMTP; Wed, 26 Apr 2006 10:21:50 -0700 Received: (qmail 85384 invoked by uid 65534); 26 Apr 2006 17:21:29 -0000 Message-ID: <20060426172129.85383.qmail@minotaur.apache.org> Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r397248 - in /geronimo/devtools/eclipse-plugin/trunk/plugins: org.apache.geronimo.runtime.common/ org.apache.geronimo.runtime.common/META-INF/ org.apache.geronimo.runtime.v1/ org.apache.geronimo.runtime.v1/META-INF/ org.apache.geronimo.runt... Date: Wed, 26 Apr 2006 17:21:26 -0000 To: scm@geronimo.apache.org From: sppatel@apache.org X-Mailer: svnmailer-1.0.8 X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Author: sppatel Date: Wed Apr 26 10:21:23 2006 New Revision: 397248 URL: http://svn.apache.org/viewcvs?rev=397248&view=rev Log: rearrange dependencies Added: geronimo/devtools/eclipse-plugin/trunk/plugins/org.apache.geronimo.runtime.common/META-INF/ 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/ 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/ 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/pom.xml geronimo/devtools/eclipse-plugin/trunk/plugins/org.apache.geronimo.runtime.v1/pluginXmlTemplate.vm geronimo/devtools/eclipse-plugin/trunk/plugins/org.apache.geronimo.runtime.v1/pom.xml geronimo/devtools/eclipse-plugin/trunk/plugins/org.apache.geronimo.runtime.v11/pluginXmlTemplate.vm geronimo/devtools/eclipse-plugin/trunk/plugins/org.apache.geronimo.runtime.v11/pom.xml geronimo/devtools/eclipse-plugin/trunk/plugins/org.apache.geronimo.st.jmxagent/.classpath geronimo/devtools/eclipse-plugin/trunk/plugins/org.apache.geronimo.st.jmxagent/META-INF/MANIFEST.MF geronimo/devtools/eclipse-plugin/trunk/plugins/org.apache.geronimo.st.jmxagent/pom.xml geronimo/devtools/eclipse-plugin/trunk/plugins/org.apache.geronimo.st.v1.core/META-INF/MANIFEST.MF Added: geronimo/devtools/eclipse-plugin/trunk/plugins/org.apache.geronimo.runtime.common/META-INF/MANIFEST.MF URL: http://svn.apache.org/viewcvs/geronimo/devtools/eclipse-plugin/trunk/plugins/org.apache.geronimo.runtime.common/META-INF/MANIFEST.MF?rev=397248&view=auto ============================================================================== --- geronimo/devtools/eclipse-plugin/trunk/plugins/org.apache.geronimo.runtime.common/META-INF/MANIFEST.MF (added) +++ geronimo/devtools/eclipse-plugin/trunk/plugins/org.apache.geronimo.runtime.common/META-INF/MANIFEST.MF Wed Apr 26 10:21:23 2006 @@ -0,0 +1,19 @@ +Manifest-Version: 1.0 +Bundle-ManifestVersion: 2 +Bundle-Name: Geronimo Common Runtime Plug-in +Bundle-SymbolicName: org.apache.geronimo.runtime.common +Bundle-Version: 1.0.0 +Bundle-ClassPath: + lib/geronimo-j2ee-deployment_1.1_spec-1.0.jar, + lib/commons-logging-1.0.4.jar +Bundle-Localization: plugin +Export-Package: org.apache.commons.logging.impl, + org.apache.commons.logging, + javax.enterprise.deploy.spi.status, + javax.enterprise.deploy.spi.factories, + javax.enterprise.deploy.spi.exceptions, + javax.enterprise.deploy.spi, + javax.enterprise.deploy.shared.factories, + javax.enterprise.deploy.shared, + javax.enterprise.deploy.model.exceptions, + javax.enterprise.deploy.model Modified: geronimo/devtools/eclipse-plugin/trunk/plugins/org.apache.geronimo.runtime.common/pom.xml URL: http://svn.apache.org/viewcvs/geronimo/devtools/eclipse-plugin/trunk/plugins/org.apache.geronimo.runtime.common/pom.xml?rev=397248&r1=397247&r2=397248&view=diff ============================================================================== --- geronimo/devtools/eclipse-plugin/trunk/plugins/org.apache.geronimo.runtime.common/pom.xml (original) +++ geronimo/devtools/eclipse-plugin/trunk/plugins/org.apache.geronimo.runtime.common/pom.xml Wed Apr 26 10:21:23 2006 @@ -47,6 +47,11 @@ geronimo-j2ee-deployment_1.1_spec ${geronimo_spec_version} + + commons-logging + commons-logging + 1.0.4 + lib Added: geronimo/devtools/eclipse-plugin/trunk/plugins/org.apache.geronimo.runtime.v1/META-INF/MANIFEST.MF URL: http://svn.apache.org/viewcvs/geronimo/devtools/eclipse-plugin/trunk/plugins/org.apache.geronimo.runtime.v1/META-INF/MANIFEST.MF?rev=397248&view=auto ============================================================================== --- geronimo/devtools/eclipse-plugin/trunk/plugins/org.apache.geronimo.runtime.v1/META-INF/MANIFEST.MF (added) +++ geronimo/devtools/eclipse-plugin/trunk/plugins/org.apache.geronimo.runtime.v1/META-INF/MANIFEST.MF Wed Apr 26 10:21:23 2006 @@ -0,0 +1,207 @@ +Manifest-Version: 1.0 +Bundle-ManifestVersion: 2 +Bundle-Name: Geronimo V1 Runtime Plug-in +Bundle-SymbolicName: org.apache.geronimo.runtime.v1 +Bundle-Version: 1.0.0 +Bundle-ClassPath: + lib/xbean-2.0.0.jar, + lib/stax-api-1.0.jar, + lib/openejb-builder-2.0.jar, + lib/mx4j-remote-3.0.1.jar, + lib/mx4j-3.0.1.jar, + lib/geronimo-web-builder-1.0.jar, + lib/geronimo-util-1.0.jar, + lib/geronimo-service-builder-1.0.jar, + lib/geronimo-security-builder-1.0.jar, + lib/geronimo-naming-builder-1.0.jar, + lib/geronimo-kernel-1.0.jar, + lib/geronimo-j2ee-schema-1.0.jar, + lib/geronimo-j2ee-builder-1.0.jar, + lib/geronimo-deploy-jsr88-1.0.jar, + lib/geronimo-connector-builder-1.0.jar, + lib/geronimo-common-1.0.jar, + lib/cglib-nodep-2.1_3.jar +Bundle-Localization: plugin +Export-Package: +Export-Package: schemaorg_apache_xmlbeans.system.sXMLTOOLS, + schemaorg_apache_xmlbeans.system.sXMLSCHEMA, + schemaorg_apache_xmlbeans.system.sXMLLANG, + schemaorg_apache_xmlbeans.system.sXMLCONFIG, + schemaorg_apache_xmlbeans.system.sF5F14BD313A6E7091A86C6EA954526D0, + schemaorg_apache_xmlbeans.system.sD68E1263DFFBA30D4A3F1C1CF5333C62, + schemaorg_apache_xmlbeans.system.sCF8BD666BC9305AA7C2ADFD28E7D467F, + schemaorg_apache_xmlbeans.system.s994584533683FB08EC74BDF63B578C62, + schemaorg_apache_xmlbeans.system.s9571D1447C54B1BCD894EAE2123B6785, + schemaorg_apache_xmlbeans.system.s86635A1847D0665F1FF61E9AD85B644B, + schemaorg_apache_xmlbeans.system.s3CEFE23A58609BDA2FB9781D0C61E5AE, + schemaorg_apache_xmlbeans.system.s3B01C45AB793F6BD8A54AA856D71D1A2, + repackage, + org.w3c.dom, + org.w3.xml.x1998.namespace.impl, + org.w3.xml.x1998.namespace, + org.openejb.xbeans.ejbjar.impl, + org.openejb.xbeans.ejbjar, + org.openejb.xbeans.csiv2.tss.impl, + org.openejb.xbeans.csiv2.tss, + org.openejb.xbeans.csiv2.css.impl, + org.openejb.xbeans.csiv2.css, + org.openejb.transaction, + org.openejb.deployment.corba, + org.openejb.deployment.ant, + org.openejb.deployment, + org.openejb.corba.security.config.tss, + org.openejb.corba.security.config.css, + org.omg.stub.javax.management.remote.rmi, + org.apache.xmlbeans.xml.stream.utils, + org.apache.xmlbeans.xml.stream.events, + org.apache.xmlbeans.xml.stream, + org.apache.xmlbeans.soap, + org.apache.xmlbeans.impl.xsd2inst, + org.apache.xmlbeans.impl.xb.xsdschema.impl, + org.apache.xmlbeans.impl.xb.xsdschema, + org.apache.xmlbeans.impl.xb.xsdownload.impl, + org.apache.xmlbeans.impl.xb.xsdownload, + org.apache.xmlbeans.impl.xb.xmlschema.impl, + org.apache.xmlbeans.impl.xb.xmlschema, + org.apache.xmlbeans.impl.xb.xmlconfig.impl, + org.apache.xmlbeans.impl.xb.xmlconfig, + org.apache.xmlbeans.impl.xb.substwsdl.impl, + org.apache.xmlbeans.impl.xb.substwsdl, + org.apache.xmlbeans.impl.xb.ltgfmt.impl, + org.apache.xmlbeans.impl.xb.ltgfmt, + org.apache.xmlbeans.impl.values, + org.apache.xmlbeans.impl.validator, + org.apache.xmlbeans.impl.util, + org.apache.xmlbeans.impl.tool, + org.apache.xmlbeans.impl.store, + org.apache.xmlbeans.impl.soap, + org.apache.xmlbeans.impl.schema, + org.apache.xmlbeans.impl.richParser, + org.apache.xmlbeans.impl.regex, + org.apache.xmlbeans.impl.piccolo.xml, + org.apache.xmlbeans.impl.piccolo.util, + org.apache.xmlbeans.impl.piccolo.io, + org.apache.xmlbeans.impl.jam.xml, + org.apache.xmlbeans.impl.jam.visitor, + org.apache.xmlbeans.impl.jam.provider, + org.apache.xmlbeans.impl.jam.mutable, + org.apache.xmlbeans.impl.jam.internal.reflect, + org.apache.xmlbeans.impl.jam.internal.parser, + org.apache.xmlbeans.impl.jam.internal.javadoc, + org.apache.xmlbeans.impl.jam.internal.elements, + org.apache.xmlbeans.impl.jam.internal.classrefs, + org.apache.xmlbeans.impl.jam.internal, + org.apache.xmlbeans.impl.jam.annotation, + org.apache.xmlbeans.impl.jam, + org.apache.xmlbeans.impl.inst2xsd.util, + org.apache.xmlbeans.impl.inst2xsd, + org.apache.xmlbeans.impl.config, + org.apache.xmlbeans.impl.common, + org.apache.xmlbeans, + org.apache.geronimo.xbeans.j2ee.impl, + org.apache.geronimo.xbeans.j2ee, + org.apache.geronimo.xbeans.geronimo.web.impl, + org.apache.geronimo.xbeans.geronimo.web, + org.apache.geronimo.xbeans.geronimo.security.impl, + org.apache.geronimo.xbeans.geronimo.security, + org.apache.geronimo.xbeans.geronimo.naming.impl, + org.apache.geronimo.xbeans.geronimo.naming, + org.apache.geronimo.xbeans.geronimo.loginconfig.impl, + org.apache.geronimo.xbeans.geronimo.loginconfig, + org.apache.geronimo.xbeans.geronimo.j2ee.impl, + org.apache.geronimo.xbeans.geronimo.j2ee, + org.apache.geronimo.xbeans.geronimo.impl, + org.apache.geronimo.xbeans.geronimo, + org.apache.geronimo.web.deployment, + org.apache.geronimo.util.jce.provider, + org.apache.geronimo.util.jce.interfaces, + org.apache.geronimo.util.jce, + org.apache.geronimo.util.encoders, + org.apache.geronimo.util.crypto.params, + org.apache.geronimo.util.crypto, + org.apache.geronimo.util.asn1.x9, + org.apache.geronimo.util.asn1.x509, + org.apache.geronimo.util.asn1.util, + org.apache.geronimo.util.asn1.sec, + org.apache.geronimo.util.asn1.pkcs, + org.apache.geronimo.util.asn1.oiw, + org.apache.geronimo.util.asn1.misc, + org.apache.geronimo.util.asn1.cryptopro, + org.apache.geronimo.util.asn1, + org.apache.geronimo.util, + org.apache.geronimo.security.deployment, + org.apache.geronimo.schema, + org.apache.geronimo.naming.deployment, + org.apache.geronimo.kernel.repository, + org.apache.geronimo.kernel.proxy, + org.apache.geronimo.kernel.management, + org.apache.geronimo.kernel.log, + org.apache.geronimo.kernel.lifecycle, + org.apache.geronimo.kernel.jmx, + org.apache.geronimo.kernel.config, + org.apache.geronimo.kernel.basic, + org.apache.geronimo.kernel, + org.apache.geronimo.j2ee.deployment, + org.apache.geronimo.j2ee, + org.apache.geronimo.gbean.runtime, + org.apache.geronimo.gbean, + org.apache.geronimo.deployment.xmlbeans, + org.apache.geronimo.deployment.xbeans.impl, + org.apache.geronimo.deployment.xbeans, + org.apache.geronimo.deployment.service, + org.apache.geronimo.deployment.plugin.remote, + org.apache.geronimo.deployment.plugin.local, + org.apache.geronimo.deployment.plugin.jmx, + org.apache.geronimo.deployment.plugin.factories, + org.apache.geronimo.deployment.plugin.client, + org.apache.geronimo.deployment.plugin.application, + org.apache.geronimo.deployment.plugin, + org.apache.geronimo.deployment.javabean.xbeans.impl, + org.apache.geronimo.deployment.javabean.xbeans, + org.apache.geronimo.connector.deployment.jsr88, + org.apache.geronimo.connector.deployment.dconfigbean, + org.apache.geronimo.connector.deployment, + org.apache.geronimo.common.propertyeditor, + org.apache.geronimo.common, + noNamespace.impl, + noNamespace, + net.sf.cglib.util, + net.sf.cglib.transform.impl, + net.sf.cglib.transform.hook, + net.sf.cglib.transform, + net.sf.cglib.reflect, + net.sf.cglib.proxy, + net.sf.cglib.core, + net.sf.cglib.beans, + net.sf.cglib.asm.attrs, + net.sf.cglib.asm, + mx4j.util, + mx4j.timer, + mx4j.server.interceptor, + mx4j.server, + mx4j.remote.rmi, + mx4j.remote.resolver.rmi, + mx4j.remote.resolver.iiop, + mx4j.remote.provider.rmi, + mx4j.remote.provider.iiop, + mx4j.remote, + mx4j.persist, + mx4j.monitor, + mx4j.log, + mx4j.loading, + mx4j, + javax.xml.stream.util, + javax.xml.stream.events, + javax.xml.stream, + javax.xml.namespace, + javax.xml, + javax.management.timer, + javax.management.remote.rmi, + javax.management.remote, + javax.management.relation, + javax.management.openmbean, + javax.management.monitor, + javax.management.modelmbean, + javax.management.loading, + javax.management +Require-Bundle: org.apache.geronimo.runtime.common;visibility:=reexport Modified: geronimo/devtools/eclipse-plugin/trunk/plugins/org.apache.geronimo.runtime.v1/pluginXmlTemplate.vm URL: http://svn.apache.org/viewcvs/geronimo/devtools/eclipse-plugin/trunk/plugins/org.apache.geronimo.runtime.v1/pluginXmlTemplate.vm?rev=397248&r1=397247&r2=397248&view=diff ============================================================================== --- geronimo/devtools/eclipse-plugin/trunk/plugins/org.apache.geronimo.runtime.v1/pluginXmlTemplate.vm (original) +++ geronimo/devtools/eclipse-plugin/trunk/plugins/org.apache.geronimo.runtime.v1/pluginXmlTemplate.vm Wed Apr 26 10:21:23 2006 @@ -13,7 +13,4 @@ #end - - - Modified: geronimo/devtools/eclipse-plugin/trunk/plugins/org.apache.geronimo.runtime.v1/pom.xml URL: http://svn.apache.org/viewcvs/geronimo/devtools/eclipse-plugin/trunk/plugins/org.apache.geronimo.runtime.v1/pom.xml?rev=397248&r1=397247&r2=397248&view=diff ============================================================================== --- geronimo/devtools/eclipse-plugin/trunk/plugins/org.apache.geronimo.runtime.v1/pom.xml (original) +++ geronimo/devtools/eclipse-plugin/trunk/plugins/org.apache.geronimo.runtime.v1/pom.xml Wed Apr 26 10:21:23 2006 @@ -129,6 +129,16 @@ stax-api ${staxApiVersion} + + mx4j + mx4j-remote + 3.0.1 + + + mx4j + mx4j + 3.0.1 + lib Added: geronimo/devtools/eclipse-plugin/trunk/plugins/org.apache.geronimo.runtime.v11/META-INF/MANIFEST.MF URL: http://svn.apache.org/viewcvs/geronimo/devtools/eclipse-plugin/trunk/plugins/org.apache.geronimo.runtime.v11/META-INF/MANIFEST.MF?rev=397248&view=auto ============================================================================== --- geronimo/devtools/eclipse-plugin/trunk/plugins/org.apache.geronimo.runtime.v11/META-INF/MANIFEST.MF (added) +++ geronimo/devtools/eclipse-plugin/trunk/plugins/org.apache.geronimo.runtime.v11/META-INF/MANIFEST.MF Wed Apr 26 10:21:23 2006 @@ -0,0 +1,147 @@ +Manifest-Version: 1.0 +Bundle-ManifestVersion: 2 +Bundle-Name: Geronimo V11 Runtime Plug-in +Bundle-SymbolicName: org.apache.geronimo.runtime.v11 +Bundle-Version: 1.0.0 +Bundle-ClassPath: + lib/xbean-2.0.0.jar, + lib/stax-api-1.0.jar, + lib/openejb-builder-2.1-SNAPSHOT.jar, + lib/mx4j-remote-3.0.1.jar, + lib/mx4j-3.0.1.jar, + lib/geronimo-web-builder-1.1-SNAPSHOT.jar, + lib/geronimo-util-1.1-SNAPSHOT.jar, + lib/geronimo-system-1.1-SNAPSHOT.jar, + lib/geronimo-service-builder-1.1-SNAPSHOT.jar, + lib/geronimo-security-builder-1.1-SNAPSHOT.jar, + lib/geronimo-naming-builder-1.1-SNAPSHOT.jar, + lib/geronimo-kernel-1.1-SNAPSHOT.jar, + lib/geronimo-j2ee-schema-1.1-SNAPSHOT.jar, + lib/geronimo-j2ee-builder-1.1-SNAPSHOT.jar, + lib/geronimo-deploy-jsr88-1.1-SNAPSHOT.jar, + lib/geronimo-connector-builder-1.1-SNAPSHOT.jar, + lib/geronimo-common-1.1-SNAPSHOT.jar, + lib/cglib-nodep-2.1_3.jar +Bundle-Localization: plugin +Export-Package: +Export-Package: org.apache.geronimo.xbeans.geronimo.web.impl, + org.apache.geronimo.xbeans.geronimo.web, + org.apache.geronimo.xbeans.geronimo.security.impl, + org.apache.geronimo.xbeans.geronimo.security, + org.apache.geronimo.xbeans.geronimo.naming.impl, + org.apache.geronimo.xbeans.geronimo.naming, + org.apache.geronimo.xbeans.geronimo.loginconfig.impl, + org.apache.geronimo.xbeans.geronimo.loginconfig, + org.apache.geronimo.xbeans.geronimo.j2ee.impl, + org.apache.geronimo.xbeans.geronimo.j2ee, + org.apache.geronimo.xbeans.geronimo.impl, + org.apache.geronimo.xbeans.geronimo, + org.apache.geronimo.web.deployment, + org.apache.geronimo.util.jce.provider, + org.apache.geronimo.util.jce.interfaces, + org.apache.geronimo.util.jce, + org.apache.geronimo.util.encoders, + org.apache.geronimo.util.crypto.params, + org.apache.geronimo.util.crypto, + org.apache.geronimo.util.asn1.x9, + org.apache.geronimo.util.asn1.x509, + org.apache.geronimo.util.asn1.util, + org.apache.geronimo.util.asn1.sec, + org.apache.geronimo.util.asn1.pkcs, + org.apache.geronimo.util.asn1.oiw, + org.apache.geronimo.util.asn1.misc, + org.apache.geronimo.util.asn1.cryptopro, + org.apache.geronimo.util.asn1, + org.apache.geronimo.util, + org.apache.geronimo.system.util, + org.apache.geronimo.system.threads, + org.apache.geronimo.system.sharedlib, + org.apache.geronimo.system.serverinfo, + org.apache.geronimo.system.rmi, + org.apache.geronimo.system.resolver, + org.apache.geronimo.system.repository, + org.apache.geronimo.system.properties, + org.apache.geronimo.system.main, + org.apache.geronimo.system.logging.log4j, + org.apache.geronimo.system.logging, + org.apache.geronimo.system.jmx, + org.apache.geronimo.system.configuration.cli, + org.apache.geronimo.system.configuration, + org.apache.geronimo.security.deployment, + org.apache.geronimo.schema, + org.apache.geronimo.naming.deployment.jsr88, + org.apache.geronimo.naming.deployment, + org.apache.geronimo.kernel.repository, + org.apache.geronimo.kernel.proxy, + org.apache.geronimo.kernel.management, + org.apache.geronimo.kernel.log, + org.apache.geronimo.kernel.lifecycle, + org.apache.geronimo.kernel.config.xstream, + org.apache.geronimo.kernel.config, + org.apache.geronimo.kernel.basic, + org.apache.geronimo.kernel, + org.apache.geronimo.j2ee.deployment, + org.apache.geronimo.j2ee, + org.apache.geronimo.gbean.runtime, + org.apache.geronimo.gbean, + org.apache.geronimo.deployment.xmlbeans, + org.apache.geronimo.deployment.xbeans.impl, + org.apache.geronimo.deployment.xbeans, + org.apache.geronimo.deployment.service.jsr88, + org.apache.geronimo.deployment.service, + org.apache.geronimo.deployment.plugin.remote, + org.apache.geronimo.deployment.plugin.local, + org.apache.geronimo.deployment.plugin.jmx, + org.apache.geronimo.deployment.plugin.factories, + org.apache.geronimo.deployment.plugin.client, + org.apache.geronimo.deployment.plugin.application, + org.apache.geronimo.deployment.plugin, + org.apache.geronimo.deployment.javabean.xbeans.impl, + org.apache.geronimo.deployment.javabean.xbeans, + org.apache.geronimo.connector.deployment.jsr88, + org.apache.geronimo.connector.deployment.dconfigbean, + org.apache.geronimo.connector.deployment, + org.apache.geronimo.common.propertyeditor, + org.apache.geronimo.common, + noNamespace.impl, + noNamespace, + net.sf.cglib.util, + net.sf.cglib.transform.impl, + net.sf.cglib.transform.hook, + net.sf.cglib.transform, + net.sf.cglib.reflect, + net.sf.cglib.proxy, + net.sf.cglib.core, + net.sf.cglib.beans, + net.sf.cglib.asm.attrs, + net.sf.cglib.asm, + mx4j.util, + mx4j.timer, + mx4j.server.interceptor, + mx4j.server, + mx4j.remote.rmi, + mx4j.remote.resolver.rmi, + mx4j.remote.resolver.iiop, + mx4j.remote.provider.rmi, + mx4j.remote.provider.iiop, + mx4j.remote, + mx4j.persist, + mx4j.monitor, + mx4j.log, + mx4j.loading, + mx4j, + javax.xml.stream.util, + javax.xml.stream.events, + javax.xml.stream, + javax.xml.namespace, + javax.xml, + javax.management.timer, + javax.management.remote.rmi, + javax.management.remote, + javax.management.relation, + javax.management.openmbean, + javax.management.monitor, + javax.management.modelmbean, + javax.management.loading, + javax.management +Require-Bundle: org.apache.geronimo.runtime.common;visibility:=reexport Modified: geronimo/devtools/eclipse-plugin/trunk/plugins/org.apache.geronimo.runtime.v11/pluginXmlTemplate.vm URL: http://svn.apache.org/viewcvs/geronimo/devtools/eclipse-plugin/trunk/plugins/org.apache.geronimo.runtime.v11/pluginXmlTemplate.vm?rev=397248&r1=397247&r2=397248&view=diff ============================================================================== --- geronimo/devtools/eclipse-plugin/trunk/plugins/org.apache.geronimo.runtime.v11/pluginXmlTemplate.vm (original) +++ geronimo/devtools/eclipse-plugin/trunk/plugins/org.apache.geronimo.runtime.v11/pluginXmlTemplate.vm Wed Apr 26 10:21:23 2006 @@ -13,7 +13,4 @@ #end - - - Modified: geronimo/devtools/eclipse-plugin/trunk/plugins/org.apache.geronimo.runtime.v11/pom.xml URL: http://svn.apache.org/viewcvs/geronimo/devtools/eclipse-plugin/trunk/plugins/org.apache.geronimo.runtime.v11/pom.xml?rev=397248&r1=397247&r2=397248&view=diff ============================================================================== --- geronimo/devtools/eclipse-plugin/trunk/plugins/org.apache.geronimo.runtime.v11/pom.xml (original) +++ geronimo/devtools/eclipse-plugin/trunk/plugins/org.apache.geronimo.runtime.v11/pom.xml Wed Apr 26 10:21:23 2006 @@ -134,6 +134,16 @@ geronimo-system ${geronimoVersion} + + mx4j + mx4j-remote + 3.0.1 + + + mx4j + mx4j + 3.0.1 + lib Modified: geronimo/devtools/eclipse-plugin/trunk/plugins/org.apache.geronimo.st.jmxagent/.classpath URL: http://svn.apache.org/viewcvs/geronimo/devtools/eclipse-plugin/trunk/plugins/org.apache.geronimo.st.jmxagent/.classpath?rev=397248&r1=397247&r2=397248&view=diff ============================================================================== --- geronimo/devtools/eclipse-plugin/trunk/plugins/org.apache.geronimo.st.jmxagent/.classpath (original) +++ geronimo/devtools/eclipse-plugin/trunk/plugins/org.apache.geronimo.st.jmxagent/.classpath Wed Apr 26 10:21:23 2006 @@ -9,6 +9,5 @@ - Modified: geronimo/devtools/eclipse-plugin/trunk/plugins/org.apache.geronimo.st.jmxagent/META-INF/MANIFEST.MF URL: http://svn.apache.org/viewcvs/geronimo/devtools/eclipse-plugin/trunk/plugins/org.apache.geronimo.st.jmxagent/META-INF/MANIFEST.MF?rev=397248&r1=397247&r2=397248&view=diff ============================================================================== --- geronimo/devtools/eclipse-plugin/trunk/plugins/org.apache.geronimo.st.jmxagent/META-INF/MANIFEST.MF (original) +++ geronimo/devtools/eclipse-plugin/trunk/plugins/org.apache.geronimo.st.jmxagent/META-INF/MANIFEST.MF Wed Apr 26 10:21:23 2006 @@ -7,45 +7,18 @@ Bundle-Vendor: Apache Bundle-Localization: plugin Require-Bundle: org.eclipse.core.runtime, - org.eclipse.wst.common.modulecore, - org.eclipse.jst.j2ee, org.eclipse.core.resources, + org.eclipse.jst.j2ee, + org.eclipse.wst.common.modulecore, org.eclipse.wst.common.project.facet.core, org.eclipse.jem.util, org.eclipse.emf.ecore Eclipse-AutoStart: true -Export-Package: javax.management, - javax.management.loading, - javax.management.modelmbean, - javax.management.monitor, - javax.management.openmbean, - javax.management.relation, - javax.management.remote, - javax.management.remote.rmi, - javax.management.timer, - mx4j, - mx4j.loading, - mx4j.log, - mx4j.monitor, - mx4j.persist, - mx4j.remote, - mx4j.remote.provider.iiop, - mx4j.remote.provider.rmi, - mx4j.remote.resolver.iiop, - mx4j.remote.resolver.rmi, - mx4j.remote.rmi, - mx4j.server, - mx4j.server.interceptor, - mx4j.timer, - mx4j.util, - org.apache.commons.logging, - org.apache.commons.logging.impl, - org.apache.geronimo.st.jmxagent, - org.omg.stub.javax.management.remote.rmi +Export-Package: + org.apache.geronimo.st.jmxagent Bundle-ClassPath: lib/mx4j-remote-3.0.1.jar, lib/mx4j-3.0.1.jar, lib/org.mortbay.jetty-5.1.10.jar, lib/mx4j-tools-3.0.1.jar, lib/hessian-3.0.8.jar, - lib/geronimo-servlet_2.4_spec-1.0.jar, - lib/commons-logging-1.0.4.jar + lib/geronimo-servlet_2.4_spec-1.0.jar Modified: geronimo/devtools/eclipse-plugin/trunk/plugins/org.apache.geronimo.st.jmxagent/pom.xml URL: http://svn.apache.org/viewcvs/geronimo/devtools/eclipse-plugin/trunk/plugins/org.apache.geronimo.st.jmxagent/pom.xml?rev=397248&r1=397247&r2=397248&view=diff ============================================================================== --- geronimo/devtools/eclipse-plugin/trunk/plugins/org.apache.geronimo.st.jmxagent/pom.xml (original) +++ geronimo/devtools/eclipse-plugin/trunk/plugins/org.apache.geronimo.st.jmxagent/pom.xml Wed Apr 26 10:21:23 2006 @@ -68,11 +68,6 @@ 3.0.1 - commons-logging - commons-logging - 1.0.4 - - org.apache.geronimo.specs geronimo-servlet_2.4_spec 1.0 Modified: geronimo/devtools/eclipse-plugin/trunk/plugins/org.apache.geronimo.st.v1.core/META-INF/MANIFEST.MF URL: http://svn.apache.org/viewcvs/geronimo/devtools/eclipse-plugin/trunk/plugins/org.apache.geronimo.st.v1.core/META-INF/MANIFEST.MF?rev=397248&r1=397247&r2=397248&view=diff ============================================================================== --- geronimo/devtools/eclipse-plugin/trunk/plugins/org.apache.geronimo.st.v1.core/META-INF/MANIFEST.MF (original) +++ geronimo/devtools/eclipse-plugin/trunk/plugins/org.apache.geronimo.st.v1.core/META-INF/MANIFEST.MF Wed Apr 26 10:21:23 2006 @@ -20,7 +20,6 @@ org.eclipse.wst.common.project.facet.core, org.eclipse.wst.common.frameworks, org.apache.geronimo.runtime.v1, - org.apache.geronimo.runtime.common, org.apache.geronimo.st.jmxagent Eclipse-AutoStart: true Bundle-Vendor: Apache