summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/samples
diff options
context:
space:
mode:
authorslaws <slaws@13f79535-47bb-0310-9956-ffa450edef68>2010-10-14 09:01:40 +0000
committerslaws <slaws@13f79535-47bb-0310-9956-ffa450edef68>2010-10-14 09:01:40 +0000
commita259192e4373918f3cf0a3990081a8b94b7f94f1 (patch)
treec069618e1b88e720a321691d659e9cc06e970a39 /sca-java-2.x/trunk/samples
parent2933ca15fbad59d90c55ffc2594ff09538a183c8 (diff)
Put learning-more before running-tuscany so that the contributions that the launchers depend on are built before the launchers that use them
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1022427 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-java-2.x/trunk/samples')
-rw-r--r--sca-java-2.x/trunk/samples/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/sca-java-2.x/trunk/samples/pom.xml b/sca-java-2.x/trunk/samples/pom.xml
index 6eb99ee4e0..5866e18141 100644
--- a/sca-java-2.x/trunk/samples/pom.xml
+++ b/sca-java-2.x/trunk/samples/pom.xml
@@ -33,8 +33,8 @@
<modules>
<module>getting-started</module>
- <module>running-tuscany</module>
<module>learning-more</module>
+ <module>running-tuscany</module>
<module>applications</module>
<module>extending-tuscany</module>
</modules>