summaryrefslogtreecommitdiffstats
path: root/branches/sca-trunk-20080910/modules/implementation-das
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-das
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-das/LICENSE (renamed from branches/trunk-20080910/modules/implementation-das/LICENSE)0
-rw-r--r--branches/sca-trunk-20080910/modules/implementation-das/NOTICE (renamed from branches/trunk-20080910/modules/implementation-das/NOTICE)0
-rw-r--r--branches/sca-trunk-20080910/modules/implementation-das/README (renamed from branches/trunk-20080910/modules/implementation-das/README)0
-rw-r--r--branches/sca-trunk-20080910/modules/implementation-das/build.xml (renamed from branches/trunk-20080910/modules/implementation-das/build.xml)0
-rw-r--r--branches/sca-trunk-20080910/modules/implementation-das/company.sql (renamed from branches/trunk-20080910/modules/implementation-das/company.sql)0
-rw-r--r--branches/sca-trunk-20080910/modules/implementation-das/pom.xml (renamed from branches/trunk-20080910/modules/implementation-das/pom.xml)0
-rw-r--r--branches/sca-trunk-20080910/modules/implementation-das/src/main/java/org/apache/tuscany/sca/implementation/das/Constants.java (renamed from branches/trunk-20080910/modules/implementation-das/src/main/java/org/apache/tuscany/sca/implementation/das/Constants.java)0
-rw-r--r--branches/sca-trunk-20080910/modules/implementation-das/src/main/java/org/apache/tuscany/sca/implementation/das/DAS.java (renamed from branches/trunk-20080910/modules/implementation-das/src/main/java/org/apache/tuscany/sca/implementation/das/DAS.java)0
-rw-r--r--branches/sca-trunk-20080910/modules/implementation-das/src/main/java/org/apache/tuscany/sca/implementation/das/DASImplementation.java (renamed from branches/trunk-20080910/modules/implementation-das/src/main/java/org/apache/tuscany/sca/implementation/das/DASImplementation.java)0
-rw-r--r--branches/sca-trunk-20080910/modules/implementation-das/src/main/java/org/apache/tuscany/sca/implementation/das/DASImplementationFactory.java (renamed from branches/trunk-20080910/modules/implementation-das/src/main/java/org/apache/tuscany/sca/implementation/das/DASImplementationFactory.java)0
-rw-r--r--branches/sca-trunk-20080910/modules/implementation-das/src/main/java/org/apache/tuscany/sca/implementation/das/DASImplementationProcessor.java (renamed from branches/trunk-20080910/modules/implementation-das/src/main/java/org/apache/tuscany/sca/implementation/das/DASImplementationProcessor.java)0
-rw-r--r--branches/sca-trunk-20080910/modules/implementation-das/src/main/java/org/apache/tuscany/sca/implementation/das/DefaultDASImplementationFactory.java (renamed from branches/trunk-20080910/modules/implementation-das/src/main/java/org/apache/tuscany/sca/implementation/das/DefaultDASImplementationFactory.java)0
-rw-r--r--branches/sca-trunk-20080910/modules/implementation-das/src/main/java/org/apache/tuscany/sca/implementation/das/annotations/Command.java (renamed from branches/trunk-20080910/modules/implementation-das/src/main/java/org/apache/tuscany/sca/implementation/das/annotations/Command.java)0
-rw-r--r--branches/sca-trunk-20080910/modules/implementation-das/src/main/java/org/apache/tuscany/sca/implementation/das/provider/DASImplementationProvider.java (renamed from branches/trunk-20080910/modules/implementation-das/src/main/java/org/apache/tuscany/sca/implementation/das/provider/DASImplementationProvider.java)0
-rw-r--r--branches/sca-trunk-20080910/modules/implementation-das/src/main/java/org/apache/tuscany/sca/implementation/das/provider/DASImplementationProviderFactory.java (renamed from branches/trunk-20080910/modules/implementation-das/src/main/java/org/apache/tuscany/sca/implementation/das/provider/DASImplementationProviderFactory.java)0
-rw-r--r--branches/sca-trunk-20080910/modules/implementation-das/src/main/java/org/apache/tuscany/sca/implementation/das/provider/DASInvoker.java (renamed from branches/trunk-20080910/modules/implementation-das/src/main/java/org/apache/tuscany/sca/implementation/das/provider/DASInvoker.java)0
-rw-r--r--branches/sca-trunk-20080910/modules/implementation-das/src/main/resources/META-INF/services/org.apache.tuscany.sca.contribution.processor.StAXArtifactProcessor (renamed from branches/trunk-20080910/modules/implementation-das/src/main/resources/META-INF/services/org.apache.tuscany.sca.contribution.processor.StAXArtifactProcessor)0
-rw-r--r--branches/sca-trunk-20080910/modules/implementation-das/src/main/resources/META-INF/services/org.apache.tuscany.sca.provider.ImplementationProviderFactory (renamed from branches/trunk-20080910/modules/implementation-das/src/main/resources/META-INF/services/org.apache.tuscany.sca.provider.ImplementationProviderFactory)0
-rw-r--r--branches/sca-trunk-20080910/modules/implementation-das/src/main/resources/impl-das-validation-messages.properties (renamed from branches/trunk-20080910/modules/implementation-das/src/main/resources/impl-das-validation-messages.properties)0
-rw-r--r--branches/sca-trunk-20080910/modules/implementation-das/src/test/java/org/apache/tuscany/sca/implementation/das/DASImplementationProcessorTestCase.java (renamed from branches/trunk-20080910/modules/implementation-das/src/test/java/org/apache/tuscany/sca/implementation/das/DASImplementationProcessorTestCase.java)0
-rw-r--r--branches/sca-trunk-20080910/modules/implementation-das/src/test/java/org/apache/tuscany/sca/implementation/das/DASTestCase.java (renamed from branches/trunk-20080910/modules/implementation-das/src/test/java/org/apache/tuscany/sca/implementation/das/DASTestCase.java)0
-rw-r--r--branches/sca-trunk-20080910/modules/implementation-das/src/test/java/org/apache/tuscany/sca/implementation/das/company/CompanyService.java (renamed from branches/trunk-20080910/modules/implementation-das/src/test/java/org/apache/tuscany/sca/implementation/das/company/CompanyService.java)0
-rw-r--r--branches/sca-trunk-20080910/modules/implementation-das/src/test/java/org/apache/tuscany/sca/implementation/das/company/CompanyServiceTestCase.java (renamed from branches/trunk-20080910/modules/implementation-das/src/test/java/org/apache/tuscany/sca/implementation/das/company/CompanyServiceTestCase.java)0
-rw-r--r--branches/sca-trunk-20080910/modules/implementation-das/src/test/resources/company.componentType (renamed from branches/trunk-20080910/modules/implementation-das/src/test/resources/company.componentType)0
-rw-r--r--branches/sca-trunk-20080910/modules/implementation-das/src/test/resources/company.composite (renamed from branches/trunk-20080910/modules/implementation-das/src/test/resources/company.composite)0
-rw-r--r--branches/sca-trunk-20080910/modules/implementation-das/src/test/resources/company.xml (renamed from branches/trunk-20080910/modules/implementation-das/src/test/resources/company.xml)0
-rw-r--r--branches/sca-trunk-20080910/modules/implementation-das/src/test/resources/das.composite (renamed from branches/trunk-20080910/modules/implementation-das/src/test/resources/das.composite)0
27 files changed, 0 insertions, 0 deletions
diff --git a/branches/trunk-20080910/modules/implementation-das/LICENSE b/branches/sca-trunk-20080910/modules/implementation-das/LICENSE
index 8aa906c321..8aa906c321 100644
--- a/branches/trunk-20080910/modules/implementation-das/LICENSE
+++ b/branches/sca-trunk-20080910/modules/implementation-das/LICENSE
diff --git a/branches/trunk-20080910/modules/implementation-das/NOTICE b/branches/sca-trunk-20080910/modules/implementation-das/NOTICE
index fdfa0e9faa..fdfa0e9faa 100644
--- a/branches/trunk-20080910/modules/implementation-das/NOTICE
+++ b/branches/sca-trunk-20080910/modules/implementation-das/NOTICE
diff --git a/branches/trunk-20080910/modules/implementation-das/README b/branches/sca-trunk-20080910/modules/implementation-das/README
index 763daafe46..763daafe46 100644
--- a/branches/trunk-20080910/modules/implementation-das/README
+++ b/branches/sca-trunk-20080910/modules/implementation-das/README
diff --git a/branches/trunk-20080910/modules/implementation-das/build.xml b/branches/sca-trunk-20080910/modules/implementation-das/build.xml
index ab0d93beb0..ab0d93beb0 100644
--- a/branches/trunk-20080910/modules/implementation-das/build.xml
+++ b/branches/sca-trunk-20080910/modules/implementation-das/build.xml
diff --git a/branches/trunk-20080910/modules/implementation-das/company.sql b/branches/sca-trunk-20080910/modules/implementation-das/company.sql
index 4911f9e62f..4911f9e62f 100644
--- a/branches/trunk-20080910/modules/implementation-das/company.sql
+++ b/branches/sca-trunk-20080910/modules/implementation-das/company.sql
diff --git a/branches/trunk-20080910/modules/implementation-das/pom.xml b/branches/sca-trunk-20080910/modules/implementation-das/pom.xml
index b9e42fb6a9..b9e42fb6a9 100644
--- a/branches/trunk-20080910/modules/implementation-das/pom.xml
+++ b/branches/sca-trunk-20080910/modules/implementation-das/pom.xml
diff --git a/branches/trunk-20080910/modules/implementation-das/src/main/java/org/apache/tuscany/sca/implementation/das/Constants.java b/branches/sca-trunk-20080910/modules/implementation-das/src/main/java/org/apache/tuscany/sca/implementation/das/Constants.java
index b0b4b132e6..b0b4b132e6 100644
--- a/branches/trunk-20080910/modules/implementation-das/src/main/java/org/apache/tuscany/sca/implementation/das/Constants.java
+++ b/branches/sca-trunk-20080910/modules/implementation-das/src/main/java/org/apache/tuscany/sca/implementation/das/Constants.java
diff --git a/branches/trunk-20080910/modules/implementation-das/src/main/java/org/apache/tuscany/sca/implementation/das/DAS.java b/branches/sca-trunk-20080910/modules/implementation-das/src/main/java/org/apache/tuscany/sca/implementation/das/DAS.java
index 1fc46ea710..1fc46ea710 100644
--- a/branches/trunk-20080910/modules/implementation-das/src/main/java/org/apache/tuscany/sca/implementation/das/DAS.java
+++ b/branches/sca-trunk-20080910/modules/implementation-das/src/main/java/org/apache/tuscany/sca/implementation/das/DAS.java
diff --git a/branches/trunk-20080910/modules/implementation-das/src/main/java/org/apache/tuscany/sca/implementation/das/DASImplementation.java b/branches/sca-trunk-20080910/modules/implementation-das/src/main/java/org/apache/tuscany/sca/implementation/das/DASImplementation.java
index 0e0c689b41..0e0c689b41 100644
--- a/branches/trunk-20080910/modules/implementation-das/src/main/java/org/apache/tuscany/sca/implementation/das/DASImplementation.java
+++ b/branches/sca-trunk-20080910/modules/implementation-das/src/main/java/org/apache/tuscany/sca/implementation/das/DASImplementation.java
diff --git a/branches/trunk-20080910/modules/implementation-das/src/main/java/org/apache/tuscany/sca/implementation/das/DASImplementationFactory.java b/branches/sca-trunk-20080910/modules/implementation-das/src/main/java/org/apache/tuscany/sca/implementation/das/DASImplementationFactory.java
index 93d22d2d5a..93d22d2d5a 100644
--- a/branches/trunk-20080910/modules/implementation-das/src/main/java/org/apache/tuscany/sca/implementation/das/DASImplementationFactory.java
+++ b/branches/sca-trunk-20080910/modules/implementation-das/src/main/java/org/apache/tuscany/sca/implementation/das/DASImplementationFactory.java
diff --git a/branches/trunk-20080910/modules/implementation-das/src/main/java/org/apache/tuscany/sca/implementation/das/DASImplementationProcessor.java b/branches/sca-trunk-20080910/modules/implementation-das/src/main/java/org/apache/tuscany/sca/implementation/das/DASImplementationProcessor.java
index 0e90c90082..0e90c90082 100644
--- a/branches/trunk-20080910/modules/implementation-das/src/main/java/org/apache/tuscany/sca/implementation/das/DASImplementationProcessor.java
+++ b/branches/sca-trunk-20080910/modules/implementation-das/src/main/java/org/apache/tuscany/sca/implementation/das/DASImplementationProcessor.java
diff --git a/branches/trunk-20080910/modules/implementation-das/src/main/java/org/apache/tuscany/sca/implementation/das/DefaultDASImplementationFactory.java b/branches/sca-trunk-20080910/modules/implementation-das/src/main/java/org/apache/tuscany/sca/implementation/das/DefaultDASImplementationFactory.java
index 2e18541b3b..2e18541b3b 100644
--- a/branches/trunk-20080910/modules/implementation-das/src/main/java/org/apache/tuscany/sca/implementation/das/DefaultDASImplementationFactory.java
+++ b/branches/sca-trunk-20080910/modules/implementation-das/src/main/java/org/apache/tuscany/sca/implementation/das/DefaultDASImplementationFactory.java
diff --git a/branches/trunk-20080910/modules/implementation-das/src/main/java/org/apache/tuscany/sca/implementation/das/annotations/Command.java b/branches/sca-trunk-20080910/modules/implementation-das/src/main/java/org/apache/tuscany/sca/implementation/das/annotations/Command.java
index c8c3fd75e6..c8c3fd75e6 100644
--- a/branches/trunk-20080910/modules/implementation-das/src/main/java/org/apache/tuscany/sca/implementation/das/annotations/Command.java
+++ b/branches/sca-trunk-20080910/modules/implementation-das/src/main/java/org/apache/tuscany/sca/implementation/das/annotations/Command.java
diff --git a/branches/trunk-20080910/modules/implementation-das/src/main/java/org/apache/tuscany/sca/implementation/das/provider/DASImplementationProvider.java b/branches/sca-trunk-20080910/modules/implementation-das/src/main/java/org/apache/tuscany/sca/implementation/das/provider/DASImplementationProvider.java
index 40f414b7ef..40f414b7ef 100644
--- a/branches/trunk-20080910/modules/implementation-das/src/main/java/org/apache/tuscany/sca/implementation/das/provider/DASImplementationProvider.java
+++ b/branches/sca-trunk-20080910/modules/implementation-das/src/main/java/org/apache/tuscany/sca/implementation/das/provider/DASImplementationProvider.java
diff --git a/branches/trunk-20080910/modules/implementation-das/src/main/java/org/apache/tuscany/sca/implementation/das/provider/DASImplementationProviderFactory.java b/branches/sca-trunk-20080910/modules/implementation-das/src/main/java/org/apache/tuscany/sca/implementation/das/provider/DASImplementationProviderFactory.java
index 3ce182347c..3ce182347c 100644
--- a/branches/trunk-20080910/modules/implementation-das/src/main/java/org/apache/tuscany/sca/implementation/das/provider/DASImplementationProviderFactory.java
+++ b/branches/sca-trunk-20080910/modules/implementation-das/src/main/java/org/apache/tuscany/sca/implementation/das/provider/DASImplementationProviderFactory.java
diff --git a/branches/trunk-20080910/modules/implementation-das/src/main/java/org/apache/tuscany/sca/implementation/das/provider/DASInvoker.java b/branches/sca-trunk-20080910/modules/implementation-das/src/main/java/org/apache/tuscany/sca/implementation/das/provider/DASInvoker.java
index 4cd227717c..4cd227717c 100644
--- a/branches/trunk-20080910/modules/implementation-das/src/main/java/org/apache/tuscany/sca/implementation/das/provider/DASInvoker.java
+++ b/branches/sca-trunk-20080910/modules/implementation-das/src/main/java/org/apache/tuscany/sca/implementation/das/provider/DASInvoker.java
diff --git a/branches/trunk-20080910/modules/implementation-das/src/main/resources/META-INF/services/org.apache.tuscany.sca.contribution.processor.StAXArtifactProcessor b/branches/sca-trunk-20080910/modules/implementation-das/src/main/resources/META-INF/services/org.apache.tuscany.sca.contribution.processor.StAXArtifactProcessor
index 417195c684..417195c684 100644
--- a/branches/trunk-20080910/modules/implementation-das/src/main/resources/META-INF/services/org.apache.tuscany.sca.contribution.processor.StAXArtifactProcessor
+++ b/branches/sca-trunk-20080910/modules/implementation-das/src/main/resources/META-INF/services/org.apache.tuscany.sca.contribution.processor.StAXArtifactProcessor
diff --git a/branches/trunk-20080910/modules/implementation-das/src/main/resources/META-INF/services/org.apache.tuscany.sca.provider.ImplementationProviderFactory b/branches/sca-trunk-20080910/modules/implementation-das/src/main/resources/META-INF/services/org.apache.tuscany.sca.provider.ImplementationProviderFactory
index 290f05d03e..290f05d03e 100644
--- a/branches/trunk-20080910/modules/implementation-das/src/main/resources/META-INF/services/org.apache.tuscany.sca.provider.ImplementationProviderFactory
+++ b/branches/sca-trunk-20080910/modules/implementation-das/src/main/resources/META-INF/services/org.apache.tuscany.sca.provider.ImplementationProviderFactory
diff --git a/branches/trunk-20080910/modules/implementation-das/src/main/resources/impl-das-validation-messages.properties b/branches/sca-trunk-20080910/modules/implementation-das/src/main/resources/impl-das-validation-messages.properties
index a002d3cef0..a002d3cef0 100644
--- a/branches/trunk-20080910/modules/implementation-das/src/main/resources/impl-das-validation-messages.properties
+++ b/branches/sca-trunk-20080910/modules/implementation-das/src/main/resources/impl-das-validation-messages.properties
diff --git a/branches/trunk-20080910/modules/implementation-das/src/test/java/org/apache/tuscany/sca/implementation/das/DASImplementationProcessorTestCase.java b/branches/sca-trunk-20080910/modules/implementation-das/src/test/java/org/apache/tuscany/sca/implementation/das/DASImplementationProcessorTestCase.java
index 8659280891..8659280891 100644
--- a/branches/trunk-20080910/modules/implementation-das/src/test/java/org/apache/tuscany/sca/implementation/das/DASImplementationProcessorTestCase.java
+++ b/branches/sca-trunk-20080910/modules/implementation-das/src/test/java/org/apache/tuscany/sca/implementation/das/DASImplementationProcessorTestCase.java
diff --git a/branches/trunk-20080910/modules/implementation-das/src/test/java/org/apache/tuscany/sca/implementation/das/DASTestCase.java b/branches/sca-trunk-20080910/modules/implementation-das/src/test/java/org/apache/tuscany/sca/implementation/das/DASTestCase.java
index 7d8b4181c1..7d8b4181c1 100644
--- a/branches/trunk-20080910/modules/implementation-das/src/test/java/org/apache/tuscany/sca/implementation/das/DASTestCase.java
+++ b/branches/sca-trunk-20080910/modules/implementation-das/src/test/java/org/apache/tuscany/sca/implementation/das/DASTestCase.java
diff --git a/branches/trunk-20080910/modules/implementation-das/src/test/java/org/apache/tuscany/sca/implementation/das/company/CompanyService.java b/branches/sca-trunk-20080910/modules/implementation-das/src/test/java/org/apache/tuscany/sca/implementation/das/company/CompanyService.java
index 63d0c92683..63d0c92683 100644
--- a/branches/trunk-20080910/modules/implementation-das/src/test/java/org/apache/tuscany/sca/implementation/das/company/CompanyService.java
+++ b/branches/sca-trunk-20080910/modules/implementation-das/src/test/java/org/apache/tuscany/sca/implementation/das/company/CompanyService.java
diff --git a/branches/trunk-20080910/modules/implementation-das/src/test/java/org/apache/tuscany/sca/implementation/das/company/CompanyServiceTestCase.java b/branches/sca-trunk-20080910/modules/implementation-das/src/test/java/org/apache/tuscany/sca/implementation/das/company/CompanyServiceTestCase.java
index 565a930ebe..565a930ebe 100644
--- a/branches/trunk-20080910/modules/implementation-das/src/test/java/org/apache/tuscany/sca/implementation/das/company/CompanyServiceTestCase.java
+++ b/branches/sca-trunk-20080910/modules/implementation-das/src/test/java/org/apache/tuscany/sca/implementation/das/company/CompanyServiceTestCase.java
diff --git a/branches/trunk-20080910/modules/implementation-das/src/test/resources/company.componentType b/branches/sca-trunk-20080910/modules/implementation-das/src/test/resources/company.componentType
index 5017cfcffd..5017cfcffd 100644
--- a/branches/trunk-20080910/modules/implementation-das/src/test/resources/company.componentType
+++ b/branches/sca-trunk-20080910/modules/implementation-das/src/test/resources/company.componentType
diff --git a/branches/trunk-20080910/modules/implementation-das/src/test/resources/company.composite b/branches/sca-trunk-20080910/modules/implementation-das/src/test/resources/company.composite
index ee6104360e..ee6104360e 100644
--- a/branches/trunk-20080910/modules/implementation-das/src/test/resources/company.composite
+++ b/branches/sca-trunk-20080910/modules/implementation-das/src/test/resources/company.composite
diff --git a/branches/trunk-20080910/modules/implementation-das/src/test/resources/company.xml b/branches/sca-trunk-20080910/modules/implementation-das/src/test/resources/company.xml
index 350c8b99ce..350c8b99ce 100644
--- a/branches/trunk-20080910/modules/implementation-das/src/test/resources/company.xml
+++ b/branches/sca-trunk-20080910/modules/implementation-das/src/test/resources/company.xml
diff --git a/branches/trunk-20080910/modules/implementation-das/src/test/resources/das.composite b/branches/sca-trunk-20080910/modules/implementation-das/src/test/resources/das.composite
index e54f4390ac..e54f4390ac 100644
--- a/branches/trunk-20080910/modules/implementation-das/src/test/resources/das.composite
+++ b/branches/sca-trunk-20080910/modules/implementation-das/src/test/resources/das.composite