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 2005/04/04 16:19:49 UTC

cvs commit: gump/project ws-fx.xml

bodewig     2005/04/04 07:19:49

  Modified:    project  ws-fx.xml
  Log:
  Adjust some paths
  
  Revision  Changes    Path
  1.7       +6 -8      gump/project/ws-fx.xml
  
  Index: ws-fx.xml
  ===================================================================
  RCS file: /home/cvs/gump/project/ws-fx.xml,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- ws-fx.xml	4 Apr 2005 14:12:13 -0000	1.6
  +++ ws-fx.xml	4 Apr 2005 14:19:49 -0000	1.7
  @@ -54,7 +54,7 @@
     <project name="wss4j">
       <package>org.apache.ws.security</package>
   
  -    <ant target="gump">
  +    <ant target="gump" basedir="wss4j">
           <property name="jar.library" value="wss4j-@DATE@.jar"/>
           <sysproperty name="ant.build.clonevm" value="true"/>
       </ant>
  @@ -78,17 +78,15 @@
       <depend project="xml-security" inherit="runtime"/>
       <depend project="xml-xerces" inherit="runtime" runtime="true"/>
   
  -    <work nested="build/classes"/>
  -    <work nested="lib/axis-ant.jar"/>
  -    <work nested="lib/jce-jdk13-125.jar"/>
  +    <work nested="wss4j/build/classes"/>
   
  -    <jar name="build/wss4j-@DATE@.jar"/>
  +    <jar name="wss4j/build/wss4j-@DATE@.jar"/>
   
  -    <license name="LICENSE"/>
  +    <license name="wss4j/LICENSE"/>
   
  -    <javadoc nested="build/doc/html/api"/>
  +    <javadoc nested="wss4j/build/doc/html/api"/>
   
  -	<junitreport nested="build/test-reports"/>
  +    <junitreport nested="wss4j/build/test-reports"/>
   
       <nag from="Davanum Srinivas &lt;dims@yahoo.com&gt;"
            to="fx-dev@ws.apache.org"/>