You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by xu...@apache.org on 2009/08/19 10:33:05 UTC

svn commit: r805700 - in /geronimo/server/branches/2.2/plugins: monitoring/mconsole-jetty/ monitoring/mconsole-jetty/src/main/history/ monitoring/mconsole-tomcat/ monitoring/mconsole-tomcat/src/main/history/ monitoring/mconsole-war/ system-database/sys...

Author: xuhaihong
Date: Wed Aug 19 08:33:05 2009
New Revision: 805700

URL: http://svn.apache.org/viewvc?rev=805700&view=rev
Log:
GERONIMO-4793 Remove those duplicated jars in the lib folder of the console applications

Modified:
    geronimo/server/branches/2.2/plugins/monitoring/mconsole-jetty/pom.xml
    geronimo/server/branches/2.2/plugins/monitoring/mconsole-jetty/src/main/history/dependencies.xml
    geronimo/server/branches/2.2/plugins/monitoring/mconsole-tomcat/pom.xml
    geronimo/server/branches/2.2/plugins/monitoring/mconsole-tomcat/src/main/history/dependencies.xml
    geronimo/server/branches/2.2/plugins/monitoring/mconsole-war/pom.xml
    geronimo/server/branches/2.2/plugins/system-database/sysdb-portlets/pom.xml

Modified: geronimo/server/branches/2.2/plugins/monitoring/mconsole-jetty/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/2.2/plugins/monitoring/mconsole-jetty/pom.xml?rev=805700&r1=805699&r2=805700&view=diff
==============================================================================
--- geronimo/server/branches/2.2/plugins/monitoring/mconsole-jetty/pom.xml (original)
+++ geronimo/server/branches/2.2/plugins/monitoring/mconsole-jetty/pom.xml Wed Aug 19 08:33:05 2009
@@ -112,6 +112,13 @@
             <type>car</type>
         </dependency>
 
+        <dependency>
+            <groupId>org.apache.geronimo.plugins.monitoring</groupId>
+            <artifactId>agent-ejb</artifactId>
+            <version>${version}</version>
+            <type>jar</type>
+        </dependency>
+
     </dependencies>
 
     <build>

Modified: geronimo/server/branches/2.2/plugins/monitoring/mconsole-jetty/src/main/history/dependencies.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/2.2/plugins/monitoring/mconsole-jetty/src/main/history/dependencies.xml?rev=805700&r1=805699&r2=805700&view=diff
==============================================================================
--- geronimo/server/branches/2.2/plugins/monitoring/mconsole-jetty/src/main/history/dependencies.xml (original)
+++ geronimo/server/branches/2.2/plugins/monitoring/mconsole-jetty/src/main/history/dependencies.xml Wed Aug 19 08:33:05 2009
@@ -28,6 +28,16 @@
     </dependency>
     <dependency>
         <groupId>org.apache.geronimo.plugins.monitoring</groupId>
+        <artifactId>agent-ejb</artifactId>
+        <type>jar</type>
+    </dependency>
+    <dependency>
+        <groupId>org.apache.geronimo.plugins.monitoring</groupId>
+        <artifactId>agent-jar</artifactId>
+        <type>jar</type>
+    </dependency>
+    <dependency>
+        <groupId>org.apache.geronimo.plugins.monitoring</groupId>
         <artifactId>mconsole-ds</artifactId>
         <type>car</type>
     </dependency>

Modified: geronimo/server/branches/2.2/plugins/monitoring/mconsole-tomcat/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/2.2/plugins/monitoring/mconsole-tomcat/pom.xml?rev=805700&r1=805699&r2=805700&view=diff
==============================================================================
--- geronimo/server/branches/2.2/plugins/monitoring/mconsole-tomcat/pom.xml (original)
+++ geronimo/server/branches/2.2/plugins/monitoring/mconsole-tomcat/pom.xml Wed Aug 19 08:33:05 2009
@@ -119,6 +119,13 @@
             <type>car</type>
         </dependency>
 
+        <dependency>
+            <groupId>org.apache.geronimo.plugins.monitoring</groupId>
+            <artifactId>agent-ejb</artifactId>
+            <version>${version}</version>
+            <type>jar</type>
+        </dependency>
+
     </dependencies>
 
     <build>

Modified: geronimo/server/branches/2.2/plugins/monitoring/mconsole-tomcat/src/main/history/dependencies.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/2.2/plugins/monitoring/mconsole-tomcat/src/main/history/dependencies.xml?rev=805700&r1=805699&r2=805700&view=diff
==============================================================================
--- geronimo/server/branches/2.2/plugins/monitoring/mconsole-tomcat/src/main/history/dependencies.xml (original)
+++ geronimo/server/branches/2.2/plugins/monitoring/mconsole-tomcat/src/main/history/dependencies.xml Wed Aug 19 08:33:05 2009
@@ -33,6 +33,16 @@
     </dependency>
     <dependency>
         <groupId>org.apache.geronimo.plugins.monitoring</groupId>
+        <artifactId>agent-ejb</artifactId>
+        <type>jar</type>
+    </dependency>
+    <dependency>
+        <groupId>org.apache.geronimo.plugins.monitoring</groupId>
+        <artifactId>agent-jar</artifactId>
+        <type>jar</type>
+    </dependency>
+    <dependency>
+        <groupId>org.apache.geronimo.plugins.monitoring</groupId>
         <artifactId>mconsole-ds</artifactId>
         <type>car</type>
     </dependency>

Modified: geronimo/server/branches/2.2/plugins/monitoring/mconsole-war/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/2.2/plugins/monitoring/mconsole-war/pom.xml?rev=805700&r1=805699&r2=805700&view=diff
==============================================================================
--- geronimo/server/branches/2.2/plugins/monitoring/mconsole-war/pom.xml (original)
+++ geronimo/server/branches/2.2/plugins/monitoring/mconsole-war/pom.xml Wed Aug 19 08:33:05 2009
@@ -77,8 +77,9 @@
         <dependency>
             <groupId>org.apache.geronimo.plugins.monitoring</groupId>
             <artifactId>agent-ejb</artifactId>
-            <version>${pom.version}</version>
+            <version>${version}</version>
             <type>jar</type>
+            <scope>provided</scope>
         </dependency>
 
         <!-- for jspc maven plugin -->

Modified: geronimo/server/branches/2.2/plugins/system-database/sysdb-portlets/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/2.2/plugins/system-database/sysdb-portlets/pom.xml?rev=805700&r1=805699&r2=805700&view=diff
==============================================================================
--- geronimo/server/branches/2.2/plugins/system-database/sysdb-portlets/pom.xml (original)
+++ geronimo/server/branches/2.2/plugins/system-database/sysdb-portlets/pom.xml Wed Aug 19 08:33:05 2009
@@ -101,7 +101,7 @@
             <groupId>org.apache.geronimo.framework</groupId>
             <artifactId>geronimo-deploy-jsr88</artifactId>
             <version>${version}</version>
-            <!--<scope>provided</scope>-->
+            <scope>provided</scope>
         </dependency>
 
         <dependency>