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 2005/12/02 16:26:31 UTC

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/

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 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<feature primary="false"      label="org.apache.geronimo.feature"   id="org.apache.geronimo.source.feature"  version="1.0.0">
+	<description >
+		%description
+	</description>
+	<license url="http://www.apache.org/licenses/LICENSE-2.0.html">
+		%license
+	</license>
+	<plugin    fragment="false"  download-size="0" install-size="0" id="org.apache.geronimo.feature.source" version="1.0.0"/>
+</feature>
\ 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 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+<project default="default" xmlns:j="jelly:core" xmlns:ant="jelly:ant">
+  
+  <goal name="eclipse:generate-classpath">
+  <!-- do nothing -->
+  </goal>
+  
+  <postGoal name="eclipse:generate-project">
+  <!-- TODO remove javabuilder/javanature -->
+  </postGoal>
+  
+</project>

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 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+
+    Copyright 2004 The Apache Software Foundation
+
+    Licensed under the Apache License, Version 2.0 (the "License");
+    you may not use this file except in compliance with the License.
+    You may obtain a copy of the License at
+
+       http://www.apache.org/licenses/LICENSE-2.0
+
+    Unless required by applicable law or agreed to in writing, software
+    distributed under the License is distributed on an "AS IS" BASIS,
+    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+    See the License for the specific language governing permissions and
+    limitations under the License.
+-->
+<project>
+  <extend>../../etc/project.xml</extend>
+  <id>org.apache.geronimo.source.feature</id>
+  <name>org.apache.geronimo.source.feature</name>
+  <build>
+    <resources>
+      <resource>
+        <directory>.</directory>
+        <includes>
+          <include>feature.xml</include>
+        </includes>
+      </resource>
+      <resource>
+        <directory>../../../../</directory>
+        <includes>
+          <include>LICENSE.txt</include>
+        </includes>
+      </resource>
+    </resources>
+  </build>
+</project>

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 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<?eclipse version="3.0"?>
+<plugin>
+  
+  <extension point = "org.eclipse.pde.core.source">
+     <location path="src" />
+  </extension>
+  
+</plugin>

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 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+
+    Copyright 2004 The Apache Software Foundation
+
+    Licensed under the Apache License, Version 2.0 (the "License");
+    you may not use this file except in compliance with the License.
+    You may obtain a copy of the License at
+
+       http://www.apache.org/licenses/LICENSE-2.0
+
+    Unless required by applicable law or agreed to in writing, software
+    distributed under the License is distributed on an "AS IS" BASIS,
+    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+    See the License for the specific language governing permissions and
+    limitations under the License.
+-->
+<project>
+  <extend>../../etc/project.xml</extend>
+  <id>org.apache.geronimo.feature.source</id>
+  <name>org.apache.geronimo.feature.source</name>
+  <build>
+    <sourceDirectory>src</sourceDirectory>
+    <resources>
+      <resource>
+        <directory>.</directory>
+        <includes>
+          <include>plugin.xml</include>
+        </includes>
+      </resource>
+      <resource>
+        <directory>.</directory>
+        <includes>
+          <include>plugin.properties</include>
+        </includes>
+      </resource>
+      <resource>
+        <directory>../../../../</directory>
+        <includes>
+          <include>LICENSE.txt</include>
+        </includes>
+      </resource>
+    </resources>
+  </build>
+  <dependencies>
+    <dependency>
+      <groupId>geronimo-devtools</groupId>
+      <artifactId>org.apache.geronimo.deployment.model</artifactId>
+      <version>${devtools_currentversion}</version>
+    </dependency>
+    <dependency>
+      <groupId>geronimo-devtools</groupId>
+      <artifactId>org.apache.geronimo.devtools.eclipse.core</artifactId>
+      <version>${devtools_currentversion}</version>
+    </dependency>
+    <dependency>
+      <groupId>geronimo-devtools</groupId>
+      <artifactId>org.apache.geronimo.ui</artifactId>
+      <version>${devtools_currentversion}</version>
+    </dependency>
+  </dependencies>
+</project>