You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by ke...@apache.org on 2010/09/25 19:09:50 UTC

svn commit: r1001274 - in /tuscany/sca-java-2.x/trunk/samples: getting-started/ getting-started/contributions/ learning-more/ learning-more/implementation-bpel/ learning-more/implementation-composite/ learning-more/implementation-spring/ learning-more/...

Author: kelvingoodson
Date: Sat Sep 25 17:09:50 2010
New Revision: 1001274

URL: http://svn.apache.org/viewvc?rev=1001274&view=rev
Log:
TUSCANY-3677 fix up poms to match getting started reorg

Added:
    tuscany/sca-java-2.x/trunk/samples/learning-more/implementation-bpel/pom.xml   (with props)
    tuscany/sca-java-2.x/trunk/samples/learning-more/implementation-composite/pom.xml   (with props)
    tuscany/sca-java-2.x/trunk/samples/learning-more/implementation-spring/pom.xml   (with props)
Removed:
    tuscany/sca-java-2.x/trunk/samples/getting-started/contributions/pom.xml
Modified:
    tuscany/sca-java-2.x/trunk/samples/getting-started/pom.xml
    tuscany/sca-java-2.x/trunk/samples/learning-more/implementation-webapp/pom.xml
    tuscany/sca-java-2.x/trunk/samples/learning-more/pom.xml

Modified: tuscany/sca-java-2.x/trunk/samples/getting-started/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/trunk/samples/getting-started/pom.xml?rev=1001274&r1=1001273&r2=1001274&view=diff
==============================================================================
--- tuscany/sca-java-2.x/trunk/samples/getting-started/pom.xml (original)
+++ tuscany/sca-java-2.x/trunk/samples/getting-started/pom.xml Sat Sep 25 17:09:50 2010
@@ -37,8 +37,8 @@
                 <activeByDefault>true</activeByDefault>
             </activation>
             <modules>
-                <module>contributions</module>
-                <module>webapps</module>
+                <module>contribution-helloworld</module>
+                <module>helloworld-webapp</module>
             </modules>
         </profile>
     </profiles>    

Added: tuscany/sca-java-2.x/trunk/samples/learning-more/implementation-bpel/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/trunk/samples/learning-more/implementation-bpel/pom.xml?rev=1001274&view=auto
==============================================================================
--- tuscany/sca-java-2.x/trunk/samples/learning-more/implementation-bpel/pom.xml (added)
+++ tuscany/sca-java-2.x/trunk/samples/learning-more/implementation-bpel/pom.xml Sat Sep 25 17:09:50 2010
@@ -0,0 +1,44 @@
+<?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>
+    <modelVersion>4.0.0</modelVersion>
+    <parent>
+        <groupId>org.apache.tuscany.sca</groupId>
+        <artifactId>tuscany-samples</artifactId>
+        <version>2.0-SNAPSHOT</version>
+        <relativePath>../pom.xml</relativePath>
+    </parent>
+    <artifactId>tuscany-samples-implememtation-bpel</artifactId>
+    <packaging>pom</packaging>
+    <name>Apache Tuscany SCA Implementation BPEL Samples</name>
+
+    <profiles>
+        <profile>
+            <id>default</id>
+            <activation>
+                <activeByDefault>true</activeByDefault>
+            </activation>
+            <modules>
+                <module>contribution-helloworld-bpel</module>
+                <module>helloworld-bpel-webapp</module>
+            </modules>
+        </profile>
+    </profiles>    
+</project>

Propchange: tuscany/sca-java-2.x/trunk/samples/learning-more/implementation-bpel/pom.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: tuscany/sca-java-2.x/trunk/samples/learning-more/implementation-bpel/pom.xml
------------------------------------------------------------------------------
    svn:keywords = Rev Date

Added: tuscany/sca-java-2.x/trunk/samples/learning-more/implementation-composite/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/trunk/samples/learning-more/implementation-composite/pom.xml?rev=1001274&view=auto
==============================================================================
--- tuscany/sca-java-2.x/trunk/samples/learning-more/implementation-composite/pom.xml (added)
+++ tuscany/sca-java-2.x/trunk/samples/learning-more/implementation-composite/pom.xml Sat Sep 25 17:09:50 2010
@@ -0,0 +1,44 @@
+<?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>
+    <modelVersion>4.0.0</modelVersion>
+    <parent>
+        <groupId>org.apache.tuscany.sca</groupId>
+        <artifactId>tuscany-samples</artifactId>
+        <version>2.0-SNAPSHOT</version>
+        <relativePath>../pom.xml</relativePath>
+    </parent>
+    <artifactId>tuscany-samples-implememtation-composite</artifactId>
+    <packaging>pom</packaging>
+    <name>Apache Tuscany SCA Implementation Composite Samples</name>
+
+    <profiles>
+        <profile>
+            <id>default</id>
+            <activation>
+                <activeByDefault>true</activeByDefault>
+            </activation>
+            <modules>
+                <module>helloworld-recursive</module>
+                <module>helloworld-recursive-ws</module>
+            </modules>
+        </profile>
+    </profiles>    
+</project>

