You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by sp...@apache.org on 2007/01/23 16:06:00 UTC

svn commit: r499042 - in /geronimo/devtools/eclipse-plugin/trunk/plugins: ./ org.apache.geronimo.runtime.v20/ org.apache.geronimo.runtime.v20/META-INF/

Author: sppatel
Date: Tue Jan 23 07:05:59 2007
New Revision: 499042

URL: http://svn.apache.org/viewvc?view=rev&rev=499042
Log:
add 2.0 runtime plugin

Added:
    geronimo/devtools/eclipse-plugin/trunk/plugins/org.apache.geronimo.runtime.v20/
      - copied from r498724, geronimo/devtools/eclipse-plugin/trunk/plugins/org.apache.geronimo.runtime.v12/
Modified:
    geronimo/devtools/eclipse-plugin/trunk/plugins/org.apache.geronimo.runtime.v20/.classpath
    geronimo/devtools/eclipse-plugin/trunk/plugins/org.apache.geronimo.runtime.v20/.project
    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.v20/pom.xml
    geronimo/devtools/eclipse-plugin/trunk/plugins/pom.xml

Modified: geronimo/devtools/eclipse-plugin/trunk/plugins/org.apache.geronimo.runtime.v20/.classpath
URL: http://svn.apache.org/viewvc/geronimo/devtools/eclipse-plugin/trunk/plugins/org.apache.geronimo.runtime.v20/.classpath?view=diff&rev=499042&r1=498724&r2=499042
==============================================================================
--- geronimo/devtools/eclipse-plugin/trunk/plugins/org.apache.geronimo.runtime.v20/.classpath (original)
+++ geronimo/devtools/eclipse-plugin/trunk/plugins/org.apache.geronimo.runtime.v20/.classpath Tue Jan 23 07:05:59 2007
@@ -16,21 +16,20 @@
   ~ limitations under the License.
   -->
 
-<!-- $Rev: 4176 $ $Date: 2006-11-05T22:47:11.614487Z $ -->
+<!-- $Rev$ $Date$ -->
 
 <classpath>
-	<classpathentry exported="true" kind="lib" path="lib/geronimo-common-1.2-SNAPSHOT.jar"/>
-	<classpathentry exported="true" kind="lib" path="lib/geronimo-connector-builder-1.2-SNAPSHOT.jar"/>
-	<classpathentry exported="true" kind="lib" path="lib/geronimo-deploy-jsr88-1.2-SNAPSHOT.jar"/>
-	<classpathentry exported="true" kind="lib" path="lib/geronimo-deployment-1.2-SNAPSHOT.jar"/>
-	<classpathentry exported="true" kind="lib" path="lib/geronimo-j2ee-builder-1.2-SNAPSHOT.jar"/>
-	<classpathentry exported="true" kind="lib" path="lib/geronimo-j2ee-schema-1.2-SNAPSHOT.jar"/>
-	<classpathentry exported="true" kind="lib" path="lib/geronimo-kernel-1.2-SNAPSHOT.jar"/>
-	<classpathentry exported="true" kind="lib" path="lib/geronimo-naming-builder-1.2-SNAPSHOT.jar"/>
-	<classpathentry exported="true" kind="lib" path="lib/geronimo-security-builder-1.2-SNAPSHOT.jar"/>
-	<classpathentry exported="true" kind="lib" path="lib/geronimo-service-builder-1.2-SNAPSHOT.jar"/>
-	<classpathentry exported="true" kind="lib" path="lib/geronimo-system-1.2-SNAPSHOT.jar"/>
-	<classpathentry exported="true" kind="lib" path="lib/geronimo-util-1.2-SNAPSHOT.jar"/>
-	<classpathentry exported="true" kind="lib" path="lib/geronimo-web-builder-1.2-SNAPSHOT.jar"/>
-	<classpathentry exported="true" kind="lib" path="lib/openejb-builder-2.2-incubating.jar"/>
+	<classpathentry exported="true" kind="lib" path="lib/geronimo-common-2.0-SNAPSHOT.jar"/>
+	<classpathentry exported="true" kind="lib" path="lib/geronimo-connector-builder-2.0-SNAPSHOT.jar"/>
+	<classpathentry exported="true" kind="lib" path="lib/geronimo-deploy-jsr88-2.0-SNAPSHOT.jar"/>
+	<classpathentry exported="true" kind="lib" path="lib/geronimo-deployment-2.0-SNAPSHOT.jar"/>
+	<classpathentry exported="true" kind="lib" path="lib/geronimo-j2ee-builder-2.0-SNAPSHOT.jar"/>
+	<classpathentry exported="true" kind="lib" path="lib/geronimo-j2ee-schema-2.0-SNAPSHOT.jar"/>
+	<classpathentry exported="true" kind="lib" path="lib/geronimo-kernel-2.0-SNAPSHOT.jar"/>
+	<classpathentry exported="true" kind="lib" path="lib/geronimo-naming-builder-2.0-SNAPSHOT.jar"/>
+	<classpathentry exported="true" kind="lib" path="lib/geronimo-security-builder-2.0-SNAPSHOT.jar"/>
+	<classpathentry exported="true" kind="lib" path="lib/geronimo-service-builder-2.0-SNAPSHOT.jar"/>
+	<classpathentry exported="true" kind="lib" path="lib/geronimo-system-2.0-SNAPSHOT.jar"/>
+	<classpathentry exported="true" kind="lib" path="lib/geronimo-util-2.0-SNAPSHOT.jar"/>
+	<classpathentry exported="true" kind="lib" path="lib/geronimo-web-builder-2.0-SNAPSHOT.jar"/>
 </classpath>

