summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2012-05-11 09:39:13 +0000
committerantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2012-05-11 09:39:13 +0000
commit628aa993d67e3dbbe8be54d7b212f73e94c2dd2e (patch)
treed47bed4522156de880546e2c7e6e2205e749956e
parent5e9ab0cd33b356cbb3d853488ce9cb6fda2dbc1c (diff)
Move Ant sample out of trunk as its not finished
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1337079 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--sca-java-2.x/contrib/samples/getting-started/helloworld-ant/README (renamed from sca-java-2.x/trunk/samples/getting-started/helloworld-ant/README)0
-rw-r--r--sca-java-2.x/contrib/samples/getting-started/helloworld-ant/build.xml (renamed from sca-java-2.x/trunk/samples/getting-started/helloworld-ant/build.xml)0
-rw-r--r--sca-java-2.x/contrib/samples/getting-started/helloworld-ant/maven-build.properties (renamed from sca-java-2.x/trunk/samples/getting-started/helloworld-ant/maven-build.properties)0
-rw-r--r--sca-java-2.x/contrib/samples/getting-started/helloworld-ant/maven-build.xml (renamed from sca-java-2.x/trunk/samples/getting-started/helloworld-ant/maven-build.xml)0
-rw-r--r--sca-java-2.x/contrib/samples/getting-started/helloworld-ant/pom.xml (renamed from sca-java-2.x/trunk/samples/getting-started/helloworld-ant/pom.xml)0
-rw-r--r--sca-java-2.x/contrib/samples/getting-started/helloworld-ant/src/main/java/sample/Helloworld.java (renamed from sca-java-2.x/trunk/samples/getting-started/helloworld-ant/src/main/java/sample/Helloworld.java)0
-rw-r--r--sca-java-2.x/contrib/samples/getting-started/helloworld-ant/src/main/java/sample/HelloworldImpl.java (renamed from sca-java-2.x/trunk/samples/getting-started/helloworld-ant/src/main/java/sample/HelloworldImpl.java)0
-rw-r--r--sca-java-2.x/contrib/samples/getting-started/helloworld-ant/src/main/resources/META-INF/sca-contribution.xml (renamed from sca-java-2.x/trunk/samples/getting-started/helloworld-ant/src/main/resources/META-INF/sca-contribution.xml)0
-rw-r--r--sca-java-2.x/contrib/samples/getting-started/helloworld-ant/src/main/resources/helloworld.composite (renamed from sca-java-2.x/trunk/samples/getting-started/helloworld-ant/src/main/resources/helloworld.composite)0
-rw-r--r--sca-java-2.x/contrib/samples/getting-started/helloworld-ant/src/test/java/sample/HelloworldTestCase.java (renamed from sca-java-2.x/trunk/samples/getting-started/helloworld-ant/src/test/java/sample/HelloworldTestCase.java)0
-rw-r--r--sca-java-2.x/contrib/samples/getting-started/helloworld-ant/src/test/java/sample/Main.java (renamed from sca-java-2.x/trunk/samples/getting-started/helloworld-ant/src/test/java/sample/Main.java)0
11 files changed, 0 insertions, 0 deletions
diff --git a/sca-java-2.x/trunk/samples/getting-started/helloworld-ant/README b/sca-java-2.x/contrib/samples/getting-started/helloworld-ant/README
index fc306caa34..fc306caa34 100644
--- a/sca-java-2.x/trunk/samples/getting-started/helloworld-ant/README
+++ b/sca-java-2.x/contrib/samples/getting-started/helloworld-ant/README
diff --git a/sca-java-2.x/trunk/samples/getting-started/helloworld-ant/build.xml b/sca-java-2.x/contrib/samples/getting-started/helloworld-ant/build.xml
index d4f0d44c32..d4f0d44c32 100644
--- a/sca-java-2.x/trunk/samples/getting-started/helloworld-ant/build.xml
+++ b/sca-java-2.x/contrib/samples/getting-started/helloworld-ant/build.xml
diff --git a/sca-java-2.x/trunk/samples/getting-started/helloworld-ant/maven-build.properties b/sca-java-2.x/contrib/samples/getting-started/helloworld-ant/maven-build.properties
index ed8ceeb73b..ed8ceeb73b 100644
--- a/sca-java-2.x/trunk/samples/getting-started/helloworld-ant/maven-build.properties
+++ b/sca-java-2.x/contrib/samples/getting-started/helloworld-ant/maven-build.properties
diff --git a/sca-java-2.x/trunk/samples/getting-started/helloworld-ant/maven-build.xml b/sca-java-2.x/contrib/samples/getting-started/helloworld-ant/maven-build.xml
index 167adeb465..167adeb465 100644
--- a/sca-java-2.x/trunk/samples/getting-started/helloworld-ant/maven-build.xml
+++ b/sca-java-2.x/contrib/samples/getting-started/helloworld-ant/maven-build.xml
diff --git a/sca-java-2.x/trunk/samples/getting-started/helloworld-ant/pom.xml b/sca-java-2.x/contrib/samples/getting-started/helloworld-ant/pom.xml
index c3574087cd..c3574087cd 100644
--- a/sca-java-2.x/trunk/samples/getting-started/helloworld-ant/pom.xml
+++ b/sca-java-2.x/contrib/samples/getting-started/helloworld-ant/pom.xml
diff --git a/sca-java-2.x/trunk/samples/getting-started/helloworld-ant/src/main/java/sample/Helloworld.java b/sca-java-2.x/contrib/samples/getting-started/helloworld-ant/src/main/java/sample/Helloworld.java
index f4e8c50448..f4e8c50448 100644
--- a/sca-java-2.x/trunk/samples/getting-started/helloworld-ant/src/main/java/sample/Helloworld.java
+++ b/sca-java-2.x/contrib/samples/getting-started/helloworld-ant/src/main/java/sample/Helloworld.java
diff --git a/sca-java-2.x/trunk/samples/getting-started/helloworld-ant/src/main/java/sample/HelloworldImpl.java b/sca-java-2.x/contrib/samples/getting-started/helloworld-ant/src/main/java/sample/HelloworldImpl.java
index 089b1a4290..089b1a4290 100644
--- a/sca-java-2.x/trunk/samples/getting-started/helloworld-ant/src/main/java/sample/HelloworldImpl.java
+++ b/sca-java-2.x/contrib/samples/getting-started/helloworld-ant/src/main/java/sample/HelloworldImpl.java
diff --git a/sca-java-2.x/trunk/samples/getting-started/helloworld-ant/src/main/resources/META-INF/sca-contribution.xml b/sca-java-2.x/contrib/samples/getting-started/helloworld-ant/src/main/resources/META-INF/sca-contribution.xml
index 95c32fb5bf..95c32fb5bf 100644
--- a/sca-java-2.x/trunk/samples/getting-started/helloworld-ant/src/main/resources/META-INF/sca-contribution.xml
+++ b/sca-java-2.x/contrib/samples/getting-started/helloworld-ant/src/main/resources/META-INF/sca-contribution.xml
diff --git a/sca-java-2.x/trunk/samples/getting-started/helloworld-ant/src/main/resources/helloworld.composite b/sca-java-2.x/contrib/samples/getting-started/helloworld-ant/src/main/resources/helloworld.composite
index e0206cd6e8..e0206cd6e8 100644
--- a/sca-java-2.x/trunk/samples/getting-started/helloworld-ant/src/main/resources/helloworld.composite
+++ b/sca-java-2.x/contrib/samples/getting-started/helloworld-ant/src/main/resources/helloworld.composite
diff --git a/sca-java-2.x/trunk/samples/getting-started/helloworld-ant/src/test/java/sample/HelloworldTestCase.java b/sca-java-2.x/contrib/samples/getting-started/helloworld-ant/src/test/java/sample/HelloworldTestCase.java
index be27aa68ef..be27aa68ef 100644
--- a/sca-java-2.x/trunk/samples/getting-started/helloworld-ant/src/test/java/sample/HelloworldTestCase.java
+++ b/sca-java-2.x/contrib/samples/getting-started/helloworld-ant/src/test/java/sample/HelloworldTestCase.java
diff --git a/sca-java-2.x/trunk/samples/getting-started/helloworld-ant/src/test/java/sample/Main.java b/sca-java-2.x/contrib/samples/getting-started/helloworld-ant/src/test/java/sample/Main.java
index fe9fedbd45..fe9fedbd45 100644
--- a/sca-java-2.x/trunk/samples/getting-started/helloworld-ant/src/test/java/sample/Main.java
+++ b/sca-java-2.x/contrib/samples/getting-started/helloworld-ant/src/test/java/sample/Main.java