Propchange: tuscany/sca-java-2.x/trunk/samples/learning-more/implementation-composite/pom.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: tuscany/sca-java-2.x/trunk/samples/learning-more/implementation-composite/pom.xml
------------------------------------------------------------------------------
    svn:keywords = Rev Date

Added: tuscany/sca-java-2.x/trunk/samples/learning-more/implementation-spring/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/trunk/samples/learning-more/implementation-spring/pom.xml?rev=1001274&view=auto
==============================================================================
--- tuscany/sca-java-2.x/trunk/samples/learning-more/implementation-spring/pom.xml (added)
+++ tuscany/sca-java-2.x/trunk/samples/learning-more/implementation-spring/pom.xml Sat Sep 25 17:09:50 2010
@@ -0,0 +1,44 @@
+<?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>
+    <modelVersion>4.0.0</modelVersion>
+    <parent>
+        <groupId>org.apache.tuscany.sca</groupId>
+        <artifactId>tuscany-samples</artifactId>
+        <version>2.0-SNAPSHOT</version>
+        <relativePath>../pom.xml</relativePath>
+    </parent>
+    <artifactId>tuscany-samples-implememtation-spring</artifactId>
+    <packaging>pom</packaging>
+    <name>Apache Tuscany SCA Implementation Spring Samples</name>
+
+    <profiles>
+        <profile>
+            <id>default</id>
+            <activation>
+                <activeByDefault>true</activeByDefault>
+            </activation>
+            <modules>
+                <module>contribution-helloworld-spring</module>
+                <module>helloworld-spring-webapp</module>
+            </modules>
+        </profile>
+    </profiles>    
+</project>

Propchange: tuscany/sca-java-2.x/trunk/samples/learning-more/implementation-spring/pom.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: tuscany/sca-java-2.x/trunk/samples/learning-more/implementation-spring/pom.xml
------------------------------------------------------------------------------
    svn:keywords = Rev Date

Modified: tuscany/sca-java-2.x/trunk/samples/learning-more/implementation-webapp/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/trunk/samples/learning-more/implementation-webapp/pom.xml?rev=1001274&r1=1001273&r2=1001274&view=diff
==============================================================================
--- tuscany/sca-java-2.x/trunk/samples/learning-more/implementation-webapp/pom.xml (original)
+++ tuscany/sca-java-2.x/trunk/samples/learning-more/implementation-webapp/pom.xml Sat Sep 25 17:09:50 2010
@@ -25,9 +25,9 @@
         <version>2.0-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
-    <artifactId>tuscany-samples-getting-started-webapps</artifactId>
+    <artifactId>tuscany-samples-implementation-webapp</artifactId>
     <packaging>pom</packaging>
-    <name>Apache Tuscany SCA Getting Started Sample Web Applications</name>
+    <name>Apache Tuscany SCA Sample Web Applications</name>
 
     <profiles>
         <profile>
@@ -36,15 +36,12 @@
                 <activeByDefault>true</activeByDefault>
             </activation>
             <modules>
-                <module>helloworld</module>
-                <module>helloworld-bpel</module>
                 <module>helloworld-jaxrs</module>
                 <module>helloworld-jms</module>
                 <module>helloworld-js-client</module>
                 <module>helloworld-jsf</module>
                 <module>helloworld-jsp</module>
                 <module>helloworld-servlet</module>
-                <module>helloworld-spring</module>
                 <module>helloworld-stripes</module>
             </modules>
         </profile>

Modified: tuscany/sca-java-2.x/trunk/samples/learning-more/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/trunk/samples/learning-more/pom.xml?rev=1001274&r1=1001273&r2=1001274&view=diff
==============================================================================
--- tuscany/sca-java-2.x/trunk/samples/learning-more/pom.xml (original)
+++ tuscany/sca-java-2.x/trunk/samples/learning-more/pom.xml Sat Sep 25 17:09:50 2010
@@ -43,11 +43,14 @@
                 <module>binding-ws</module>
                 <module>binding-comet</module>
                 <module>binding-jsonrpc</module>
+                <module>implementation-bpel</module>
+                <module>implementation-composite</module>
                 <module>implementation-extension</module>
                 <module>implementation-java</module>
                 <module>implementation-script</module>
-                <module>distributed-osgi</module>
+                <module>implementation-spring</module>
                 <module>implementation-osgi</module>
+                <module>implementation-webapp</module>
                 <module>sca-client</module>
                 <module>async</module>
                 <module>maven-osgi-junit</module>