summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornash <nash@13f79535-47bb-0310-9956-ffa450edef68>2010-09-17 23:25:23 +0000
committernash <nash@13f79535-47bb-0310-9956-ffa450edef68>2010-09-17 23:25:23 +0000
commit3a879668f15c8c47d6e2048caf9a0621f5ea8817 (patch)
treea332fa69c416ca2fffd81239c228017eac25f192
parentb899fa8d54e8111ee4a9db178e6a6af1d9d9e628 (diff)
Reorder modules to satisfy dependency relationships
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@998367 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--sca-java-1.x/branches/sca-java-1.6.1/samples/build.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/sca-java-1.x/branches/sca-java-1.6.1/samples/build.xml b/sca-java-1.x/branches/sca-java-1.6.1/samples/build.xml
index 96c843109d..4784d85ff5 100644
--- a/sca-java-1.x/branches/sca-java-1.6.1/samples/build.xml
+++ b/sca-java-1.x/branches/sca-java-1.6.1/samples/build.xml
@@ -32,8 +32,8 @@
</target>
<target name="allsubdirs">
- <ant dir="binding-echo" target="${target}"/>
<ant dir="binding-echo-extension" target="${target}"/>
+ <ant dir="binding-echo" target="${target}"/>
<ant dir="binding-notification-broker" target="${target}"/>
<ant dir="binding-notification-consumer" target="${target}"/>
<ant dir="binding-notification-producer" target="${target}"/>
@@ -70,8 +70,8 @@
<ant dir="helloworld-ws-sdo-webapp" target="${target}"/>
<ant dir="holder-ws-service" target="${target}"/>
<ant dir="implementation-composite" target="${target}"/>
- <ant dir="implementation-crud" target="${target}"/>
<ant dir="implementation-crud-extension" target="${target}"/>
+ <ant dir="implementation-crud" target="${target}"/>
<ant dir="implementation-notification" target="${target}"/>
<ant dir="implementation-pojo-extension" target="${target}"/>
<ant dir="osgi-supplychain" target="${target}"/>