You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@gump.apache.org by bo...@apache.org on 2010/10/08 12:05:04 UTC

svn commit: r1005756 - /gump/metadata/project/ws-wss4j.xml

Author: bodewig
Date: Fri Oct  8 10:05:04 2010
New Revision: 1005756

URL: http://svn.apache.org/viewvc?rev=1005756&view=rev
Log:
try to split build and test

Modified:
    gump/metadata/project/ws-wss4j.xml

Modified: gump/metadata/project/ws-wss4j.xml
URL: http://svn.apache.org/viewvc/gump/metadata/project/ws-wss4j.xml?rev=1005756&r1=1005755&r2=1005756&view=diff
==============================================================================
--- gump/metadata/project/ws-wss4j.xml (original)
+++ gump/metadata/project/ws-wss4j.xml Fri Oct  8 10:05:04 2010
@@ -1,7 +1,7 @@
 <?xml version="1.0"?>
 
 <!--
- Licensed to the Apache Software Foundation (ASF) under one or more
+  Licensed to the Apache Software Foundation (ASF) under one or more
   contributor license agreements.  See the NOTICE file distributed with
   this work for additional information regarding copyright ownership.
   The ASF licenses this file to You under the Apache License, Version 2.0
@@ -28,6 +28,7 @@
 
     <ant target="gump">
         <property name="jar.library" value="wss4j-@DATE@.jar"/>
+        <property name="skip.tests" value="true"/>
         <sysproperty name="ant.build.clonevm" value="true"/>
     </ant>
 
@@ -58,10 +59,20 @@
 
     <license name="LICENSE"/>
 
-    <report nested="build/test-reports"/>
+    <!--nag from="Davanum Srinivas &lt;dims@yahoo.com&gt;"
+         to="wss4j-dev@ws.apache.org"/-->
+  </project>
+
+  <project name="wss4j-test">
+    <package>org.apache.ws.security</package>
 
-    <nag from="Davanum Srinivas &lt;dims@yahoo.com&gt;"
-         to="fx-dev@ws.apache.org"/>
+    <ant target="gump">
+      <sysproperty name="ant.build.clonevm" value="true"/>
+    </ant>
+    <depend project="wss4j" inherit="all"/>
+    <report nested="build/test-reports"/>
+    <!--nag from="Davanum Srinivas &lt;dims@yahoo.com&gt;"
+         to="wss4j-dev@ws.apache.org"/-->
   </project>
 
 </module>