You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by li...@apache.org on 2008/08/28 16:22:09 UTC

svn commit: r689834 - in /geronimo/server/trunk: assemblies/geronimo-jetty6-minimal/ assemblies/geronimo-tomcat6-minimal/ plugins/j2ee/ plugins/j2ee/unavailable-client-deployer/ plugins/j2ee/unavailable-ejb-deployer/ plugins/j2ee/unavailable-webservice...

Author: linsun
Date: Thu Aug 28 07:22:08 2008
New Revision: 689834

URL: http://svn.apache.org/viewvc?rev=689834&view=rev
Log:
remove unnecessary unavailable deployers

Removed:
    geronimo/server/trunk/plugins/j2ee/unavailable-client-deployer/
    geronimo/server/trunk/plugins/j2ee/unavailable-ejb-deployer/
    geronimo/server/trunk/plugins/j2ee/unavailable-webservices-deployer/
Modified:
    geronimo/server/trunk/assemblies/geronimo-jetty6-minimal/pom.xml
    geronimo/server/trunk/assemblies/geronimo-tomcat6-minimal/pom.xml
    geronimo/server/trunk/plugins/j2ee/pom.xml

Modified: geronimo/server/trunk/assemblies/geronimo-jetty6-minimal/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/assemblies/geronimo-jetty6-minimal/pom.xml?rev=689834&r1=689833&r2=689834&view=diff
==============================================================================
--- geronimo/server/trunk/assemblies/geronimo-jetty6-minimal/pom.xml (original)
+++ geronimo/server/trunk/assemblies/geronimo-jetty6-minimal/pom.xml Thu Aug 28 07:22:08 2008
@@ -202,27 +202,6 @@
 
         <dependency>
             <groupId>org.apache.geronimo.configs</groupId>
-            <artifactId>unavailable-client-deployer</artifactId>
-            <version>${version}</version>
-            <type>car</type>
-        </dependency>
-
-        <dependency>
-            <groupId>org.apache.geronimo.configs</groupId>
-            <artifactId>unavailable-webservices-deployer</artifactId>
-            <version>${version}</version>
-            <type>car</type>
-        </dependency>
-
-        <dependency>
-            <groupId>org.apache.geronimo.configs</groupId>
-            <artifactId>unavailable-ejb-deployer</artifactId>
-            <version>${version}</version>
-            <type>car</type>
-        </dependency>
-
-        <dependency>
-            <groupId>org.apache.geronimo.configs</groupId>
             <artifactId>hot-deployer</artifactId>
             <version>${version}</version>
             <type>car</type>

Modified: geronimo/server/trunk/assemblies/geronimo-tomcat6-minimal/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/assemblies/geronimo-tomcat6-minimal/pom.xml?rev=689834&r1=689833&r2=689834&view=diff
==============================================================================
--- geronimo/server/trunk/assemblies/geronimo-tomcat6-minimal/pom.xml (original)
+++ geronimo/server/trunk/assemblies/geronimo-tomcat6-minimal/pom.xml Thu Aug 28 07:22:08 2008
@@ -202,27 +202,6 @@
 
         <dependency>
             <groupId>org.apache.geronimo.configs</groupId>
-            <artifactId>unavailable-client-deployer</artifactId>
-            <version>${version}</version>
-            <type>car</type>
-        </dependency>
-
-        <dependency>
-            <groupId>org.apache.geronimo.configs</groupId>
-            <artifactId>unavailable-webservices-deployer</artifactId>
-            <version>${version}</version>
-            <type>car</type>
-        </dependency>
-
-        <dependency>
-            <groupId>org.apache.geronimo.configs</groupId>
-            <artifactId>unavailable-ejb-deployer</artifactId>
-            <version>${version}</version>
-            <type>car</type>
-        </dependency>
-
-        <dependency>
-            <groupId>org.apache.geronimo.configs</groupId>
             <artifactId>hot-deployer</artifactId>
             <version>${version}</version>
             <type>car</type>

Modified: geronimo/server/trunk/plugins/j2ee/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/plugins/j2ee/pom.xml?rev=689834&r1=689833&r2=689834&view=diff
==============================================================================
--- geronimo/server/trunk/plugins/j2ee/pom.xml (original)
+++ geronimo/server/trunk/plugins/j2ee/pom.xml Thu Aug 28 07:22:08 2008
@@ -47,9 +47,6 @@
         <module>jsr88-jar-configurer</module>
         <module>jsr88-rar-configurer</module>
         <module>jsr88-war-configurer</module>
-        <module>unavailable-client-deployer</module>
-        <module>unavailable-ejb-deployer</module>
-        <module>unavailable-webservices-deployer</module>
     </modules>
 
 </project>