summaryrefslogtreecommitdiffstats
path: root/branches/sca-java-20080910/samples/quote-xquery/src/main/java
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--branches/sca-java-20080910/samples/quote-xquery/src/main/java/xquery/quote/AvailQuoteProviderImpl.java (renamed from branches/sca-trunk-20080910/samples/quote-xquery/src/main/java/xquery/quote/AvailQuoteProviderImpl.java)0
-rw-r--r--branches/sca-java-20080910/samples/quote-xquery/src/main/java/xquery/quote/AvailQuoteProviderNodeInfo.java (renamed from branches/sca-trunk-20080910/samples/quote-xquery/src/main/java/xquery/quote/AvailQuoteProviderNodeInfo.java)0
-rw-r--r--branches/sca-java-20080910/samples/quote-xquery/src/main/java/xquery/quote/AvailQuoteProviderService.java (renamed from branches/sca-trunk-20080910/samples/quote-xquery/src/main/java/xquery/quote/AvailQuoteProviderService.java)0
-rw-r--r--branches/sca-java-20080910/samples/quote-xquery/src/main/java/xquery/quote/ExternalReferencesQuoteJoin.java (renamed from branches/sca-trunk-20080910/samples/quote-xquery/src/main/java/xquery/quote/ExternalReferencesQuoteJoin.java)0
-rw-r--r--branches/sca-java-20080910/samples/quote-xquery/src/main/java/xquery/quote/PriceQuoteProvider.java (renamed from branches/sca-trunk-20080910/samples/quote-xquery/src/main/java/xquery/quote/PriceQuoteProvider.java)0
-rw-r--r--branches/sca-java-20080910/samples/quote-xquery/src/main/java/xquery/quote/PriceQuoteProviderImpl.java (renamed from branches/sca-trunk-20080910/samples/quote-xquery/src/main/java/xquery/quote/PriceQuoteProviderImpl.java)0
-rw-r--r--branches/sca-java-20080910/samples/quote-xquery/src/main/java/xquery/quote/PriceQuoteProviderNodeInfo.java (renamed from branches/sca-trunk-20080910/samples/quote-xquery/src/main/java/xquery/quote/PriceQuoteProviderNodeInfo.java)0
-rw-r--r--branches/sca-java-20080910/samples/quote-xquery/src/main/java/xquery/quote/PropertiesQuoteJoin.java (renamed from branches/sca-trunk-20080910/samples/quote-xquery/src/main/java/xquery/quote/PropertiesQuoteJoin.java)0
-rw-r--r--branches/sca-java-20080910/samples/quote-xquery/src/main/java/xquery/quote/QuoteCalculator.java (renamed from branches/sca-trunk-20080910/samples/quote-xquery/src/main/java/xquery/quote/QuoteCalculator.java)0
-rw-r--r--branches/sca-java-20080910/samples/quote-xquery/src/main/java/xquery/quote/QuoteCalculatorImpl.java (renamed from branches/sca-trunk-20080910/samples/quote-xquery/src/main/java/xquery/quote/QuoteCalculatorImpl.java)0
-rw-r--r--branches/sca-java-20080910/samples/quote-xquery/src/main/java/xquery/quote/QuoteDataUtil.java (renamed from branches/sca-trunk-20080910/samples/quote-xquery/src/main/java/xquery/quote/QuoteDataUtil.java)0
-rw-r--r--branches/sca-java-20080910/samples/quote-xquery/src/main/java/xquery/quote/QuoteJoin.java (renamed from branches/sca-trunk-20080910/samples/quote-xquery/src/main/java/xquery/quote/QuoteJoin.java)0
-rw-r--r--branches/sca-java-20080910/samples/quote-xquery/src/main/java/xquery/quote/QuoteJoinLocal.java (renamed from branches/sca-trunk-20080910/samples/quote-xquery/src/main/java/xquery/quote/QuoteJoinLocal.java)0
-rw-r--r--branches/sca-java-20080910/samples/quote-xquery/src/main/java/xquery/quote/QuoteJoinLocalImpl.java (renamed from branches/sca-trunk-20080910/samples/quote-xquery/src/main/java/xquery/quote/QuoteJoinLocalImpl.java)0
-rw-r--r--branches/sca-java-20080910/samples/quote-xquery/src/main/java/xquery/quote/XQueryQuoteClient.java (renamed from branches/sca-trunk-20080910/samples/quote-xquery/src/main/java/xquery/quote/XQueryQuoteClient.java)0
-rw-r--r--branches/sca-java-20080910/samples/quote-xquery/src/main/java/xquery/quote/XQueryQuoteServer.java (renamed from branches/sca-trunk-20080910/samples/quote-xquery/src/main/java/xquery/quote/XQueryQuoteServer.java)0
16 files changed, 0 insertions, 0 deletions
diff --git a/branches/sca-trunk-20080910/samples/quote-xquery/src/main/java/xquery/quote/AvailQuoteProviderImpl.java b/branches/sca-java-20080910/samples/quote-xquery/src/main/java/xquery/quote/AvailQuoteProviderImpl.java
index 8a42136b5d..8a42136b5d 100644
--- a/branches/sca-trunk-20080910/samples/quote-xquery/src/main/java/xquery/quote/AvailQuoteProviderImpl.java
+++ b/branches/sca-java-20080910/samples/quote-xquery/src/main/java/xquery/quote/AvailQuoteProviderImpl.java
diff --git a/branches/sca-trunk-20080910/samples/quote-xquery/src/main/java/xquery/quote/AvailQuoteProviderNodeInfo.java b/branches/sca-java-20080910/samples/quote-xquery/src/main/java/xquery/quote/AvailQuoteProviderNodeInfo.java
index 41d78683cc..41d78683cc 100644
--- a/branches/sca-trunk-20080910/samples/quote-xquery/src/main/java/xquery/quote/AvailQuoteProviderNodeInfo.java
+++ b/branches/sca-java-20080910/samples/quote-xquery/src/main/java/xquery/quote/AvailQuoteProviderNodeInfo.java
diff --git a/branches/sca-trunk-20080910/samples/quote-xquery/src/main/java/xquery/quote/AvailQuoteProviderService.java b/branches/sca-java-20080910/samples/quote-xquery/src/main/java/xquery/quote/AvailQuoteProviderService.java
index f744a59744..f744a59744 100644
--- a/branches/sca-trunk-20080910/samples/quote-xquery/src/main/java/xquery/quote/AvailQuoteProviderService.java
+++ b/branches/sca-java-20080910/samples/quote-xquery/src/main/java/xquery/quote/AvailQuoteProviderService.java
diff --git a/branches/sca-trunk-20080910/samples/quote-xquery/src/main/java/xquery/quote/ExternalReferencesQuoteJoin.java b/branches/sca-java-20080910/samples/quote-xquery/src/main/java/xquery/quote/ExternalReferencesQuoteJoin.java
index 374c0825e9..374c0825e9 100644
--- a/branches/sca-trunk-20080910/samples/quote-xquery/src/main/java/xquery/quote/ExternalReferencesQuoteJoin.java
+++ b/branches/sca-java-20080910/samples/quote-xquery/src/main/java/xquery/quote/ExternalReferencesQuoteJoin.java
diff --git a/branches/sca-trunk-20080910/samples/quote-xquery/src/main/java/xquery/quote/PriceQuoteProvider.java b/branches/sca-java-20080910/samples/quote-xquery/src/main/java/xquery/quote/PriceQuoteProvider.java
index fbe38b8269..fbe38b8269 100644
--- a/branches/sca-trunk-20080910/samples/quote-xquery/src/main/java/xquery/quote/PriceQuoteProvider.java
+++ b/branches/sca-java-20080910/samples/quote-xquery/src/main/java/xquery/quote/PriceQuoteProvider.java
diff --git a/branches/sca-trunk-20080910/samples/quote-xquery/src/main/java/xquery/quote/PriceQuoteProviderImpl.java b/branches/sca-java-20080910/samples/quote-xquery/src/main/java/xquery/quote/PriceQuoteProviderImpl.java
index d2d175430b..d2d175430b 100644
--- a/branches/sca-trunk-20080910/samples/quote-xquery/src/main/java/xquery/quote/PriceQuoteProviderImpl.java
+++ b/branches/sca-java-20080910/samples/quote-xquery/src/main/java/xquery/quote/PriceQuoteProviderImpl.java
diff --git a/branches/sca-trunk-20080910/samples/quote-xquery/src/main/java/xquery/quote/PriceQuoteProviderNodeInfo.java b/branches/sca-java-20080910/samples/quote-xquery/src/main/java/xquery/quote/PriceQuoteProviderNodeInfo.java
index 06c3945a6e..06c3945a6e 100644
--- a/branches/sca-trunk-20080910/samples/quote-xquery/src/main/java/xquery/quote/PriceQuoteProviderNodeInfo.java
+++ b/branches/sca-java-20080910/samples/quote-xquery/src/main/java/xquery/quote/PriceQuoteProviderNodeInfo.java
diff --git a/branches/sca-trunk-20080910/samples/quote-xquery/src/main/java/xquery/quote/PropertiesQuoteJoin.java b/branches/sca-java-20080910/samples/quote-xquery/src/main/java/xquery/quote/PropertiesQuoteJoin.java
index 1ecdf120c2..1ecdf120c2 100644
--- a/branches/sca-trunk-20080910/samples/quote-xquery/src/main/java/xquery/quote/PropertiesQuoteJoin.java
+++ b/branches/sca-java-20080910/samples/quote-xquery/src/main/java/xquery/quote/PropertiesQuoteJoin.java
diff --git a/branches/sca-trunk-20080910/samples/quote-xquery/src/main/java/xquery/quote/QuoteCalculator.java b/branches/sca-java-20080910/samples/quote-xquery/src/main/java/xquery/quote/QuoteCalculator.java
index 85508eaa46..85508eaa46 100644
--- a/branches/sca-trunk-20080910/samples/quote-xquery/src/main/java/xquery/quote/QuoteCalculator.java
+++ b/branches/sca-java-20080910/samples/quote-xquery/src/main/java/xquery/quote/QuoteCalculator.java
diff --git a/branches/sca-trunk-20080910/samples/quote-xquery/src/main/java/xquery/quote/QuoteCalculatorImpl.java b/branches/sca-java-20080910/samples/quote-xquery/src/main/java/xquery/quote/QuoteCalculatorImpl.java
index 26331381a8..26331381a8 100644
--- a/branches/sca-trunk-20080910/samples/quote-xquery/src/main/java/xquery/quote/QuoteCalculatorImpl.java
+++ b/branches/sca-java-20080910/samples/quote-xquery/src/main/java/xquery/quote/QuoteCalculatorImpl.java
diff --git a/branches/sca-trunk-20080910/samples/quote-xquery/src/main/java/xquery/quote/QuoteDataUtil.java b/branches/sca-java-20080910/samples/quote-xquery/src/main/java/xquery/quote/QuoteDataUtil.java
index 8ed02dc1ef..8ed02dc1ef 100644
--- a/branches/sca-trunk-20080910/samples/quote-xquery/src/main/java/xquery/quote/QuoteDataUtil.java
+++ b/branches/sca-java-20080910/samples/quote-xquery/src/main/java/xquery/quote/QuoteDataUtil.java
diff --git a/branches/sca-trunk-20080910/samples/quote-xquery/src/main/java/xquery/quote/QuoteJoin.java b/branches/sca-java-20080910/samples/quote-xquery/src/main/java/xquery/quote/QuoteJoin.java
index 425867055b..425867055b 100644
--- a/branches/sca-trunk-20080910/samples/quote-xquery/src/main/java/xquery/quote/QuoteJoin.java
+++ b/branches/sca-java-20080910/samples/quote-xquery/src/main/java/xquery/quote/QuoteJoin.java
diff --git a/branches/sca-trunk-20080910/samples/quote-xquery/src/main/java/xquery/quote/QuoteJoinLocal.java b/branches/sca-java-20080910/samples/quote-xquery/src/main/java/xquery/quote/QuoteJoinLocal.java
index cfd201f883..cfd201f883 100644
--- a/branches/sca-trunk-20080910/samples/quote-xquery/src/main/java/xquery/quote/QuoteJoinLocal.java
+++ b/branches/sca-java-20080910/samples/quote-xquery/src/main/java/xquery/quote/QuoteJoinLocal.java
diff --git a/branches/sca-trunk-20080910/samples/quote-xquery/src/main/java/xquery/quote/QuoteJoinLocalImpl.java b/branches/sca-java-20080910/samples/quote-xquery/src/main/java/xquery/quote/QuoteJoinLocalImpl.java
index 20fe73fd92..20fe73fd92 100644
--- a/branches/sca-trunk-20080910/samples/quote-xquery/src/main/java/xquery/quote/QuoteJoinLocalImpl.java
+++ b/branches/sca-java-20080910/samples/quote-xquery/src/main/java/xquery/quote/QuoteJoinLocalImpl.java
diff --git a/branches/sca-trunk-20080910/samples/quote-xquery/src/main/java/xquery/quote/XQueryQuoteClient.java b/branches/sca-java-20080910/samples/quote-xquery/src/main/java/xquery/quote/XQueryQuoteClient.java
index adc852acd4..adc852acd4 100644
--- a/branches/sca-trunk-20080910/samples/quote-xquery/src/main/java/xquery/quote/XQueryQuoteClient.java
+++ b/branches/sca-java-20080910/samples/quote-xquery/src/main/java/xquery/quote/XQueryQuoteClient.java
diff --git a/branches/sca-trunk-20080910/samples/quote-xquery/src/main/java/xquery/quote/XQueryQuoteServer.java b/branches/sca-java-20080910/samples/quote-xquery/src/main/java/xquery/quote/XQueryQuoteServer.java
index 3fa3cdb637..3fa3cdb637 100644
--- a/branches/sca-trunk-20080910/samples/quote-xquery/src/main/java/xquery/quote/XQueryQuoteServer.java
+++ b/branches/sca-java-20080910/samples/quote-xquery/src/main/java/xquery/quote/XQueryQuoteServer.java