You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wink.apache.org by jr...@apache.org on 2009/10/28 21:32:42 UTC

svn commit: r830753 - /incubator/wink/trunk/pom.xml

Author: jramos
Date: Wed Oct 28 20:32:42 2009
New Revision: 830753

URL: http://svn.apache.org/viewvc?rev=830753&view=rev
Log:
Add winki-itests to main pom.xml. The default for this module will be to run no tests unless an assemblyId is set. This is so we can run them in Hudson

Modified:
    incubator/wink/trunk/pom.xml

Modified: incubator/wink/trunk/pom.xml
URL: http://svn.apache.org/viewvc/incubator/wink/trunk/pom.xml?rev=830753&r1=830752&r2=830753&view=diff
==============================================================================
--- incubator/wink/trunk/pom.xml (original)
+++ incubator/wink/trunk/pom.xml Wed Oct 28 20:32:42 2009
@@ -48,6 +48,7 @@
         <module>wink-examples</module>
         <module>wink-scripts</module>
         <module>wink-assembly</module>
+        <module>wink-itests</module>
     </modules>
     <scm>
         <connection>scm:svn:http://svn.apache.org/repos/asf/incubator/wink/trunk</connection>