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/31 16:20:35 UTC

svn commit: r590713 - in /geronimo/server/trunk/plugins: client/client-transaction/ client/pom.xml connector/client-transaction/ connector/pom.xml

Author: prasad
Date: Wed Oct 31 08:20:35 2007
New Revision: 590713

URL: http://svn.apache.org/viewvc?rev=590713&view=rev
Log:
* moved client-transaction fromclient plugin to connector plugin

Added:
    geronimo/server/trunk/plugins/connector/client-transaction/
      - copied from r590528, geronimo/server/trunk/plugins/client/client-transaction/
Removed:
    geronimo/server/trunk/plugins/client/client-transaction/
Modified:
    geronimo/server/trunk/plugins/client/pom.xml
    geronimo/server/trunk/plugins/connector/pom.xml

Modified: geronimo/server/trunk/plugins/client/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/plugins/client/pom.xml?rev=590713&r1=590712&r2=590713&view=diff
==============================================================================
--- geronimo/server/trunk/plugins/client/pom.xml (original)
+++ geronimo/server/trunk/plugins/client/pom.xml Wed Oct 31 08:20:35 2007
@@ -15,35 +15,26 @@
     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>client</artifactId>
     <name>Geronimo Plugins :: client</name>
     <packaging>pom</packaging>
-
     <description>
         client plugin
     </description>
-
     <modules>
-<module>client</module>
-<module>client-deployer</module>
-<module>client-security</module>
-<module>client-transaction</module>
-<module>geronimo-client</module>
-<module>geronimo-client-builder</module>
+        <module>client</module>
+        <module>client-deployer</module>
+        <module>client-security</module>
+        <module>geronimo-client</module>
+        <module>geronimo-client-builder</module>
     </modules>
-
 </project>

Modified: geronimo/server/trunk/plugins/connector/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/plugins/connector/pom.xml?rev=590713&r1=590712&r2=590713&view=diff
==============================================================================
--- geronimo/server/trunk/plugins/connector/pom.xml (original)
+++ geronimo/server/trunk/plugins/connector/pom.xml Wed Oct 31 08:20:35 2007
@@ -15,34 +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>connector</artifactId>
     <name>Geronimo Plugins :: connector</name>
     <packaging>pom</packaging>
-
     <description>
         connector plugin
     </description>
-
     <modules>
-<module>connector-deployer</module>
-<module>geronimo-connector</module>
-<module>geronimo-connector-builder</module>
-<module>geronimo-transaction</module>
-<module>transaction</module>
+        <module>client-transaction</module>
+        <module>connector-deployer</module>
+        <module>geronimo-connector</module>
+        <module>geronimo-connector-builder</module>
+        <module>geronimo-transaction</module>
+        <module>transaction</module>
     </modules>
-
 </project>