Author: slaws
Date: Thu Oct 14 09:01:40 2010
New Revision: 1022427
URL: http://svn.apache.org/viewvc?rev=1022427&view=rev
Log:
Put learning-more before running-tuscany so that the contributions that the
launchers depend on are built before the launchers that use them
Modified:
tuscany/sca-java-2.x/trunk/samples/pom.xml
Modified: tuscany/sca-java-2.x/trunk/samples/pom.xml
URL:
http://svn.apache.org/viewvc/tuscany/sca-java-2.x/trunk/samples/pom.xml?rev=1022427&r1=1022426&r2=1022427&view=diff
==============================================================================
--- tuscany/sca-java-2.x/trunk/samples/pom.xml (original)
+++ tuscany/sca-java-2.x/trunk/samples/pom.xml Thu Oct 14 09:01:40 2010
@@ -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>