summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x
diff options
context:
space:
mode:
Diffstat (limited to 'sca-java-2.x')
-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