summaryrefslogtreecommitdiffstats
path: root/sandbox/ant/sca/branches/foo/samples
diff options
context:
space:
mode:
Diffstat (limited to 'sandbox/ant/sca/branches/foo/samples')
-rw-r--r--sandbox/ant/sca/branches/foo/samples/binding-ws-calculator/build.xml4
-rw-r--r--sandbox/ant/sca/branches/foo/samples/build-common.xml4
-rw-r--r--sandbox/ant/sca/branches/foo/samples/calculator-rmi-reference/build.xml4
-rw-r--r--sandbox/ant/sca/branches/foo/samples/calculator-rmi-service/build.xml4
-rw-r--r--sandbox/ant/sca/branches/foo/samples/calculator/build.xml4
-rw-r--r--sandbox/ant/sca/branches/foo/samples/helloworld-bpel/pom.xml4
-rw-r--r--sandbox/ant/sca/branches/foo/samples/implementation-java-calculator/build.xml2
-rw-r--r--sandbox/ant/sca/branches/foo/samples/webapps/helloworld-jsf/pom.xml6
-rw-r--r--sandbox/ant/sca/branches/foo/samples/webapps/helloworld-wicket/pom.xml6
9 files changed, 19 insertions, 19 deletions
diff --git a/sandbox/ant/sca/branches/foo/samples/binding-ws-calculator/build.xml b/sandbox/ant/sca/branches/foo/samples/binding-ws-calculator/build.xml
index 02125b9f3d..21e6f918ca 100644
--- a/sandbox/ant/sca/branches/foo/samples/binding-ws-calculator/build.xml
+++ b/sandbox/ant/sca/branches/foo/samples/binding-ws-calculator/build.xml
@@ -36,8 +36,8 @@
target="1.5"
failonerror="true">
<classpath>
- <pathelement location="../../modules/tuscany-sca-api-2.0-SNAPSHOT.jar"/>
- <pathelement location="../../modules/tuscany-node-api-2.0-SNAPSHOT.jar"/>
+ <pathelement location="../../modules/tuscany-sca-api-2.0-M2-SNAPSHOT.jar"/>
+ <pathelement location="../../modules/tuscany-node-api-2.0-M2-SNAPSHOT.jar"/>
</classpath>
</javac>
<copy todir="target/classes">
diff --git a/sandbox/ant/sca/branches/foo/samples/build-common.xml b/sandbox/ant/sca/branches/foo/samples/build-common.xml
index 2354dd1ce4..5768912726 100644
--- a/sandbox/ant/sca/branches/foo/samples/build-common.xml
+++ b/sandbox/ant/sca/branches/foo/samples/build-common.xml
@@ -71,7 +71,7 @@
</target>
<target name="common-run-jse" depends="compile">
- <java jar="${distro.root}/modules/tuscany-node-launcher-2.0-SNAPSHOT.jar"
+ <java jar="${distro.root}/modules/tuscany-node-launcher-2.0-M2-SNAPSHOT.jar"
fork="true"
inputstring="q">
<jvmarg value="-Djava.util.logging.config.file=${sample.root}/../../logging.properties"/>
@@ -83,7 +83,7 @@
</target>
<target name="common-run-equinox" depends="compile">
- <java jar="${distro.root}/modules/tuscany-node-launcher-equinox-2.0-SNAPSHOT.jar"
+ <java jar="${distro.root}/modules/tuscany-node-launcher-equinox-2.0-M2-SNAPSHOT.jar"
fork="true"
inputstring="q">
<jvmarg value="-Djava.util.logging.config.file=${sample.root}/../../logging.properties"/>
diff --git a/sandbox/ant/sca/branches/foo/samples/calculator-rmi-reference/build.xml b/sandbox/ant/sca/branches/foo/samples/calculator-rmi-reference/build.xml
index e36a9d0047..42a83eb2e5 100644
--- a/sandbox/ant/sca/branches/foo/samples/calculator-rmi-reference/build.xml
+++ b/sandbox/ant/sca/branches/foo/samples/calculator-rmi-reference/build.xml
@@ -37,8 +37,8 @@
target="1.5"
failonerror="true">
<classpath>
- <pathelement location="../../modules/tuscany-sca-api-2.0-SNAPSHOT.jar"/>
- <pathelement location="../../modules/tuscany-node-api-2.0-SNAPSHOT.jar"/>
+ <pathelement location="../../modules/tuscany-sca-api-2.0-M2-SNAPSHOT.jar"/>
+ <pathelement location="../../modules/tuscany-node-api-2.0-M2-SNAPSHOT.jar"/>
</classpath>
</javac>
<copy todir="target/classes">
diff --git a/sandbox/ant/sca/branches/foo/samples/calculator-rmi-service/build.xml b/sandbox/ant/sca/branches/foo/samples/calculator-rmi-service/build.xml
index 655d69397f..be3bf5bac4 100644
--- a/sandbox/ant/sca/branches/foo/samples/calculator-rmi-service/build.xml
+++ b/sandbox/ant/sca/branches/foo/samples/calculator-rmi-service/build.xml
@@ -37,8 +37,8 @@
target="1.5"
failonerror="true">
<classpath>
- <pathelement location="../../modules/tuscany-sca-api-2.0-SNAPSHOT.jar"/>
- <pathelement location="../../modules/tuscany-node-api-2.0-SNAPSHOT.jar"/>
+ <pathelement location="../../modules/tuscany-sca-api-2.0-M2-SNAPSHOT.jar"/>
+ <pathelement location="../../modules/tuscany-node-api-2.0-M2-SNAPSHOT.jar"/>
</classpath>
</javac>
<copy todir="target/classes">
diff --git a/sandbox/ant/sca/branches/foo/samples/calculator/build.xml b/sandbox/ant/sca/branches/foo/samples/calculator/build.xml
index 8f6f9c3568..f1a7871e84 100644
--- a/sandbox/ant/sca/branches/foo/samples/calculator/build.xml
+++ b/sandbox/ant/sca/branches/foo/samples/calculator/build.xml
@@ -25,8 +25,8 @@
<target name="compile" depends="init">
<javac srcdir="src/main/java" destdir="target/classes" debug="on" source="1.5" target="1.5">
<classpath>
- <pathelement location="../../modules/tuscany-sca-api-2.0-SNAPSHOT.jar"/>
- <pathelement location="../../modules/tuscany-node-api-2.0-SNAPSHOT.jar"/>
+ <pathelement location="../../modules/tuscany-sca-api-2.0-M2-SNAPSHOT.jar"/>
+ <pathelement location="../../modules/tuscany-node-api-2.0-M2-SNAPSHOT.jar"/>
</classpath>
</javac>
<copy todir="target/classes">
diff --git a/sandbox/ant/sca/branches/foo/samples/helloworld-bpel/pom.xml b/sandbox/ant/sca/branches/foo/samples/helloworld-bpel/pom.xml
index 96a6055dbb..4de2cce308 100644
--- a/sandbox/ant/sca/branches/foo/samples/helloworld-bpel/pom.xml
+++ b/sandbox/ant/sca/branches/foo/samples/helloworld-bpel/pom.xml
@@ -78,7 +78,7 @@
<!-- dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-wsdl2java</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0-M2-SNAPSHOT</version>
</dependency>
<dependency>
@@ -180,7 +180,7 @@
<!-- plugin>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-maven-wsdl2java</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0-M2-SNAPSHOT</version>
<executions>
<execution>
<configuration>
diff --git a/sandbox/ant/sca/branches/foo/samples/implementation-java-calculator/build.xml b/sandbox/ant/sca/branches/foo/samples/implementation-java-calculator/build.xml
index b95847f600..54e7d8fe20 100644
--- a/sandbox/ant/sca/branches/foo/samples/implementation-java-calculator/build.xml
+++ b/sandbox/ant/sca/branches/foo/samples/implementation-java-calculator/build.xml
@@ -36,7 +36,7 @@
target="1.5"
failonerror="true">
<classpath>
- <pathelement location="../../modules/tuscany-sca-api-2.0-SNAPSHOT.jar"/>
+ <pathelement location="../../modules/tuscany-sca-api-2.0-M2-SNAPSHOT.jar"/>
</classpath>
</javac>
<copy todir="target/classes">
diff --git a/sandbox/ant/sca/branches/foo/samples/webapps/helloworld-jsf/pom.xml b/sandbox/ant/sca/branches/foo/samples/webapps/helloworld-jsf/pom.xml
index 0391ced8d8..a3635b61d9 100644
--- a/sandbox/ant/sca/branches/foo/samples/webapps/helloworld-jsf/pom.xml
+++ b/sandbox/ant/sca/branches/foo/samples/webapps/helloworld-jsf/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-sca</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0-M2-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
@@ -35,14 +35,14 @@
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-sca-api</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0-M2-SNAPSHOT</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-implementation-web-runtime</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0-M2-SNAPSHOT</version>
<scope>runtime</scope>
</dependency>
diff --git a/sandbox/ant/sca/branches/foo/samples/webapps/helloworld-wicket/pom.xml b/sandbox/ant/sca/branches/foo/samples/webapps/helloworld-wicket/pom.xml
index c2b8ae4e1a..b1b3289037 100644
--- a/sandbox/ant/sca/branches/foo/samples/webapps/helloworld-wicket/pom.xml
+++ b/sandbox/ant/sca/branches/foo/samples/webapps/helloworld-wicket/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-sca</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0-M2-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
@@ -36,12 +36,12 @@
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-sca-api</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0-M2-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-wicket</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0-M2-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>javax.servlet</groupId>