You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by pr...@apache.org on 2007/10/29 20:36:01 UTC

svn commit: r589818 [2/2] - in /geronimo/sandbox/restructure: ./ applications/ applications/dojo/ plugins/ plugins/activemq/ plugins/activemq/activemq-broker/ plugins/axis2/ plugins/console/ plugins/console/console-jetty/ plugins/console/console-tomcat...

Added: geronimo/sandbox/restructure/plugins/dojo/geronimo-dojo/src/site/site.xml
URL: http://svn.apache.org/viewvc/geronimo/sandbox/restructure/plugins/dojo/geronimo-dojo/src/site/site.xml?rev=589818&view=auto
==============================================================================
--- geronimo/sandbox/restructure/plugins/dojo/geronimo-dojo/src/site/site.xml (added)
+++ geronimo/sandbox/restructure/plugins/dojo/geronimo-dojo/src/site/site.xml Mon Oct 29 12:35:54 2007
@@ -0,0 +1,35 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+    Licensed to the Apache Software Foundation (ASF) under one or more
+    contributor license agreements.  See the NOTICE file distributed with
+    this work for additional information regarding copyright ownership.
+    The ASF licenses this file to You under the Apache License, Version 2.0
+    (the "License"); you may not use this file except in compliance with
+    the License.  You may obtain a copy of the License at
+
+       http://www.apache.org/licenses/LICENSE-2.0
+
+    Unless required by applicable law or agreed to in writing, software
+    distributed under the License is distributed on an "AS IS" BASIS,
+    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+    See the License for the specific language governing permissions and
+    limitations under the License.
+-->
+
+<!-- $Rev$ $Date$ -->
+
+<project name="${project.name}">
+    
+    <body>
+        
+        ${parentProject}
+        
+        ${modules}
+        
+        ${reports}
+        
+    </body>
+
+</project>
+
+

Propchange: geronimo/sandbox/restructure/plugins/dojo/geronimo-dojo/src/site/site.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: geronimo/sandbox/restructure/plugins/dojo/geronimo-dojo/src/site/site.xml
------------------------------------------------------------------------------
    svn:keywords = Date Revision

Propchange: geronimo/sandbox/restructure/plugins/dojo/geronimo-dojo/src/site/site.xml
------------------------------------------------------------------------------
    svn:mime-type = text/xml

Added: geronimo/sandbox/restructure/plugins/dojo/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/sandbox/restructure/plugins/dojo/pom.xml?rev=589818&view=auto
==============================================================================
--- geronimo/sandbox/restructure/plugins/dojo/pom.xml (added)
+++ geronimo/sandbox/restructure/plugins/dojo/pom.xml Mon Oct 29 12:35:54 2007
@@ -0,0 +1,46 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+    Licensed to the Apache Software Foundation (ASF) under one or more
+    contributor license agreements.  See the NOTICE file distributed with
+    this work for additional information regarding copyright ownership.
+    The ASF licenses this file to You under the Apache License, Version 2.0
+    (the "License"); you may not use this file except in compliance with
+    the License.  You may obtain a copy of the License at
+
+       http://www.apache.org/licenses/LICENSE-2.0
+
+    Unless required by applicable law or agreed to in writing, software
+    distributed under the License is distributed on an "AS IS" BASIS,
+    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+    See the License for the specific language governing permissions and
+    limitations under the License.
+-->
+
+<!-- $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">
+
+    <modelVersion>4.0.0</modelVersion>
+
+    <parent>
+        <groupId>org.apache.geronimo.plugins</groupId>
+        <artifactId>plugins</artifactId>
+        <version>2.1-SNAPSHOT</version>
+        <relativePath>../pom.xml</relativePath>
+    </parent>
+
+    <artifactId>dojo</artifactId>
+    <name>Geronimo Plugins :: dojo</name>
+    <packaging>pom</packaging>
+
+    <description>
+        dojo plugin
+    </description>
+
+    <modules>
+<module>dojo-jetty6</module>
+<module>dojo-tomcat</module>
+<module>geronimo-dojo</module>
+    </modules>
+
+</project>

Propchange: geronimo/sandbox/restructure/plugins/dojo/pom.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: geronimo/sandbox/restructure/plugins/dojo/pom.xml
------------------------------------------------------------------------------
    svn:keywords = Date Revision

Propchange: geronimo/sandbox/restructure/plugins/dojo/pom.xml
------------------------------------------------------------------------------
    svn:mime-type = text/xml

Modified: geronimo/sandbox/restructure/plugins/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/sandbox/restructure/plugins/pom.xml?rev=589818&r1=589817&r2=589818&view=diff
==============================================================================
--- geronimo/sandbox/restructure/plugins/pom.xml (original)
+++ geronimo/sandbox/restructure/plugins/pom.xml Mon Oct 29 12:35:54 2007
@@ -103,6 +103,7 @@
         <module>console</module>
         <module>corba</module>
         <module>cxf</module>
+        <module>dojo</module>
         <module>debugviews</module>
         <module>hotdeploy</module>
         <module>j2ee</module>

