From a3ce58076d0ce2d2f09c2331ea499554e9b5a9f9 Mon Sep 17 00:00:00 2001 From: lresende Date: Thu, 11 Sep 2008 04:13:16 +0000 Subject: Renaming branch git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@694108 13f79535-47bb-0310-9956-ffa450edef68 --- .../properties/ds/StockQuote.componentType | 28 +++++++++++ .../properties/ds/StockQuoteFactory.componentType | 28 +++++++++++ .../properties/ds/properties-ds-test.composite | 39 ++++++++++++++++ .../properties/ds/properties2-ds-test.composite | 54 ++++++++++++++++++++++ 4 files changed, 149 insertions(+) create mode 100644 branches/sca-java-20080910/itest/osgi-implementation/src/main/resources/properties/ds/StockQuote.componentType create mode 100644 branches/sca-java-20080910/itest/osgi-implementation/src/main/resources/properties/ds/StockQuoteFactory.componentType create mode 100644 branches/sca-java-20080910/itest/osgi-implementation/src/main/resources/properties/ds/properties-ds-test.composite create mode 100644 branches/sca-java-20080910/itest/osgi-implementation/src/main/resources/properties/ds/properties2-ds-test.composite (limited to 'branches/sca-java-20080910/itest/osgi-implementation/src/main/resources/properties/ds') diff --git a/branches/sca-java-20080910/itest/osgi-implementation/src/main/resources/properties/ds/StockQuote.componentType b/branches/sca-java-20080910/itest/osgi-implementation/src/main/resources/properties/ds/StockQuote.componentType new file mode 100644 index 0000000000..5e0965d047 --- /dev/null +++ b/branches/sca-java-20080910/itest/osgi-implementation/src/main/resources/properties/ds/StockQuote.componentType @@ -0,0 +1,28 @@ + + + + + + + + GBP + 1.0 + + diff --git a/branches/sca-java-20080910/itest/osgi-implementation/src/main/resources/properties/ds/StockQuoteFactory.componentType b/branches/sca-java-20080910/itest/osgi-implementation/src/main/resources/properties/ds/StockQuoteFactory.componentType new file mode 100644 index 0000000000..5e0965d047 --- /dev/null +++ b/branches/sca-java-20080910/itest/osgi-implementation/src/main/resources/properties/ds/StockQuoteFactory.componentType @@ -0,0 +1,28 @@ + + + + + + + + GBP + 1.0 + + diff --git a/branches/sca-java-20080910/itest/osgi-implementation/src/main/resources/properties/ds/properties-ds-test.composite b/branches/sca-java-20080910/itest/osgi-implementation/src/main/resources/properties/ds/properties-ds-test.composite new file mode 100644 index 0000000000..02ae93aec2 --- /dev/null +++ b/branches/sca-java-20080910/itest/osgi-implementation/src/main/resources/properties/ds/properties-ds-test.composite @@ -0,0 +1,39 @@ + + + + + + + + + stockQuote + + + + USD + 2.0 + + + + diff --git a/branches/sca-java-20080910/itest/osgi-implementation/src/main/resources/properties/ds/properties2-ds-test.composite b/branches/sca-java-20080910/itest/osgi-implementation/src/main/resources/properties/ds/properties2-ds-test.composite new file mode 100644 index 0000000000..c94504f07d --- /dev/null +++ b/branches/sca-java-20080910/itest/osgi-implementation/src/main/resources/properties/ds/properties2-ds-test.composite @@ -0,0 +1,54 @@ + + + + + + + + + stockQuote + + + + USD + 2.0 + + + + + + + + stockQuote + + + + EURO + 1.48 + + + + -- cgit v1.2.3