rubys 2002/07/02 05:45:42 Modified: java build.xml Log: Allow security to be built separately. For gump runs. Revision Changes Path 1.156 +4 -0 xml-axis/java/build.xml Index: build.xml =================================================================== RCS file: /home/cvs/xml-axis/java/build.xml,v retrieving revision 1.155 retrieving revision 1.156 diff -u -r1.155 -r1.156 --- build.xml 29 Jun 2002 20:55:31 -0000 1.155 +++ build.xml 2 Jul 2002 12:45:42 -0000 1.156 @@ -530,6 +530,10 @@ </ant> </target> + <!-- Security only tests, with full dependencies --> + <target name="secure-tests" depends="junit, functional-tests-secure-only"> + </target> + <!-- All tests --> <target name="all-tests" depends="junit, functional-tests"> </target>
- RE: cvs commit: xml-axis/java build.xml Glen Daniels
- cvs commit: xml-axis/java build.xml gdaniels
- cvs commit: xml-axis/java build.xml dims
- cvs commit: xml-axis/java build.xml dims
- cvs commit: xml-axis/java build.xml dims
- cvs commit: xml-axis/java build.xml dims
- cvs commit: xml-axis/java build.xml dims
- cvs commit: xml-axis/java build.xml dims
- cvs commit: xml-axis/java build.xml stevel
- cvs commit: xml-axis/java build.xml gdaniels
- cvs commit: xml-axis/java build.xml rubys
- cvs commit: xml-axis/java build.xml rsitze
- cvs commit: xml-axis/java build.xml seibert
- cvs commit: xml-axis/java build.xml dims
- cvs commit: xml-axis/java build.xml seibert
- cvs commit: xml-axis/java build.xml seibert
- cvs commit: xml-axis/java build.xml seibert
- RE: cvs commit: xml-axis/java build.xml Tom Jordahl
- RE: cvs commit: xml-axis/java build.xml Matt Seibert
- RE: cvs commit: xml-axis/java build.xml Glen Daniels
- RE: cvs commit: xml-axis/java build.xml Tom Jordahl