summaryrefslogtreecommitdiffstats
path: root/sca-java-1.x/branches/sca-java-1.0.1/samples/implementation-crud
diff options
context:
space:
mode:
authorlresende <lresende@13f79535-47bb-0310-9956-ffa450edef68>2009-11-11 23:07:19 +0000
committerlresende <lresende@13f79535-47bb-0310-9956-ffa450edef68>2009-11-11 23:07:19 +0000
commit6fadbc9cd1fcf03d0b3630f772d91df149b70428 (patch)
tree32752e491abb97fc8ef4f246455e3b5fd2814862 /sca-java-1.x/branches/sca-java-1.0.1/samples/implementation-crud
parent5559ef5edbf8d3616f7a4b497b2a459b0ee4082b (diff)
Moving 1.x branches
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@835123 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r--sca-java-1.x/branches/sca-java-1.0.1/samples/implementation-crud-extension/DISCLAIMER (renamed from branches/sca-java-1.0.1/samples/implementation-crud-extension/DISCLAIMER)0
-rw-r--r--sca-java-1.x/branches/sca-java-1.0.1/samples/implementation-crud-extension/LICENSE (renamed from branches/sca-java-1.0.1/samples/implementation-crud-extension/LICENSE)0
-rw-r--r--sca-java-1.x/branches/sca-java-1.0.1/samples/implementation-crud-extension/NOTICE (renamed from branches/sca-java-1.0.1/samples/implementation-crud-extension/NOTICE)0
-rw-r--r--sca-java-1.x/branches/sca-java-1.0.1/samples/implementation-crud-extension/README (renamed from branches/sca-java-1.0.1/samples/implementation-crud-extension/README)0
-rw-r--r--sca-java-1.x/branches/sca-java-1.0.1/samples/implementation-crud-extension/build.xml (renamed from branches/sca-java-1.0.1/samples/implementation-crud-extension/build.xml)0
-rw-r--r--sca-java-1.x/branches/sca-java-1.0.1/samples/implementation-crud-extension/pom.xml (renamed from branches/sca-java-1.0.1/samples/implementation-crud-extension/pom.xml)0
-rw-r--r--sca-java-1.x/branches/sca-java-1.0.1/samples/implementation-crud-extension/src/main/java/crud/CRUD.java (renamed from branches/sca-java-1.0.1/samples/implementation-crud-extension/src/main/java/crud/CRUD.java)0
-rw-r--r--sca-java-1.x/branches/sca-java-1.0.1/samples/implementation-crud-extension/src/main/java/crud/CRUDImplementation.java (renamed from branches/sca-java-1.0.1/samples/implementation-crud-extension/src/main/java/crud/CRUDImplementation.java)0
-rw-r--r--sca-java-1.x/branches/sca-java-1.0.1/samples/implementation-crud-extension/src/main/java/crud/CRUDImplementationFactory.java (renamed from branches/sca-java-1.0.1/samples/implementation-crud-extension/src/main/java/crud/CRUDImplementationFactory.java)0
-rw-r--r--sca-java-1.x/branches/sca-java-1.0.1/samples/implementation-crud-extension/src/main/java/crud/backend/ResourceManager.java (renamed from branches/sca-java-1.0.1/samples/implementation-crud-extension/src/main/java/crud/backend/ResourceManager.java)0
-rw-r--r--sca-java-1.x/branches/sca-java-1.0.1/samples/implementation-crud-extension/src/main/java/crud/impl/CRUDImplementationFactoryImpl.java (renamed from branches/sca-java-1.0.1/samples/implementation-crud-extension/src/main/java/crud/impl/CRUDImplementationFactoryImpl.java)0
-rw-r--r--sca-java-1.x/branches/sca-java-1.0.1/samples/implementation-crud-extension/src/main/java/crud/impl/CRUDImplementationImpl.java (renamed from branches/sca-java-1.0.1/samples/implementation-crud-extension/src/main/java/crud/impl/CRUDImplementationImpl.java)0
-rw-r--r--sca-java-1.x/branches/sca-java-1.0.1/samples/implementation-crud-extension/src/main/java/crud/provider/CRUDImplementationInvoker.java (renamed from branches/sca-java-1.0.1/samples/implementation-crud-extension/src/main/java/crud/provider/CRUDImplementationInvoker.java)0
-rw-r--r--sca-java-1.x/branches/sca-java-1.0.1/samples/implementation-crud-extension/src/main/java/crud/provider/CRUDImplementationProvider.java (renamed from branches/sca-java-1.0.1/samples/implementation-crud-extension/src/main/java/crud/provider/CRUDImplementationProvider.java)0
-rw-r--r--sca-java-1.x/branches/sca-java-1.0.1/samples/implementation-crud-extension/src/main/java/crud/provider/CRUDImplementationProviderFactory.java (renamed from branches/sca-java-1.0.1/samples/implementation-crud-extension/src/main/java/crud/provider/CRUDImplementationProviderFactory.java)0
-rw-r--r--sca-java-1.x/branches/sca-java-1.0.1/samples/implementation-crud-extension/src/main/resources/META-INF/services/crud.CRUDImplementationFactory (renamed from branches/sca-java-1.0.1/samples/implementation-crud-extension/src/main/resources/META-INF/services/crud.CRUDImplementationFactory)0
-rw-r--r--sca-java-1.x/branches/sca-java-1.0.1/samples/implementation-crud-extension/src/main/resources/META-INF/services/org.apache.tuscany.sca.contribution.processor.StAXArtifactProcessor (renamed from branches/sca-java-1.0.1/samples/implementation-crud-extension/src/main/resources/META-INF/services/org.apache.tuscany.sca.contribution.processor.StAXArtifactProcessor)0
-rw-r--r--sca-java-1.x/branches/sca-java-1.0.1/samples/implementation-crud-extension/src/main/resources/META-INF/services/org.apache.tuscany.sca.contribution.processor.ValidationSchema (renamed from branches/sca-java-1.0.1/samples/implementation-crud-extension/src/main/resources/META-INF/services/org.apache.tuscany.sca.contribution.processor.ValidationSchema)0
-rw-r--r--sca-java-1.x/branches/sca-java-1.0.1/samples/implementation-crud-extension/src/main/resources/META-INF/services/org.apache.tuscany.sca.provider.ImplementationProviderFactory (renamed from branches/sca-java-1.0.1/samples/implementation-crud-extension/src/main/resources/META-INF/services/org.apache.tuscany.sca.provider.ImplementationProviderFactory)0
-rw-r--r--sca-java-1.x/branches/sca-java-1.0.1/samples/implementation-crud-extension/src/main/resources/sample-implementation-crud.xsd (renamed from branches/sca-java-1.0.1/samples/implementation-crud-extension/src/main/resources/sample-implementation-crud.xsd)0
-rw-r--r--sca-java-1.x/branches/sca-java-1.0.1/samples/implementation-crud-extension/src/test/java/crud/CRUDTestCase.java (renamed from branches/sca-java-1.0.1/samples/implementation-crud-extension/src/test/java/crud/CRUDTestCase.java)0
-rw-r--r--sca-java-1.x/branches/sca-java-1.0.1/samples/implementation-crud-extension/src/test/resources/crud.composite (renamed from branches/sca-java-1.0.1/samples/implementation-crud-extension/src/test/resources/crud.composite)0
-rw-r--r--sca-java-1.x/branches/sca-java-1.0.1/samples/implementation-crud/DISCLAIMER (renamed from branches/sca-java-1.0.1/samples/implementation-crud/DISCLAIMER)0
-rw-r--r--sca-java-1.x/branches/sca-java-1.0.1/samples/implementation-crud/LICENSE (renamed from branches/sca-java-1.0.1/samples/implementation-crud/LICENSE)0
-rw-r--r--sca-java-1.x/branches/sca-java-1.0.1/samples/implementation-crud/NOTICE (renamed from branches/sca-java-1.0.1/samples/implementation-crud/NOTICE)0
-rw-r--r--sca-java-1.x/branches/sca-java-1.0.1/samples/implementation-crud/README (renamed from branches/sca-java-1.0.1/samples/implementation-crud/README)0
-rw-r--r--sca-java-1.x/branches/sca-java-1.0.1/samples/implementation-crud/build.xml (renamed from branches/sca-java-1.0.1/samples/implementation-crud/build.xml)0
-rw-r--r--sca-java-1.x/branches/sca-java-1.0.1/samples/implementation-crud/implementation-crud.png (renamed from branches/sca-java-1.0.1/samples/implementation-crud/implementation-crud.png)bin4227 -> 4227 bytes
-rw-r--r--sca-java-1.x/branches/sca-java-1.0.1/samples/implementation-crud/implementation-crud.svg (renamed from branches/sca-java-1.0.1/samples/implementation-crud/implementation-crud.svg)0
-rw-r--r--sca-java-1.x/branches/sca-java-1.0.1/samples/implementation-crud/pom.xml (renamed from branches/sca-java-1.0.1/samples/implementation-crud/pom.xml)0
-rw-r--r--sca-java-1.x/branches/sca-java-1.0.1/samples/implementation-crud/src/main/java/crud/client/CRUDClient.java (renamed from branches/sca-java-1.0.1/samples/implementation-crud/src/main/java/crud/client/CRUDClient.java)0
-rw-r--r--sca-java-1.x/branches/sca-java-1.0.1/samples/implementation-crud/src/main/resources/crud.composite (renamed from branches/sca-java-1.0.1/samples/implementation-crud/src/main/resources/crud.composite)0
-rw-r--r--sca-java-1.x/branches/sca-java-1.0.1/samples/implementation-crud/src/test/java/crud/client/CRUDTestCase.java (renamed from branches/sca-java-1.0.1/samples/implementation-crud/src/test/java/crud/client/CRUDTestCase.java)0
33 files changed, 0 insertions, 0 deletions
diff --git a/branches/sca-java-1.0.1/samples/implementation-crud-extension/DISCLAIMER b/sca-java-1.x/branches/sca-java-1.0.1/samples/implementation-crud-extension/DISCLAIMER
index d68a410903..d68a410903 100644
--- a/branches/sca-java-1.0.1/samples/implementation-crud-extension/DISCLAIMER
+++ b/sca-java-1.x/branches/sca-java-1.0.1/samples/implementation-crud-extension/DISCLAIMER
diff --git a/branches/sca-java-1.0.1/samples/implementation-crud-extension/LICENSE b/sca-java-1.x/branches/sca-java-1.0.1/samples/implementation-crud-extension/LICENSE
index 8aa906c321..8aa906c321 100644
--- a/branches/sca-java-1.0.1/samples/implementation-crud-extension/LICENSE
+++ b/sca-java-1.x/branches/sca-java-1.0.1/samples/implementation-crud-extension/LICENSE
diff --git a/branches/sca-java-1.0.1/samples/implementation-crud-extension/NOTICE b/sca-java-1.x/branches/sca-java-1.0.1/samples/implementation-crud-extension/NOTICE
index 94481d6cfa..94481d6cfa 100644
--- a/branches/sca-java-1.0.1/samples/implementation-crud-extension/NOTICE
+++ b/sca-java-1.x/branches/sca-java-1.0.1/samples/implementation-crud-extension/NOTICE
diff --git a/branches/sca-java-1.0.1/samples/implementation-crud-extension/README b/sca-java-1.x/branches/sca-java-1.0.1/samples/implementation-crud-extension/README
index 5e8190648f..5e8190648f 100644
--- a/branches/sca-java-1.0.1/samples/implementation-crud-extension/README
+++ b/sca-java-1.x/branches/sca-java-1.0.1/samples/implementation-crud-extension/README
diff --git a/branches/sca-java-1.0.1/samples/implementation-crud-extension/build.xml b/sca-java-1.x/branches/sca-java-1.0.1/samples/implementation-crud-extension/build.xml
index 88d308e6fc..88d308e6fc 100644
--- a/branches/sca-java-1.0.1/samples/implementation-crud-extension/build.xml
+++ b/sca-java-1.x/branches/sca-java-1.0.1/samples/implementation-crud-extension/build.xml
diff --git a/branches/sca-java-1.0.1/samples/implementation-crud-extension/pom.xml b/sca-java-1.x/branches/sca-java-1.0.1/samples/implementation-crud-extension/pom.xml
index 50d2f21cfc..50d2f21cfc 100644
--- a/branches/sca-java-1.0.1/samples/implementation-crud-extension/pom.xml
+++ b/sca-java-1.x/branches/sca-java-1.0.1/samples/implementation-crud-extension/pom.xml
diff --git a/branches/sca-java-1.0.1/samples/implementation-crud-extension/src/main/java/crud/CRUD.java b/sca-java-1.x/branches/sca-java-1.0.1/samples/implementation-crud-extension/src/main/java/crud/CRUD.java
index b23d85887b..b23d85887b 100644
--- a/branches/sca-java-1.0.1/samples/implementation-crud-extension/src/main/java/crud/CRUD.java
+++ b/sca-java-1.x/branches/sca-java-1.0.1/samples/implementation-crud-extension/src/main/java/crud/CRUD.java
diff --git a/branches/sca-java-1.0.1/samples/implementation-crud-extension/src/main/java/crud/CRUDImplementation.java b/sca-java-1.x/branches/sca-java-1.0.1/samples/implementation-crud-extension/src/main/java/crud/CRUDImplementation.java
index 5cb2bd2b1c..5cb2bd2b1c 100644
--- a/branches/sca-java-1.0.1/samples/implementation-crud-extension/src/main/java/crud/CRUDImplementation.java
+++ b/sca-java-1.x/branches/sca-java-1.0.1/samples/implementation-crud-extension/src/main/java/crud/CRUDImplementation.java
diff --git a/branches/sca-java-1.0.1/samples/implementation-crud-extension/src/main/java/crud/CRUDImplementationFactory.java b/sca-java-1.x/branches/sca-java-1.0.1/samples/implementation-crud-extension/src/main/java/crud/CRUDImplementationFactory.java
index fa83c63c1b..fa83c63c1b 100644
--- a/branches/sca-java-1.0.1/samples/implementation-crud-extension/src/main/java/crud/CRUDImplementationFactory.java
+++ b/sca-java-1.x/branches/sca-java-1.0.1/samples/implementation-crud-extension/src/main/java/crud/CRUDImplementationFactory.java
diff --git a/branches/sca-java-1.0.1/samples/implementation-crud-extension/src/main/java/crud/backend/ResourceManager.java b/sca-java-1.x/branches/sca-java-1.0.1/samples/implementation-crud-extension/src/main/java/crud/backend/ResourceManager.java
index cc0795a735..cc0795a735 100644
--- a/branches/sca-java-1.0.1/samples/implementation-crud-extension/src/main/java/crud/backend/ResourceManager.java
+++ b/sca-java-1.x/branches/sca-java-1.0.1/samples/implementation-crud-extension/src/main/java/crud/backend/ResourceManager.java
diff --git a/branches/sca-java-1.0.1/samples/implementation-crud-extension/src/main/java/crud/impl/CRUDImplementationFactoryImpl.java b/sca-java-1.x/branches/sca-java-1.0.1/samples/implementation-crud-extension/src/main/java/crud/impl/CRUDImplementationFactoryImpl.java
index 7f9f8da674..7f9f8da674 100644
--- a/branches/sca-java-1.0.1/samples/implementation-crud-extension/src/main/java/crud/impl/CRUDImplementationFactoryImpl.java
+++ b/sca-java-1.x/branches/sca-java-1.0.1/samples/implementation-crud-extension/src/main/java/crud/impl/CRUDImplementationFactoryImpl.java
diff --git a/branches/sca-java-1.0.1/samples/implementation-crud-extension/src/main/java/crud/impl/CRUDImplementationImpl.java b/sca-java-1.x/branches/sca-java-1.0.1/samples/implementation-crud-extension/src/main/java/crud/impl/CRUDImplementationImpl.java
index 383a035e69..383a035e69 100644
--- a/branches/sca-java-1.0.1/samples/implementation-crud-extension/src/main/java/crud/impl/CRUDImplementationImpl.java
+++ b/sca-java-1.x/branches/sca-java-1.0.1/samples/implementation-crud-extension/src/main/java/crud/impl/CRUDImplementationImpl.java
diff --git a/branches/sca-java-1.0.1/samples/implementation-crud-extension/src/main/java/crud/provider/CRUDImplementationInvoker.java b/sca-java-1.x/branches/sca-java-1.0.1/samples/implementation-crud-extension/src/main/java/crud/provider/CRUDImplementationInvoker.java
index f37d9f0c1d..f37d9f0c1d 100644
--- a/branches/sca-java-1.0.1/samples/implementation-crud-extension/src/main/java/crud/provider/CRUDImplementationInvoker.java
+++ b/sca-java-1.x/branches/sca-java-1.0.1/samples/implementation-crud-extension/src/main/java/crud/provider/CRUDImplementationInvoker.java
diff --git a/branches/sca-java-1.0.1/samples/implementation-crud-extension/src/main/java/crud/provider/CRUDImplementationProvider.java b/sca-java-1.x/branches/sca-java-1.0.1/samples/implementation-crud-extension/src/main/java/crud/provider/CRUDImplementationProvider.java
index 450bc8a928..450bc8a928 100644
--- a/branches/sca-java-1.0.1/samples/implementation-crud-extension/src/main/java/crud/provider/CRUDImplementationProvider.java
+++ b/sca-java-1.x/branches/sca-java-1.0.1/samples/implementation-crud-extension/src/main/java/crud/provider/CRUDImplementationProvider.java
diff --git a/branches/sca-java-1.0.1/samples/implementation-crud-extension/src/main/java/crud/provider/CRUDImplementationProviderFactory.java b/sca-java-1.x/branches/sca-java-1.0.1/samples/implementation-crud-extension/src/main/java/crud/provider/CRUDImplementationProviderFactory.java
index d0166d649b..d0166d649b 100644
--- a/branches/sca-java-1.0.1/samples/implementation-crud-extension/src/main/java/crud/provider/CRUDImplementationProviderFactory.java
+++ b/sca-java-1.x/branches/sca-java-1.0.1/samples/implementation-crud-extension/src/main/java/crud/provider/CRUDImplementationProviderFactory.java
diff --git a/branches/sca-java-1.0.1/samples/implementation-crud-extension/src/main/resources/META-INF/services/crud.CRUDImplementationFactory b/sca-java-1.x/branches/sca-java-1.0.1/samples/implementation-crud-extension/src/main/resources/META-INF/services/crud.CRUDImplementationFactory
index 3cf5de5fa1..3cf5de5fa1 100644
--- a/branches/sca-java-1.0.1/samples/implementation-crud-extension/src/main/resources/META-INF/services/crud.CRUDImplementationFactory
+++ b/sca-java-1.x/branches/sca-java-1.0.1/samples/implementation-crud-extension/src/main/resources/META-INF/services/crud.CRUDImplementationFactory
diff --git a/branches/sca-java-1.0.1/samples/implementation-crud-extension/src/main/resources/META-INF/services/org.apache.tuscany.sca.contribution.processor.StAXArtifactProcessor b/sca-java-1.x/branches/sca-java-1.0.1/samples/implementation-crud-extension/src/main/resources/META-INF/services/org.apache.tuscany.sca.contribution.processor.StAXArtifactProcessor
index 17c98cf706..17c98cf706 100644
--- a/branches/sca-java-1.0.1/samples/implementation-crud-extension/src/main/resources/META-INF/services/org.apache.tuscany.sca.contribution.processor.StAXArtifactProcessor
+++ b/sca-java-1.x/branches/sca-java-1.0.1/samples/implementation-crud-extension/src/main/resources/META-INF/services/org.apache.tuscany.sca.contribution.processor.StAXArtifactProcessor
diff --git a/branches/sca-java-1.0.1/samples/implementation-crud-extension/src/main/resources/META-INF/services/org.apache.tuscany.sca.contribution.processor.ValidationSchema b/sca-java-1.x/branches/sca-java-1.0.1/samples/implementation-crud-extension/src/main/resources/META-INF/services/org.apache.tuscany.sca.contribution.processor.ValidationSchema
index 527c626418..527c626418 100644
--- a/branches/sca-java-1.0.1/samples/implementation-crud-extension/src/main/resources/META-INF/services/org.apache.tuscany.sca.contribution.processor.ValidationSchema
+++ b/sca-java-1.x/branches/sca-java-1.0.1/samples/implementation-crud-extension/src/main/resources/META-INF/services/org.apache.tuscany.sca.contribution.processor.ValidationSchema
diff --git a/branches/sca-java-1.0.1/samples/implementation-crud-extension/src/main/resources/META-INF/services/org.apache.tuscany.sca.provider.ImplementationProviderFactory b/sca-java-1.x/branches/sca-java-1.0.1/samples/implementation-crud-extension/src/main/resources/META-INF/services/org.apache.tuscany.sca.provider.ImplementationProviderFactory
index 6ce605197a..6ce605197a 100644
--- a/branches/sca-java-1.0.1/samples/implementation-crud-extension/src/main/resources/META-INF/services/org.apache.tuscany.sca.provider.ImplementationProviderFactory
+++ b/sca-java-1.x/branches/sca-java-1.0.1/samples/implementation-crud-extension/src/main/resources/META-INF/services/org.apache.tuscany.sca.provider.ImplementationProviderFactory
diff --git a/branches/sca-java-1.0.1/samples/implementation-crud-extension/src/main/resources/sample-implementation-crud.xsd b/sca-java-1.x/branches/sca-java-1.0.1/samples/implementation-crud-extension/src/main/resources/sample-implementation-crud.xsd
index 447e31bf93..447e31bf93 100644
--- a/branches/sca-java-1.0.1/samples/implementation-crud-extension/src/main/resources/sample-implementation-crud.xsd
+++ b/sca-java-1.x/branches/sca-java-1.0.1/samples/implementation-crud-extension/src/main/resources/sample-implementation-crud.xsd
diff --git a/branches/sca-java-1.0.1/samples/implementation-crud-extension/src/test/java/crud/CRUDTestCase.java b/sca-java-1.x/branches/sca-java-1.0.1/samples/implementation-crud-extension/src/test/java/crud/CRUDTestCase.java
index 999ec4bdb6..999ec4bdb6 100644
--- a/branches/sca-java-1.0.1/samples/implementation-crud-extension/src/test/java/crud/CRUDTestCase.java
+++ b/sca-java-1.x/branches/sca-java-1.0.1/samples/implementation-crud-extension/src/test/java/crud/CRUDTestCase.java
diff --git a/branches/sca-java-1.0.1/samples/implementation-crud-extension/src/test/resources/crud.composite b/sca-java-1.x/branches/sca-java-1.0.1/samples/implementation-crud-extension/src/test/resources/crud.composite
index 18745033bb..18745033bb 100644
--- a/branches/sca-java-1.0.1/samples/implementation-crud-extension/src/test/resources/crud.composite
+++ b/sca-java-1.x/branches/sca-java-1.0.1/samples/implementation-crud-extension/src/test/resources/crud.composite
diff --git a/branches/sca-java-1.0.1/samples/implementation-crud/DISCLAIMER b/sca-java-1.x/branches/sca-java-1.0.1/samples/implementation-crud/DISCLAIMER
index d68a410903..d68a410903 100644
--- a/branches/sca-java-1.0.1/samples/implementation-crud/DISCLAIMER
+++ b/sca-java-1.x/branches/sca-java-1.0.1/samples/implementation-crud/DISCLAIMER
diff --git a/branches/sca-java-1.0.1/samples/implementation-crud/LICENSE b/sca-java-1.x/branches/sca-java-1.0.1/samples/implementation-crud/LICENSE
index 8aa906c321..8aa906c321 100644
--- a/branches/sca-java-1.0.1/samples/implementation-crud/LICENSE
+++ b/sca-java-1.x/branches/sca-java-1.0.1/samples/implementation-crud/LICENSE
diff --git a/branches/sca-java-1.0.1/samples/implementation-crud/NOTICE b/sca-java-1.x/branches/sca-java-1.0.1/samples/implementation-crud/NOTICE
index 94481d6cfa..94481d6cfa 100644
--- a/branches/sca-java-1.0.1/samples/implementation-crud/NOTICE
+++ b/sca-java-1.x/branches/sca-java-1.0.1/samples/implementation-crud/NOTICE
diff --git a/branches/sca-java-1.0.1/samples/implementation-crud/README b/sca-java-1.x/branches/sca-java-1.0.1/samples/implementation-crud/README
index 50da631c04..50da631c04 100644
--- a/branches/sca-java-1.0.1/samples/implementation-crud/README
+++ b/sca-java-1.x/branches/sca-java-1.0.1/samples/implementation-crud/README
diff --git a/branches/sca-java-1.0.1/samples/implementation-crud/build.xml b/sca-java-1.x/branches/sca-java-1.0.1/samples/implementation-crud/build.xml
index 10b26b5a94..10b26b5a94 100644
--- a/branches/sca-java-1.0.1/samples/implementation-crud/build.xml
+++ b/sca-java-1.x/branches/sca-java-1.0.1/samples/implementation-crud/build.xml
diff --git a/branches/sca-java-1.0.1/samples/implementation-crud/implementation-crud.png b/sca-java-1.x/branches/sca-java-1.0.1/samples/implementation-crud/implementation-crud.png
index a292037e7a..a292037e7a 100644
--- a/branches/sca-java-1.0.1/samples/implementation-crud/implementation-crud.png
+++ b/sca-java-1.x/branches/sca-java-1.0.1/samples/implementation-crud/implementation-crud.png
Binary files differ
diff --git a/branches/sca-java-1.0.1/samples/implementation-crud/implementation-crud.svg b/sca-java-1.x/branches/sca-java-1.0.1/samples/implementation-crud/implementation-crud.svg
index dbb37be208..dbb37be208 100644
--- a/branches/sca-java-1.0.1/samples/implementation-crud/implementation-crud.svg
+++ b/sca-java-1.x/branches/sca-java-1.0.1/samples/implementation-crud/implementation-crud.svg
diff --git a/branches/sca-java-1.0.1/samples/implementation-crud/pom.xml b/sca-java-1.x/branches/sca-java-1.0.1/samples/implementation-crud/pom.xml
index 24d6d3a8d7..24d6d3a8d7 100644
--- a/branches/sca-java-1.0.1/samples/implementation-crud/pom.xml
+++ b/sca-java-1.x/branches/sca-java-1.0.1/samples/implementation-crud/pom.xml
diff --git a/branches/sca-java-1.0.1/samples/implementation-crud/src/main/java/crud/client/CRUDClient.java b/sca-java-1.x/branches/sca-java-1.0.1/samples/implementation-crud/src/main/java/crud/client/CRUDClient.java
index e349f30fb9..e349f30fb9 100644
--- a/branches/sca-java-1.0.1/samples/implementation-crud/src/main/java/crud/client/CRUDClient.java
+++ b/sca-java-1.x/branches/sca-java-1.0.1/samples/implementation-crud/src/main/java/crud/client/CRUDClient.java
diff --git a/branches/sca-java-1.0.1/samples/implementation-crud/src/main/resources/crud.composite b/sca-java-1.x/branches/sca-java-1.0.1/samples/implementation-crud/src/main/resources/crud.composite
index 18745033bb..18745033bb 100644
--- a/branches/sca-java-1.0.1/samples/implementation-crud/src/main/resources/crud.composite
+++ b/sca-java-1.x/branches/sca-java-1.0.1/samples/implementation-crud/src/main/resources/crud.composite
diff --git a/branches/sca-java-1.0.1/samples/implementation-crud/src/test/java/crud/client/CRUDTestCase.java b/sca-java-1.x/branches/sca-java-1.0.1/samples/implementation-crud/src/test/java/crud/client/CRUDTestCase.java
index 171ddbaed3..171ddbaed3 100644
--- a/branches/sca-java-1.0.1/samples/implementation-crud/src/test/java/crud/client/CRUDTestCase.java
+++ b/sca-java-1.x/branches/sca-java-1.0.1/samples/implementation-crud/src/test/java/crud/client/CRUDTestCase.java