summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/branches/sca-java-2.0-M3/modules/implementation-web-runtime
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--sca-java-2.x/branches/sca-java-2.0-M3/modules/implementation-web-runtime/LICENSE (renamed from branches/sca-java-2.0-M3/modules/implementation-web-runtime/LICENSE)0
-rw-r--r--sca-java-2.x/branches/sca-java-2.0-M3/modules/implementation-web-runtime/META-INF/MANIFEST.MF (renamed from branches/sca-java-2.0-M3/modules/implementation-web-runtime/META-INF/MANIFEST.MF)0
-rw-r--r--sca-java-2.x/branches/sca-java-2.0-M3/modules/implementation-web-runtime/NOTICE (renamed from branches/sca-java-2.0-M3/modules/implementation-web-runtime/NOTICE)0
-rw-r--r--sca-java-2.x/branches/sca-java-2.0-M3/modules/implementation-web-runtime/pom.xml (renamed from branches/sca-java-2.0-M3/modules/implementation-web-runtime/pom.xml)0
-rw-r--r--sca-java-2.x/branches/sca-java-2.0-M3/modules/implementation-web-runtime/src/main/java/org/apache/tuscany/sca/implementation/web/runtime/WebImplementationProviderFactory.java (renamed from branches/sca-java-2.0-M3/modules/implementation-web-runtime/src/main/java/org/apache/tuscany/sca/implementation/web/runtime/WebImplementationProviderFactory.java)0
-rw-r--r--sca-java-2.x/branches/sca-java-2.0-M3/modules/implementation-web-runtime/src/main/java/org/apache/tuscany/sca/implementation/web/runtime/jsp/ReferenceTEI.java (renamed from branches/sca-java-2.0-M3/modules/implementation-web-runtime/src/main/java/org/apache/tuscany/sca/implementation/web/runtime/jsp/ReferenceTEI.java)0
-rw-r--r--sca-java-2.x/branches/sca-java-2.0-M3/modules/implementation-web-runtime/src/main/java/org/apache/tuscany/sca/implementation/web/runtime/jsp/ReferenceTag.java (renamed from branches/sca-java-2.0-M3/modules/implementation-web-runtime/src/main/java/org/apache/tuscany/sca/implementation/web/runtime/jsp/ReferenceTag.java)0
-rw-r--r--sca-java-2.x/branches/sca-java-2.0-M3/modules/implementation-web-runtime/src/main/java/org/apache/tuscany/sca/implementation/web/runtime/utils/ContextHelper.java (renamed from branches/sca-java-2.0-M3/modules/implementation-web-runtime/src/main/java/org/apache/tuscany/sca/implementation/web/runtime/utils/ContextHelper.java)0
-rw-r--r--sca-java-2.x/branches/sca-java-2.0-M3/modules/implementation-web-runtime/src/main/resources/META-INF/sca.tld (renamed from branches/sca-java-2.0-M3/modules/implementation-web-runtime/src/main/resources/META-INF/sca.tld)0
-rw-r--r--sca-java-2.x/branches/sca-java-2.0-M3/modules/implementation-web-runtime/src/main/resources/META-INF/services/org.apache.tuscany.sca.provider.ImplementationProviderFactory (renamed from branches/sca-java-2.0-M3/modules/implementation-web-runtime/src/main/resources/META-INF/services/org.apache.tuscany.sca.provider.ImplementationProviderFactory)0
10 files changed, 0 insertions, 0 deletions
diff --git a/branches/sca-java-2.0-M3/modules/implementation-web-runtime/LICENSE b/sca-java-2.x/branches/sca-java-2.0-M3/modules/implementation-web-runtime/LICENSE
index f602cf9395..f602cf9395 100644
--- a/branches/sca-java-2.0-M3/modules/implementation-web-runtime/LICENSE
+++ b/sca-java-2.x/branches/sca-java-2.0-M3/modules/implementation-web-runtime/LICENSE
diff --git a/branches/sca-java-2.0-M3/modules/implementation-web-runtime/META-INF/MANIFEST.MF b/sca-java-2.x/branches/sca-java-2.0-M3/modules/implementation-web-runtime/META-INF/MANIFEST.MF
index abfed62f09..abfed62f09 100644
--- a/branches/sca-java-2.0-M3/modules/implementation-web-runtime/META-INF/MANIFEST.MF
+++ b/sca-java-2.x/branches/sca-java-2.0-M3/modules/implementation-web-runtime/META-INF/MANIFEST.MF
diff --git a/branches/sca-java-2.0-M3/modules/implementation-web-runtime/NOTICE b/sca-java-2.x/branches/sca-java-2.0-M3/modules/implementation-web-runtime/NOTICE
index d989435591..d989435591 100644
--- a/branches/sca-java-2.0-M3/modules/implementation-web-runtime/NOTICE
+++ b/sca-java-2.x/branches/sca-java-2.0-M3/modules/implementation-web-runtime/NOTICE
diff --git a/branches/sca-java-2.0-M3/modules/implementation-web-runtime/pom.xml b/sca-java-2.x/branches/sca-java-2.0-M3/modules/implementation-web-runtime/pom.xml
index 911a0518e9..911a0518e9 100644
--- a/branches/sca-java-2.0-M3/modules/implementation-web-runtime/pom.xml
+++ b/sca-java-2.x/branches/sca-java-2.0-M3/modules/implementation-web-runtime/pom.xml
diff --git a/branches/sca-java-2.0-M3/modules/implementation-web-runtime/src/main/java/org/apache/tuscany/sca/implementation/web/runtime/WebImplementationProviderFactory.java b/sca-java-2.x/branches/sca-java-2.0-M3/modules/implementation-web-runtime/src/main/java/org/apache/tuscany/sca/implementation/web/runtime/WebImplementationProviderFactory.java
index 663af52877..663af52877 100644
--- a/branches/sca-java-2.0-M3/modules/implementation-web-runtime/src/main/java/org/apache/tuscany/sca/implementation/web/runtime/WebImplementationProviderFactory.java
+++ b/sca-java-2.x/branches/sca-java-2.0-M3/modules/implementation-web-runtime/src/main/java/org/apache/tuscany/sca/implementation/web/runtime/WebImplementationProviderFactory.java
diff --git a/branches/sca-java-2.0-M3/modules/implementation-web-runtime/src/main/java/org/apache/tuscany/sca/implementation/web/runtime/jsp/ReferenceTEI.java b/sca-java-2.x/branches/sca-java-2.0-M3/modules/implementation-web-runtime/src/main/java/org/apache/tuscany/sca/implementation/web/runtime/jsp/ReferenceTEI.java
index 95d082a3b4..95d082a3b4 100644
--- a/branches/sca-java-2.0-M3/modules/implementation-web-runtime/src/main/java/org/apache/tuscany/sca/implementation/web/runtime/jsp/ReferenceTEI.java
+++ b/sca-java-2.x/branches/sca-java-2.0-M3/modules/implementation-web-runtime/src/main/java/org/apache/tuscany/sca/implementation/web/runtime/jsp/ReferenceTEI.java
diff --git a/branches/sca-java-2.0-M3/modules/implementation-web-runtime/src/main/java/org/apache/tuscany/sca/implementation/web/runtime/jsp/ReferenceTag.java b/sca-java-2.x/branches/sca-java-2.0-M3/modules/implementation-web-runtime/src/main/java/org/apache/tuscany/sca/implementation/web/runtime/jsp/ReferenceTag.java
index a82b33fc2d..a82b33fc2d 100644
--- a/branches/sca-java-2.0-M3/modules/implementation-web-runtime/src/main/java/org/apache/tuscany/sca/implementation/web/runtime/jsp/ReferenceTag.java
+++ b/sca-java-2.x/branches/sca-java-2.0-M3/modules/implementation-web-runtime/src/main/java/org/apache/tuscany/sca/implementation/web/runtime/jsp/ReferenceTag.java
diff --git a/branches/sca-java-2.0-M3/modules/implementation-web-runtime/src/main/java/org/apache/tuscany/sca/implementation/web/runtime/utils/ContextHelper.java b/sca-java-2.x/branches/sca-java-2.0-M3/modules/implementation-web-runtime/src/main/java/org/apache/tuscany/sca/implementation/web/runtime/utils/ContextHelper.java
index a7c03be2ae..a7c03be2ae 100644
--- a/branches/sca-java-2.0-M3/modules/implementation-web-runtime/src/main/java/org/apache/tuscany/sca/implementation/web/runtime/utils/ContextHelper.java
+++ b/sca-java-2.x/branches/sca-java-2.0-M3/modules/implementation-web-runtime/src/main/java/org/apache/tuscany/sca/implementation/web/runtime/utils/ContextHelper.java
diff --git a/branches/sca-java-2.0-M3/modules/implementation-web-runtime/src/main/resources/META-INF/sca.tld b/sca-java-2.x/branches/sca-java-2.0-M3/modules/implementation-web-runtime/src/main/resources/META-INF/sca.tld
index 8a9ce93204..8a9ce93204 100644
--- a/branches/sca-java-2.0-M3/modules/implementation-web-runtime/src/main/resources/META-INF/sca.tld
+++ b/sca-java-2.x/branches/sca-java-2.0-M3/modules/implementation-web-runtime/src/main/resources/META-INF/sca.tld
diff --git a/branches/sca-java-2.0-M3/modules/implementation-web-runtime/src/main/resources/META-INF/services/org.apache.tuscany.sca.provider.ImplementationProviderFactory b/sca-java-2.x/branches/sca-java-2.0-M3/modules/implementation-web-runtime/src/main/resources/META-INF/services/org.apache.tuscany.sca.provider.ImplementationProviderFactory
index 9b769c9b10..9b769c9b10 100644
--- a/branches/sca-java-2.0-M3/modules/implementation-web-runtime/src/main/resources/META-INF/services/org.apache.tuscany.sca.provider.ImplementationProviderFactory
+++ b/sca-java-2.x/branches/sca-java-2.0-M3/modules/implementation-web-runtime/src/main/resources/META-INF/services/org.apache.tuscany.sca.provider.ImplementationProviderFactory