Return-Path: Delivered-To: apmail-geronimo-scm-archive@www.apache.org Received: (qmail 7698 invoked from network); 2 Dec 2005 23:56:51 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 2 Dec 2005 23:56:51 -0000 Received: (qmail 64314 invoked by uid 500); 2 Dec 2005 23:55:05 -0000 Delivered-To: apmail-geronimo-scm-archive@geronimo.apache.org Received: (qmail 63823 invoked by uid 500); 2 Dec 2005 23:55:02 -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 63324 invoked by uid 99); 2 Dec 2005 23:54:59 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 02 Dec 2005 15:54:59 -0800 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; Fri, 02 Dec 2005 07:28:23 -0800 Received: (qmail 58697 invoked by uid 65534); 2 Dec 2005 15:26:32 -0000 Message-ID: <20051202152632.58696.qmail@minotaur.apache.org> Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r351755 - in /geronimo/devtools/trunk/modules/eclipse-plugin: features/org.apache.geronimo.feature.source/ plugins/org.apache.geronimo.feature.source/ plugins/org.apache.geronimo.feature.source/META-INF/ Date: Fri, 02 Dec 2005 15:26:31 -0000 To: scm@geronimo.apache.org From: sppatel@apache.org X-Mailer: svnmailer-1.0.5 X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Author: sppatel Date: Fri Dec 2 07:26:25 2005 New Revision: 351755 URL: http://svn.apache.org/viewcvs?rev=351755&view=rev Log: src features and plugin added Added: geronimo/devtools/trunk/modules/eclipse-plugin/features/org.apache.geronimo.feature.source/ geronimo/devtools/trunk/modules/eclipse-plugin/features/org.apache.geronimo.feature.source/feature.xml geronimo/devtools/trunk/modules/eclipse-plugin/features/org.apache.geronimo.feature.source/maven.xml geronimo/devtools/trunk/modules/eclipse-plugin/features/org.apache.geronimo.feature.source/project.xml geronimo/devtools/trunk/modules/eclipse-plugin/plugins/org.apache.geronimo.feature.source/ geronimo/devtools/trunk/modules/eclipse-plugin/plugins/org.apache.geronimo.feature.source/META-INF/ geronimo/devtools/trunk/modules/eclipse-plugin/plugins/org.apache.geronimo.feature.source/META-INF/MANIFEST.MF geronimo/devtools/trunk/modules/eclipse-plugin/plugins/org.apache.geronimo.feature.source/plugin.properties geronimo/devtools/trunk/modules/eclipse-plugin/plugins/org.apache.geronimo.feature.source/plugin.xml geronimo/devtools/trunk/modules/eclipse-plugin/plugins/org.apache.geronimo.feature.source/project.xml Added: geronimo/devtools/trunk/modules/eclipse-plugin/features/org.apache.geronimo.feature.source/feature.xml URL: http://svn.apache.org/viewcvs/geronimo/devtools/trunk/modules/eclipse-plugin/features/org.apache.geronimo.feature.source/feature.xml?rev=351755&view=auto ============================================================================== --- geronimo/devtools/trunk/modules/eclipse-plugin/features/org.apache.geronimo.feature.source/feature.xml (added) +++ geronimo/devtools/trunk/modules/eclipse-plugin/features/org.apache.geronimo.feature.source/feature.xml Fri Dec 2 07:26:25 2005 @@ -0,0 +1,10 @@ + + + + %description + + + %license + + + \ No newline at end of file Added: geronimo/devtools/trunk/modules/eclipse-plugin/features/org.apache.geronimo.feature.source/maven.xml URL: http://svn.apache.org/viewcvs/geronimo/devtools/trunk/modules/eclipse-plugin/features/org.apache.geronimo.feature.source/maven.xml?rev=351755&view=auto ============================================================================== --- geronimo/devtools/trunk/modules/eclipse-plugin/features/org.apache.geronimo.feature.source/maven.xml (added) +++ geronimo/devtools/trunk/modules/eclipse-plugin/features/org.apache.geronimo.feature.source/maven.xml Fri Dec 2 07:26:25 2005 @@ -0,0 +1,12 @@ + + + + + + + + + + + + Added: geronimo/devtools/trunk/modules/eclipse-plugin/features/org.apache.geronimo.feature.source/project.xml URL: http://svn.apache.org/viewcvs/geronimo/devtools/trunk/modules/eclipse-plugin/features/org.apache.geronimo.feature.source/project.xml?rev=351755&view=auto ============================================================================== --- geronimo/devtools/trunk/modules/eclipse-plugin/features/org.apache.geronimo.feature.source/project.xml (added) +++ geronimo/devtools/trunk/modules/eclipse-plugin/features/org.apache.geronimo.feature.source/project.xml Fri Dec 2 07:26:25 2005 @@ -0,0 +1,38 @@ + + + + ../../etc/project.xml + org.apache.geronimo.source.feature + org.apache.geronimo.source.feature + + + + . + + feature.xml + + + + ../../../../ + + LICENSE.txt + + + + + Added: geronimo/devtools/trunk/modules/eclipse-plugin/plugins/org.apache.geronimo.feature.source/META-INF/MANIFEST.MF URL: http://svn.apache.org/viewcvs/geronimo/devtools/trunk/modules/eclipse-plugin/plugins/org.apache.geronimo.feature.source/META-INF/MANIFEST.MF?rev=351755&view=auto ============================================================================== --- geronimo/devtools/trunk/modules/eclipse-plugin/plugins/org.apache.geronimo.feature.source/META-INF/MANIFEST.MF (added) +++ geronimo/devtools/trunk/modules/eclipse-plugin/plugins/org.apache.geronimo.feature.source/META-INF/MANIFEST.MF Fri Dec 2 07:26:25 2005 @@ -0,0 +1,6 @@ +Manifest-Version: 1.0 +Bundle-Name: %pluginName +Bundle-SymbolicName: org.apache.geronimo.feature.source; singleton=true +Bundle-Version: 1.0.0 +Bundle-Localization: plugin +Bundle-Vendor: %providerName Added: geronimo/devtools/trunk/modules/eclipse-plugin/plugins/org.apache.geronimo.feature.source/plugin.properties URL: http://svn.apache.org/viewcvs/geronimo/devtools/trunk/modules/eclipse-plugin/plugins/org.apache.geronimo.feature.source/plugin.properties?rev=351755&view=auto ============================================================================== --- geronimo/devtools/trunk/modules/eclipse-plugin/plugins/org.apache.geronimo.feature.source/plugin.properties (added) +++ geronimo/devtools/trunk/modules/eclipse-plugin/plugins/org.apache.geronimo.feature.source/plugin.properties Fri Dec 2 07:26:25 2005 @@ -0,0 +1,2 @@ +pluginName=Apache Geronimo Development Tools +providerName=Apache.org Added: geronimo/devtools/trunk/modules/eclipse-plugin/plugins/org.apache.geronimo.feature.source/plugin.xml URL: http://svn.apache.org/viewcvs/geronimo/devtools/trunk/modules/eclipse-plugin/plugins/org.apache.geronimo.feature.source/plugin.xml?rev=351755&view=auto ============================================================================== --- geronimo/devtools/trunk/modules/eclipse-plugin/plugins/org.apache.geronimo.feature.source/plugin.xml (added) +++ geronimo/devtools/trunk/modules/eclipse-plugin/plugins/org.apache.geronimo.feature.source/plugin.xml Fri Dec 2 07:26:25 2005 @@ -0,0 +1,9 @@ + + + + + + + + + Added: geronimo/devtools/trunk/modules/eclipse-plugin/plugins/org.apache.geronimo.feature.source/project.xml URL: http://svn.apache.org/viewcvs/geronimo/devtools/trunk/modules/eclipse-plugin/plugins/org.apache.geronimo.feature.source/project.xml?rev=351755&view=auto ============================================================================== --- geronimo/devtools/trunk/modules/eclipse-plugin/plugins/org.apache.geronimo.feature.source/project.xml (added) +++ geronimo/devtools/trunk/modules/eclipse-plugin/plugins/org.apache.geronimo.feature.source/project.xml Fri Dec 2 07:26:25 2005 @@ -0,0 +1,62 @@ + + + + ../../etc/project.xml + org.apache.geronimo.feature.source + org.apache.geronimo.feature.source + + src + + + . + + plugin.xml + + + + . + + plugin.properties + + + + ../../../../ + + LICENSE.txt + + + + + + + geronimo-devtools + org.apache.geronimo.deployment.model + ${devtools_currentversion} + + + geronimo-devtools + org.apache.geronimo.devtools.eclipse.core + ${devtools_currentversion} + + + geronimo-devtools + org.apache.geronimo.ui + ${devtools_currentversion} + + +