You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by co...@apache.org on 2011/10/21 13:55:31 UTC

svn commit: r1187308 [2/2] - in /cxf/trunk/services/sts: sts-war/src/main/webapp/WEB-INF/wsdl/ systests/ systests/basic/src/test/java/org/apache/cxf/systest/sts/asymmetric/ systests/basic/src/test/java/org/apache/cxf/systest/sts/bearer/ systests/basic/...

Modified: cxf/trunk/services/sts/systests/pom.xml
URL: http://svn.apache.org/viewvc/cxf/trunk/services/sts/systests/pom.xml?rev=1187308&r1=1187307&r2=1187308&view=diff
==============================================================================
--- cxf/trunk/services/sts/systests/pom.xml (original)
+++ cxf/trunk/services/sts/systests/pom.xml Fri Oct 21 11:55:29 2011
@@ -33,7 +33,8 @@
     </parent>
 
     <modules>
-        <!--<module>basic</module>-->
+        <module>basic</module>
+        <!--<module>advanced</module>-->
     </modules>
 
 </project>