You are viewing a plain text version of this content. The canonical link for it is here.
Posted to alexandria-dev@jakarta.apache.org by ru...@apache.org on 2001/10/31 14:11:56 UTC

cvs commit: jakarta-alexandria/proposal/gump/project xml-security.xml

rubys       01/10/31 05:11:56

  Modified:    proposal/gump/project xml-security.xml
  Log:
  Switch to a target which does everything: jar, javadoc, and test.
  
  Revision  Changes    Path
  1.2       +3 -1      jakarta-alexandria/proposal/gump/project/xml-security.xml
  
  Index: xml-security.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-alexandria/proposal/gump/project/xml-security.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- xml-security.xml	2001/10/30 15:50:06	1.1
  +++ xml-security.xml	2001/10/31 13:11:56	1.2
  @@ -10,7 +10,7 @@
     <!-- build -->
   
     <project name="xml-security">
  -    <ant target="javadocs"/>
  +    <ant target="gump"/>
   
       <depend project="jakarta-ant"/>
       <depend project="xml-xerces"/>
  @@ -18,7 +18,9 @@
       <depend project="jakarta-log4j"/>
       <depend project="jce"/>
       <option project="junit"/>
  +    <work nested="classes"/>
   
  +    <jar nested="xmlsec.jar"/>
       <javadoc nested="doc/html/api"/>
     </project>
   
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>