Commented out OASIS arifacts from compliance tests pom according to TUSCANY-3748. Added missing parent for the helloworld-contribution sample.

git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1069342 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
fmoga 2011-02-10 11:51:29 +00:00
parent 44e19f574e
commit ba4e7df5e7
3 changed files with 14 additions and 7 deletions

View file

@ -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>

View file

@ -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>

View file

@ -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>