You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@aries.apache.org by hu...@apache.org on 2010/04/08 16:19:26 UTC

svn commit: r931953 - /incubator/aries/trunk/samples/pom.xml

Author: hughesj
Date: Thu Apr  8 14:19:26 2010
New Revision: 931953

URL: http://svn.apache.org/viewvc?rev=931953&view=rev
Log:
ARIES-280 top level pom.xml needs to refer to blueprint, not helloworld-sample

Modified:
    incubator/aries/trunk/samples/pom.xml

Modified: incubator/aries/trunk/samples/pom.xml
URL: http://svn.apache.org/viewvc/incubator/aries/trunk/samples/pom.xml?rev=931953&r1=931952&r2=931953&view=diff
==============================================================================
--- incubator/aries/trunk/samples/pom.xml (original)
+++ incubator/aries/trunk/samples/pom.xml Thu Apr  8 14:19:26 2010
@@ -240,7 +240,7 @@
         <module>ariestrader</module>
         <module>blog</module>
         <module>blueprint-sample-idverifier</module>
-        <module>helloworld-samples</module>
+        <module>blueprint</module>
         <module>transaction-sample</module>
     </modules>