Modified: geronimo/devtools/eclipse-plugin/trunk/plugins/org.apache.geronimo.runtime.v20/.project
URL: http://svn.apache.org/viewvc/geronimo/devtools/eclipse-plugin/trunk/plugins/org.apache.geronimo.runtime.v20/.project?view=diff&rev=499042&r1=498724&r2=499042
==============================================================================
--- geronimo/devtools/eclipse-plugin/trunk/plugins/org.apache.geronimo.runtime.v20/.project (original)
+++ geronimo/devtools/eclipse-plugin/trunk/plugins/org.apache.geronimo.runtime.v20/.project Tue Jan 23 07:05:59 2007
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <projectDescription>
-	<name>org.apache.geronimo.runtime.v12</name>
+	<name>org.apache.geronimo.runtime.v20</name>
 	<comment></comment>
 	<projects>
 	</projects>

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?view=diff&rev=499042&r1=498724&r2=499042
==============================================================================
--- 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 Tue Jan 23 07:05:59 2007
@@ -1,118 +1,21 @@
 Manifest-Version: 1.0
 Bundle-ManifestVersion: 2
-Bundle-Name: Geronimo V11 Runtime Plug-in
-Bundle-SymbolicName: org.apache.geronimo.runtime.v12;singleton:=true
+Bundle-Name: Geronimo V20 Runtime Plug-in
+Bundle-SymbolicName: org.apache.geronimo.runtime.v20;singleton:=true
 Bundle-Version: 1.0.0
 Bundle-Localization: plugin
 Require-Bundle: org.apache.geronimo.runtime.common;visibility:=reexport
