You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by sp...@apache.org on 2006/05/08 17:25:55 UTC

svn commit: r405071 - in /geronimo/devtools/eclipse-plugin/trunk/assemblies: g-plugin-deployable/pom.xml updatesite-distribution/pom.xml

Author: sppatel
Date: Mon May  8 08:25:53 2006
New Revision: 405071

URL: http://svn.apache.org/viewcvs?rev=405071&view=rev
Log:
add new plugin to packaging

Modified:
    geronimo/devtools/eclipse-plugin/trunk/assemblies/g-plugin-deployable/pom.xml
    geronimo/devtools/eclipse-plugin/trunk/assemblies/updatesite-distribution/pom.xml

Modified: geronimo/devtools/eclipse-plugin/trunk/assemblies/g-plugin-deployable/pom.xml
URL: http://svn.apache.org/viewcvs/geronimo/devtools/eclipse-plugin/trunk/assemblies/g-plugin-deployable/pom.xml?rev=405071&r1=405070&r2=405071&view=diff
==============================================================================
--- geronimo/devtools/eclipse-plugin/trunk/assemblies/g-plugin-deployable/pom.xml (original)
+++ geronimo/devtools/eclipse-plugin/trunk/assemblies/g-plugin-deployable/pom.xml Mon May  8 08:25:53 2006
@@ -48,6 +48,7 @@
                 <explodedBundle>org.apache.geronimo.runtime.common</explodedBundle>
                 <explodedBundle>org.apache.geronimo.runtime.v1</explodedBundle>
                 <explodedBundle>org.apache.geronimo.runtime.v11</explodedBundle>
+                <explodedBundle>org.apache.geronimo.st.jmxagent</explodedBundle>
               </explodedBundles>
             </configuration>
           </execution>
@@ -121,6 +122,11 @@
       <groupId>org.apache.geronimo.devtools</groupId>
       <artifactId>org.apache.geronimo.feature</artifactId>
       <version>${org.apache.geronimo.feature_version}</version>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.geronimo.devtools</groupId>
+      <artifactId>org.apache.geronimo.st.jmxagent</artifactId>
+      <version>${org.apache.geronimo.st.jmxagent_version}</version>
     </dependency>
   </dependencies>  
 </project>

Modified: geronimo/devtools/eclipse-plugin/trunk/assemblies/updatesite-distribution/pom.xml
URL: http://svn.apache.org/viewcvs/geronimo/devtools/eclipse-plugin/trunk/assemblies/updatesite-distribution/pom.xml?rev=405071&r1=405070&r2=405071&view=diff
==============================================================================
--- geronimo/devtools/eclipse-plugin/trunk/assemblies/updatesite-distribution/pom.xml (original)
+++ geronimo/devtools/eclipse-plugin/trunk/assemblies/updatesite-distribution/pom.xml Mon May  8 08:25:53 2006
@@ -135,5 +135,10 @@
       <artifactId>org.apache.geronimo.jetty.j2ee.server.v1</artifactId>
       <version>${org.apache.geronimo.jetty.j2ee.server.v1_version}</version>
     </dependency>
+    <dependency>
+      <groupId>org.apache.geronimo.devtools</groupId>
+      <artifactId>org.apache.geronimo.st.jmxagent</artifactId>
+      <version>${org.apache.geronimo.st.jmxagent_version}</version>
+    </dependency>
   </dependencies>
 </project>