You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by ga...@apache.org on 2008/10/01 23:08:51 UTC

svn commit: r700924 - in /geronimo/samples/branches/2.1: geronimo-samples-archetype/src/main/resources/archetype-resources/sample-jetty/ geronimo-samples-archetype/src/main/resources/archetype-resources/sample-tomcat/ samples/dbtester/dbtester-jetty/ s...

Author: gawor
Date: Wed Oct  1 14:08:51 2008
New Revision: 700924

URL: http://svn.apache.org/viewvc?rev=700924&view=rev
Log:
remove <prerequisite> and update myphonebook plugin name

Modified:
    geronimo/samples/branches/2.1/geronimo-samples-archetype/src/main/resources/archetype-resources/sample-jetty/pom.xml
    geronimo/samples/branches/2.1/geronimo-samples-archetype/src/main/resources/archetype-resources/sample-tomcat/pom.xml
    geronimo/samples/branches/2.1/samples/dbtester/dbtester-jetty/pom.xml
    geronimo/samples/branches/2.1/samples/dbtester/dbtester-tomcat/pom.xml
    geronimo/samples/branches/2.1/samples/myphonebook/myphonebook-jetty/pom.xml

Modified: geronimo/samples/branches/2.1/geronimo-samples-archetype/src/main/resources/archetype-resources/sample-jetty/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/samples/branches/2.1/geronimo-samples-archetype/src/main/resources/archetype-resources/sample-jetty/pom.xml?rev=700924&r1=700923&r2=700924&view=diff
==============================================================================
--- geronimo/samples/branches/2.1/geronimo-samples-archetype/src/main/resources/archetype-resources/sample-jetty/pom.xml (original)
+++ geronimo/samples/branches/2.1/geronimo-samples-archetype/src/main/resources/archetype-resources/sample-jetty/pom.xml Wed Oct  1 14:08:51 2008
@@ -118,23 +118,6 @@
                         <includeVersion>true</includeVersion>
                     </useMavenDependencies>
                     <category>Sample</category>
-                    <instance>
-                        <plugin-artifact>
-                            <prerequisite>
-                                <id>
-                                    <groupId>org.apache.geronimo.configs</groupId>
-                                    <artifactId>jetty6</artifactId>
-                                </id>
-                                <resource-type>Web Container</resource-type>
-                                <description>
-                                    This version of the application works with the Geronimo/Jetty distribution. 
-                                    It is not intended to run in the Geronimo/Tomcat distribution. 
-                                    There is a separate version of the application that works with Tomcat. 
-                                    Please install the version appropriate to your Geronimo distribution.
-                                </description> 
-                            </prerequisite>
-                        </plugin-artifact>
-                    </instance>
                 </configuration>
             </plugin>
         </plugins>

Modified: geronimo/samples/branches/2.1/geronimo-samples-archetype/src/main/resources/archetype-resources/sample-tomcat/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/samples/branches/2.1/geronimo-samples-archetype/src/main/resources/archetype-resources/sample-tomcat/pom.xml?rev=700924&r1=700923&r2=700924&view=diff
==============================================================================
--- geronimo/samples/branches/2.1/geronimo-samples-archetype/src/main/resources/archetype-resources/sample-tomcat/pom.xml (original)
+++ geronimo/samples/branches/2.1/geronimo-samples-archetype/src/main/resources/archetype-resources/sample-tomcat/pom.xml Wed Oct  1 14:08:51 2008
@@ -118,23 +118,6 @@
                         <includeVersion>true</includeVersion>
                     </useMavenDependencies>
                     <category>Sample</category>
-                    <instance>
-                        <plugin-artifact>
-                            <prerequisite>
-                                <id>
-                                    <groupId>org.apache.geronimo.configs</groupId>
-                                    <artifactId>tomcat6</artifactId>
-                                </id>
-                                <resource-type>Web Container</resource-type>
-                                <description>
-                                    This version of the application works with the Geronimo/Tomcat distribution. 
-                                    It is not intended to run in the Geronimo/Jetty distribution. 
-                                    There is a separate version of the application that works with Jetty. 
-                                    Please install the version appropriate to your Geronimo distribution.
-                                </description> 
-                            </prerequisite>
-                        </plugin-artifact>
-                    </instance>
                 </configuration>
             </plugin>
         </plugins>

