You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by na...@apache.org on 2010/04/14 18:08:28 UTC

svn commit: r934001 - /tuscany/sca-java-1.x/trunk/tutorials/travelsample/pom.xml

Author: nash
Date: Wed Apr 14 16:08:27 2010
New Revision: 934001

URL: http://svn.apache.org/viewvc?rev=934001&view=rev
Log:
Replace distribution module by binaries module in top-level build (TUSCANY-3528)

Modified:
    tuscany/sca-java-1.x/trunk/tutorials/travelsample/pom.xml

Modified: tuscany/sca-java-1.x/trunk/tutorials/travelsample/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-1.x/trunk/tutorials/travelsample/pom.xml?rev=934001&r1=934000&r2=934001&view=diff
==============================================================================
--- tuscany/sca-java-1.x/trunk/tutorials/travelsample/pom.xml (original)
+++ tuscany/sca-java-1.x/trunk/tutorials/travelsample/pom.xml Wed Apr 14 16:08:27 2010
@@ -105,7 +105,7 @@
         <module>launchers</module>
         <module>services</module>
         <module>clients</module>
-        <module>distribution</module>
+        <module>binaries</module>
     </modules>
 
 </project>