Author: sppatel
Date: Thu Jan 19 06:50:21 2006
New Revision: 370486
URL: http://svn.apache.org/viewcvs?rev=370486&view=rev
Log:
add feature for installable jetty runtime
Added:
geronimo/devtools/trunk/modules/eclipse-plugin/features/org.apache.geronimo.installableruntime.jetty.feature/
geronimo/devtools/trunk/modules/eclipse-plugin/features/org.apache.geronimo.installableruntime.jetty.feature/.project
geronimo/devtools/trunk/modules/eclipse-plugin/features/org.apache.geronimo.installableruntime.jetty.feature/feature.xml
(with props)
geronimo/devtools/trunk/modules/eclipse-plugin/features/org.apache.geronimo.installableruntime.jetty.feature/maven.xml
(with props)
geronimo/devtools/trunk/modules/eclipse-plugin/features/org.apache.geronimo.installableruntime.jetty.feature/project.xml
(with props)
Modified:
geronimo/devtools/trunk/modules/eclipse-plugin/features/org.apache.geronimo.installableruntime.tomcat.feature/.project
Added: geronimo/devtools/trunk/modules/eclipse-plugin/features/org.apache.geronimo.installableruntime.jetty.feature/.project
URL: http://svn.apache.org/viewcvs/geronimo/devtools/trunk/modules/eclipse-plugin/features/org.apache.geronimo.installableruntime.jetty.feature/.project?rev=370486&view=auto
==============================================================================
--- geronimo/devtools/trunk/modules/eclipse-plugin/features/org.apache.geronimo.installableruntime.jetty.feature/.project
(added)
+++ geronimo/devtools/trunk/modules/eclipse-plugin/features/org.apache.geronimo.installableruntime.jetty.feature/.project
Thu Jan 19 06:50:21 2006
@@ -0,0 +1,30 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<projectDescription>
+ <name>org.apache.geronimo.installableruntime.jetty.feature</name>
+ <comment>
+ </comment>
+ <projects>
+ </projects>
+ <buildSpec>
+ <buildCommand>
+ <name>org.eclipse.jdt.core.javabuilder</name>
+ <arguments>
+ </arguments>
+ </buildCommand>
+ <buildCommand>
+ <name>org.eclipse.pde.ManifestBuilder</name>
+ <arguments>
+ </arguments>
+ </buildCommand>
+ <buildCommand>
+ <name>org.eclipse.pde.SchemaBuilder</name>
+ <arguments>
+ </arguments>
+ </buildCommand>
+ </buildSpec>
+ <natures>
+ <nature>org.eclipse.jdt.core.javanature</nature>
+ <nature>org.eclipse.pde.PluginNature</nature>
+ </natures>
+</projectDescription>
\ No newline at end of file
Added: geronimo/devtools/trunk/modules/eclipse-plugin/features/org.apache.geronimo.installableruntime.jetty.feature/feature.xml
URL: http://svn.apache.org/viewcvs/geronimo/devtools/trunk/modules/eclipse-plugin/features/org.apache.geronimo.installableruntime.jetty.feature/feature.xml?rev=370486&view=auto
==============================================================================
--- geronimo/devtools/trunk/modules/eclipse-plugin/features/org.apache.geronimo.installableruntime.jetty.feature/feature.xml
(added)
+++ geronimo/devtools/trunk/modules/eclipse-plugin/features/org.apache.geronimo.installableruntime.jetty.feature/feature.xml
Thu Jan 19 06:50:21 2006
@@ -0,0 +1,26 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<feature
+ id="org.apache.geronimo.installableruntime.jetty.feature"
+ label="org.apache.geronimo.installableruntime.jetty.feature"
+ version="1.0.0"
+ provider-name="Apache.org">
+
+ <description url="http://geronimo.apache.org/">
+ This features provides the Jetty distribution of the Apache Geronimo J2EE Server.
+ </description>
+
+ <copyright url="http://www.apache.org/licenses/LICENSE-2.0.html">
+ Copyright 2004 The Apache Software Foundation.
+ </copyright>
+
+ <license url="http://www.apache.org/licenses/LICENSE-2.0.html">
+ Apache License, Version 2.0
+ </license>
+
+ <plugin
+ id="org.apache.geronimo.jetty.j2ee.server.v1"
+ download-size="0"
+ install-size="0"
+ version="1.0.0"/>
+
+</feature>
Propchange: geronimo/devtools/trunk/modules/eclipse-plugin/features/org.apache.geronimo.installableruntime.jetty.feature/feature.xml
------------------------------------------------------------------------------
svn:eol-style = native
Propchange: geronimo/devtools/trunk/modules/eclipse-plugin/features/org.apache.geronimo.installableruntime.jetty.feature/feature.xml
------------------------------------------------------------------------------
svn:keywords = Date Author Id Revision HeadURL
Propchange: geronimo/devtools/trunk/modules/eclipse-plugin/features/org.apache.geronimo.installableruntime.jetty.feature/feature.xml
------------------------------------------------------------------------------
svn:mime-type = text/xml
Added: geronimo/devtools/trunk/modules/eclipse-plugin/features/org.apache.geronimo.installableruntime.jetty.feature/maven.xml
URL: http://svn.apache.org/viewcvs/geronimo/devtools/trunk/modules/eclipse-plugin/features/org.apache.geronimo.installableruntime.jetty.feature/maven.xml?rev=370486&view=auto
==============================================================================
--- geronimo/devtools/trunk/modules/eclipse-plugin/features/org.apache.geronimo.installableruntime.jetty.feature/maven.xml
(added)
+++ geronimo/devtools/trunk/modules/eclipse-plugin/features/org.apache.geronimo.installableruntime.jetty.feature/maven.xml
Thu Jan 19 06:50:21 2006
@@ -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>
Propchange: geronimo/devtools/trunk/modules/eclipse-plugin/features/org.apache.geronimo.installableruntime.jetty.feature/maven.xml
------------------------------------------------------------------------------
svn:eol-style = native
Propchange: geronimo/devtools/trunk/modules/eclipse-plugin/features/org.apache.geronimo.installableruntime.jetty.feature/maven.xml
------------------------------------------------------------------------------
svn:keywords = Date Author Id Revision HeadURL
Propchange: geronimo/devtools/trunk/modules/eclipse-plugin/features/org.apache.geronimo.installableruntime.jetty.feature/maven.xml
------------------------------------------------------------------------------
svn:mime-type = text/xml
Added: geronimo/devtools/trunk/modules/eclipse-plugin/features/org.apache.geronimo.installableruntime.jetty.feature/project.xml
URL: http://svn.apache.org/viewcvs/geronimo/devtools/trunk/modules/eclipse-plugin/features/org.apache.geronimo.installableruntime.jetty.feature/project.xml?rev=370486&view=auto
==============================================================================
--- geronimo/devtools/trunk/modules/eclipse-plugin/features/org.apache.geronimo.installableruntime.jetty.feature/project.xml
(added)
+++ geronimo/devtools/trunk/modules/eclipse-plugin/features/org.apache.geronimo.installableruntime.jetty.feature/project.xml
Thu Jan 19 06:50:21 2006
@@ -0,0 +1,39 @@
+<?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.installableruntime.jetty.feature</id>
+ <name>org.apache.geronimo.installableruntime.jetty.feature</name>
+ <currentVersion>${org.apache.geronimo.installableruntime.jetty.feature_version}</currentVersion>
+ <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>
Propchange: geronimo/devtools/trunk/modules/eclipse-plugin/features/org.apache.geronimo.installableruntime.jetty.feature/project.xml
------------------------------------------------------------------------------
svn:eol-style = native
Propchange: geronimo/devtools/trunk/modules/eclipse-plugin/features/org.apache.geronimo.installableruntime.jetty.feature/project.xml
------------------------------------------------------------------------------
svn:keywords = Date Author Id Revision HeadURL
Propchange: geronimo/devtools/trunk/modules/eclipse-plugin/features/org.apache.geronimo.installableruntime.jetty.feature/project.xml
------------------------------------------------------------------------------
svn:mime-type = text/xml
Modified: geronimo/devtools/trunk/modules/eclipse-plugin/features/org.apache.geronimo.installableruntime.tomcat.feature/.project
URL: http://svn.apache.org/viewcvs/geronimo/devtools/trunk/modules/eclipse-plugin/features/org.apache.geronimo.installableruntime.tomcat.feature/.project?rev=370486&r1=370485&r2=370486&view=diff
==============================================================================
--- geronimo/devtools/trunk/modules/eclipse-plugin/features/org.apache.geronimo.installableruntime.tomcat.feature/.project
(original)
+++ geronimo/devtools/trunk/modules/eclipse-plugin/features/org.apache.geronimo.installableruntime.tomcat.feature/.project
Thu Jan 19 06:50:21 2006
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
- <name>org.apache.geronimo.installableruntime.feature</name>
+ <name>org.apache.geronimo.installableruntime.tomcat.feature</name>
<comment>
</comment>
<projects>
|