diff options
author | nash <nash@13f79535-47bb-0310-9956-ffa450edef68> | 2010-05-19 17:57:11 +0000 |
---|---|---|
committer | nash <nash@13f79535-47bb-0310-9956-ffa450edef68> | 2010-05-19 17:57:11 +0000 |
commit | 43158c3941dd9489d9934e976ff08cd1d6612630 (patch) | |
tree | 439f10efda4f7223e5cd84e181f7dcd6c7a3b184 /sca-java-1.x/branches/sca-java-travelsample-1.0/domainconfig/fullapp | |
parent | d3a8ee00cef2f45994737412b72f742619d20cd3 (diff) |
Change domainconfig directory structure to make ant build of binaries module work
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@946311 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-java-1.x/branches/sca-java-travelsample-1.0/domainconfig/fullapp')
-rw-r--r-- | sca-java-1.x/branches/sca-java-travelsample-1.0/domainconfig/fullapp/pom.xml | 4 | ||||
-rw-r--r-- | sca-java-1.x/branches/sca-java-travelsample-1.0/domainconfig/fullapp/src/main/resources/fullapp/cloud.composite (renamed from sca-java-1.x/branches/sca-java-travelsample-1.0/domainconfig/fullapp/src/main/resources/cloud.composite) | 0 | ||||
-rw-r--r-- | sca-java-1.x/branches/sca-java-travelsample-1.0/domainconfig/fullapp/src/main/resources/fullapp/cloud/fullapp-bespoketrip.composite (renamed from sca-java-1.x/branches/sca-java-travelsample-1.0/domainconfig/fullapp/src/main/resources/cloud/fullapp-bespoketrip.composite) | 0 | ||||
-rw-r--r-- | sca-java-1.x/branches/sca-java-travelsample-1.0/domainconfig/fullapp/src/main/resources/fullapp/cloud/fullapp-coordination.composite (renamed from sca-java-1.x/branches/sca-java-travelsample-1.0/domainconfig/fullapp/src/main/resources/cloud/fullapp-coordination.composite) | 0 | ||||
-rw-r--r-- | sca-java-1.x/branches/sca-java-travelsample-1.0/domainconfig/fullapp/src/main/resources/fullapp/cloud/fullapp-creditcard.composite (renamed from sca-java-1.x/branches/sca-java-travelsample-1.0/domainconfig/fullapp/src/main/resources/cloud/fullapp-creditcard.composite) | 0 | ||||
-rw-r--r-- | sca-java-1.x/branches/sca-java-travelsample-1.0/domainconfig/fullapp/src/main/resources/fullapp/cloud/fullapp-currency.composite (renamed from sca-java-1.x/branches/sca-java-travelsample-1.0/domainconfig/fullapp/src/main/resources/cloud/fullapp-currency.composite) | 0 | ||||
-rw-r--r-- | sca-java-1.x/branches/sca-java-travelsample-1.0/domainconfig/fullapp/src/main/resources/fullapp/cloud/fullapp-packagedtrip.composite (renamed from sca-java-1.x/branches/sca-java-travelsample-1.0/domainconfig/fullapp/src/main/resources/cloud/fullapp-packagedtrip.composite) | 0 | ||||
-rw-r--r-- | sca-java-1.x/branches/sca-java-travelsample-1.0/domainconfig/fullapp/src/main/resources/fullapp/cloud/fullapp-payment.composite (renamed from sca-java-1.x/branches/sca-java-travelsample-1.0/domainconfig/fullapp/src/main/resources/cloud/fullapp-payment.composite) | 0 | ||||
-rw-r--r-- | sca-java-1.x/branches/sca-java-travelsample-1.0/domainconfig/fullapp/src/main/resources/fullapp/cloud/fullapp-shoppingcart.composite (renamed from sca-java-1.x/branches/sca-java-travelsample-1.0/domainconfig/fullapp/src/main/resources/cloud/fullapp-shoppingcart.composite) | 0 | ||||
-rw-r--r-- | sca-java-1.x/branches/sca-java-travelsample-1.0/domainconfig/fullapp/src/main/resources/fullapp/cloud/fullapp-ui.composite (renamed from sca-java-1.x/branches/sca-java-travelsample-1.0/domainconfig/fullapp/src/main/resources/cloud/fullapp-ui.composite) | 0 | ||||
-rw-r--r-- | sca-java-1.x/branches/sca-java-travelsample-1.0/domainconfig/fullapp/src/main/resources/fullapp/domain.composite (renamed from sca-java-1.x/branches/sca-java-travelsample-1.0/domainconfig/fullapp/src/main/resources/domain.composite) | 0 | ||||
-rw-r--r-- | sca-java-1.x/branches/sca-java-travelsample-1.0/domainconfig/fullapp/src/main/resources/fullapp/workspace-distribution.xml (renamed from sca-java-1.x/branches/sca-java-travelsample-1.0/domainconfig/fullapp/src/main/resources/workspace-distribution.xml) | 0 | ||||
-rw-r--r-- | sca-java-1.x/branches/sca-java-travelsample-1.0/domainconfig/fullapp/src/main/resources/fullapp/workspace.xml (renamed from sca-java-1.x/branches/sca-java-travelsample-1.0/domainconfig/fullapp/src/main/resources/workspace.xml) | 0 |
13 files changed, 2 insertions, 2 deletions
diff --git a/sca-java-1.x/branches/sca-java-travelsample-1.0/domainconfig/fullapp/pom.xml b/sca-java-1.x/branches/sca-java-travelsample-1.0/domainconfig/fullapp/pom.xml index 8ac5c0a7fc..2cbf5348b1 100644 --- a/sca-java-1.x/branches/sca-java-travelsample-1.0/domainconfig/fullapp/pom.xml +++ b/sca-java-1.x/branches/sca-java-travelsample-1.0/domainconfig/fullapp/pom.xml @@ -48,12 +48,12 @@ <tasks>
<mkdir dir="target/jar-classes/fullapp"/>
<copy todir="target/jar-classes/fullapp">
- <fileset dir="src/main/resources">
+ <fileset dir="src/main/resources/fullapp">
<exclude name="workspace*.xml"/>
</fileset>
</copy>
<copy todir="target/jar-classes/fullapp">
- <fileset dir="src/main/resources">
+ <fileset dir="src/main/resources/fullapp">
<include name="workspace-distribution.xml"/>
</fileset>
<globmapper from="workspace-distribution.xml" to="workspace.xml"/>
diff --git a/sca-java-1.x/branches/sca-java-travelsample-1.0/domainconfig/fullapp/src/main/resources/cloud.composite b/sca-java-1.x/branches/sca-java-travelsample-1.0/domainconfig/fullapp/src/main/resources/fullapp/cloud.composite index 284376538a..284376538a 100644 --- a/sca-java-1.x/branches/sca-java-travelsample-1.0/domainconfig/fullapp/src/main/resources/cloud.composite +++ b/sca-java-1.x/branches/sca-java-travelsample-1.0/domainconfig/fullapp/src/main/resources/fullapp/cloud.composite diff --git a/sca-java-1.x/branches/sca-java-travelsample-1.0/domainconfig/fullapp/src/main/resources/cloud/fullapp-bespoketrip.composite b/sca-java-1.x/branches/sca-java-travelsample-1.0/domainconfig/fullapp/src/main/resources/fullapp/cloud/fullapp-bespoketrip.composite index b6d9d51cbc..b6d9d51cbc 100644 --- a/sca-java-1.x/branches/sca-java-travelsample-1.0/domainconfig/fullapp/src/main/resources/cloud/fullapp-bespoketrip.composite +++ b/sca-java-1.x/branches/sca-java-travelsample-1.0/domainconfig/fullapp/src/main/resources/fullapp/cloud/fullapp-bespoketrip.composite diff --git a/sca-java-1.x/branches/sca-java-travelsample-1.0/domainconfig/fullapp/src/main/resources/cloud/fullapp-coordination.composite b/sca-java-1.x/branches/sca-java-travelsample-1.0/domainconfig/fullapp/src/main/resources/fullapp/cloud/fullapp-coordination.composite index b42457154f..b42457154f 100644 --- a/sca-java-1.x/branches/sca-java-travelsample-1.0/domainconfig/fullapp/src/main/resources/cloud/fullapp-coordination.composite +++ b/sca-java-1.x/branches/sca-java-travelsample-1.0/domainconfig/fullapp/src/main/resources/fullapp/cloud/fullapp-coordination.composite diff --git a/sca-java-1.x/branches/sca-java-travelsample-1.0/domainconfig/fullapp/src/main/resources/cloud/fullapp-creditcard.composite b/sca-java-1.x/branches/sca-java-travelsample-1.0/domainconfig/fullapp/src/main/resources/fullapp/cloud/fullapp-creditcard.composite index 5c66ff2796..5c66ff2796 100644 --- a/sca-java-1.x/branches/sca-java-travelsample-1.0/domainconfig/fullapp/src/main/resources/cloud/fullapp-creditcard.composite +++ b/sca-java-1.x/branches/sca-java-travelsample-1.0/domainconfig/fullapp/src/main/resources/fullapp/cloud/fullapp-creditcard.composite diff --git a/sca-java-1.x/branches/sca-java-travelsample-1.0/domainconfig/fullapp/src/main/resources/cloud/fullapp-currency.composite b/sca-java-1.x/branches/sca-java-travelsample-1.0/domainconfig/fullapp/src/main/resources/fullapp/cloud/fullapp-currency.composite index 185112122c..185112122c 100644 --- a/sca-java-1.x/branches/sca-java-travelsample-1.0/domainconfig/fullapp/src/main/resources/cloud/fullapp-currency.composite +++ b/sca-java-1.x/branches/sca-java-travelsample-1.0/domainconfig/fullapp/src/main/resources/fullapp/cloud/fullapp-currency.composite diff --git a/sca-java-1.x/branches/sca-java-travelsample-1.0/domainconfig/fullapp/src/main/resources/cloud/fullapp-packagedtrip.composite b/sca-java-1.x/branches/sca-java-travelsample-1.0/domainconfig/fullapp/src/main/resources/fullapp/cloud/fullapp-packagedtrip.composite index 323700b4a0..323700b4a0 100644 --- a/sca-java-1.x/branches/sca-java-travelsample-1.0/domainconfig/fullapp/src/main/resources/cloud/fullapp-packagedtrip.composite +++ b/sca-java-1.x/branches/sca-java-travelsample-1.0/domainconfig/fullapp/src/main/resources/fullapp/cloud/fullapp-packagedtrip.composite diff --git a/sca-java-1.x/branches/sca-java-travelsample-1.0/domainconfig/fullapp/src/main/resources/cloud/fullapp-payment.composite b/sca-java-1.x/branches/sca-java-travelsample-1.0/domainconfig/fullapp/src/main/resources/fullapp/cloud/fullapp-payment.composite index b27b57fad5..b27b57fad5 100644 --- a/sca-java-1.x/branches/sca-java-travelsample-1.0/domainconfig/fullapp/src/main/resources/cloud/fullapp-payment.composite +++ b/sca-java-1.x/branches/sca-java-travelsample-1.0/domainconfig/fullapp/src/main/resources/fullapp/cloud/fullapp-payment.composite diff --git a/sca-java-1.x/branches/sca-java-travelsample-1.0/domainconfig/fullapp/src/main/resources/cloud/fullapp-shoppingcart.composite b/sca-java-1.x/branches/sca-java-travelsample-1.0/domainconfig/fullapp/src/main/resources/fullapp/cloud/fullapp-shoppingcart.composite index 7bec251965..7bec251965 100644 --- a/sca-java-1.x/branches/sca-java-travelsample-1.0/domainconfig/fullapp/src/main/resources/cloud/fullapp-shoppingcart.composite +++ b/sca-java-1.x/branches/sca-java-travelsample-1.0/domainconfig/fullapp/src/main/resources/fullapp/cloud/fullapp-shoppingcart.composite diff --git a/sca-java-1.x/branches/sca-java-travelsample-1.0/domainconfig/fullapp/src/main/resources/cloud/fullapp-ui.composite b/sca-java-1.x/branches/sca-java-travelsample-1.0/domainconfig/fullapp/src/main/resources/fullapp/cloud/fullapp-ui.composite index e86bef1c56..e86bef1c56 100644 --- a/sca-java-1.x/branches/sca-java-travelsample-1.0/domainconfig/fullapp/src/main/resources/cloud/fullapp-ui.composite +++ b/sca-java-1.x/branches/sca-java-travelsample-1.0/domainconfig/fullapp/src/main/resources/fullapp/cloud/fullapp-ui.composite diff --git a/sca-java-1.x/branches/sca-java-travelsample-1.0/domainconfig/fullapp/src/main/resources/domain.composite b/sca-java-1.x/branches/sca-java-travelsample-1.0/domainconfig/fullapp/src/main/resources/fullapp/domain.composite index c54cfa3416..c54cfa3416 100644 --- a/sca-java-1.x/branches/sca-java-travelsample-1.0/domainconfig/fullapp/src/main/resources/domain.composite +++ b/sca-java-1.x/branches/sca-java-travelsample-1.0/domainconfig/fullapp/src/main/resources/fullapp/domain.composite diff --git a/sca-java-1.x/branches/sca-java-travelsample-1.0/domainconfig/fullapp/src/main/resources/workspace-distribution.xml b/sca-java-1.x/branches/sca-java-travelsample-1.0/domainconfig/fullapp/src/main/resources/fullapp/workspace-distribution.xml index a7a3b01895..a7a3b01895 100644 --- a/sca-java-1.x/branches/sca-java-travelsample-1.0/domainconfig/fullapp/src/main/resources/workspace-distribution.xml +++ b/sca-java-1.x/branches/sca-java-travelsample-1.0/domainconfig/fullapp/src/main/resources/fullapp/workspace-distribution.xml diff --git a/sca-java-1.x/branches/sca-java-travelsample-1.0/domainconfig/fullapp/src/main/resources/workspace.xml b/sca-java-1.x/branches/sca-java-travelsample-1.0/domainconfig/fullapp/src/main/resources/fullapp/workspace.xml index 8f1efcd1fd..8f1efcd1fd 100644 --- a/sca-java-1.x/branches/sca-java-travelsample-1.0/domainconfig/fullapp/src/main/resources/workspace.xml +++ b/sca-java-1.x/branches/sca-java-travelsample-1.0/domainconfig/fullapp/src/main/resources/fullapp/workspace.xml |