Reorder modules to satisfy dependency relationships

git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@998367 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
nash 2010-09-17 23:25:23 +00:00
parent b899fa8d54
commit 3a879668f1

View file

@ -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}"/>