summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/tags/2.0-M4-RC1/distribution/tomcat/testing
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--sca-java-2.x/tags/2.0-M4-RC1/distribution/tomcat/testing/download-tomcat/pom.xml (renamed from tags/java/sca/2.0-M4-RC1/distribution/tomcat/testing/download-tomcat/pom.xml)0
-rw-r--r--sca-java-2.x/tags/2.0-M4-RC1/distribution/tomcat/testing/helloworld-client-webapp/pom.xml (renamed from tags/java/sca/2.0-M4-RC1/distribution/tomcat/testing/helloworld-client-webapp/pom.xml)0
-rw-r--r--sca-java-2.x/tags/2.0-M4-RC1/distribution/tomcat/testing/helloworld-client-webapp/src/main/java/testing/HelloworldService.java (renamed from tags/java/sca/2.0-M4-RC1/distribution/tomcat/testing/helloworld-client-webapp/src/main/java/testing/HelloworldService.java)0
-rw-r--r--sca-java-2.x/tags/2.0-M4-RC1/distribution/tomcat/testing/helloworld-client-webapp/src/main/webapp/WEB-INF/web.composite (renamed from tags/java/sca/2.0-M4-RC1/distribution/tomcat/testing/helloworld-client-webapp/src/main/webapp/WEB-INF/web.composite)0
-rw-r--r--sca-java-2.x/tags/2.0-M4-RC1/distribution/tomcat/testing/helloworld-client-webapp/src/main/webapp/WEB-INF/web.xml (renamed from tags/java/sca/2.0-M4-RC1/distribution/tomcat/testing/helloworld-client-webapp/src/main/webapp/WEB-INF/web.xml)0
-rw-r--r--sca-java-2.x/tags/2.0-M4-RC1/distribution/tomcat/testing/helloworld-client-webapp/src/main/webapp/hello.jsp (renamed from tags/java/sca/2.0-M4-RC1/distribution/tomcat/testing/helloworld-client-webapp/src/main/webapp/hello.jsp)0
-rw-r--r--sca-java-2.x/tags/2.0-M4-RC1/distribution/tomcat/testing/helloworld-service-contribution/pom.xml (renamed from tags/java/sca/2.0-M4-RC1/distribution/tomcat/testing/helloworld-service-contribution/pom.xml)0
-rw-r--r--sca-java-2.x/tags/2.0-M4-RC1/distribution/tomcat/testing/helloworld-service-contribution/src/main/java/testing/HelloworldImpl.java (renamed from tags/java/sca/2.0-M4-RC1/distribution/tomcat/testing/helloworld-service-contribution/src/main/java/testing/HelloworldImpl.java)0
-rw-r--r--sca-java-2.x/tags/2.0-M4-RC1/distribution/tomcat/testing/helloworld-service-contribution/src/main/java/testing/HelloworldService.java (renamed from tags/java/sca/2.0-M4-RC1/distribution/tomcat/testing/helloworld-service-contribution/src/main/java/testing/HelloworldService.java)0
-rw-r--r--sca-java-2.x/tags/2.0-M4-RC1/distribution/tomcat/testing/helloworld-service-contribution/src/main/resources/META-INF/sca-contribution.xml (renamed from tags/java/sca/2.0-M4-RC1/distribution/tomcat/testing/helloworld-service-contribution/src/main/resources/META-INF/sca-contribution.xml)0
-rw-r--r--sca-java-2.x/tags/2.0-M4-RC1/distribution/tomcat/testing/helloworld-service-contribution/src/main/resources/helloworld.composite (renamed from tags/java/sca/2.0-M4-RC1/distribution/tomcat/testing/helloworld-service-contribution/src/main/resources/helloworld.composite)0
-rw-r--r--sca-java-2.x/tags/2.0-M4-RC1/distribution/tomcat/testing/legal-checks/pom.xml (renamed from tags/java/sca/2.0-M4-RC1/distribution/tomcat/testing/legal-checks/pom.xml)0
-rw-r--r--sca-java-2.x/tags/2.0-M4-RC1/distribution/tomcat/testing/legal-checks/src/test/java/itest/JarsInLICENSETestCase.java (renamed from tags/java/sca/2.0-M4-RC1/distribution/tomcat/testing/legal-checks/src/test/java/itest/JarsInLICENSETestCase.java)0
-rw-r--r--sca-java-2.x/tags/2.0-M4-RC1/distribution/tomcat/testing/pom.xml (renamed from tags/java/sca/2.0-M4-RC1/distribution/tomcat/testing/pom.xml)0
14 files changed, 0 insertions, 0 deletions
diff --git a/tags/java/sca/2.0-M4-RC1/distribution/tomcat/testing/download-tomcat/pom.xml b/sca-java-2.x/tags/2.0-M4-RC1/distribution/tomcat/testing/download-tomcat/pom.xml
index 7de867b27b..7de867b27b 100644
--- a/tags/java/sca/2.0-M4-RC1/distribution/tomcat/testing/download-tomcat/pom.xml
+++ b/sca-java-2.x/tags/2.0-M4-RC1/distribution/tomcat/testing/download-tomcat/pom.xml
diff --git a/tags/java/sca/2.0-M4-RC1/distribution/tomcat/testing/helloworld-client-webapp/pom.xml b/sca-java-2.x/tags/2.0-M4-RC1/distribution/tomcat/testing/helloworld-client-webapp/pom.xml
index 1e6de85863..1e6de85863 100644
--- a/tags/java/sca/2.0-M4-RC1/distribution/tomcat/testing/helloworld-client-webapp/pom.xml
+++ b/sca-java-2.x/tags/2.0-M4-RC1/distribution/tomcat/testing/helloworld-client-webapp/pom.xml
diff --git a/tags/java/sca/2.0-M4-RC1/distribution/tomcat/testing/helloworld-client-webapp/src/main/java/testing/HelloworldService.java b/sca-java-2.x/tags/2.0-M4-RC1/distribution/tomcat/testing/helloworld-client-webapp/src/main/java/testing/HelloworldService.java
index 8c67e05aa7..8c67e05aa7 100644
--- a/tags/java/sca/2.0-M4-RC1/distribution/tomcat/testing/helloworld-client-webapp/src/main/java/testing/HelloworldService.java
+++ b/sca-java-2.x/tags/2.0-M4-RC1/distribution/tomcat/testing/helloworld-client-webapp/src/main/java/testing/HelloworldService.java
diff --git a/tags/java/sca/2.0-M4-RC1/distribution/tomcat/testing/helloworld-client-webapp/src/main/webapp/WEB-INF/web.composite b/sca-java-2.x/tags/2.0-M4-RC1/distribution/tomcat/testing/helloworld-client-webapp/src/main/webapp/WEB-INF/web.composite
index c03a70c58a..c03a70c58a 100644
--- a/tags/java/sca/2.0-M4-RC1/distribution/tomcat/testing/helloworld-client-webapp/src/main/webapp/WEB-INF/web.composite
+++ b/sca-java-2.x/tags/2.0-M4-RC1/distribution/tomcat/testing/helloworld-client-webapp/src/main/webapp/WEB-INF/web.composite
diff --git a/tags/java/sca/2.0-M4-RC1/distribution/tomcat/testing/helloworld-client-webapp/src/main/webapp/WEB-INF/web.xml b/sca-java-2.x/tags/2.0-M4-RC1/distribution/tomcat/testing/helloworld-client-webapp/src/main/webapp/WEB-INF/web.xml
index 411d8a3146..411d8a3146 100644
--- a/tags/java/sca/2.0-M4-RC1/distribution/tomcat/testing/helloworld-client-webapp/src/main/webapp/WEB-INF/web.xml
+++ b/sca-java-2.x/tags/2.0-M4-RC1/distribution/tomcat/testing/helloworld-client-webapp/src/main/webapp/WEB-INF/web.xml
diff --git a/tags/java/sca/2.0-M4-RC1/distribution/tomcat/testing/helloworld-client-webapp/src/main/webapp/hello.jsp b/sca-java-2.x/tags/2.0-M4-RC1/distribution/tomcat/testing/helloworld-client-webapp/src/main/webapp/hello.jsp
index d520375993..d520375993 100644
--- a/tags/java/sca/2.0-M4-RC1/distribution/tomcat/testing/helloworld-client-webapp/src/main/webapp/hello.jsp
+++ b/sca-java-2.x/tags/2.0-M4-RC1/distribution/tomcat/testing/helloworld-client-webapp/src/main/webapp/hello.jsp
diff --git a/tags/java/sca/2.0-M4-RC1/distribution/tomcat/testing/helloworld-service-contribution/pom.xml b/sca-java-2.x/tags/2.0-M4-RC1/distribution/tomcat/testing/helloworld-service-contribution/pom.xml
index 74920f6823..74920f6823 100644
--- a/tags/java/sca/2.0-M4-RC1/distribution/tomcat/testing/helloworld-service-contribution/pom.xml
+++ b/sca-java-2.x/tags/2.0-M4-RC1/distribution/tomcat/testing/helloworld-service-contribution/pom.xml
diff --git a/tags/java/sca/2.0-M4-RC1/distribution/tomcat/testing/helloworld-service-contribution/src/main/java/testing/HelloworldImpl.java b/sca-java-2.x/tags/2.0-M4-RC1/distribution/tomcat/testing/helloworld-service-contribution/src/main/java/testing/HelloworldImpl.java
index c9c6ff66d6..c9c6ff66d6 100644
--- a/tags/java/sca/2.0-M4-RC1/distribution/tomcat/testing/helloworld-service-contribution/src/main/java/testing/HelloworldImpl.java
+++ b/sca-java-2.x/tags/2.0-M4-RC1/distribution/tomcat/testing/helloworld-service-contribution/src/main/java/testing/HelloworldImpl.java
diff --git a/tags/java/sca/2.0-M4-RC1/distribution/tomcat/testing/helloworld-service-contribution/src/main/java/testing/HelloworldService.java b/sca-java-2.x/tags/2.0-M4-RC1/distribution/tomcat/testing/helloworld-service-contribution/src/main/java/testing/HelloworldService.java
index 65e95f275c..65e95f275c 100644
--- a/tags/java/sca/2.0-M4-RC1/distribution/tomcat/testing/helloworld-service-contribution/src/main/java/testing/HelloworldService.java
+++ b/sca-java-2.x/tags/2.0-M4-RC1/distribution/tomcat/testing/helloworld-service-contribution/src/main/java/testing/HelloworldService.java
diff --git a/tags/java/sca/2.0-M4-RC1/distribution/tomcat/testing/helloworld-service-contribution/src/main/resources/META-INF/sca-contribution.xml b/sca-java-2.x/tags/2.0-M4-RC1/distribution/tomcat/testing/helloworld-service-contribution/src/main/resources/META-INF/sca-contribution.xml
index 9bdfd4e58b..9bdfd4e58b 100644
--- a/tags/java/sca/2.0-M4-RC1/distribution/tomcat/testing/helloworld-service-contribution/src/main/resources/META-INF/sca-contribution.xml
+++ b/sca-java-2.x/tags/2.0-M4-RC1/distribution/tomcat/testing/helloworld-service-contribution/src/main/resources/META-INF/sca-contribution.xml
diff --git a/tags/java/sca/2.0-M4-RC1/distribution/tomcat/testing/helloworld-service-contribution/src/main/resources/helloworld.composite b/sca-java-2.x/tags/2.0-M4-RC1/distribution/tomcat/testing/helloworld-service-contribution/src/main/resources/helloworld.composite
index 2d6ce9419b..2d6ce9419b 100644
--- a/tags/java/sca/2.0-M4-RC1/distribution/tomcat/testing/helloworld-service-contribution/src/main/resources/helloworld.composite
+++ b/sca-java-2.x/tags/2.0-M4-RC1/distribution/tomcat/testing/helloworld-service-contribution/src/main/resources/helloworld.composite
diff --git a/tags/java/sca/2.0-M4-RC1/distribution/tomcat/testing/legal-checks/pom.xml b/sca-java-2.x/tags/2.0-M4-RC1/distribution/tomcat/testing/legal-checks/pom.xml
index 453e9063e5..453e9063e5 100644
--- a/tags/java/sca/2.0-M4-RC1/distribution/tomcat/testing/legal-checks/pom.xml
+++ b/sca-java-2.x/tags/2.0-M4-RC1/distribution/tomcat/testing/legal-checks/pom.xml
diff --git a/tags/java/sca/2.0-M4-RC1/distribution/tomcat/testing/legal-checks/src/test/java/itest/JarsInLICENSETestCase.java b/sca-java-2.x/tags/2.0-M4-RC1/distribution/tomcat/testing/legal-checks/src/test/java/itest/JarsInLICENSETestCase.java
index 05f16f603d..05f16f603d 100644
--- a/tags/java/sca/2.0-M4-RC1/distribution/tomcat/testing/legal-checks/src/test/java/itest/JarsInLICENSETestCase.java
+++ b/sca-java-2.x/tags/2.0-M4-RC1/distribution/tomcat/testing/legal-checks/src/test/java/itest/JarsInLICENSETestCase.java
diff --git a/tags/java/sca/2.0-M4-RC1/distribution/tomcat/testing/pom.xml b/sca-java-2.x/tags/2.0-M4-RC1/distribution/tomcat/testing/pom.xml
index 47cf0ed2d6..47cf0ed2d6 100644
--- a/tags/java/sca/2.0-M4-RC1/distribution/tomcat/testing/pom.xml
+++ b/sca-java-2.x/tags/2.0-M4-RC1/distribution/tomcat/testing/pom.xml