You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by dw...@apache.org on 2007/08/14 16:34:59 UTC

svn commit: r565773 - in /geronimo/server/branches/1.2/configs: webconsole-jetty/pom.xml webconsole-tomcat/pom.xml

Author: dwoods
Date: Tue Aug 14 07:34:58 2007
New Revision: 565773

URL: http://svn.apache.org/viewvc?view=rev&rev=565773
Log:
GERONIMO-2344 Tomcat Console can't find TomcatManagerImpl class during display of ServerLogs

Modified:
    geronimo/server/branches/1.2/configs/webconsole-jetty/pom.xml
    geronimo/server/branches/1.2/configs/webconsole-tomcat/pom.xml

Modified: geronimo/server/branches/1.2/configs/webconsole-jetty/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/1.2/configs/webconsole-jetty/pom.xml?view=diff&rev=565773&r1=565772&r2=565773
==============================================================================
--- geronimo/server/branches/1.2/configs/webconsole-jetty/pom.xml (original)
+++ geronimo/server/branches/1.2/configs/webconsole-jetty/pom.xml Tue Aug 14 07:34:58 2007
@@ -195,14 +195,6 @@
             <groupId>dwr</groupId>
             <artifactId>dwr</artifactId>
         </dependency>
-
-        <dependency>
-            <groupId>org.apache.geronimo.configs</groupId>
-            <artifactId>jetty-deployer</artifactId>
-            <version>${version}</version>
-            <type>car</type>
-            <scope>provided</scope>
-        </dependency>
     </dependencies>
     
     <build>

Modified: geronimo/server/branches/1.2/configs/webconsole-tomcat/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/1.2/configs/webconsole-tomcat/pom.xml?view=diff&rev=565773&r1=565772&r2=565773
==============================================================================
--- geronimo/server/branches/1.2/configs/webconsole-tomcat/pom.xml (original)
+++ geronimo/server/branches/1.2/configs/webconsole-tomcat/pom.xml Tue Aug 14 07:34:58 2007
@@ -195,14 +195,6 @@
             <groupId>dwr</groupId>
             <artifactId>dwr</artifactId>
         </dependency>
-
-        <dependency>
-            <groupId>org.apache.geronimo.configs</groupId>
-            <artifactId>tomcat-deployer</artifactId>
-            <version>${version}</version>
-            <type>car</type>
-            <scope>provided</scope>
-        </dependency>
     </dependencies>
     
     <build>