Return-Path: Delivered-To: apmail-geronimo-scm-archive@www.apache.org Received: (qmail 81966 invoked from network); 26 Mar 2007 14:18:02 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 26 Mar 2007 14:18:02 -0000 Received: (qmail 18117 invoked by uid 500); 26 Mar 2007 14:18:09 -0000 Delivered-To: apmail-geronimo-scm-archive@geronimo.apache.org Received: (qmail 18083 invoked by uid 500); 26 Mar 2007 14:18:09 -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 18071 invoked by uid 99); 26 Mar 2007 14:18:09 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 26 Mar 2007 07:18:09 -0700 X-ASF-Spam-Status: No, hits=-99.5 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO eris.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 26 Mar 2007 07:18:00 -0700 Received: by eris.apache.org (Postfix, from userid 65534) id 9A86A1A9838; Mon, 26 Mar 2007 07:17:40 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r522522 - in /geronimo/sandbox/j2g/plugins: org.apache.j2g.common/META-INF/ org.apache.j2g.descriptors.app/META-INF/ org.apache.j2g.descriptors.cmp/META-INF/ org.apache.j2g.descriptors.ejb/META-INF/ org.apache.j2g.descriptors.web/META-INF/ ... Date: Mon, 26 Mar 2007 14:17:38 -0000 To: scm@geronimo.apache.org From: sppatel@apache.org X-Mailer: svnmailer-1.1.0 Message-Id: <20070326141740.9A86A1A9838@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: sppatel Date: Mon Mar 26 07:17:37 2007 New Revision: 522522 URL: http://svn.apache.org/viewvc?view=rev&rev=522522 Log: rename bundle ids with ".ibm" to apache bundle ids Modified: geronimo/sandbox/j2g/plugins/org.apache.j2g.common/META-INF/MANIFEST.MF geronimo/sandbox/j2g/plugins/org.apache.j2g.descriptors.app/META-INF/MANIFEST.MF geronimo/sandbox/j2g/plugins/org.apache.j2g.descriptors.cmp/META-INF/MANIFEST.MF geronimo/sandbox/j2g/plugins/org.apache.j2g.descriptors.ejb/META-INF/MANIFEST.MF geronimo/sandbox/j2g/plugins/org.apache.j2g.descriptors.web/META-INF/MANIFEST.MF geronimo/sandbox/j2g/plugins/org.apache.j2g.descriptors/META-INF/MANIFEST.MF geronimo/sandbox/j2g/plugins/org.apache.j2g.jasper/META-INF/MANIFEST.MF geronimo/sandbox/j2g/plugins/org.apache.j2g.resources.datasource/META-INF/MANIFEST.MF geronimo/sandbox/j2g/plugins/org.apache.j2g.resources.jms/META-INF/MANIFEST.MF geronimo/sandbox/j2g/plugins/org.apache.j2g.resources.mail/META-INF/MANIFEST.MF geronimo/sandbox/j2g/plugins/org.apache.j2g.resources.security/META-INF/MANIFEST.MF geronimo/sandbox/j2g/plugins/org.apache.j2g.resources/META-INF/MANIFEST.MF geronimo/sandbox/j2g/plugins/org.apache.j2g.sources.dependence/META-INF/MANIFEST.MF geronimo/sandbox/j2g/plugins/org.apache.j2g.sources.environment/META-INF/MANIFEST.MF geronimo/sandbox/j2g/plugins/org.apache.j2g.sources/META-INF/MANIFEST.MF Modified: geronimo/sandbox/j2g/plugins/org.apache.j2g.common/META-INF/MANIFEST.MF URL: http://svn.apache.org/viewvc/geronimo/sandbox/j2g/plugins/org.apache.j2g.common/META-INF/MANIFEST.MF?view=diff&rev=522522&r1=522521&r2=522522 ============================================================================== --- geronimo/sandbox/j2g/plugins/org.apache.j2g.common/META-INF/MANIFEST.MF (original) +++ geronimo/sandbox/j2g/plugins/org.apache.j2g.common/META-INF/MANIFEST.MF Mon Mar 26 07:17:37 2007 @@ -1,7 +1,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: J2G Common Plug-in -Bundle-SymbolicName: com.ibm.j2g;singleton:=true +Bundle-SymbolicName: org.apache.j2g.common;singleton:=true Bundle-Version: 1.0.0 Bundle-Vendor: Apache.org Bundle-Localization: plugin Modified: geronimo/sandbox/j2g/plugins/org.apache.j2g.descriptors.app/META-INF/MANIFEST.MF URL: http://svn.apache.org/viewvc/geronimo/sandbox/j2g/plugins/org.apache.j2g.descriptors.app/META-INF/MANIFEST.MF?view=diff&rev=522522&r1=522521&r2=522522 ============================================================================== --- geronimo/sandbox/j2g/plugins/org.apache.j2g.descriptors.app/META-INF/MANIFEST.MF (original) +++ geronimo/sandbox/j2g/plugins/org.apache.j2g.descriptors.app/META-INF/MANIFEST.MF Mon Mar 26 07:17:37 2007 @@ -6,7 +6,7 @@ Bundle-Vendor: Apache.org Bundle-Localization: plugin Require-Bundle: org.eclipse.core.runtime, - com.ibm.j2g, + org.apache.j2g.common, com.ibm.j2g.descriptors, com.ibm.j2g.util Eclipse-LazyStart: true Modified: geronimo/sandbox/j2g/plugins/org.apache.j2g.descriptors.cmp/META-INF/MANIFEST.MF URL: http://svn.apache.org/viewvc/geronimo/sandbox/j2g/plugins/org.apache.j2g.descriptors.cmp/META-INF/MANIFEST.MF?view=diff&rev=522522&r1=522521&r2=522522 ============================================================================== --- geronimo/sandbox/j2g/plugins/org.apache.j2g.descriptors.cmp/META-INF/MANIFEST.MF (original) +++ geronimo/sandbox/j2g/plugins/org.apache.j2g.descriptors.cmp/META-INF/MANIFEST.MF Mon Mar 26 07:17:37 2007 @@ -6,7 +6,7 @@ Bundle-Vendor: Apache.org Bundle-Localization: plugin Require-Bundle: org.eclipse.core.runtime, - com.ibm.j2g, + org.apache.j2g.common, com.ibm.j2g.descriptors, com.ibm.j2g.util Eclipse-LazyStart: true Modified: geronimo/sandbox/j2g/plugins/org.apache.j2g.descriptors.ejb/META-INF/MANIFEST.MF URL: http://svn.apache.org/viewvc/geronimo/sandbox/j2g/plugins/org.apache.j2g.descriptors.ejb/META-INF/MANIFEST.MF?view=diff&rev=522522&r1=522521&r2=522522 ============================================================================== --- geronimo/sandbox/j2g/plugins/org.apache.j2g.descriptors.ejb/META-INF/MANIFEST.MF (original) +++ geronimo/sandbox/j2g/plugins/org.apache.j2g.descriptors.ejb/META-INF/MANIFEST.MF Mon Mar 26 07:17:37 2007 @@ -5,7 +5,7 @@ Bundle-Version: 1.0.0 Bundle-Vendor: Apache.org Bundle-Localization: plugin -Require-Bundle: org.eclipse.core.runtime,com.ibm.j2g,com.ibm.j2g.util,com.ibm.j2g.descriptors +Require-Bundle: org.eclipse.core.runtime,org.apache.j2g.common,com.ibm.j2g.util,com.ibm.j2g.descriptors Eclipse-LazyStart: true Bundle-ClassPath: . Export-Package: org.apache.apps.j2gmigrator.descriptors.ejb.bean, Modified: geronimo/sandbox/j2g/plugins/org.apache.j2g.descriptors.web/META-INF/MANIFEST.MF URL: http://svn.apache.org/viewvc/geronimo/sandbox/j2g/plugins/org.apache.j2g.descriptors.web/META-INF/MANIFEST.MF?view=diff&rev=522522&r1=522521&r2=522522 ============================================================================== --- geronimo/sandbox/j2g/plugins/org.apache.j2g.descriptors.web/META-INF/MANIFEST.MF (original) +++ geronimo/sandbox/j2g/plugins/org.apache.j2g.descriptors.web/META-INF/MANIFEST.MF Mon Mar 26 07:17:37 2007 @@ -6,7 +6,7 @@ Bundle-Vendor: Apache.org Bundle-Localization: plugin Require-Bundle: org.eclipse.core.runtime, - com.ibm.j2g, + org.apache.j2g.common, com.ibm.j2g.descriptors, com.ibm.j2g.util Eclipse-LazyStart: true Modified: geronimo/sandbox/j2g/plugins/org.apache.j2g.descriptors/META-INF/MANIFEST.MF URL: http://svn.apache.org/viewvc/geronimo/sandbox/j2g/plugins/org.apache.j2g.descriptors/META-INF/MANIFEST.MF?view=diff&rev=522522&r1=522521&r2=522522 ============================================================================== --- geronimo/sandbox/j2g/plugins/org.apache.j2g.descriptors/META-INF/MANIFEST.MF (original) +++ geronimo/sandbox/j2g/plugins/org.apache.j2g.descriptors/META-INF/MANIFEST.MF Mon Mar 26 07:17:37 2007 @@ -5,7 +5,7 @@ Bundle-Version: 1.0.0 Bundle-Vendor: Apache.org Bundle-Localization: plugin -Require-Bundle: com.ibm.j2g, +Require-Bundle: org.apache.j2g.common, org.eclipse.core.runtime, org.eclipse.jdt.core Export-Package: org.apache.apps.j2gmigrator.descriptors Modified: geronimo/sandbox/j2g/plugins/org.apache.j2g.jasper/META-INF/MANIFEST.MF URL: http://svn.apache.org/viewvc/geronimo/sandbox/j2g/plugins/org.apache.j2g.jasper/META-INF/MANIFEST.MF?view=diff&rev=522522&r1=522521&r2=522522 ============================================================================== --- geronimo/sandbox/j2g/plugins/org.apache.j2g.jasper/META-INF/MANIFEST.MF (original) +++ geronimo/sandbox/j2g/plugins/org.apache.j2g.jasper/META-INF/MANIFEST.MF Mon Mar 26 07:17:37 2007 @@ -50,5 +50,5 @@ org.eclipse.jdt.internal.compiler.problem, org.eclipse.jdt.internal.compiler.util, org.eclipse.jdt.internal.core.util -Require-Bundle: com.ibm.j2g, +Require-Bundle: org.apache.j2g.common, org.apache.ant Modified: geronimo/sandbox/j2g/plugins/org.apache.j2g.resources.datasource/META-INF/MANIFEST.MF URL: http://svn.apache.org/viewvc/geronimo/sandbox/j2g/plugins/org.apache.j2g.resources.datasource/META-INF/MANIFEST.MF?view=diff&rev=522522&r1=522521&r2=522522 ============================================================================== --- geronimo/sandbox/j2g/plugins/org.apache.j2g.resources.datasource/META-INF/MANIFEST.MF (original) +++ geronimo/sandbox/j2g/plugins/org.apache.j2g.resources.datasource/META-INF/MANIFEST.MF Mon Mar 26 07:17:37 2007 @@ -7,7 +7,7 @@ Bundle-Localization: plugin Require-Bundle: org.eclipse.core.runtime, com.ibm.j2g.resources, - com.ibm.j2g, + org.apache.j2g.common, com.ibm.j2g.util Eclipse-LazyStart: true Bundle-ClassPath: . Modified: geronimo/sandbox/j2g/plugins/org.apache.j2g.resources.jms/META-INF/MANIFEST.MF URL: http://svn.apache.org/viewvc/geronimo/sandbox/j2g/plugins/org.apache.j2g.resources.jms/META-INF/MANIFEST.MF?view=diff&rev=522522&r1=522521&r2=522522 ============================================================================== --- geronimo/sandbox/j2g/plugins/org.apache.j2g.resources.jms/META-INF/MANIFEST.MF (original) +++ geronimo/sandbox/j2g/plugins/org.apache.j2g.resources.jms/META-INF/MANIFEST.MF Mon Mar 26 07:17:37 2007 @@ -6,7 +6,7 @@ Bundle-Vendor: Apache.org Bundle-Localization: plugin Require-Bundle: org.eclipse.core.runtime, - com.ibm.j2g, + org.apache.j2g.common, com.ibm.j2g.resources, com.ibm.j2g.util Eclipse-LazyStart: true Modified: geronimo/sandbox/j2g/plugins/org.apache.j2g.resources.mail/META-INF/MANIFEST.MF URL: http://svn.apache.org/viewvc/geronimo/sandbox/j2g/plugins/org.apache.j2g.resources.mail/META-INF/MANIFEST.MF?view=diff&rev=522522&r1=522521&r2=522522 ============================================================================== --- geronimo/sandbox/j2g/plugins/org.apache.j2g.resources.mail/META-INF/MANIFEST.MF (original) +++ geronimo/sandbox/j2g/plugins/org.apache.j2g.resources.mail/META-INF/MANIFEST.MF Mon Mar 26 07:17:37 2007 @@ -6,7 +6,7 @@ Bundle-Vendor: Apache.org Bundle-Localization: plugin Require-Bundle: org.eclipse.core.runtime, - com.ibm.j2g, + org.apache.j2g.common, com.ibm.j2g.resources, com.ibm.j2g.util Eclipse-LazyStart: true Modified: geronimo/sandbox/j2g/plugins/org.apache.j2g.resources.security/META-INF/MANIFEST.MF URL: http://svn.apache.org/viewvc/geronimo/sandbox/j2g/plugins/org.apache.j2g.resources.security/META-INF/MANIFEST.MF?view=diff&rev=522522&r1=522521&r2=522522 ============================================================================== --- geronimo/sandbox/j2g/plugins/org.apache.j2g.resources.security/META-INF/MANIFEST.MF (original) +++ geronimo/sandbox/j2g/plugins/org.apache.j2g.resources.security/META-INF/MANIFEST.MF Mon Mar 26 07:17:37 2007 @@ -6,7 +6,7 @@ Bundle-Vendor: Apache.org Bundle-Localization: plugin Require-Bundle: org.eclipse.core.runtime, - com.ibm.j2g, + org.apache.j2g.common, com.ibm.j2g.resources, com.ibm.j2g.util Eclipse-LazyStart: true Modified: geronimo/sandbox/j2g/plugins/org.apache.j2g.resources/META-INF/MANIFEST.MF URL: http://svn.apache.org/viewvc/geronimo/sandbox/j2g/plugins/org.apache.j2g.resources/META-INF/MANIFEST.MF?view=diff&rev=522522&r1=522521&r2=522522 ============================================================================== --- geronimo/sandbox/j2g/plugins/org.apache.j2g.resources/META-INF/MANIFEST.MF (original) +++ geronimo/sandbox/j2g/plugins/org.apache.j2g.resources/META-INF/MANIFEST.MF Mon Mar 26 07:17:37 2007 @@ -5,6 +5,6 @@ Bundle-Version: 1.0.0 Bundle-Vendor: Apache.org Bundle-Localization: plugin -Require-Bundle: com.ibm.j2g, +Require-Bundle: org.apache.j2g.common, org.eclipse.core.runtime Export-Package: org.apache.apps.j2gmigrator.resources Modified: geronimo/sandbox/j2g/plugins/org.apache.j2g.sources.dependence/META-INF/MANIFEST.MF URL: http://svn.apache.org/viewvc/geronimo/sandbox/j2g/plugins/org.apache.j2g.sources.dependence/META-INF/MANIFEST.MF?view=diff&rev=522522&r1=522521&r2=522522 ============================================================================== --- geronimo/sandbox/j2g/plugins/org.apache.j2g.sources.dependence/META-INF/MANIFEST.MF (original) +++ geronimo/sandbox/j2g/plugins/org.apache.j2g.sources.dependence/META-INF/MANIFEST.MF Mon Mar 26 07:17:37 2007 @@ -5,7 +5,7 @@ Bundle-Version: 1.0.0 Bundle-Vendor: Apache.org Bundle-Localization: plugin -Require-Bundle: com.ibm.j2g, +Require-Bundle: org.apache.j2g.common, com.ibm.j2g.sources, org.eclipse.jdt.core, org.eclipse.core.resources, Modified: geronimo/sandbox/j2g/plugins/org.apache.j2g.sources.environment/META-INF/MANIFEST.MF URL: http://svn.apache.org/viewvc/geronimo/sandbox/j2g/plugins/org.apache.j2g.sources.environment/META-INF/MANIFEST.MF?view=diff&rev=522522&r1=522521&r2=522522 ============================================================================== --- geronimo/sandbox/j2g/plugins/org.apache.j2g.sources.environment/META-INF/MANIFEST.MF (original) +++ geronimo/sandbox/j2g/plugins/org.apache.j2g.sources.environment/META-INF/MANIFEST.MF Mon Mar 26 07:17:37 2007 @@ -11,7 +11,7 @@ org.eclipse.core.resources, org.eclipse.core.runtime, org.eclipse.jface.text, - com.ibm.j2g, + org.apache.j2g.common, com.ibm.j2g.util Bundle-ClassPath: . Export-Package: org.apache.apps.j2gmigrator.sources.env Modified: geronimo/sandbox/j2g/plugins/org.apache.j2g.sources/META-INF/MANIFEST.MF URL: http://svn.apache.org/viewvc/geronimo/sandbox/j2g/plugins/org.apache.j2g.sources/META-INF/MANIFEST.MF?view=diff&rev=522522&r1=522521&r2=522522 ============================================================================== --- geronimo/sandbox/j2g/plugins/org.apache.j2g.sources/META-INF/MANIFEST.MF (original) +++ geronimo/sandbox/j2g/plugins/org.apache.j2g.sources/META-INF/MANIFEST.MF Mon Mar 26 07:17:37 2007 @@ -4,7 +4,7 @@ Bundle-SymbolicName: com.ibm.j2g.sources;singleton:=true Bundle-Version: 1.0.0 Bundle-Localization: plugin -Require-Bundle: com.ibm.j2g, +Require-Bundle: org.apache.j2g.common, org.eclipse.core.runtime, org.eclipse.core.resources, org.eclipse.jdt.core,