summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/tags/2.0-Beta3-RC2/samples/getting-started/helloworld-spring
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--sca-java-2.x/tags/2.0-Beta3-RC2/samples/getting-started/helloworld-spring/README (renamed from sca-java-2.x/tags/2.0-Beta3/samples/getting-started/helloworld-spring/README)0
-rw-r--r--sca-java-2.x/tags/2.0-Beta3-RC2/samples/getting-started/helloworld-spring/pom.xml (renamed from sca-java-2.x/tags/2.0-Beta3/samples/getting-started/helloworld-spring/pom.xml)0
-rw-r--r--sca-java-2.x/tags/2.0-Beta3-RC2/samples/getting-started/helloworld-spring/src/main/java/sample/Helloworld.java (renamed from sca-java-2.x/tags/2.0-Beta3/samples/getting-started/helloworld-spring/src/main/java/sample/Helloworld.java)0
-rw-r--r--sca-java-2.x/tags/2.0-Beta3-RC2/samples/getting-started/helloworld-spring/src/main/java/sample/HelloworldImpl.java (renamed from sca-java-2.x/tags/2.0-Beta3/samples/getting-started/helloworld-spring/src/main/java/sample/HelloworldImpl.java)0
-rw-r--r--sca-java-2.x/tags/2.0-Beta3-RC2/samples/getting-started/helloworld-spring/src/main/resources/META-INF/sca-contribution.xml (renamed from sca-java-2.x/tags/2.0-Beta3/samples/getting-started/helloworld-spring/src/main/resources/META-INF/sca-contribution.xml)0
-rw-r--r--sca-java-2.x/tags/2.0-Beta3-RC2/samples/getting-started/helloworld-spring/src/main/resources/helloworld-context.xml (renamed from sca-java-2.x/tags/2.0-Beta3/samples/getting-started/helloworld-spring/src/main/resources/helloworld-context.xml)0
-rw-r--r--sca-java-2.x/tags/2.0-Beta3-RC2/samples/getting-started/helloworld-spring/src/main/resources/helloworld.composite (renamed from sca-java-2.x/tags/2.0-Beta3/samples/getting-started/helloworld-spring/src/main/resources/helloworld.composite)0
-rw-r--r--sca-java-2.x/tags/2.0-Beta3-RC2/samples/getting-started/helloworld-spring/src/test/java/sample/HelloworldTestCase.java (renamed from sca-java-2.x/tags/2.0-Beta3/samples/getting-started/helloworld-spring/src/test/java/sample/HelloworldTestCase.java)0
8 files changed, 0 insertions, 0 deletions
diff --git a/sca-java-2.x/tags/2.0-Beta3/samples/getting-started/helloworld-spring/README b/sca-java-2.x/tags/2.0-Beta3-RC2/samples/getting-started/helloworld-spring/README
index 5fb675b502..5fb675b502 100644
--- a/sca-java-2.x/tags/2.0-Beta3/samples/getting-started/helloworld-spring/README
+++ b/sca-java-2.x/tags/2.0-Beta3-RC2/samples/getting-started/helloworld-spring/README
diff --git a/sca-java-2.x/tags/2.0-Beta3/samples/getting-started/helloworld-spring/pom.xml b/sca-java-2.x/tags/2.0-Beta3-RC2/samples/getting-started/helloworld-spring/pom.xml
index 2c5e83a06a..2c5e83a06a 100644
--- a/sca-java-2.x/tags/2.0-Beta3/samples/getting-started/helloworld-spring/pom.xml
+++ b/sca-java-2.x/tags/2.0-Beta3-RC2/samples/getting-started/helloworld-spring/pom.xml
diff --git a/sca-java-2.x/tags/2.0-Beta3/samples/getting-started/helloworld-spring/src/main/java/sample/Helloworld.java b/sca-java-2.x/tags/2.0-Beta3-RC2/samples/getting-started/helloworld-spring/src/main/java/sample/Helloworld.java
index f4e8c50448..f4e8c50448 100644
--- a/sca-java-2.x/tags/2.0-Beta3/samples/getting-started/helloworld-spring/src/main/java/sample/Helloworld.java
+++ b/sca-java-2.x/tags/2.0-Beta3-RC2/samples/getting-started/helloworld-spring/src/main/java/sample/Helloworld.java
diff --git a/sca-java-2.x/tags/2.0-Beta3/samples/getting-started/helloworld-spring/src/main/java/sample/HelloworldImpl.java b/sca-java-2.x/tags/2.0-Beta3-RC2/samples/getting-started/helloworld-spring/src/main/java/sample/HelloworldImpl.java
index 089b1a4290..089b1a4290 100644
--- a/sca-java-2.x/tags/2.0-Beta3/samples/getting-started/helloworld-spring/src/main/java/sample/HelloworldImpl.java
+++ b/sca-java-2.x/tags/2.0-Beta3-RC2/samples/getting-started/helloworld-spring/src/main/java/sample/HelloworldImpl.java
diff --git a/sca-java-2.x/tags/2.0-Beta3/samples/getting-started/helloworld-spring/src/main/resources/META-INF/sca-contribution.xml b/sca-java-2.x/tags/2.0-Beta3-RC2/samples/getting-started/helloworld-spring/src/main/resources/META-INF/sca-contribution.xml
index 95c32fb5bf..95c32fb5bf 100644
--- a/sca-java-2.x/tags/2.0-Beta3/samples/getting-started/helloworld-spring/src/main/resources/META-INF/sca-contribution.xml
+++ b/sca-java-2.x/tags/2.0-Beta3-RC2/samples/getting-started/helloworld-spring/src/main/resources/META-INF/sca-contribution.xml
diff --git a/sca-java-2.x/tags/2.0-Beta3/samples/getting-started/helloworld-spring/src/main/resources/helloworld-context.xml b/sca-java-2.x/tags/2.0-Beta3-RC2/samples/getting-started/helloworld-spring/src/main/resources/helloworld-context.xml
index a6b11d2399..a6b11d2399 100644
--- a/sca-java-2.x/tags/2.0-Beta3/samples/getting-started/helloworld-spring/src/main/resources/helloworld-context.xml
+++ b/sca-java-2.x/tags/2.0-Beta3-RC2/samples/getting-started/helloworld-spring/src/main/resources/helloworld-context.xml
diff --git a/sca-java-2.x/tags/2.0-Beta3/samples/getting-started/helloworld-spring/src/main/resources/helloworld.composite b/sca-java-2.x/tags/2.0-Beta3-RC2/samples/getting-started/helloworld-spring/src/main/resources/helloworld.composite
index 4ed0fb51dc..4ed0fb51dc 100644
--- a/sca-java-2.x/tags/2.0-Beta3/samples/getting-started/helloworld-spring/src/main/resources/helloworld.composite
+++ b/sca-java-2.x/tags/2.0-Beta3-RC2/samples/getting-started/helloworld-spring/src/main/resources/helloworld.composite
diff --git a/sca-java-2.x/tags/2.0-Beta3/samples/getting-started/helloworld-spring/src/test/java/sample/HelloworldTestCase.java b/sca-java-2.x/tags/2.0-Beta3-RC2/samples/getting-started/helloworld-spring/src/test/java/sample/HelloworldTestCase.java
index be27aa68ef..be27aa68ef 100644
--- a/sca-java-2.x/tags/2.0-Beta3/samples/getting-started/helloworld-spring/src/test/java/sample/HelloworldTestCase.java
+++ b/sca-java-2.x/tags/2.0-Beta3-RC2/samples/getting-started/helloworld-spring/src/test/java/sample/HelloworldTestCase.java