summaryrefslogtreecommitdiffstats
path: root/tags/java/sca/1.5.1/itest/workspace-manager/src/main/resources/contrib1
diff options
context:
space:
mode:
Diffstat (limited to 'tags/java/sca/1.5.1/itest/workspace-manager/src/main/resources/contrib1')
-rw-r--r--tags/java/sca/1.5.1/itest/workspace-manager/src/main/resources/contrib1/META-INF/sca-contribution.xml9
-rw-r--r--tags/java/sca/1.5.1/itest/workspace-manager/src/main/resources/contrib1/contrib1.composite17
2 files changed, 26 insertions, 0 deletions
diff --git a/tags/java/sca/1.5.1/itest/workspace-manager/src/main/resources/contrib1/META-INF/sca-contribution.xml b/tags/java/sca/1.5.1/itest/workspace-manager/src/main/resources/contrib1/META-INF/sca-contribution.xml
new file mode 100644
index 0000000000..ba8f0a4793
--- /dev/null
+++ b/tags/java/sca/1.5.1/itest/workspace-manager/src/main/resources/contrib1/META-INF/sca-contribution.xml
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<contribution xmlns="http://www.osoa.org/xmlns/sca/1.0"
+ xmlns:tns="http://someuri"
+ xmlns:ans="http://someotheruri">
+ <deployable composite="AComposite"/>
+ <import namespace="http://test"/>
+ <tns:import.xyz uri="abcdef" anAttribute="abcdef.xyz"/>
+</contribution> \ No newline at end of file
diff --git a/tags/java/sca/1.5.1/itest/workspace-manager/src/main/resources/contrib1/contrib1.composite b/tags/java/sca/1.5.1/itest/workspace-manager/src/main/resources/contrib1/contrib1.composite
new file mode 100644
index 0000000000..9b56f92027
--- /dev/null
+++ b/tags/java/sca/1.5.1/itest/workspace-manager/src/main/resources/contrib1/contrib1.composite
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<composite xmlns="http://www.osoa.org/xmlns/sca/1.0"
+ xmlns:tns="http://someuri"
+ xmlns:test="http://test"
+ targetNamespace="http://contrib1"
+ name="AComposite">
+
+ <component name="Component1">
+ <tns:implementation.xyz anAttribute="abcdef.xyz"/>
+ <reference name="component2" target="Component2"/>
+ </component>
+
+ <component name="Component2">
+ <tns:implementation.xyz anAttribute="fghij"/>
+ </component>
+
+</composite> \ No newline at end of file