From c7b50e47dd1dd51a4c1c83f92cd28845853bef90 Mon Sep 17 00:00:00 2001 From: lresende Date: Sat, 31 Jan 2009 08:59:12 +0000 Subject: Moving iTests that are not part of the main build to contrib git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@739528 13f79535-47bb-0310-9956-ffa450edef68 --- .../resources/properties/StockQuote.componentType | 28 +++++++++++ .../properties/StockQuoteFactory.componentType | 28 +++++++++++ .../properties/ds/StockQuote.componentType | 28 +++++++++++ .../properties/ds/StockQuoteFactory.componentType | 28 +++++++++++ .../properties/ds/properties-ds-test.composite | 39 ++++++++++++++++ .../properties/ds/properties2-ds-test.composite | 54 ++++++++++++++++++++++ .../resources/properties/properties-test.composite | 39 ++++++++++++++++ .../properties/properties2-test.composite | 50 ++++++++++++++++++++ 8 files changed, 294 insertions(+) create mode 100644 java/sca/contrib/itest/osgi-implementation/src/main/resources/properties/StockQuote.componentType create mode 100644 java/sca/contrib/itest/osgi-implementation/src/main/resources/properties/StockQuoteFactory.componentType create mode 100644 java/sca/contrib/itest/osgi-implementation/src/main/resources/properties/ds/StockQuote.componentType create mode 100644 java/sca/contrib/itest/osgi-implementation/src/main/resources/properties/ds/StockQuoteFactory.componentType create mode 100644 java/sca/contrib/itest/osgi-implementation/src/main/resources/properties/ds/properties-ds-test.composite create mode 100644 java/sca/contrib/itest/osgi-implementation/src/main/resources/properties/ds/properties2-ds-test.composite create mode 100644 java/sca/contrib/itest/osgi-implementation/src/main/resources/properties/properties-test.composite create mode 100644 java/sca/contrib/itest/osgi-implementation/src/main/resources/properties/properties2-test.composite (limited to 'java/sca/contrib/itest/osgi-implementation/src/main/resources/properties') diff --git a/java/sca/contrib/itest/osgi-implementation/src/main/resources/properties/StockQuote.componentType b/java/sca/contrib/itest/osgi-implementation/src/main/resources/properties/StockQuote.componentType new file mode 100644 index 0000000000..5e0965d047 --- /dev/null +++ b/java/sca/contrib/itest/osgi-implementation/src/main/resources/properties/StockQuote.componentType @@ -0,0 +1,28 @@ + + + + + + + + GBP + 1.0 + + diff --git a/java/sca/contrib/itest/osgi-implementation/src/main/resources/properties/StockQuoteFactory.componentType b/java/sca/contrib/itest/osgi-implementation/src/main/resources/properties/StockQuoteFactory.componentType new file mode 100644 index 0000000000..5e0965d047 --- /dev/null +++ b/java/sca/contrib/itest/osgi-implementation/src/main/resources/properties/StockQuoteFactory.componentType @@ -0,0 +1,28 @@ + + + + + + + + GBP + 1.0 + + diff --git a/java/sca/contrib/itest/osgi-implementation/src/main/resources/properties/ds/StockQuote.componentType b/java/sca/contrib/itest/osgi-implementation/src/main/resources/properties/ds/StockQuote.componentType new file mode 100644 index 0000000000..5e0965d047 --- /dev/null +++ b/java/sca/contrib/itest/osgi-implementation/src/main/resources/properties/ds/StockQuote.componentType @@ -0,0 +1,28 @@ + + + + + + + + GBP + 1.0 + + diff --git a/java/sca/contrib/itest/osgi-implementation/src/main/resources/properties/ds/StockQuoteFactory.componentType b/java/sca/contrib/itest/osgi-implementation/src/main/resources/properties/ds/StockQuoteFactory.componentType new file mode 100644 index 0000000000..5e0965d047 --- /dev/null +++ b/java/sca/contrib/itest/osgi-implementation/src/main/resources/properties/ds/StockQuoteFactory.componentType @@ -0,0 +1,28 @@ + + + + + + + + GBP + 1.0 + + diff --git a/java/sca/contrib/itest/osgi-implementation/src/main/resources/properties/ds/properties-ds-test.composite b/java/sca/contrib/itest/osgi-implementation/src/main/resources/properties/ds/properties-ds-test.composite new file mode 100644 index 0000000000..02ae93aec2 --- /dev/null +++ b/java/sca/contrib/itest/osgi-implementation/src/main/resources/properties/ds/properties-ds-test.composite @@ -0,0 +1,39 @@ + + + + + + + + + stockQuote + + + + USD + 2.0 + + + + diff --git a/java/sca/contrib/itest/osgi-implementation/src/main/resources/properties/ds/properties2-ds-test.composite b/java/sca/contrib/itest/osgi-implementation/src/main/resources/properties/ds/properties2-ds-test.composite new file mode 100644 index 0000000000..c94504f07d --- /dev/null +++ b/java/sca/contrib/itest/osgi-implementation/src/main/resources/properties/ds/properties2-ds-test.composite @@ -0,0 +1,54 @@ + + + + + + + + + stockQuote + + + + USD + 2.0 + + + + + + + + stockQuote + + + + EURO + 1.48 + + + + diff --git a/java/sca/contrib/itest/osgi-implementation/src/main/resources/properties/properties-test.composite b/java/sca/contrib/itest/osgi-implementation/src/main/resources/properties/properties-test.composite new file mode 100644 index 0000000000..fea03404fd --- /dev/null +++ b/java/sca/contrib/itest/osgi-implementation/src/main/resources/properties/properties-test.composite @@ -0,0 +1,39 @@ + + + + + + + + + stockQuote + + + + USD + 2.0 + + + + diff --git a/java/sca/contrib/itest/osgi-implementation/src/main/resources/properties/properties2-test.composite b/java/sca/contrib/itest/osgi-implementation/src/main/resources/properties/properties2-test.composite new file mode 100644 index 0000000000..3c425fcbc9 --- /dev/null +++ b/java/sca/contrib/itest/osgi-implementation/src/main/resources/properties/properties2-test.composite @@ -0,0 +1,50 @@ + + + + + + + + + + + USD + 2.0 + + + + + + + + + + EURO + 1.48 + + + + -- cgit v1.2.3