From bdd0a41aed7edf21ec2a65cfa17a86af2ef8c48a Mon Sep 17 00:00:00 2001 From: dims Date: Tue, 17 Jun 2008 00:23:01 +0000 Subject: Move Tuscany from Incubator to top level. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@668359 13f79535-47bb-0310-9956-ffa450edef68 --- .../sdo/impl/src/test/resources/datatype.xsd | 16 ++++++++++ .../sdo/impl/src/test/resources/mixed.xml | 9 ++++++ .../sdo/impl/src/test/resources/mixed.xsd | 23 ++++++++++++++ .../sdo/impl/src/test/resources/open.xml | 8 +++++ .../sdo/impl/src/test/resources/open.xsd | 26 ++++++++++++++++ .../sdo/impl/src/test/resources/quote.xml | 14 +++++++++ .../sdo/impl/src/test/resources/shallowquote.xml | 11 +++++++ .../sdo/impl/src/test/resources/simple.xsd | 23 ++++++++++++++ .../src/test/resources/simplechangesummary.xml | 35 ++++++++++++++++++++++ 9 files changed, 165 insertions(+) create mode 100644 tags/java-stable-20060304/sdo/impl/src/test/resources/datatype.xsd create mode 100644 tags/java-stable-20060304/sdo/impl/src/test/resources/mixed.xml create mode 100644 tags/java-stable-20060304/sdo/impl/src/test/resources/mixed.xsd create mode 100644 tags/java-stable-20060304/sdo/impl/src/test/resources/open.xml create mode 100644 tags/java-stable-20060304/sdo/impl/src/test/resources/open.xsd create mode 100644 tags/java-stable-20060304/sdo/impl/src/test/resources/quote.xml create mode 100644 tags/java-stable-20060304/sdo/impl/src/test/resources/shallowquote.xml create mode 100644 tags/java-stable-20060304/sdo/impl/src/test/resources/simple.xsd create mode 100644 tags/java-stable-20060304/sdo/impl/src/test/resources/simplechangesummary.xml (limited to 'tags/java-stable-20060304/sdo/impl/src/test/resources') diff --git a/tags/java-stable-20060304/sdo/impl/src/test/resources/datatype.xsd b/tags/java-stable-20060304/sdo/impl/src/test/resources/datatype.xsd new file mode 100644 index 0000000000..73b2c25e79 --- /dev/null +++ b/tags/java-stable-20060304/sdo/impl/src/test/resources/datatype.xsd @@ -0,0 +1,16 @@ + + + + + + + + + + + + + + + + diff --git a/tags/java-stable-20060304/sdo/impl/src/test/resources/mixed.xml b/tags/java-stable-20060304/sdo/impl/src/test/resources/mixed.xml new file mode 100644 index 0000000000..42ff3a3a5b --- /dev/null +++ b/tags/java-stable-20060304/sdo/impl/src/test/resources/mixed.xml @@ -0,0 +1,9 @@ + + + fbnt + FlyByNightTechnology + some text + 2000.0 + more text + 1000.0 + \ No newline at end of file diff --git a/tags/java-stable-20060304/sdo/impl/src/test/resources/mixed.xsd b/tags/java-stable-20060304/sdo/impl/src/test/resources/mixed.xsd new file mode 100644 index 0000000000..d4881d915e --- /dev/null +++ b/tags/java-stable-20060304/sdo/impl/src/test/resources/mixed.xsd @@ -0,0 +1,23 @@ + + + + + + + + + + + + + + + + + + + + diff --git a/tags/java-stable-20060304/sdo/impl/src/test/resources/open.xml b/tags/java-stable-20060304/sdo/impl/src/test/resources/open.xml new file mode 100644 index 0000000000..d4a5b92e0c --- /dev/null +++ b/tags/java-stable-20060304/sdo/impl/src/test/resources/open.xml @@ -0,0 +1,8 @@ + + + s1 + + FlyByNightTechnology + + 1000.0 + \ No newline at end of file diff --git a/tags/java-stable-20060304/sdo/impl/src/test/resources/open.xsd b/tags/java-stable-20060304/sdo/impl/src/test/resources/open.xsd new file mode 100644 index 0000000000..bac23dd051 --- /dev/null +++ b/tags/java-stable-20060304/sdo/impl/src/test/resources/open.xsd @@ -0,0 +1,26 @@ + + + + + + + + + + + + + + + + + + + + + + + diff --git a/tags/java-stable-20060304/sdo/impl/src/test/resources/quote.xml b/tags/java-stable-20060304/sdo/impl/src/test/resources/quote.xml new file mode 100644 index 0000000000..d7b5969e23 --- /dev/null +++ b/tags/java-stable-20060304/sdo/impl/src/test/resources/quote.xml @@ -0,0 +1,14 @@ + + + fbnt + FlyByNightTechnology + 1000.0 + 1000.0 + 1000.0 + 1000.0 + 1000.0 + 1000.0 + + 2000.0 + + \ No newline at end of file diff --git a/tags/java-stable-20060304/sdo/impl/src/test/resources/shallowquote.xml b/tags/java-stable-20060304/sdo/impl/src/test/resources/shallowquote.xml new file mode 100644 index 0000000000..a56f2fe2b7 --- /dev/null +++ b/tags/java-stable-20060304/sdo/impl/src/test/resources/shallowquote.xml @@ -0,0 +1,11 @@ + + + fbnt + FlyByNightTechnology + 1000.0 + 1000.0 + 1000.0 + 1000.0 + 1000.0 + 1000.0 + \ No newline at end of file diff --git a/tags/java-stable-20060304/sdo/impl/src/test/resources/simple.xsd b/tags/java-stable-20060304/sdo/impl/src/test/resources/simple.xsd new file mode 100644 index 0000000000..f5b0b982af --- /dev/null +++ b/tags/java-stable-20060304/sdo/impl/src/test/resources/simple.xsd @@ -0,0 +1,23 @@ + + + + + + + + + + + + + + + + + + + + diff --git a/tags/java-stable-20060304/sdo/impl/src/test/resources/simplechangesummary.xml b/tags/java-stable-20060304/sdo/impl/src/test/resources/simplechangesummary.xml new file mode 100644 index 0000000000..7ac7a7cb2a --- /dev/null +++ b/tags/java-stable-20060304/sdo/impl/src/test/resources/simplechangesummary.xml @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + + + + + + fbnt + FlyByNightTechnology + 1000.0 + 1000.0 + 1000.0 + 1000.0 + 1000.0 + 1000.0 + + 2000.0 + + + -- cgit v1.2.3