You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ju...@apache.org on 2011/02/12 14:56:49 UTC

svn commit: r1070082 - /sling/trunk/pom.xml

Author: justin
Date: Sat Feb 12 13:56:49 2011
New Revision: 1070082

URL: http://svn.apache.org/viewvc?rev=1070082&view=rev
Log:
adding testing/junit to reactor

Modified:
    sling/trunk/pom.xml

Modified: sling/trunk/pom.xml
URL: http://svn.apache.org/viewvc/sling/trunk/pom.xml?rev=1070082&r1=1070081&r2=1070082&view=diff
==============================================================================
--- sling/trunk/pom.xml (original)
+++ sling/trunk/pom.xml Sat Feb 12 13:56:49 2011
@@ -154,6 +154,9 @@
         <module>bundles/extensions/groovy</module>
         <module>bundles/extensions/explorer</module>
         
+        <!-- Testing Support -->
+        <module>testing/junit</module>
+        
         <!-- Installer -->
         <module>installer/core</module>
         <module>installer/providers/file</module>