summaryrefslogtreecommitdiffstats
path: root/branches/sca-trunk-20080910/modules/implementation-web-runtime/src/main
diff options
context:
space:
mode:
authorlresende <lresende@13f79535-47bb-0310-9956-ffa450edef68>2008-09-11 04:12:24 +0000
committerlresende <lresende@13f79535-47bb-0310-9956-ffa450edef68>2008-09-11 04:12:24 +0000
commit28f92c6fc62f3bc0637ac77681aabcc8c0b5e42c (patch)
treec5200096f9d6529817b61ee630254a6bd5085729 /branches/sca-trunk-20080910/modules/implementation-web-runtime/src/main
parenta72fcfa3adf5be93bcf62e8ed26c08d10939b364 (diff)
Renaming branch
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@694107 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r--branches/sca-trunk-20080910/modules/implementation-web-runtime/src/main/java/org/apache/tuscany/sca/implementation/web/ComponentContextServlet.java (renamed from branches/trunk-20080910/modules/implementation-web-runtime/src/main/java/org/apache/tuscany/sca/implementation/web/ComponentContextServlet.java)0
-rw-r--r--branches/sca-trunk-20080910/modules/implementation-web-runtime/src/main/java/org/apache/tuscany/sca/implementation/web/ContextScriptProcessor.java (renamed from branches/trunk-20080910/modules/implementation-web-runtime/src/main/java/org/apache/tuscany/sca/implementation/web/ContextScriptProcessor.java)0
-rw-r--r--branches/sca-trunk-20080910/modules/implementation-web-runtime/src/main/java/org/apache/tuscany/sca/implementation/web/ContextScriptProcessorExtensionPoint.java (renamed from branches/trunk-20080910/modules/implementation-web-runtime/src/main/java/org/apache/tuscany/sca/implementation/web/ContextScriptProcessorExtensionPoint.java)0
-rw-r--r--branches/sca-trunk-20080910/modules/implementation-web-runtime/src/main/java/org/apache/tuscany/sca/implementation/web/DefaultContextScriptProcessorExtensionPoint.java (renamed from branches/trunk-20080910/modules/implementation-web-runtime/src/main/java/org/apache/tuscany/sca/implementation/web/DefaultContextScriptProcessorExtensionPoint.java)0
-rw-r--r--branches/sca-trunk-20080910/modules/implementation-web-runtime/src/main/java/org/apache/tuscany/sca/implementation/web/JSONRPCScripProcessor.java (renamed from branches/trunk-20080910/modules/implementation-web-runtime/src/main/java/org/apache/tuscany/sca/implementation/web/JSONRPCScripProcessor.java)0
-rw-r--r--branches/sca-trunk-20080910/modules/implementation-web-runtime/src/main/java/org/apache/tuscany/sca/implementation/web/runtime/ComponentContextProxy.java (renamed from branches/trunk-20080910/modules/implementation-web-runtime/src/main/java/org/apache/tuscany/sca/implementation/web/runtime/ComponentContextProxy.java)0
-rw-r--r--branches/sca-trunk-20080910/modules/implementation-web-runtime/src/main/java/org/apache/tuscany/sca/implementation/web/runtime/WebImplementationProviderFactory.java (renamed from branches/trunk-20080910/modules/implementation-web-runtime/src/main/java/org/apache/tuscany/sca/implementation/web/runtime/WebImplementationProviderFactory.java)0
-rw-r--r--branches/sca-trunk-20080910/modules/implementation-web-runtime/src/main/resources/META-INF/sca.tld (renamed from branches/trunk-20080910/modules/implementation-web-runtime/src/main/resources/META-INF/sca.tld)0
-rw-r--r--branches/sca-trunk-20080910/modules/implementation-web-runtime/src/main/resources/META-INF/services/org.apache.tuscany.sca.implementation.web.ContextScriptProcessorExtensionPoint (renamed from branches/trunk-20080910/modules/implementation-web-runtime/src/main/resources/META-INF/services/org.apache.tuscany.sca.implementation.web.ContextScriptProcessorExtensionPoint)0
-rw-r--r--branches/sca-trunk-20080910/modules/implementation-web-runtime/src/main/resources/META-INF/services/org.apache.tuscany.sca.provider.ImplementationProviderFactory (renamed from branches/trunk-20080910/modules/implementation-web-runtime/src/main/resources/META-INF/services/org.apache.tuscany.sca.provider.ImplementationProviderFactory)0
-rw-r--r--branches/sca-trunk-20080910/modules/implementation-web-runtime/src/main/resources/jsonrpc.js (renamed from branches/trunk-20080910/modules/implementation-web-runtime/src/main/resources/jsonrpc.js)0
11 files changed, 0 insertions, 0 deletions
diff --git a/branches/trunk-20080910/modules/implementation-web-runtime/src/main/java/org/apache/tuscany/sca/implementation/web/ComponentContextServlet.java b/branches/sca-trunk-20080910/modules/implementation-web-runtime/src/main/java/org/apache/tuscany/sca/implementation/web/ComponentContextServlet.java
index bf33f7ad9e..bf33f7ad9e 100644
--- a/branches/trunk-20080910/modules/implementation-web-runtime/src/main/java/org/apache/tuscany/sca/implementation/web/ComponentContextServlet.java
+++ b/branches/sca-trunk-20080910/modules/implementation-web-runtime/src/main/java/org/apache/tuscany/sca/implementation/web/ComponentContextServlet.java
diff --git a/branches/trunk-20080910/modules/implementation-web-runtime/src/main/java/org/apache/tuscany/sca/implementation/web/ContextScriptProcessor.java b/branches/sca-trunk-20080910/modules/implementation-web-runtime/src/main/java/org/apache/tuscany/sca/implementation/web/ContextScriptProcessor.java
index 02c99debb0..02c99debb0 100644
--- a/branches/trunk-20080910/modules/implementation-web-runtime/src/main/java/org/apache/tuscany/sca/implementation/web/ContextScriptProcessor.java
+++ b/branches/sca-trunk-20080910/modules/implementation-web-runtime/src/main/java/org/apache/tuscany/sca/implementation/web/ContextScriptProcessor.java
diff --git a/branches/trunk-20080910/modules/implementation-web-runtime/src/main/java/org/apache/tuscany/sca/implementation/web/ContextScriptProcessorExtensionPoint.java b/branches/sca-trunk-20080910/modules/implementation-web-runtime/src/main/java/org/apache/tuscany/sca/implementation/web/ContextScriptProcessorExtensionPoint.java
index 6d3f590309..6d3f590309 100644
--- a/branches/trunk-20080910/modules/implementation-web-runtime/src/main/java/org/apache/tuscany/sca/implementation/web/ContextScriptProcessorExtensionPoint.java
+++ b/branches/sca-trunk-20080910/modules/implementation-web-runtime/src/main/java/org/apache/tuscany/sca/implementation/web/ContextScriptProcessorExtensionPoint.java
diff --git a/branches/trunk-20080910/modules/implementation-web-runtime/src/main/java/org/apache/tuscany/sca/implementation/web/DefaultContextScriptProcessorExtensionPoint.java b/branches/sca-trunk-20080910/modules/implementation-web-runtime/src/main/java/org/apache/tuscany/sca/implementation/web/DefaultContextScriptProcessorExtensionPoint.java
index 89b951e7d2..89b951e7d2 100644
--- a/branches/trunk-20080910/modules/implementation-web-runtime/src/main/java/org/apache/tuscany/sca/implementation/web/DefaultContextScriptProcessorExtensionPoint.java
+++ b/branches/sca-trunk-20080910/modules/implementation-web-runtime/src/main/java/org/apache/tuscany/sca/implementation/web/DefaultContextScriptProcessorExtensionPoint.java
diff --git a/branches/trunk-20080910/modules/implementation-web-runtime/src/main/java/org/apache/tuscany/sca/implementation/web/JSONRPCScripProcessor.java b/branches/sca-trunk-20080910/modules/implementation-web-runtime/src/main/java/org/apache/tuscany/sca/implementation/web/JSONRPCScripProcessor.java
index e4ec0d71f9..e4ec0d71f9 100644
--- a/branches/trunk-20080910/modules/implementation-web-runtime/src/main/java/org/apache/tuscany/sca/implementation/web/JSONRPCScripProcessor.java
+++ b/branches/sca-trunk-20080910/modules/implementation-web-runtime/src/main/java/org/apache/tuscany/sca/implementation/web/JSONRPCScripProcessor.java
diff --git a/branches/trunk-20080910/modules/implementation-web-runtime/src/main/java/org/apache/tuscany/sca/implementation/web/runtime/ComponentContextProxy.java b/branches/sca-trunk-20080910/modules/implementation-web-runtime/src/main/java/org/apache/tuscany/sca/implementation/web/runtime/ComponentContextProxy.java
index 59afe23fa4..59afe23fa4 100644
--- a/branches/trunk-20080910/modules/implementation-web-runtime/src/main/java/org/apache/tuscany/sca/implementation/web/runtime/ComponentContextProxy.java
+++ b/branches/sca-trunk-20080910/modules/implementation-web-runtime/src/main/java/org/apache/tuscany/sca/implementation/web/runtime/ComponentContextProxy.java
diff --git a/branches/trunk-20080910/modules/implementation-web-runtime/src/main/java/org/apache/tuscany/sca/implementation/web/runtime/WebImplementationProviderFactory.java b/branches/sca-trunk-20080910/modules/implementation-web-runtime/src/main/java/org/apache/tuscany/sca/implementation/web/runtime/WebImplementationProviderFactory.java
index 2518ba5381..2518ba5381 100644
--- a/branches/trunk-20080910/modules/implementation-web-runtime/src/main/java/org/apache/tuscany/sca/implementation/web/runtime/WebImplementationProviderFactory.java
+++ b/branches/sca-trunk-20080910/modules/implementation-web-runtime/src/main/java/org/apache/tuscany/sca/implementation/web/runtime/WebImplementationProviderFactory.java
diff --git a/branches/trunk-20080910/modules/implementation-web-runtime/src/main/resources/META-INF/sca.tld b/branches/sca-trunk-20080910/modules/implementation-web-runtime/src/main/resources/META-INF/sca.tld
index 4807ba517a..4807ba517a 100644
--- a/branches/trunk-20080910/modules/implementation-web-runtime/src/main/resources/META-INF/sca.tld
+++ b/branches/sca-trunk-20080910/modules/implementation-web-runtime/src/main/resources/META-INF/sca.tld
diff --git a/branches/trunk-20080910/modules/implementation-web-runtime/src/main/resources/META-INF/services/org.apache.tuscany.sca.implementation.web.ContextScriptProcessorExtensionPoint b/branches/sca-trunk-20080910/modules/implementation-web-runtime/src/main/resources/META-INF/services/org.apache.tuscany.sca.implementation.web.ContextScriptProcessorExtensionPoint
index 960ae30552..960ae30552 100644
--- a/branches/trunk-20080910/modules/implementation-web-runtime/src/main/resources/META-INF/services/org.apache.tuscany.sca.implementation.web.ContextScriptProcessorExtensionPoint
+++ b/branches/sca-trunk-20080910/modules/implementation-web-runtime/src/main/resources/META-INF/services/org.apache.tuscany.sca.implementation.web.ContextScriptProcessorExtensionPoint
diff --git a/branches/trunk-20080910/modules/implementation-web-runtime/src/main/resources/META-INF/services/org.apache.tuscany.sca.provider.ImplementationProviderFactory b/branches/sca-trunk-20080910/modules/implementation-web-runtime/src/main/resources/META-INF/services/org.apache.tuscany.sca.provider.ImplementationProviderFactory
index 9b769c9b10..9b769c9b10 100644
--- a/branches/trunk-20080910/modules/implementation-web-runtime/src/main/resources/META-INF/services/org.apache.tuscany.sca.provider.ImplementationProviderFactory
+++ b/branches/sca-trunk-20080910/modules/implementation-web-runtime/src/main/resources/META-INF/services/org.apache.tuscany.sca.provider.ImplementationProviderFactory
diff --git a/branches/trunk-20080910/modules/implementation-web-runtime/src/main/resources/jsonrpc.js b/branches/sca-trunk-20080910/modules/implementation-web-runtime/src/main/resources/jsonrpc.js
index 8eb477c2e5..8eb477c2e5 100644
--- a/branches/trunk-20080910/modules/implementation-web-runtime/src/main/resources/jsonrpc.js
+++ b/branches/sca-trunk-20080910/modules/implementation-web-runtime/src/main/resources/jsonrpc.js