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:13 UTC

svn commit: r672413 - in /geronimo/server/trunk: 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:13 2008
New Revision: 672413

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

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

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

Modified: geronimo/server/trunk/plugins/hotdeploy/hot-deployer/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/plugins/hotdeploy/hot-deployer/pom.xml?rev=672413&r1=672412&r2=672413&view=diff
==============================================================================
--- geronimo/server/trunk/plugins/hotdeploy/hot-deployer/pom.xml (original)
+++ geronimo/server/trunk/plugins/hotdeploy/hot-deployer/pom.xml Fri Jun 27 15:45:13 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/trunk/plugins/monitoring/agent-ds/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/plugins/monitoring/agent-ds/pom.xml?rev=672413&r1=672412&r2=672413&view=diff
==============================================================================
--- geronimo/server/trunk/plugins/monitoring/agent-ds/pom.xml (original)
+++ geronimo/server/trunk/plugins/monitoring/agent-ds/pom.xml Fri Jun 27 15:45:13 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/trunk/plugins/monitoring/mconsole-ds/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/plugins/monitoring/mconsole-ds/pom.xml?rev=672413&r1=672412&r2=672413&view=diff
==============================================================================
--- geronimo/server/trunk/plugins/monitoring/mconsole-ds/pom.xml (original)
+++ geronimo/server/trunk/plugins/monitoring/mconsole-ds/pom.xml Fri Jun 27 15:45:13 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/trunk/plugins/sharedlib/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/plugins/sharedlib/pom.xml?rev=672413&r1=672412&r2=672413&view=diff
==============================================================================
--- geronimo/server/trunk/plugins/sharedlib/pom.xml (original)
+++ geronimo/server/trunk/plugins/sharedlib/pom.xml Fri Jun 27 15:45:13 2008
@@ -18,7 +18,7 @@
 
 <!-- $Rev$ $Date$ -->
 
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLofcation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
 
     <modelVersion>4.0.0</modelVersion>
 
@@ -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>