Modified: geronimo/sandbox/restructure/plugins/system-database/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/sandbox/restructure/plugins/system-database/pom.xml?rev=589818&r1=589817&r2=589818&view=diff
==============================================================================
--- geronimo/sandbox/restructure/plugins/system-database/pom.xml (original)
+++ geronimo/sandbox/restructure/plugins/system-database/pom.xml Mon Oct 29 12:35:54 2007
@@ -15,32 +15,27 @@
     See the License for the specific language governing permissions and
     limitations under the License.
 -->
-
 <!-- $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">
-
     <modelVersion>4.0.0</modelVersion>
-
     <parent>
         <groupId>org.apache.geronimo.plugins</groupId>
         <artifactId>plugins</artifactId>
         <version>2.1-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
-
     <artifactId>system-database</artifactId>
     <name>Geronimo Plugins :: System Database</name>
     <packaging>pom</packaging>
-
     <description>
         Geronimo System Database Plugin
     </description>
-
     <modules>
+        <module>geronimo-derby</module>
+        <module>geronimo-timer</module>
+        <module>system-database</module>
         <module>system-database-portlets</module>
         <module>system-database-tomcat</module>
         <module>system-database-jetty</module>
     </modules>
-
 </project>

Modified: geronimo/sandbox/restructure/plugins/tomcat/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/sandbox/restructure/plugins/tomcat/pom.xml?rev=589818&r1=589817&r2=589818&view=diff
==============================================================================
--- geronimo/sandbox/restructure/plugins/tomcat/pom.xml (original)
+++ geronimo/sandbox/restructure/plugins/tomcat/pom.xml Mon Oct 29 12:35:54 2007
@@ -15,33 +15,25 @@
     See the License for the specific language governing permissions and
     limitations under the License.
 -->
-
 <!-- $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">
-
     <modelVersion>4.0.0</modelVersion>
-
     <parent>
         <groupId>org.apache.geronimo.plugins</groupId>
         <artifactId>plugins</artifactId>
         <version>2.1-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
-
     <artifactId>tomcat</artifactId>
     <name>Geronimo Plugins :: tomcat</name>
     <packaging>pom</packaging>
-
     <description>
         tomcat plugin
     </description>
-
     <modules>
-<module>geronimo-tomcat6</module>
-<module>geronimo-tomcat6-builder</module>
-<module>tomcat6</module>
-<module>tomcat6-deployer</module>
+        <module>geronimo-tomcat6</module>
+        <module>geronimo-tomcat6-builder</module>
+        <module>tomcat6</module>
+        <module>tomcat6-deployer</module>
     </modules>
-
 </project>

Modified: geronimo/sandbox/restructure/plugins/webservices/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/sandbox/restructure/plugins/webservices/pom.xml?rev=589818&r1=589817&r2=589818&view=diff
==============================================================================
--- geronimo/sandbox/restructure/plugins/webservices/pom.xml (original)
+++ geronimo/sandbox/restructure/plugins/webservices/pom.xml Mon Oct 29 12:35:54 2007
@@ -15,32 +15,24 @@
     See the License for the specific language governing permissions and
     limitations under the License.
 -->
-
 <!-- $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">
-
     <modelVersion>4.0.0</modelVersion>
-
     <parent>
         <groupId>org.apache.geronimo.plugins</groupId>
         <artifactId>plugins</artifactId>
         <version>2.1-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
-
     <artifactId>webservices</artifactId>
     <name>Geronimo Plugins :: webservices</name>
     <packaging>pom</packaging>
-
     <description>
         webservices plugin
     </description>
-
     <modules>
-<module>geronimo-webservices</module>
-<module>geronimo-webservices-builder</module>
-<module>webservices-common</module>
+        <module>geronimo-webservices</module>
+        <module>geronimo-webservices-builder</module>
+        <module>webservices-common</module>
     </modules>
-
 </project>

Modified: geronimo/sandbox/restructure/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/sandbox/restructure/pom.xml?rev=589818&r1=589817&r2=589818&view=diff
==============================================================================
--- geronimo/sandbox/restructure/pom.xml (original)
+++ geronimo/sandbox/restructure/pom.xml Mon Oct 29 12:35:54 2007
@@ -2195,9 +2195,9 @@
                 -->
                 <module>maven-plugins</module>
                 <module>framework</module>
+                <module>components</module>
                 <module>plugins</module>
                 <module>applications</module>
-                <module>components</module>
                 <module>assemblies</module>
             </modules>
         </profile>
@@ -2274,9 +2274,9 @@
 
             <modules>
               <module>framework/configs</module>
+              <module>components</module>
               <module>plugins</module>
               <module>applications</module>
-              <module>components</module>
               <module>assemblies</module>
             </modules>
         </profile>
@@ -2295,11 +2295,12 @@
                 <module>repository</module>
                 <module>buildsupport</module>
                 <module>testsupport</module>
-                <module>modules</module>
+                <module>framework/modules</module>
                 <module>maven-plugins</module>
-                <module>applications</module>
-                <module>configs</module>
+                <module>framework/configs</module>
+                <module>components</module>
                 <module>plugins</module>
+                <module>applications</module>
             </modules>
         </profile>
 
@@ -2316,7 +2317,7 @@
             <modules>
                 <module>buildsupport</module>
                 <module>testsupport</module>
-                <module>modules</module>
+                <module>framework/modules</module>
                 <module>maven-plugins</module>
                 <module>applications</module>
             </modules>