Modified: geronimo/samples/branches/2.1/samples/dbtester/dbtester-jetty/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/samples/branches/2.1/samples/dbtester/dbtester-jetty/pom.xml?rev=700924&r1=700923&r2=700924&view=diff
==============================================================================
--- geronimo/samples/branches/2.1/samples/dbtester/dbtester-jetty/pom.xml (original)
+++ geronimo/samples/branches/2.1/samples/dbtester/dbtester-jetty/pom.xml Wed Oct  1 14:08:51 2008
@@ -106,23 +106,6 @@
                         <includeVersion>true</includeVersion>
                     </useMavenDependencies>
                     <category>Sample</category>
-                    <instance>
-                        <plugin-artifact>
-                            <prerequisite>
-                                <id>
-                                    <groupId>org.apache.geronimo.configs</groupId>
-                                    <artifactId>jetty6</artifactId>
-                                </id>
-                                <resource-type>Web Container</resource-type>
-                                <description>
-                                    This version of the application works with the Geronimo/Jetty distribution.
-                                    It is not intended to run in the Geronimo/Tomcat distribution.
-                                    There is a separate version of the application that works with Tomcat.
-                                    Please install the version appropriate to your Geronimo distribution.
-                                </description>
-                            </prerequisite>
-                        </plugin-artifact>
-                    </instance>
                 </configuration>
             </plugin>
         </plugins>

Modified: geronimo/samples/branches/2.1/samples/dbtester/dbtester-tomcat/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/samples/branches/2.1/samples/dbtester/dbtester-tomcat/pom.xml?rev=700924&r1=700923&r2=700924&view=diff
==============================================================================
--- geronimo/samples/branches/2.1/samples/dbtester/dbtester-tomcat/pom.xml (original)
+++ geronimo/samples/branches/2.1/samples/dbtester/dbtester-tomcat/pom.xml Wed Oct  1 14:08:51 2008
@@ -106,23 +106,6 @@
                         <includeVersion>true</includeVersion>
                     </useMavenDependencies>
                     <category>Sample</category>
-                    <instance>
-                        <plugin-artifact>
-                            <prerequisite>
-                                <id>
-                                    <groupId>org.apache.geronimo.configs</groupId>
-                                    <artifactId>tomcat6</artifactId>
-                                </id>
-                                <resource-type>Web Container</resource-type>
-                                <description>
-                                    This version of the application works with the Geronimo/Tomcat distribution.
-                                    It is not intended to run in the Geronimo/Jetty distribution.
-                                    There is a separate version of the application that works with Jetty.
-                                    Please install the version appropriate to your Geronimo distribution.
-                                </description>
-                            </prerequisite>
-                        </plugin-artifact>
-                    </instance>
                 </configuration>
             </plugin>
         </plugins>

Modified: geronimo/samples/branches/2.1/samples/myphonebook/myphonebook-jetty/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/samples/branches/2.1/samples/myphonebook/myphonebook-jetty/pom.xml?rev=700924&r1=700923&r2=700924&view=diff
==============================================================================
--- geronimo/samples/branches/2.1/samples/myphonebook/myphonebook-jetty/pom.xml (original)
+++ geronimo/samples/branches/2.1/samples/myphonebook/myphonebook-jetty/pom.xml Wed Oct  1 14:08:51 2008
@@ -32,10 +32,10 @@
 
     <groupId>org.apache.geronimo.samples</groupId>
     <artifactId>myphonebook-jetty</artifactId>
-    <name>Geronimo Samples :: myphonebook Plugin for Jetty</name>
+    <name>Geronimo Samples :: myphonebook :: plugin for jetty</name>
     <packaging>car</packaging>
 
-    <description>Geronimo Samples. myphonebook :: plugin for jetty</description>
+    <description>Geronimo Samples. myphonebook Plugin for Jetty</description>
 
     <dependencies>
         <dependency>