You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by an...@apache.org on 2007/01/28 12:39:38 UTC

svn commit: r500780 - in /incubator/tuscany/java: samples/sca/helloworld.jmsReference/ samples/sca/helloworld.jmsService/ sca/extensions/ sca/extensions/jms/ sca/extensions/jms/binding/ sca/extensions/jms/binding/src/main/resources/META-INF/sca/ sca/ex...

Author: antelder
Date: Sun Jan 28 03:39:36 2007
New Revision: 500780

URL: http://svn.apache.org/viewvc?view=rev&rev=500780
Log:
Move JMS sample to JMS extension (doesn't work in standalone env yet)

Added:
    incubator/tuscany/java/sca/extensions/jms/pom.xml   (with props)
    incubator/tuscany/java/sca/extensions/jms/samples/
    incubator/tuscany/java/sca/extensions/jms/samples/helloworld.jmsReference/
      - copied from r500722, incubator/tuscany/java/samples/sca/helloworld.jmsReference/
    incubator/tuscany/java/sca/extensions/jms/samples/helloworld.jmsService/
      - copied from r500722, incubator/tuscany/java/samples/sca/helloworld.jmsService/
    incubator/tuscany/java/sca/extensions/jms/samples/pom.xml   (with props)
Removed:
    incubator/tuscany/java/samples/sca/helloworld.jmsReference/
    incubator/tuscany/java/samples/sca/helloworld.jmsService/
Modified:
    incubator/tuscany/java/sca/extensions/jms/   (props changed)
    incubator/tuscany/java/sca/extensions/jms/binding/pom.xml
    incubator/tuscany/java/sca/extensions/jms/binding/src/main/resources/META-INF/sca/default.scdl
    incubator/tuscany/java/sca/extensions/jms/binding/src/main/resources/META-INF/sca/jms.system.scdl
    incubator/tuscany/java/sca/extensions/jms/samples/helloworld.jmsReference/pom.xml
    incubator/tuscany/java/sca/extensions/jms/samples/helloworld.jmsService/pom.xml
    incubator/tuscany/java/sca/extensions/pom.xml

Propchange: incubator/tuscany/java/sca/extensions/jms/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Sun Jan 28 03:39:36 2007
@@ -0,0 +1,14 @@
+target
+*.iws
+*.ipr
+*.iml
+.project
+.classpath
+maven.log
+velocity.log*
+junit*.properties
+surefire*.properties
+.settings
+.deployables
+.wtpmodules
+

Modified: incubator/tuscany/java/sca/extensions/jms/binding/pom.xml
URL: http://svn.apache.org/viewvc/incubator/tuscany/java/sca/extensions/jms/binding/pom.xml?view=diff&rev=500780&r1=500779&r2=500780
==============================================================================
--- incubator/tuscany/java/sca/extensions/jms/binding/pom.xml (original)
+++ incubator/tuscany/java/sca/extensions/jms/binding/pom.xml Sun Jan 28 03:39:36 2007
@@ -1,127 +1,127 @@
-<?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.
--->
-<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">
-
-    <parent>
-        <groupId>org.apache.tuscany.sca.services.bindings</groupId>
-        <artifactId>parent</artifactId>
-        <version>1.0-incubator-SNAPSHOT</version>
-    </parent>
-
-    <modelVersion>4.0.0</modelVersion>
-    <artifactId>jms</artifactId>
-    <name>Apache Tuscany Binding for JMS</name>
-    <description>Implementation of the SCA JMS Binding</description>
-
-    <dependencies>
-
-        <dependency>
-            <groupId>geronimo-spec</groupId>
-            <artifactId>geronimo-spec-jms</artifactId>
-            <version>1.1-rc4</version>
-            <scope>compile</scope>
-        </dependency>
-
-        <dependency>
-            <groupId>org.apache.tuscany.sca.kernel</groupId>
-            <artifactId>tuscany-spi</artifactId>
-				<version>0.1-pre-spec-SNAPSHOT</version>
-            <scope>compile</scope>
-        </dependency>
-
-        <dependency>
-            <groupId>org.apache.tuscany.sca.services.idl</groupId>
-            <artifactId>wsdl</artifactId>
-            <version>${sca.version}</version>
-            <scope>compile</scope>
-        </dependency>
-
-        <dependency>
-            <groupId>org.apache.tuscany.sca.services.databinding</groupId>
-            <artifactId>databinding-axiom</artifactId>
-            <version>${sca.version}</version>
-            <scope>compile</scope>
-        </dependency>        
-
-        <dependency>
-            <groupId>org.apache.ws.commons.axiom</groupId>
-            <artifactId>axiom-api</artifactId>
-        </dependency>
-
-        <dependency>
-            <groupId>org.apache.ws.commons.axiom</groupId>
-            <artifactId>axiom-impl</artifactId>
-        </dependency>
-
-        <dependency>
-	       <groupId>commons-logging</groupId>
-	       <artifactId>commons-logging</artifactId>
-	       <version>1.1</version>
-        </dependency>
-
-        <!-- test dependencies -->
-        <dependency>
-            <groupId>org.easymock</groupId>
-            <artifactId>easymock</artifactId>
-        </dependency>
-
-        <dependency>
-            <groupId>activemq</groupId>
-            <artifactId>activemq-core</artifactId>
-            <version>3.2</version>
-            <scope>test</scope>
-        </dependency>       
-
-        <dependency>
-            <groupId>geronimo-spec</groupId>
-            <artifactId>geronimo-spec-j2ee-management</artifactId>
-            <version>1.0-rc4</version>
-            <scope>test</scope>
-        </dependency>
-
-        <dependency>
-            <groupId>org.apache.tuscany.sca</groupId>
-            <artifactId>test</artifactId>
-				<version>0.1-pre-spec-SNAPSHOT</version>
-            <scope>test</scope>
-        </dependency>
-
-        <dependency>
-           <groupId>xmlunit</groupId>
-           <artifactId>xmlunit</artifactId>
-           <version>1.0</version>
-           <scope>test</scope>
-        </dependency>
-
-        <dependency>
-            <groupId>stax</groupId>
-            <artifactId>stax-api</artifactId>
-        </dependency>
-
-        <dependency>
-            <groupId>woodstox</groupId>
-            <artifactId>wstx-asl</artifactId>
-        </dependency>
-
-    </dependencies>
-
-</project>
+<?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.
+-->
+<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">
+
+    <parent>
+        <groupId>org.apache.tuscany.sca.extensions.jms</groupId>
+        <artifactId>parent</artifactId>
+        <version>1.0-incubator-SNAPSHOT</version>
+    </parent>
+
+    <modelVersion>4.0.0</modelVersion>
+    <artifactId>tuscany-jms</artifactId>
+    <name>Apache Tuscany Binding for JMS</name>
+    <description>Implementation of the SCA JMS Binding</description>
+
+    <dependencies>
+
+        <dependency>
+            <groupId>geronimo-spec</groupId>
+            <artifactId>geronimo-spec-jms</artifactId>
+            <version>1.1-rc4</version>
+            <scope>compile</scope>
+        </dependency>
+
+        <dependency>
+            <groupId>org.apache.tuscany.sca.kernel</groupId>
+            <artifactId>tuscany-spi</artifactId>
+            <version>0.1-pre-spec-SNAPSHOT</version>
+            <scope>compile</scope>
+        </dependency>
+
+        <dependency>
+            <groupId>org.apache.tuscany.sca.services.idl</groupId>
+            <artifactId>wsdl</artifactId>
+            <version>${sca.version}</version>
+            <scope>compile</scope>
+        </dependency>
+
+        <dependency>
+            <groupId>org.apache.tuscany.sca.extensions.axis2</groupId>
+            <artifactId>databinding-axiom</artifactId>
+            <version>${extensionVersion}</version>
+            <scope>compile</scope>
+        </dependency>        
+
+        <dependency>
+            <groupId>org.apache.ws.commons.axiom</groupId>
+            <artifactId>axiom-api</artifactId>
+        </dependency>
+
+        <dependency>
+            <groupId>org.apache.ws.commons.axiom</groupId>
+            <artifactId>axiom-impl</artifactId>
+        </dependency>
+
+        <dependency>
+	       <groupId>commons-logging</groupId>
+	       <artifactId>commons-logging</artifactId>
+	       <version>1.1</version>
+        </dependency>
+
+        <dependency>
+            <groupId>activemq</groupId>
+            <artifactId>activemq-core</artifactId>
+            <version>3.2</version>
+            <scope>compile</scope>
+        </dependency>       
+
+        <dependency>
+            <groupId>geronimo-spec</groupId>
+            <artifactId>geronimo-spec-j2ee-management</artifactId>
+            <version>1.0-rc4</version>
+            <scope>compile</scope>
+        </dependency>
+
+        <!-- test dependencies -->
+        <dependency>
+            <groupId>org.easymock</groupId>
+            <artifactId>easymock</artifactId>
+        </dependency>
+
+        <dependency>
+            <groupId>org.apache.tuscany.sca</groupId>
+            <artifactId>test</artifactId>
+		<version>0.1-pre-spec-SNAPSHOT</version>
+            <scope>test</scope>
+        </dependency>
+
+        <dependency>
+           <groupId>xmlunit</groupId>
+           <artifactId>xmlunit</artifactId>
+           <version>1.0</version>
+           <scope>test</scope>
+        </dependency>
+
+        <dependency>
+            <groupId>stax</groupId>
+            <artifactId>stax-api</artifactId>
+        </dependency>
+
+        <dependency>
+            <groupId>woodstox</groupId>
+            <artifactId>wstx-asl</artifactId>
+        </dependency>
+
+    </dependencies>
+
+</project>

Modified: incubator/tuscany/java/sca/extensions/jms/binding/src/main/resources/META-INF/sca/default.scdl
URL: http://svn.apache.org/viewvc/incubator/tuscany/java/sca/extensions/jms/binding/src/main/resources/META-INF/sca/default.scdl?view=diff&rev=500780&r1=500779&r2=500780
==============================================================================
--- incubator/tuscany/java/sca/extensions/jms/binding/src/main/resources/META-INF/sca/default.scdl (original)
+++ incubator/tuscany/java/sca/extensions/jms/binding/src/main/resources/META-INF/sca/default.scdl Sun Jan 28 03:39:36 2007
@@ -17,6 +17,12 @@
 <composite xmlns="http://www.osoa.org/xmlns/sca/1.0" xmlns:system="http://tuscany.apache.org/xmlns/system/1.0-SNAPSHOT"
     name="org.apache.tuscany.binding.jms.JMSBinding">
 
+    <dependency xmlns="http://tuscany.apache.org/xmlns/1.0-SNAPSHOT">
+        <group>org.apache.tuscany.sca.extensions.jms</group>
+        <name>tuscany-jms</name>
+        <version>1.0-incubator-SNAPSHOT</version>
+    </dependency>
+
     <component name="jms.bindingLoader">
         <system:implementation.system class="org.apache.tuscany.binding.jms.JMSBindingLoader" />
     </component>

Modified: incubator/tuscany/java/sca/extensions/jms/binding/src/main/resources/META-INF/sca/jms.system.scdl
URL: http://svn.apache.org/viewvc/incubator/tuscany/java/sca/extensions/jms/binding/src/main/resources/META-INF/sca/jms.system.scdl?view=diff&rev=500780&r1=500779&r2=500780
==============================================================================
--- incubator/tuscany/java/sca/extensions/jms/binding/src/main/resources/META-INF/sca/jms.system.scdl (original)
+++ incubator/tuscany/java/sca/extensions/jms/binding/src/main/resources/META-INF/sca/jms.system.scdl Sun Jan 28 03:39:36 2007
@@ -17,6 +17,12 @@
 <composite xmlns="http://www.osoa.org/xmlns/sca/1.0" xmlns:system="http://tuscany.apache.org/xmlns/system/1.0-SNAPSHOT"
     name="org.apache.tuscany.binding.jms.JMSBinding">
 
+    <dependency xmlns="http://tuscany.apache.org/xmlns/1.0-SNAPSHOT">
+        <group>org.apache.tuscany.sca.extensions.jms</group>
+        <name>tuscany-jms</name>
+        <version>1.0-incubator-SNAPSHOT</version>
+    </dependency>
+
     <component name="jms.bindingLoader">
         <system:implementation.system class="org.apache.tuscany.binding.jms.JMSBindingLoader" />
     </component>

Added: incubator/tuscany/java/sca/extensions/jms/pom.xml
URL: http://svn.apache.org/viewvc/incubator/tuscany/java/sca/extensions/jms/pom.xml?view=auto&rev=500780
==============================================================================
--- incubator/tuscany/java/sca/extensions/jms/pom.xml (added)
+++ incubator/tuscany/java/sca/extensions/jms/pom.xml Sun Jan 28 03:39:36 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.    
+-->
+<project>
+
+    <parent>
+        <groupId>org.apache.tuscany.sca.extensions</groupId>
+        <artifactId>parent</artifactId>
+        <version>1.0-incubator-SNAPSHOT</version>
+    </parent>
+
+    <modelVersion>4.0.0</modelVersion>
+    <groupId>org.apache.tuscany.sca.extensions.jms</groupId>
+    <artifactId>parent</artifactId>
+    <packaging>pom</packaging>
+    <name>Tuscany JMS Extension</name>
+
+    <modules>
+        <module>binding</module>
+        <module>samples</module>
+    </modules>
+
+    <dependencyManagement>
+        <dependencies>
+
+        </dependencies>
+    </dependencyManagement>
+
+</project>

Propchange: incubator/tuscany/java/sca/extensions/jms/pom.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/tuscany/java/sca/extensions/jms/pom.xml
------------------------------------------------------------------------------
    svn:keywords = Rev Date

Propchange: incubator/tuscany/java/sca/extensions/jms/pom.xml
------------------------------------------------------------------------------
    svn:mime-type = text/xml

Modified: incubator/tuscany/java/sca/extensions/jms/samples/helloworld.jmsReference/pom.xml
URL: http://svn.apache.org/viewvc/incubator/tuscany/java/sca/extensions/jms/samples/helloworld.jmsReference/pom.xml?view=diff&rev=500780&r1=500722&r2=500780
==============================================================================
--- incubator/tuscany/java/sca/extensions/jms/samples/helloworld.jmsReference/pom.xml (original)
+++ incubator/tuscany/java/sca/extensions/jms/samples/helloworld.jmsReference/pom.xml Sun Jan 28 03:39:36 2007
@@ -19,7 +19,7 @@
 -->
 <project>
     <parent>
-        <groupId>org.apache.tuscany.samples.sca</groupId>
+        <groupId>org.apache.tuscany.sca.extensions.jms.samples</groupId>
         <artifactId>parent</artifactId>
         <version>1.0-incubator-SNAPSHOT</version>
     </parent>
@@ -37,13 +37,11 @@
         <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>test</artifactId>
-            <version>${tuscanyVersion}</version>
-            <scope>test</scope>
         </dependency>
         <dependency>
-            <groupId>org.apache.tuscany.sca.services.bindings</groupId>
-            <artifactId>jms</artifactId>
-            <version>${tuscanyVersion}</version>
+            <groupId>org.apache.tuscany.sca.extensions.jms</groupId>
+            <artifactId>tuscany-jms</artifactId>
+            <version>${extensionVersion}</version>
             <scope>test</scope>
         </dependency>
         <dependency>

Modified: incubator/tuscany/java/sca/extensions/jms/samples/helloworld.jmsService/pom.xml
URL: http://svn.apache.org/viewvc/incubator/tuscany/java/sca/extensions/jms/samples/helloworld.jmsService/pom.xml?view=diff&rev=500780&r1=500722&r2=500780
==============================================================================
--- incubator/tuscany/java/sca/extensions/jms/samples/helloworld.jmsService/pom.xml (original)
+++ incubator/tuscany/java/sca/extensions/jms/samples/helloworld.jmsService/pom.xml Sun Jan 28 03:39:36 2007
@@ -19,7 +19,7 @@
 -->
 <project>
     <parent>
-        <groupId>org.apache.tuscany.samples.sca</groupId>
+        <groupId>org.apache.tuscany.sca.extensions.jms.samples</groupId>
         <artifactId>parent</artifactId>
         <version>1.0-incubator-SNAPSHOT</version>
     </parent>
@@ -37,25 +37,11 @@
         <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>test</artifactId>
-            <version>${tuscanyVersion}</version>
-            <scope>test</scope>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.tuscany.sca.services.bindings</groupId>
-            <artifactId>jms</artifactId>
-            <version>${tuscanyVersion}</version>
-            <scope>test</scope>
         </dependency>
         <dependency>
-            <groupId>activemq</groupId>
-            <artifactId>activemq-core</artifactId>
-            <version>3.2</version>
-            <scope>test</scope>
-        </dependency>       
-        <dependency>
-            <groupId>geronimo-spec</groupId>
-            <artifactId>geronimo-spec-j2ee-management</artifactId>
-            <version>1.0-rc4</version>
+            <groupId>org.apache.tuscany.sca.extensions.jms</groupId>
+            <artifactId>tuscany-jms</artifactId>
+            <version>${extensionVersion}</version>
             <scope>test</scope>
         </dependency>
     </dependencies>
@@ -74,5 +60,4 @@
             </plugin>
         </plugins>
     </build>
-    
 </project>

Added: incubator/tuscany/java/sca/extensions/jms/samples/pom.xml
URL: http://svn.apache.org/viewvc/incubator/tuscany/java/sca/extensions/jms/samples/pom.xml?view=auto&rev=500780
==============================================================================
--- incubator/tuscany/java/sca/extensions/jms/samples/pom.xml (added)
+++ incubator/tuscany/java/sca/extensions/jms/samples/pom.xml Sun Jan 28 03:39:36 2007
@@ -0,0 +1,103 @@
+<?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.    
+-->
+<project>
+
+    <parent>
+        <groupId>org.apache.tuscany.sca.extensions.jms</groupId>
+        <artifactId>parent</artifactId>
+        <version>1.0-incubator-SNAPSHOT</version>
+    </parent>
+
+    <modelVersion>4.0.0</modelVersion>
+    <groupId>org.apache.tuscany.sca.extensions.jms.samples</groupId>
+    <artifactId>parent</artifactId>
+    <packaging>pom</packaging>
+    <name>Tuscany Samples for the JMS extension</name>
+
+    <!-- definition of repositories where the parent pom can be found -->
+    <repositories>
+        <repository>
+            <id>apache.snapshots</id>
+            <name>Apache Snapshot Repository</name>
+            <url>http://people.apache.org/repo/m2-snapshot-repository</url>
+            <releases>
+                <enabled>false</enabled>
+            </releases>
+            <snapshots>
+                <enabled>true</enabled>
+            </snapshots>
+        </repository>
+        <repository>
+            <id>apache.incubator</id>
+            <name>Apache Incubator Repository</name>
+            <url>http://people.apache.org/repo/m2-incubating-repository/</url>
+            <releases>
+                <enabled>true</enabled>
+            </releases>
+            <snapshots>
+                <enabled>false</enabled>
+            </snapshots>
+        </repository>
+    </repositories>
+
+    <modules>
+        <module>helloworld.jmsService</module>
+        <module>helloworld.jmsReference</module>
+    </modules>
+
+    <build>
+        <plugins>
+            <plugin>
+                <groupId>org.codehaus.mojo</groupId>
+                <artifactId>dependency-maven-plugin</artifactId>
+                <configuration>
+                    <artifactItems>
+                        <artifactItem>
+                            <groupId>org.apache.tuscany.distribution.sca</groupId>
+                            <artifactId>standalone</artifactId>
+                            <version>${scaImplVersion}</version>
+                            <classifier>bin</classifier>
+                            <type>zip</type>
+                        </artifactItem>
+                    </artifactItems>
+                    <outputDirectory>${project.build.directory}/distribution</outputDirectory>
+                </configuration>
+            </plugin>
+        </plugins>
+    </build>
+
+    <dependencyManagement>
+        <dependencies>
+            <dependency>
+                <groupId>org.osoa</groupId>
+                <artifactId>sca-api-r${specVersion}</artifactId>
+                <version>${scaVersion}</version>
+                <scope>compile</scope>
+            </dependency>
+            <dependency>
+                <groupId>org.apache.tuscany.sca</groupId>
+                <artifactId>test</artifactId>
+                <version>${scaImplVersion}</version>
+                <scope>test</scope>
+            </dependency>
+        </dependencies>
+    </dependencyManagement>
+
+</project>

Propchange: incubator/tuscany/java/sca/extensions/jms/samples/pom.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/tuscany/java/sca/extensions/jms/samples/pom.xml
------------------------------------------------------------------------------
    svn:keywords = Rev Date

Propchange: incubator/tuscany/java/sca/extensions/jms/samples/pom.xml
------------------------------------------------------------------------------
    svn:mime-type = text/xml

Modified: incubator/tuscany/java/sca/extensions/pom.xml
URL: http://svn.apache.org/viewvc/incubator/tuscany/java/sca/extensions/pom.xml?view=diff&rev=500780&r1=500779&r2=500780
==============================================================================
--- incubator/tuscany/java/sca/extensions/pom.xml (original)
+++ incubator/tuscany/java/sca/extensions/pom.xml Sun Jan 28 03:39:36 2007
@@ -68,7 +68,10 @@
 
     <modules>
         <module>axis2</module>
+        <module>groovy</module>
         <module>javascript</module>
+        <module>jms</module>
+        <module>jsonrpc</module>
         <module>rmi</module>
         <module>ruby</module>
     </modules>



---------------------------------------------------------------------
To unsubscribe, e-mail: tuscany-commits-unsubscribe@ws.apache.org
For additional commands, e-mail: tuscany-commits-help@ws.apache.org