-Bundle-ClassPath: lib/geronimo-common-1.2-SNAPSHOT.jar, 
- lib/geronimo-connector-builder-1.2-SNAPSHOT.jar, 
- lib/geronimo-deploy-jsr88-1.2-SNAPSHOT.jar, 
- lib/geronimo-deployment-1.2-SNAPSHOT.jar, 
- lib/geronimo-j2ee-builder-1.2-SNAPSHOT.jar, 
- lib/geronimo-j2ee-schema-1.2-SNAPSHOT.jar, 
- lib/geronimo-kernel-1.2-SNAPSHOT.jar, 
- lib/geronimo-naming-builder-1.2-SNAPSHOT.jar, 
- lib/geronimo-security-builder-1.2-SNAPSHOT.jar, 
- lib/geronimo-service-builder-1.2-SNAPSHOT.jar, 
- lib/geronimo-system-1.2-SNAPSHOT.jar, 
- lib/geronimo-util-1.2-SNAPSHOT.jar, 
- lib/geronimo-web-builder-1.2-SNAPSHOT.jar, 
- lib/openejb-builder-2.2-incubating.jar
-Export-Package: org.apache.geronimo.common,
- org.apache.geronimo.common.propertyeditor,
- 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,
- org.apache.geronimo.deployment.plugin.factories,
- org.apache.geronimo.deployment.plugin.jmx,
- org.apache.geronimo.deployment.plugin.local,
- 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,
- org.apache.geronimo.j2ee,
- org.apache.geronimo.j2ee.deployment,
- org.apache.geronimo.j2ee.jsr88,
- 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,
- org.apache.geronimo.kernel.log,
- 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,
- org.apache.geronimo.security.deployment,
- org.apache.geronimo.system.configuration,
- org.apache.geronimo.system.configuration.cli,
- org.apache.geronimo.system.configuration.condition,
- org.apache.geronimo.system.jmx,
- 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,
- org.apache.geronimo.system.rmi,
- org.apache.geronimo.system.serverinfo,
- org.apache.geronimo.system.sharedlib,
- org.apache.geronimo.system.threads,
- org.apache.geronimo.system.util,
- org.apache.geronimo.util,
- org.apache.geronimo.util.asn1,
- org.apache.geronimo.util.asn1.cryptopro,
- org.apache.geronimo.util.asn1.misc,
- org.apache.geronimo.util.asn1.oiw,
- org.apache.geronimo.util.asn1.pkcs,
- org.apache.geronimo.util.asn1.sec,
- org.apache.geronimo.util.asn1.util,
- org.apache.geronimo.util.asn1.x509,
- org.apache.geronimo.util.asn1.x9,
- org.apache.geronimo.util.crypto,
- org.apache.geronimo.util.crypto.params,
- org.apache.geronimo.util.encoders,
- org.apache.geronimo.util.jce,
- org.apache.geronimo.util.jce.interfaces,
- org.apache.geronimo.util.jce.provider,
- org.apache.geronimo.web.deployment,
- org.apache.geronimo.xbeans.geronimo,
- org.apache.geronimo.xbeans.geronimo.impl,
- org.apache.geronimo.xbeans.geronimo.j2ee,
- org.apache.geronimo.xbeans.geronimo.j2ee.impl,
- org.apache.geronimo.xbeans.geronimo.loginconfig,
- org.apache.geronimo.xbeans.geronimo.loginconfig.impl,
- org.apache.geronimo.xbeans.geronimo.naming,
- org.apache.geronimo.xbeans.geronimo.naming.impl,
- org.apache.geronimo.xbeans.geronimo.security,
- org.apache.geronimo.xbeans.geronimo.security.impl,
- org.apache.geronimo.xbeans.geronimo.web,
- org.apache.geronimo.xbeans.geronimo.web.impl,
- org.apache.openejb.deployment,
- org.apache.openejb.deployment.ant,
- org.apache.openejb.xbeans.ejbjar,
- org.apache.openejb.xbeans.ejbjar.impl,
- schemaorg_apache_xmlbeans.system.s298FA73A56E6B9E224C27BFC45E91D1F,
- schemaorg_apache_xmlbeans.system.s2DB7E3135D2CE4347D4080210ABEE654,
- schemaorg_apache_xmlbeans.system.s3A5840F56233604813CDD72CA5BBB7F1,
- schemaorg_apache_xmlbeans.system.s44CE0FF0281EA2917CA1CA4FDC167B35,
- schemaorg_apache_xmlbeans.system.s596967AB426BF091FD59326316BABB46,
- schemaorg_apache_xmlbeans.system.sC5F5ECFD800142D93893A168B2F9354E,
- schemaorg_apache_xmlbeans.system.sCBE57B9DB49E75998EBB730535873DD1
-
+Bundle-ClassPath: lib/geronimo-common-2.0-SNAPSHOT.jar, 
+ lib/geronimo-connector-builder-2.0-SNAPSHOT.jar, 
+ lib/geronimo-deploy-jsr88-2.0-SNAPSHOT.jar, 
+ lib/geronimo-deployment-2.0-SNAPSHOT.jar, 
+ lib/geronimo-j2ee-builder-2.0-SNAPSHOT.jar, 
+ lib/geronimo-j2ee-schema-2.0-SNAPSHOT.jar, 
+ lib/geronimo-kernel-2.0-SNAPSHOT.jar, 
+ lib/geronimo-naming-builder-2.0-SNAPSHOT.jar, 
+ lib/geronimo-security-builder-2.0-SNAPSHOT.jar, 
+ lib/geronimo-service-builder-2.0-SNAPSHOT.jar, 
+ lib/geronimo-system-2.0-SNAPSHOT.jar, 
+ lib/geronimo-util-2.0-SNAPSHOT.jar, 
+ lib/geronimo-web-builder-2.0-SNAPSHOT.jar
+Export-Package: 

