Skip to content

Commit

Permalink
re-ordered build so reporting is built before walrus which is necessa…
Browse files Browse the repository at this point in the history
…ry because of dependency
  • Loading branch information
twerges committed May 13, 2011
1 parent 9b1e1c6 commit 64e4e6b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions clc/build.xml
Expand Up @@ -108,12 +108,12 @@
<ant dir="modules/cluster-manager" inheritall="false" target="builder" />
<ant dir="modules/notifications" inheritall="false" target="builder" />
<ant dir="modules/storage-common" inheritall="false" target="builder" />
<ant dir="modules/reporting" inheritall="false" target="builder" />
<ant dir="modules/walrus" inheritall="false" target="builder" />
<ant dir="modules/storage-controller" inheritall="false" target="builder" />
<ant dir="modules/storage-san" inheritall="false" target="builder" />
<ant dir="modules/dns" inheritall="false" target="builder" />
<ant dir="modules/vmware-broker" inheritall="false" target="builder" />
<ant dir="modules/reporting" inheritall="false" target="builder" />
</target>
<target name="build-www">
<ant dir="modules/www" inheritall="false" target="builder" />
Expand All @@ -139,13 +139,13 @@
<ant dir="modules/cluster-manager" inheritall="false" target="builder-test" />
<ant dir="modules/notifications" inheritall="false" target="builder-test" />
<ant dir="modules/storage-common" inheritall="false" target="builder-test" />
<ant dir="modules/reporting" inheritall="false" target="builder-test" />
<ant dir="modules/walrus" inheritall="false" target="builder-test" />
<ant dir="modules/storage-controller" inheritall="false" target="builder-test" />
<ant dir="modules/storage-san" inheritall="false" target="builder-test" />
<ant dir="modules/dns" inheritall="false" target="builder-test" />
<ant dir="modules/www" inheritall="false" target="builder-test" />
<ant dir="modules/vmware-broker" inheritall="false" target="builder-test" />
<ant dir="modules/reporting" inheritall="false" target="builder-test" />
</target>
<target name="build-test-gwt">
<ant dir="modules/www" inheritall="false" target="builder-test" />
Expand Down

0 comments on commit 64e4e6b

Please sign in to comment.