summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/branches/sca-java-2.0-M3/modules/implementation-web
diff options
context:
space:
mode:
authorlresende <lresende@13f79535-47bb-0310-9956-ffa450edef68>2009-11-11 23:09:31 +0000
committerlresende <lresende@13f79535-47bb-0310-9956-ffa450edef68>2009-11-11 23:09:31 +0000
commita7c1a39d8c3c4ef4d5878dbff726085082a17e8a (patch)
tree54faa0e87eb8c8242a4a0baeb5f7b505a175d00f /sca-java-2.x/branches/sca-java-2.0-M3/modules/implementation-web
parent4e13586bc791d71c41760cf4d0a5cc908973de3e (diff)
Moving 2.x branches
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@835136 13f79535-47bb-0310-9956-ffa450edef68
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
-rw-r--r--sca-java-2.x/branches/sca-java-2.0-M3/modules/implementation-web/LICENSE (renamed from branches/sca-java-2.0-M3/modules/implementation-web/LICENSE)0
-rw-r--r--sca-java-2.x/branches/sca-java-2.0-M3/modules/implementation-web/META-INF/MANIFEST.MF (renamed from branches/sca-java-2.0-M3/modules/implementation-web/META-INF/MANIFEST.MF)0
-rw-r--r--sca-java-2.x/branches/sca-java-2.0-M3/modules/implementation-web/NOTICE (renamed from branches/sca-java-2.0-M3/modules/implementation-web/NOTICE)0
-rw-r--r--sca-java-2.x/branches/sca-java-2.0-M3/modules/implementation-web/pom.xml (renamed from branches/sca-java-2.0-M3/modules/implementation-web/pom.xml)0
-rw-r--r--sca-java-2.x/branches/sca-java-2.0-M3/modules/implementation-web/src/main/java/org/apache/tuscany/sca/implementation/web/WebImplementation.java (renamed from branches/sca-java-2.0-M3/modules/implementation-web/src/main/java/org/apache/tuscany/sca/implementation/web/WebImplementation.java)0
-rw-r--r--sca-java-2.x/branches/sca-java-2.0-M3/modules/implementation-web/src/main/java/org/apache/tuscany/sca/implementation/web/WebImplementationFactory.java (renamed from branches/sca-java-2.0-M3/modules/implementation-web/src/main/java/org/apache/tuscany/sca/implementation/web/WebImplementationFactory.java)0
-rw-r--r--sca-java-2.x/branches/sca-java-2.0-M3/modules/implementation-web/src/main/java/org/apache/tuscany/sca/implementation/web/impl/WebImplementationFactoryImpl.java (renamed from branches/sca-java-2.0-M3/modules/implementation-web/src/main/java/org/apache/tuscany/sca/implementation/web/impl/WebImplementationFactoryImpl.java)0
-rw-r--r--sca-java-2.x/branches/sca-java-2.0-M3/modules/implementation-web/src/main/java/org/apache/tuscany/sca/implementation/web/impl/WebImplementationImpl.java (renamed from branches/sca-java-2.0-M3/modules/implementation-web/src/main/java/org/apache/tuscany/sca/implementation/web/impl/WebImplementationImpl.java)0
-rw-r--r--sca-java-2.x/branches/sca-java-2.0-M3/modules/implementation-web/src/main/java/org/apache/tuscany/sca/implementation/web/xml/WebImplementationProcessor.java (renamed from branches/sca-java-2.0-M3/modules/implementation-web/src/main/java/org/apache/tuscany/sca/implementation/web/xml/WebImplementationProcessor.java)0
-rw-r--r--sca-java-2.x/branches/sca-java-2.0-M3/modules/implementation-web/src/main/resources/META-INF/services/org.apache.tuscany.sca.contribution.processor.StAXArtifactProcessor (renamed from branches/sca-java-2.0-M3/modules/implementation-web/src/main/resources/META-INF/services/org.apache.tuscany.sca.contribution.processor.StAXArtifactProcessor)0
-rw-r--r--sca-java-2.x/branches/sca-java-2.0-M3/modules/implementation-web/src/main/resources/META-INF/services/org.apache.tuscany.sca.implementation.web.WebImplementationFactory (renamed from branches/sca-java-2.0-M3/modules/implementation-web/src/main/resources/META-INF/services/org.apache.tuscany.sca.implementation.web.WebImplementationFactory)0
-rw-r--r--sca-java-2.x/branches/sca-java-2.0-M3/modules/implementation-web/src/test/java/org/apache/tuscany/sca/implementation/web/xml/ReadTestCase.java (renamed from branches/sca-java-2.0-M3/modules/implementation-web/src/test/java/org/apache/tuscany/sca/implementation/web/xml/ReadTestCase.java)0
-rw-r--r--sca-java-2.x/branches/sca-java-2.0-M3/modules/implementation-web/src/test/java/org/apache/tuscany/sca/implementation/web/xml/WriteTestCase.java (renamed from branches/sca-java-2.0-M3/modules/implementation-web/src/test/java/org/apache/tuscany/sca/implementation/web/xml/WriteTestCase.java)0
-rw-r--r--sca-java-2.x/branches/sca-java-2.0-M3/modules/implementation-web/src/test/resources/org/apache/tuscany/sca/implementation/web/xml/TestWeb.composite (renamed from branches/sca-java-2.0-M3/modules/implementation-web/src/test/resources/org/apache/tuscany/sca/implementation/web/xml/TestWeb.composite)0
24 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
diff --git a/branches/sca-java-2.0-M3/modules/implementation-web/LICENSE b/sca-java-2.x/branches/sca-java-2.0-M3/modules/implementation-web/LICENSE
index 6e529a25c4..6e529a25c4 100644
--- a/branches/sca-java-2.0-M3/modules/implementation-web/LICENSE
+++ b/sca-java-2.x/branches/sca-java-2.0-M3/modules/implementation-web/LICENSE
diff --git a/branches/sca-java-2.0-M3/modules/implementation-web/META-INF/MANIFEST.MF b/sca-java-2.x/branches/sca-java-2.0-M3/modules/implementation-web/META-INF/MANIFEST.MF
index 017bb9894a..017bb9894a 100644
--- a/branches/sca-java-2.0-M3/modules/implementation-web/META-INF/MANIFEST.MF
+++ b/sca-java-2.x/branches/sca-java-2.0-M3/modules/implementation-web/META-INF/MANIFEST.MF
diff --git a/branches/sca-java-2.0-M3/modules/implementation-web/NOTICE b/sca-java-2.x/branches/sca-java-2.0-M3/modules/implementation-web/NOTICE
index 1325efd8bf..1325efd8bf 100644
--- a/branches/sca-java-2.0-M3/modules/implementation-web/NOTICE
+++ b/sca-java-2.x/branches/sca-java-2.0-M3/modules/implementation-web/NOTICE
diff --git a/branches/sca-java-2.0-M3/modules/implementation-web/pom.xml b/sca-java-2.x/branches/sca-java-2.0-M3/modules/implementation-web/pom.xml
index a724701a35..a724701a35 100644
--- a/branches/sca-java-2.0-M3/modules/implementation-web/pom.xml
+++ b/sca-java-2.x/branches/sca-java-2.0-M3/modules/implementation-web/pom.xml
diff --git a/branches/sca-java-2.0-M3/modules/implementation-web/src/main/java/org/apache/tuscany/sca/implementation/web/WebImplementation.java b/sca-java-2.x/branches/sca-java-2.0-M3/modules/implementation-web/src/main/java/org/apache/tuscany/sca/implementation/web/WebImplementation.java
index 86af3d7204..86af3d7204 100644
--- a/branches/sca-java-2.0-M3/modules/implementation-web/src/main/java/org/apache/tuscany/sca/implementation/web/WebImplementation.java
+++ b/sca-java-2.x/branches/sca-java-2.0-M3/modules/implementation-web/src/main/java/org/apache/tuscany/sca/implementation/web/WebImplementation.java
diff --git a/branches/sca-java-2.0-M3/modules/implementation-web/src/main/java/org/apache/tuscany/sca/implementation/web/WebImplementationFactory.java b/sca-java-2.x/branches/sca-java-2.0-M3/modules/implementation-web/src/main/java/org/apache/tuscany/sca/implementation/web/WebImplementationFactory.java
index 0cb80de03e..0cb80de03e 100644
--- a/branches/sca-java-2.0-M3/modules/implementation-web/src/main/java/org/apache/tuscany/sca/implementation/web/WebImplementationFactory.java
+++ b/sca-java-2.x/branches/sca-java-2.0-M3/modules/implementation-web/src/main/java/org/apache/tuscany/sca/implementation/web/WebImplementationFactory.java
diff --git a/branches/sca-java-2.0-M3/modules/implementation-web/src/main/java/org/apache/tuscany/sca/implementation/web/impl/WebImplementationFactoryImpl.java b/sca-java-2.x/branches/sca-java-2.0-M3/modules/implementation-web/src/main/java/org/apache/tuscany/sca/implementation/web/impl/WebImplementationFactoryImpl.java
index 744fefc39b..744fefc39b 100644
--- a/branches/sca-java-2.0-M3/modules/implementation-web/src/main/java/org/apache/tuscany/sca/implementation/web/impl/WebImplementationFactoryImpl.java
+++ b/sca-java-2.x/branches/sca-java-2.0-M3/modules/implementation-web/src/main/java/org/apache/tuscany/sca/implementation/web/impl/WebImplementationFactoryImpl.java
diff --git a/branches/sca-java-2.0-M3/modules/implementation-web/src/main/java/org/apache/tuscany/sca/implementation/web/impl/WebImplementationImpl.java b/sca-java-2.x/branches/sca-java-2.0-M3/modules/implementation-web/src/main/java/org/apache/tuscany/sca/implementation/web/impl/WebImplementationImpl.java
index 0495ccb600..0495ccb600 100644
--- a/branches/sca-java-2.0-M3/modules/implementation-web/src/main/java/org/apache/tuscany/sca/implementation/web/impl/WebImplementationImpl.java
+++ b/sca-java-2.x/branches/sca-java-2.0-M3/modules/implementation-web/src/main/java/org/apache/tuscany/sca/implementation/web/impl/WebImplementationImpl.java
diff --git a/branches/sca-java-2.0-M3/modules/implementation-web/src/main/java/org/apache/tuscany/sca/implementation/web/xml/WebImplementationProcessor.java b/sca-java-2.x/branches/sca-java-2.0-M3/modules/implementation-web/src/main/java/org/apache/tuscany/sca/implementation/web/xml/WebImplementationProcessor.java
index d636dd04ae..d636dd04ae 100644
--- a/branches/sca-java-2.0-M3/modules/implementation-web/src/main/java/org/apache/tuscany/sca/implementation/web/xml/WebImplementationProcessor.java
+++ b/sca-java-2.x/branches/sca-java-2.0-M3/modules/implementation-web/src/main/java/org/apache/tuscany/sca/implementation/web/xml/WebImplementationProcessor.java
diff --git a/branches/sca-java-2.0-M3/modules/implementation-web/src/main/resources/META-INF/services/org.apache.tuscany.sca.contribution.processor.StAXArtifactProcessor b/sca-java-2.x/branches/sca-java-2.0-M3/modules/implementation-web/src/main/resources/META-INF/services/org.apache.tuscany.sca.contribution.processor.StAXArtifactProcessor
index 94bc8b5bdf..94bc8b5bdf 100644
--- a/branches/sca-java-2.0-M3/modules/implementation-web/src/main/resources/META-INF/services/org.apache.tuscany.sca.contribution.processor.StAXArtifactProcessor
+++ b/sca-java-2.x/branches/sca-java-2.0-M3/modules/implementation-web/src/main/resources/META-INF/services/org.apache.tuscany.sca.contribution.processor.StAXArtifactProcessor
diff --git a/branches/sca-java-2.0-M3/modules/implementation-web/src/main/resources/META-INF/services/org.apache.tuscany.sca.implementation.web.WebImplementationFactory b/sca-java-2.x/branches/sca-java-2.0-M3/modules/implementation-web/src/main/resources/META-INF/services/org.apache.tuscany.sca.implementation.web.WebImplementationFactory
index d54fe9fcee..d54fe9fcee 100644
--- a/branches/sca-java-2.0-M3/modules/implementation-web/src/main/resources/META-INF/services/org.apache.tuscany.sca.implementation.web.WebImplementationFactory
+++ b/sca-java-2.x/branches/sca-java-2.0-M3/modules/implementation-web/src/main/resources/META-INF/services/org.apache.tuscany.sca.implementation.web.WebImplementationFactory
diff --git a/branches/sca-java-2.0-M3/modules/implementation-web/src/test/java/org/apache/tuscany/sca/implementation/web/xml/ReadTestCase.java b/sca-java-2.x/branches/sca-java-2.0-M3/modules/implementation-web/src/test/java/org/apache/tuscany/sca/implementation/web/xml/ReadTestCase.java
index b23d24656a..b23d24656a 100644
--- a/branches/sca-java-2.0-M3/modules/implementation-web/src/test/java/org/apache/tuscany/sca/implementation/web/xml/ReadTestCase.java
+++ b/sca-java-2.x/branches/sca-java-2.0-M3/modules/implementation-web/src/test/java/org/apache/tuscany/sca/implementation/web/xml/ReadTestCase.java
diff --git a/branches/sca-java-2.0-M3/modules/implementation-web/src/test/java/org/apache/tuscany/sca/implementation/web/xml/WriteTestCase.java b/sca-java-2.x/branches/sca-java-2.0-M3/modules/implementation-web/src/test/java/org/apache/tuscany/sca/implementation/web/xml/WriteTestCase.java
index 723672270d..723672270d 100644
--- a/branches/sca-java-2.0-M3/modules/implementation-web/src/test/java/org/apache/tuscany/sca/implementation/web/xml/WriteTestCase.java
+++ b/sca-java-2.x/branches/sca-java-2.0-M3/modules/implementation-web/src/test/java/org/apache/tuscany/sca/implementation/web/xml/WriteTestCase.java
diff --git a/branches/sca-java-2.0-M3/modules/implementation-web/src/test/resources/org/apache/tuscany/sca/implementation/web/xml/TestWeb.composite b/sca-java-2.x/branches/sca-java-2.0-M3/modules/implementation-web/src/test/resources/org/apache/tuscany/sca/implementation/web/xml/TestWeb.composite
index dddcaf0a23..dddcaf0a23 100644
--- a/branches/sca-java-2.0-M3/modules/implementation-web/src/test/resources/org/apache/tuscany/sca/implementation/web/xml/TestWeb.composite
+++ b/sca-java-2.x/branches/sca-java-2.0-M3/modules/implementation-web/src/test/resources/org/apache/tuscany/sca/implementation/web/xml/TestWeb.composite