You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by fm...@apache.org on 2011/02/10 12:51:30 UTC

svn commit: r1069342 - in /tuscany/sca-java-2.x/branches/2.0-Beta2: samples/getting-started/helloworld-contribution/pom.xml samples/getting-started/helloworld-webapp/pom.xml testing/compliance-tests/pom.xml

Author: fmoga
Date: Thu Feb 10 11:51:29 2011
New Revision: 1069342

URL: http://svn.apache.org/viewvc?rev=1069342&view=rev
Log:
Commented out OASIS arifacts from compliance tests pom according to TUSCANY-3748. Added missing parent for the helloworld-contribution sample.

Modified:
    tuscany/sca-java-2.x/branches/2.0-Beta2/samples/getting-started/helloworld-contribution/pom.xml
    tuscany/sca-java-2.x/branches/2.0-Beta2/samples/getting-started/helloworld-webapp/pom.xml
    tuscany/sca-java-2.x/branches/2.0-Beta2/testing/compliance-tests/pom.xml

Modified: tuscany/sca-java-2.x/branches/2.0-Beta2/samples/getting-started/helloworld-contribution/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/branches/2.0-Beta2/samples/getting-started/helloworld-contribution/pom.xml?rev=1069342&r1=1069341&r2=1069342&view=diff
==============================================================================
--- tuscany/sca-java-2.x/branches/2.0-Beta2/samples/getting-started/helloworld-contribution/pom.xml (original)
+++ tuscany/sca-java-2.x/branches/2.0-Beta2/samples/getting-started/helloworld-contribution/pom.xml Thu Feb 10 11:51:29 2011
@@ -20,14 +20,19 @@
 <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>
-
-   <groupId>org.apache.tuscany.sca.samples</groupId>
-   <artifactId>helloworld-contribution</artifactId>
+   <parent>
+       <groupId>org.apache.tuscany.sca</groupId>
+       <artifactId>tuscany-samples</artifactId>
+       <version>2.0-Beta2-SNAPSHOT</version>
+       <relativePath>../../pom.xml</relativePath>
+   </parent>
+ 
+   <artifactId>sample-helloworld-contribution</artifactId>
    <version>2.0-Beta2-SNAPSHOT</version>
    <packaging>jar</packaging>
 
-   <name>helloworld-contribution</name>
-
+   <name>Apache Tuscany SCA Sample Helloworld Webapp</name>
+ 
    <properties>
       <tuscany.version>2.0-Beta2-SNAPSHOT</tuscany.version>
       <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

Modified: tuscany/sca-java-2.x/branches/2.0-Beta2/samples/getting-started/helloworld-webapp/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/branches/2.0-Beta2/samples/getting-started/helloworld-webapp/pom.xml?rev=1069342&r1=1069341&r2=1069342&view=diff
==============================================================================
--- tuscany/sca-java-2.x/branches/2.0-Beta2/samples/getting-started/helloworld-webapp/pom.xml (original)
+++ tuscany/sca-java-2.x/branches/2.0-Beta2/samples/getting-started/helloworld-webapp/pom.xml Thu Feb 10 11:51:29 2011
@@ -27,7 +27,7 @@
     </parent>
 
     <artifactId>sample-helloworld-webapp</artifactId>
-    <name>Apache Tuscany SCA Sample Helloworld</name>
+    <name>Apache Tuscany SCA Sample Helloworld Webapp</name>
     <packaging>war</packaging>
 
     <dependencies>

Modified: tuscany/sca-java-2.x/branches/2.0-Beta2/testing/compliance-tests/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/branches/2.0-Beta2/testing/compliance-tests/pom.xml?rev=1069342&r1=1069341&r2=1069342&view=diff
==============================================================================
--- tuscany/sca-java-2.x/branches/2.0-Beta2/testing/compliance-tests/pom.xml (original)
+++ tuscany/sca-java-2.x/branches/2.0-Beta2/testing/compliance-tests/pom.xml Thu Feb 10 11:51:29 2011
@@ -45,12 +45,14 @@
                 <activeByDefault>true</activeByDefault>
             </activation>
             <modules>
+<!-- TUSCANY-3748 - comment out the tests for the Beta2 Release as OASIS haven't
                 <module>assembly</module>
                 <module>java-caa</module>
                 <module>java-ci</module>
                 <module>policy</module>
                 <module>binding-ws</module>
-<!--   
+-->
+<!--
                 <module>binding-jms</module>
 -->
             </modules>