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/30 22:56:04 UTC

svn commit: r590487 - in /geronimo/server/trunk/applications: ca-helper/pom.xml mejb/pom.xml pom.xml remote-deploy/pom.xml uddi-server/pom.xml welcome/pom.xml

Author: prasad
Date: Tue Oct 30 14:56:03 2007
New Revision: 590487

URL: http://svn.apache.org/viewvc?rev=590487&view=rev
Log:
* Geronimo-3565

Added:
    geronimo/server/trunk/applications/ca-helper/pom.xml   (with props)
    geronimo/server/trunk/applications/mejb/pom.xml   (with props)
    geronimo/server/trunk/applications/remote-deploy/pom.xml   (with props)
    geronimo/server/trunk/applications/uddi-server/pom.xml   (with props)
    geronimo/server/trunk/applications/welcome/pom.xml   (with props)
Modified:
    geronimo/server/trunk/applications/pom.xml

Added: geronimo/server/trunk/applications/ca-helper/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/applications/ca-helper/pom.xml?rev=590487&view=auto
==============================================================================
--- geronimo/server/trunk/applications/ca-helper/pom.xml (added)
+++ geronimo/server/trunk/applications/ca-helper/pom.xml Tue Oct 30 14:56:03 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>ca-helper</artifactId>
+    <name>Geronimo Plugins :: ca-helper</name>
+    <packaging>pom</packaging>
+
+    <description>
+        ca-helper plugin
+    </description>
+
+    <modules>
+<module>ca-helper-jetty</module>
+<module>ca-helper-tomcat</module>
+<module>geronimo-ca-helper</module>
+    </modules>
+
+</project>

Propchange: geronimo/server/trunk/applications/ca-helper/pom.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: geronimo/server/trunk/applications/ca-helper/pom.xml
------------------------------------------------------------------------------
    svn:keywords = Date Revision

Propchange: geronimo/server/trunk/applications/ca-helper/pom.xml
------------------------------------------------------------------------------
    svn:mime-type = text/xml

Added: geronimo/server/trunk/applications/mejb/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/applications/mejb/pom.xml?rev=590487&view=auto
==============================================================================
--- geronimo/server/trunk/applications/mejb/pom.xml (added)
+++ geronimo/server/trunk/applications/mejb/pom.xml Tue Oct 30 14:56:03 2007
@@ -0,0 +1,45 @@
+<?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>mejb</artifactId>
+    <name>Geronimo Plugins :: mejb</name>
+    <packaging>pom</packaging>
+
+    <description>
+        mejb plugin
+    </description>
+
+    <modules>
+<module>geronimo-mejb</module>
+<module>mejb</module>
+    </modules>
+
+</project>

Propchange: geronimo/server/trunk/applications/mejb/pom.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: geronimo/server/trunk/applications/mejb/pom.xml
------------------------------------------------------------------------------
    svn:keywords = Date Revision

Propchange: geronimo/server/trunk/applications/mejb/pom.xml
------------------------------------------------------------------------------
    svn:mime-type = text/xml

Modified: geronimo/server/trunk/applications/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/applications/pom.xml?rev=590487&r1=590486&r2=590487&view=diff
==============================================================================
--- geronimo/server/trunk/applications/pom.xml (original)
+++ geronimo/server/trunk/applications/pom.xml Tue Oct 30 14:56:03 2007
@@ -35,13 +35,13 @@
     <packaging>pom</packaging>
     
     <modules>
-        <module>geronimo-welcome</module>
-        <module>geronimo-dojo</module>
-        <module>geronimo-mejb</module>
-        <module>geronimo-remote-deploy</module>
+      <module>ca-helper</module>
         <module>geronimo-uddi-db</module>
-        <module>geronimo-uddi-server</module>
-        <module>geronimo-ca-helper</module>
+        <module>mejb</module>
+        <module>remote-deploy</module>
+        <module>sharedlib</module>
+        <module>uddi-server</module>
+        <module>welcome</module>
     </modules>
     
 </project>

Added: geronimo/server/trunk/applications/remote-deploy/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/applications/remote-deploy/pom.xml?rev=590487&view=auto
==============================================================================
--- geronimo/server/trunk/applications/remote-deploy/pom.xml (added)
+++ geronimo/server/trunk/applications/remote-deploy/pom.xml Tue Oct 30 14:56:03 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>remote-deploy</artifactId>
+    <name>Geronimo Plugins :: remote-deploy</name>
+    <packaging>pom</packaging>
+
+    <description>
+        remote-deploy plugin
+    </description>
+
+    <modules>
+<module>geronimo-remote-deploy</module>
+<module>remote-deploy-jetty</module>
+<module>remote-deploy-tomcat</module>
+    </modules>
+
+</project>

Propchange: geronimo/server/trunk/applications/remote-deploy/pom.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: geronimo/server/trunk/applications/remote-deploy/pom.xml
------------------------------------------------------------------------------
    svn:keywords = Date Revision

Propchange: geronimo/server/trunk/applications/remote-deploy/pom.xml
------------------------------------------------------------------------------
    svn:mime-type = text/xml

Added: geronimo/server/trunk/applications/uddi-server/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/applications/uddi-server/pom.xml?rev=590487&view=auto
==============================================================================
--- geronimo/server/trunk/applications/uddi-server/pom.xml (added)
+++ geronimo/server/trunk/applications/uddi-server/pom.xml Tue Oct 30 14:56:03 2007
@@ -0,0 +1,38 @@
+<?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>uddi-server</artifactId>
+    <name>Geronimo Plugins :: uddi-server</name>
+    <packaging>pom</packaging>
+    <description>
+        uddi-server plugin
+    </description>
+    <modules>
+        <module>geronimo-uddi-server</module>
+        <module>uddi-jetty6</module>
+        <module>uddi-tomcat</module>
+    </modules>
+</project>

Propchange: geronimo/server/trunk/applications/uddi-server/pom.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: geronimo/server/trunk/applications/uddi-server/pom.xml
------------------------------------------------------------------------------
    svn:keywords = Date Revision

Propchange: geronimo/server/trunk/applications/uddi-server/pom.xml
------------------------------------------------------------------------------
    svn:mime-type = text/xml

Added: geronimo/server/trunk/applications/welcome/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/applications/welcome/pom.xml?rev=590487&view=auto
==============================================================================
--- geronimo/server/trunk/applications/welcome/pom.xml (added)
+++ geronimo/server/trunk/applications/welcome/pom.xml Tue Oct 30 14:56:03 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>welcome</artifactId>
+    <name>Geronimo Plugins :: welcome</name>
+    <packaging>pom</packaging>
+
+    <description>
+        welcome plugin
+    </description>
+
+    <modules>
+<module>geronimo-welcome</module>
+<module>welcome-jetty</module>
+<module>welcome-tomcat</module>
+    </modules>
+
+</project>

Propchange: geronimo/server/trunk/applications/welcome/pom.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: geronimo/server/trunk/applications/welcome/pom.xml
------------------------------------------------------------------------------
    svn:keywords = Date Revision

Propchange: geronimo/server/trunk/applications/welcome/pom.xml
------------------------------------------------------------------------------
    svn:mime-type = text/xml