summaryrefslogtreecommitdiffstats
path: root/branches/sca-java-20080910/itest/policy-security
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--branches/sca-java-20080910/itest/policy-security-basicauth/pom.xml (renamed from branches/sca-trunk-20080910/itest/policy-security-basicauth/pom.xml)0
-rw-r--r--branches/sca-java-20080910/itest/policy-security-basicauth/src/main/java/helloworld/HelloWorldClientImpl.java (renamed from branches/sca-trunk-20080910/itest/policy-security-basicauth/src/main/java/helloworld/HelloWorldClientImpl.java)0
-rw-r--r--branches/sca-java-20080910/itest/policy-security-basicauth/src/main/java/helloworld/HelloWorldService.java (renamed from branches/sca-trunk-20080910/itest/policy-security-basicauth/src/main/java/helloworld/HelloWorldService.java)0
-rw-r--r--branches/sca-java-20080910/itest/policy-security-basicauth/src/main/java/helloworld/HelloWorldServiceImpl.java (renamed from branches/sca-trunk-20080910/itest/policy-security-basicauth/src/main/java/helloworld/HelloWorldServiceImpl.java)0
-rw-r--r--branches/sca-java-20080910/itest/policy-security-basicauth/src/main/resources/definitions.xml (renamed from branches/sca-trunk-20080910/itest/policy-security-basicauth/src/main/resources/definitions.xml)0
-rw-r--r--branches/sca-java-20080910/itest/policy-security-basicauth/src/main/resources/helloworld.composite (renamed from branches/sca-trunk-20080910/itest/policy-security-basicauth/src/main/resources/helloworld.composite)0
-rw-r--r--branches/sca-java-20080910/itest/policy-security-basicauth/src/main/resources/jndi.properties (renamed from branches/sca-trunk-20080910/itest/policy-security-basicauth/src/main/resources/jndi.properties)0
-rw-r--r--branches/sca-java-20080910/itest/policy-security-basicauth/src/test/java/org/apache/tuscany/sca/itest/BasicAuthTestCase.java (renamed from branches/sca-trunk-20080910/itest/policy-security-basicauth/src/test/java/org/apache/tuscany/sca/itest/BasicAuthTestCase.java)0
-rw-r--r--branches/sca-java-20080910/itest/policy-security-jsr250/pom.xml (renamed from branches/sca-trunk-20080910/itest/policy-security-jsr250/pom.xml)0
-rw-r--r--branches/sca-java-20080910/itest/policy-security-jsr250/src/main/java/helloworld/HelloWorldImpl.java (renamed from branches/sca-trunk-20080910/itest/policy-security-jsr250/src/main/java/helloworld/HelloWorldImpl.java)0
-rw-r--r--branches/sca-java-20080910/itest/policy-security-jsr250/src/main/java/helloworld/HelloWorldService.java (renamed from branches/sca-trunk-20080910/itest/policy-security-jsr250/src/main/java/helloworld/HelloWorldService.java)0
-rw-r--r--branches/sca-java-20080910/itest/policy-security-jsr250/src/main/resources/definitions.xml (renamed from branches/sca-trunk-20080910/itest/policy-security-jsr250/src/main/resources/definitions.xml)0
-rw-r--r--branches/sca-java-20080910/itest/policy-security-jsr250/src/main/resources/helloworld.composite (renamed from branches/sca-trunk-20080910/itest/policy-security-jsr250/src/main/resources/helloworld.composite)0
-rw-r--r--branches/sca-java-20080910/itest/policy-security-jsr250/src/test/java/org/apache/tuscany/sca/itest/PolicySecurityJSR250TestCase.java (renamed from branches/sca-trunk-20080910/itest/policy-security-jsr250/src/test/java/org/apache/tuscany/sca/itest/PolicySecurityJSR250TestCase.java)0
-rw-r--r--branches/sca-java-20080910/itest/policy-security/pom.xml (renamed from branches/sca-trunk-20080910/itest/policy-security/pom.xml)0
-rw-r--r--branches/sca-java-20080910/itest/policy-security/src/main/java/helloworld/HelloWorldImpl.java (renamed from branches/sca-trunk-20080910/itest/policy-security/src/main/java/helloworld/HelloWorldImpl.java)0
-rw-r--r--branches/sca-java-20080910/itest/policy-security/src/main/java/helloworld/HelloWorldService.java (renamed from branches/sca-trunk-20080910/itest/policy-security/src/main/java/helloworld/HelloWorldService.java)0
-rw-r--r--branches/sca-java-20080910/itest/policy-security/src/main/resources/definitions.xml (renamed from branches/sca-trunk-20080910/itest/policy-security/src/main/resources/definitions.xml)0
-rw-r--r--branches/sca-java-20080910/itest/policy-security/src/main/resources/helloworld.composite (renamed from branches/sca-trunk-20080910/itest/policy-security/src/main/resources/helloworld.composite)0
-rw-r--r--branches/sca-java-20080910/itest/policy-security/src/test/java/org/apache/tuscany/sca/itest/PolicyIdentityTestCase.java (renamed from branches/sca-trunk-20080910/itest/policy-security/src/test/java/org/apache/tuscany/sca/itest/PolicyIdentityTestCase.java)0
20 files changed, 0 insertions, 0 deletions
diff --git a/branches/sca-trunk-20080910/itest/policy-security-basicauth/pom.xml b/branches/sca-java-20080910/itest/policy-security-basicauth/pom.xml
index ca9257b827..ca9257b827 100644
--- a/branches/sca-trunk-20080910/itest/policy-security-basicauth/pom.xml
+++ b/branches/sca-java-20080910/itest/policy-security-basicauth/pom.xml
diff --git a/branches/sca-trunk-20080910/itest/policy-security-basicauth/src/main/java/helloworld/HelloWorldClientImpl.java b/branches/sca-java-20080910/itest/policy-security-basicauth/src/main/java/helloworld/HelloWorldClientImpl.java
index 55b798edbe..55b798edbe 100644
--- a/branches/sca-trunk-20080910/itest/policy-security-basicauth/src/main/java/helloworld/HelloWorldClientImpl.java
+++ b/branches/sca-java-20080910/itest/policy-security-basicauth/src/main/java/helloworld/HelloWorldClientImpl.java
diff --git a/branches/sca-trunk-20080910/itest/policy-security-basicauth/src/main/java/helloworld/HelloWorldService.java b/branches/sca-java-20080910/itest/policy-security-basicauth/src/main/java/helloworld/HelloWorldService.java
index 268d90e910..268d90e910 100644
--- a/branches/sca-trunk-20080910/itest/policy-security-basicauth/src/main/java/helloworld/HelloWorldService.java
+++ b/branches/sca-java-20080910/itest/policy-security-basicauth/src/main/java/helloworld/HelloWorldService.java
diff --git a/branches/sca-trunk-20080910/itest/policy-security-basicauth/src/main/java/helloworld/HelloWorldServiceImpl.java b/branches/sca-java-20080910/itest/policy-security-basicauth/src/main/java/helloworld/HelloWorldServiceImpl.java
index 411dcae605..411dcae605 100644
--- a/branches/sca-trunk-20080910/itest/policy-security-basicauth/src/main/java/helloworld/HelloWorldServiceImpl.java
+++ b/branches/sca-java-20080910/itest/policy-security-basicauth/src/main/java/helloworld/HelloWorldServiceImpl.java
diff --git a/branches/sca-trunk-20080910/itest/policy-security-basicauth/src/main/resources/definitions.xml b/branches/sca-java-20080910/itest/policy-security-basicauth/src/main/resources/definitions.xml
index 9099191b27..9099191b27 100644
--- a/branches/sca-trunk-20080910/itest/policy-security-basicauth/src/main/resources/definitions.xml
+++ b/branches/sca-java-20080910/itest/policy-security-basicauth/src/main/resources/definitions.xml
diff --git a/branches/sca-trunk-20080910/itest/policy-security-basicauth/src/main/resources/helloworld.composite b/branches/sca-java-20080910/itest/policy-security-basicauth/src/main/resources/helloworld.composite
index 247b2b56e4..247b2b56e4 100644
--- a/branches/sca-trunk-20080910/itest/policy-security-basicauth/src/main/resources/helloworld.composite
+++ b/branches/sca-java-20080910/itest/policy-security-basicauth/src/main/resources/helloworld.composite
diff --git a/branches/sca-trunk-20080910/itest/policy-security-basicauth/src/main/resources/jndi.properties b/branches/sca-java-20080910/itest/policy-security-basicauth/src/main/resources/jndi.properties
index 9abdff215d..9abdff215d 100644
--- a/branches/sca-trunk-20080910/itest/policy-security-basicauth/src/main/resources/jndi.properties
+++ b/branches/sca-java-20080910/itest/policy-security-basicauth/src/main/resources/jndi.properties
diff --git a/branches/sca-trunk-20080910/itest/policy-security-basicauth/src/test/java/org/apache/tuscany/sca/itest/BasicAuthTestCase.java b/branches/sca-java-20080910/itest/policy-security-basicauth/src/test/java/org/apache/tuscany/sca/itest/BasicAuthTestCase.java
index b6e0444d2d..b6e0444d2d 100644
--- a/branches/sca-trunk-20080910/itest/policy-security-basicauth/src/test/java/org/apache/tuscany/sca/itest/BasicAuthTestCase.java
+++ b/branches/sca-java-20080910/itest/policy-security-basicauth/src/test/java/org/apache/tuscany/sca/itest/BasicAuthTestCase.java
diff --git a/branches/sca-trunk-20080910/itest/policy-security-jsr250/pom.xml b/branches/sca-java-20080910/itest/policy-security-jsr250/pom.xml
index 2bb8001486..2bb8001486 100644
--- a/branches/sca-trunk-20080910/itest/policy-security-jsr250/pom.xml
+++ b/branches/sca-java-20080910/itest/policy-security-jsr250/pom.xml
diff --git a/branches/sca-trunk-20080910/itest/policy-security-jsr250/src/main/java/helloworld/HelloWorldImpl.java b/branches/sca-java-20080910/itest/policy-security-jsr250/src/main/java/helloworld/HelloWorldImpl.java
index 3569410e7d..3569410e7d 100644
--- a/branches/sca-trunk-20080910/itest/policy-security-jsr250/src/main/java/helloworld/HelloWorldImpl.java
+++ b/branches/sca-java-20080910/itest/policy-security-jsr250/src/main/java/helloworld/HelloWorldImpl.java
diff --git a/branches/sca-trunk-20080910/itest/policy-security-jsr250/src/main/java/helloworld/HelloWorldService.java b/branches/sca-java-20080910/itest/policy-security-jsr250/src/main/java/helloworld/HelloWorldService.java
index 3e752144a0..3e752144a0 100644
--- a/branches/sca-trunk-20080910/itest/policy-security-jsr250/src/main/java/helloworld/HelloWorldService.java
+++ b/branches/sca-java-20080910/itest/policy-security-jsr250/src/main/java/helloworld/HelloWorldService.java
diff --git a/branches/sca-trunk-20080910/itest/policy-security-jsr250/src/main/resources/definitions.xml b/branches/sca-java-20080910/itest/policy-security-jsr250/src/main/resources/definitions.xml
index 64b8a95d18..64b8a95d18 100644
--- a/branches/sca-trunk-20080910/itest/policy-security-jsr250/src/main/resources/definitions.xml
+++ b/branches/sca-java-20080910/itest/policy-security-jsr250/src/main/resources/definitions.xml
diff --git a/branches/sca-trunk-20080910/itest/policy-security-jsr250/src/main/resources/helloworld.composite b/branches/sca-java-20080910/itest/policy-security-jsr250/src/main/resources/helloworld.composite
index 456ca450f1..456ca450f1 100644
--- a/branches/sca-trunk-20080910/itest/policy-security-jsr250/src/main/resources/helloworld.composite
+++ b/branches/sca-java-20080910/itest/policy-security-jsr250/src/main/resources/helloworld.composite
diff --git a/branches/sca-trunk-20080910/itest/policy-security-jsr250/src/test/java/org/apache/tuscany/sca/itest/PolicySecurityJSR250TestCase.java b/branches/sca-java-20080910/itest/policy-security-jsr250/src/test/java/org/apache/tuscany/sca/itest/PolicySecurityJSR250TestCase.java
index da5f6409ba..da5f6409ba 100644
--- a/branches/sca-trunk-20080910/itest/policy-security-jsr250/src/test/java/org/apache/tuscany/sca/itest/PolicySecurityJSR250TestCase.java
+++ b/branches/sca-java-20080910/itest/policy-security-jsr250/src/test/java/org/apache/tuscany/sca/itest/PolicySecurityJSR250TestCase.java
diff --git a/branches/sca-trunk-20080910/itest/policy-security/pom.xml b/branches/sca-java-20080910/itest/policy-security/pom.xml
index e8100e9fa0..e8100e9fa0 100644
--- a/branches/sca-trunk-20080910/itest/policy-security/pom.xml
+++ b/branches/sca-java-20080910/itest/policy-security/pom.xml
diff --git a/branches/sca-trunk-20080910/itest/policy-security/src/main/java/helloworld/HelloWorldImpl.java b/branches/sca-java-20080910/itest/policy-security/src/main/java/helloworld/HelloWorldImpl.java
index 0de3c70303..0de3c70303 100644
--- a/branches/sca-trunk-20080910/itest/policy-security/src/main/java/helloworld/HelloWorldImpl.java
+++ b/branches/sca-java-20080910/itest/policy-security/src/main/java/helloworld/HelloWorldImpl.java
diff --git a/branches/sca-trunk-20080910/itest/policy-security/src/main/java/helloworld/HelloWorldService.java b/branches/sca-java-20080910/itest/policy-security/src/main/java/helloworld/HelloWorldService.java
index 268d90e910..268d90e910 100644
--- a/branches/sca-trunk-20080910/itest/policy-security/src/main/java/helloworld/HelloWorldService.java
+++ b/branches/sca-java-20080910/itest/policy-security/src/main/java/helloworld/HelloWorldService.java
diff --git a/branches/sca-trunk-20080910/itest/policy-security/src/main/resources/definitions.xml b/branches/sca-java-20080910/itest/policy-security/src/main/resources/definitions.xml
index c8118a0caf..c8118a0caf 100644
--- a/branches/sca-trunk-20080910/itest/policy-security/src/main/resources/definitions.xml
+++ b/branches/sca-java-20080910/itest/policy-security/src/main/resources/definitions.xml
diff --git a/branches/sca-trunk-20080910/itest/policy-security/src/main/resources/helloworld.composite b/branches/sca-java-20080910/itest/policy-security/src/main/resources/helloworld.composite
index 9e0f289f87..9e0f289f87 100644
--- a/branches/sca-trunk-20080910/itest/policy-security/src/main/resources/helloworld.composite
+++ b/branches/sca-java-20080910/itest/policy-security/src/main/resources/helloworld.composite
diff --git a/branches/sca-trunk-20080910/itest/policy-security/src/test/java/org/apache/tuscany/sca/itest/PolicyIdentityTestCase.java b/branches/sca-java-20080910/itest/policy-security/src/test/java/org/apache/tuscany/sca/itest/PolicyIdentityTestCase.java
index 9dad17741e..9dad17741e 100644
--- a/branches/sca-trunk-20080910/itest/policy-security/src/test/java/org/apache/tuscany/sca/itest/PolicyIdentityTestCase.java
+++ b/branches/sca-java-20080910/itest/policy-security/src/test/java/org/apache/tuscany/sca/itest/PolicyIdentityTestCase.java