Modified: geronimo/devtools/eclipse-plugin/trunk/plugins/org.apache.geronimo.runtime.v20/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/devtools/eclipse-plugin/trunk/plugins/org.apache.geronimo.runtime.v20/pom.xml?view=diff&rev=499042&r1=498724&r2=499042
==============================================================================
--- geronimo/devtools/eclipse-plugin/trunk/plugins/org.apache.geronimo.runtime.v20/pom.xml (original)
+++ geronimo/devtools/eclipse-plugin/trunk/plugins/org.apache.geronimo.runtime.v20/pom.xml Tue Jan 23 07:05:59 2007
@@ -19,9 +19,9 @@
 
 <project>
     <modelVersion>4.0.0</modelVersion>
-    <artifactId>org.apache.geronimo.runtime.v12</artifactId>
+    <artifactId>org.apache.geronimo.runtime.v20</artifactId>
     <packaging>jar</packaging>
-    <version>${org.apache.geronimo.runtime.v12_version}</version>
+    <version>${org.apache.geronimo.runtime.v20_version}</version>
     <name>${artifactId}</name>
     <parent>
         <groupId>org.apache.geronimo.devtools</groupId>
@@ -30,8 +30,8 @@
         <relativePath>../pom.xml</relativePath>
     </parent>
     <properties>
-        <geronimoVersion>1.2-SNAPSHOT</geronimoVersion>
-        <openejbVersion>2.2-incubating</openejbVersion>
+        <geronimoVersion>2.0-SNAPSHOT</geronimoVersion>
+        <openejbVersion>3.0-incubating-SNAPSHOT</openejbVersion>
     </properties>
     <build>
         <resources>
@@ -123,11 +123,11 @@
                                     <artifactId>geronimo-j2ee-builder</artifactId>
                                     <version>${geronimoVersion}</version>
                                 </artifactItem>
-                                <artifactItem>
+                                <!--<artifactItem>
                                     <groupId>org.apache.openejb</groupId>
                                     <artifactId>openejb-builder</artifactId>
                                     <version>${openejbVersion}</version>
-                                </artifactItem>
+                                </artifactItem>-->
                                 <artifactItem>
                                     <groupId>org.apache.geronimo.modules</groupId>
                                     <artifactId>geronimo-security-builder</artifactId>
@@ -226,11 +226,11 @@
             <artifactId>geronimo-j2ee-builder</artifactId>
             <version>${geronimoVersion}</version>
         </dependency>
-        <dependency>
+        <!--<dependency>
             <groupId>org.apache.openejb</groupId>
             <artifactId>openejb-builder</artifactId>
             <version>${openejbVersion}</version>
-        </dependency>
+        </dependency>-->
         <dependency>
             <groupId>org.apache.geronimo.modules</groupId>
             <artifactId>geronimo-security-builder</artifactId>

Modified: geronimo/devtools/eclipse-plugin/trunk/plugins/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/devtools/eclipse-plugin/trunk/plugins/pom.xml?view=diff&rev=499042&r1=499041&r2=499042
==============================================================================
--- geronimo/devtools/eclipse-plugin/trunk/plugins/pom.xml (original)
+++ geronimo/devtools/eclipse-plugin/trunk/plugins/pom.xml Tue Jan 23 07:05:59 2007
@@ -135,5 +135,6 @@
         <module>org.apache.geronimo.runtime.v1</module>
         <module>org.apache.geronimo.runtime.v11</module>
         <module>org.apache.geronimo.runtime.v12</module>
+        <module>org.apache.geronimo.runtime.v20</module>
     </modules>
 </project>