You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by jb...@apache.org on 2008/06/28 00:45:44 UTC

svn commit: r672414 - in /geronimo/server/branches/2.1: framework/configs/geronimo-gbean-deployer-bootstrap/pom.xml plugins/hotdeploy/hot-deployer/pom.xml plugins/monitoring/agent-ds/pom.xml plugins/monitoring/mconsole-ds/pom.xml plugins/sharedlib/pom.xml

Author: jbohn
Date: Fri Jun 27 15:45:44 2008
New Revision: 672414

URL: http://svn.apache.org/viewvc?rev=672414&view=rev
Log:
update and add some plugin category entries

Modified:
    geronimo/server/branches/2.1/framework/configs/geronimo-gbean-deployer-bootstrap/pom.xml
    geronimo/server/branches/2.1/plugins/hotdeploy/hot-deployer/pom.xml
    geronimo/server/branches/2.1/plugins/monitoring/agent-ds/pom.xml
    geronimo/server/branches/2.1/plugins/monitoring/mconsole-ds/pom.xml
    geronimo/server/branches/2.1/plugins/sharedlib/pom.xml

Modified: geronimo/server/branches/2.1/framework/configs/geronimo-gbean-deployer-bootstrap/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/2.1/framework/configs/geronimo-gbean-deployer-bootstrap/pom.xml?rev=672414&r1=672413&r2=672414&view=diff
==============================================================================
--- geronimo/server/branches/2.1/framework/configs/geronimo-gbean-deployer-bootstrap/pom.xml (original)
+++ geronimo/server/branches/2.1/framework/configs/geronimo-gbean-deployer-bootstrap/pom.xml Fri Jun 27 15:45:44 2008
@@ -87,6 +87,7 @@
                     <deploymentConfigs>
                     </deploymentConfigs>
                     <bootstrap>true</bootstrap>
+                    <category>Geronimo Core</category>
                 </configuration>
             </plugin>
         </plugins>

Modified: geronimo/server/branches/2.1/plugins/hotdeploy/hot-deployer/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/2.1/plugins/hotdeploy/hot-deployer/pom.xml?rev=672414&r1=672413&r2=672414&view=diff
==============================================================================
--- geronimo/server/branches/2.1/plugins/hotdeploy/hot-deployer/pom.xml (original)
+++ geronimo/server/branches/2.1/plugins/hotdeploy/hot-deployer/pom.xml Fri Jun 27 15:45:44 2008
@@ -73,7 +73,7 @@
                         <value>true</value>
                         <includeVersion>true</includeVersion>
                     </useMavenDependencies>
-                    <category>Fluff</category>
+                    <category>Deployment</category>
                     <instance>
                         <plugin-artifact>
                             <config-xml-content>

Modified: geronimo/server/branches/2.1/plugins/monitoring/agent-ds/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/2.1/plugins/monitoring/agent-ds/pom.xml?rev=672414&r1=672413&r2=672414&view=diff
==============================================================================
--- geronimo/server/branches/2.1/plugins/monitoring/agent-ds/pom.xml (original)
+++ geronimo/server/branches/2.1/plugins/monitoring/agent-ds/pom.xml Fri Jun 27 15:45:44 2008
@@ -82,6 +82,7 @@
                         <deploymentConfig>${gbeanDeployer}</deploymentConfig>
                         <deploymentConfig>${connectorDeployer}</deploymentConfig>
                     </deploymentConfigs>
+                    <category>Monitoring</category>
                     <module>
                         <groupId>org.tranql</groupId>
                         <artifactId>tranql-connector-derby-embed-local</artifactId>

Modified: geronimo/server/branches/2.1/plugins/monitoring/mconsole-ds/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/2.1/plugins/monitoring/mconsole-ds/pom.xml?rev=672414&r1=672413&r2=672414&view=diff
==============================================================================
--- geronimo/server/branches/2.1/plugins/monitoring/mconsole-ds/pom.xml (original)
+++ geronimo/server/branches/2.1/plugins/monitoring/mconsole-ds/pom.xml Fri Jun 27 15:45:44 2008
@@ -67,6 +67,7 @@
                         <deploymentConfig>${gbeanDeployer}</deploymentConfig>
                         <deploymentConfig>${connectorDeployer}</deploymentConfig>
                     </deploymentConfigs>
+                    <category>Monitoring</category>
                     <module>
                         <groupId>org.tranql</groupId>
                         <artifactId>tranql-connector-derby-embed-local</artifactId>

Modified: geronimo/server/branches/2.1/plugins/sharedlib/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/2.1/plugins/sharedlib/pom.xml?rev=672414&r1=672413&r2=672414&view=diff
==============================================================================
--- geronimo/server/branches/2.1/plugins/sharedlib/pom.xml (original)
+++ geronimo/server/branches/2.1/plugins/sharedlib/pom.xml Fri Jun 27 15:45:44 2008
@@ -82,7 +82,7 @@
                 <groupId>org.apache.geronimo.buildsupport</groupId>
                 <artifactId>car-maven-plugin</artifactId>
                 <configuration>
-                    <category>Example</category>
+                    <category>Shared</category>
                     <useMavenDependencies>
                         <value>true</value>
                         <includeVersion>true</includeVersion>