diff options
author | lresende <lresende@13f79535-47bb-0310-9956-ffa450edef68> | 2009-08-31 22:50:41 +0000 |
---|---|---|
committer | lresende <lresende@13f79535-47bb-0310-9956-ffa450edef68> | 2009-08-31 22:50:41 +0000 |
commit | cba7474ff970239391a90da4d38d97c524225f00 (patch) | |
tree | 42d0522edc65c8ed2cf677e1508a422feab68a52 /sandbox/lresende | |
parent | 8c81a2bd608bc3ce6428fca5b2fe559994f24b11 (diff) |
Addiing rest sample scenarios to build and cleaning up obsolete samples
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@809775 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sandbox/lresende')
-rw-r--r-- | sandbox/lresende/sca/samples/pom.xml | 15 |
1 files changed, 6 insertions, 9 deletions
diff --git a/sandbox/lresende/sca/samples/pom.xml b/sandbox/lresende/sca/samples/pom.xml index 59d0e79337..ccc9a2d7be 100644 --- a/sandbox/lresende/sca/samples/pom.xml +++ b/sandbox/lresende/sca/samples/pom.xml @@ -22,12 +22,12 @@ <parent>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-sca</artifactId>
- <version>1.2-incubating-SNAPSHOT</version>
+ <version>1.6-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
- <artifactId>sample-consumer-provider</artifactId>
+ <artifactId>tuscany-samples-lresende</artifactId>
<packaging>pom</packaging>
- <name>Apache Tuscany Consumer/Provider Sample</name>
+ <name>Apache Tuscany Samples (lresende sandbox)</name>
<profiles>
<profile>
@@ -36,12 +36,9 @@ <activeByDefault>true</activeByDefault>
</activation>
<modules>
- <module>calculator-jsf-webapp</module> - <module>company-das</module>
- <module>company-das-webapp</module> - <module>organization-das</module> - <module>store-jsf</module> - <!--module>room-scheduler</module-->
+ <module>expertise-atom</module> + <module>expertise-restfull</module> + <module>store-secure-webapp</module> </modules>
</profile>
|