Author: kelvingoodson
Date: Mon Sep 13 09:43:42 2010
New Revision: 996472

URL: http://svn.apache.org/viewvc?rev=996472&view=rev
Log:
match poms to changed structure

Added:
    tuscany/sca-java-2.x/trunk/samples/getting-started/pom.xml   (with props)
Modified:
    tuscany/sca-java-2.x/trunk/samples/pom.xml

Added: 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=996472&view=auto
==============================================================================
--- tuscany/sca-java-2.x/trunk/samples/getting-started/pom.xml (added)
+++ tuscany/sca-java-2.x/trunk/samples/getting-started/pom.xml Mon Sep 13 
09:43:42 2010
@@ -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.    
+-->
+<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-getting-started</artifactId>
+    <packaging>pom</packaging>
+    <name>Apache Tuscany Getting Started Samples</name>
+
+    <profiles>
+        <profile>
+            <id>default</id>
+            <activation>
+                <activeByDefault>true</activeByDefault>
+            </activation>
+            <modules>
+                <module>helloworld</module>
+                <module>helloworld-scaclient</module>    
+                <module>helloworld-bpel</module>
+                <module>helloworld-spring</module>   
+            </modules>
+        </profile>
+    </profiles>    
+</project>

Propchange: tuscany/sca-java-2.x/trunk/samples/getting-started/pom.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: tuscany/sca-java-2.x/trunk/samples/getting-started/pom.xml
------------------------------------------------------------------------------
    svn:keywords = Rev Date

Modified: tuscany/sca-java-2.x/trunk/samples/pom.xml
URL: 
http://svn.apache.org/viewvc/tuscany/sca-java-2.x/trunk/samples/pom.xml?rev=996472&r1=996471&r2=996472&view=diff
==============================================================================
--- tuscany/sca-java-2.x/trunk/samples/pom.xml (original)
+++ tuscany/sca-java-2.x/trunk/samples/pom.xml Mon Sep 13 09:43:42 2010
@@ -30,6 +30,8 @@
     <name>Apache Tuscany SCA Samples</name>
 
             <modules>
+                <module>getting-started</module>
+
                 <module>calculator-osgi</module>
                 <module>calculator-rest-osgi</module>                
                 <module>dosgi-calculator</module>
@@ -37,8 +39,7 @@
                 <module>dosgi-dynamic-calculator</module>
                 <module>dosgi-dynamic-calculator-operations</module>
                 <module>calculator-scaclient</module>
-                <module>helloworld</module>
-                <module>helloworld-scaclient</module>
+
 <!-- *********
     IF YOU ADD ANY SAMPLES THEN ALSO ADD THEM TO 
         distribution\all\src\main\components\bin-samples.xml
@@ -48,12 +49,7 @@
     ALSO SAMPLES SHOULD HAVE A TEST IN itest/distribution TO 
     ENSURE THAT THEY WORK PROPERLY OUT OF A DISTRIBUTION
      ********* -->
-     
-                <module>helloworld-bpel</module>
-                <module>helloworld-spring</module>               
-                <module>webapps/helloworld</module>
-                <module>webapps/helloworld-bpel</module>
-                <module>webapps/helloworld-jaxrs</module>
+            
                 <module>webapps/helloworld-jms</module>
                 <module>webapps/helloworld-js-client</module>
                 <module>webapps/helloworld-jsp</module>


Reply via email to