jvanzyl     02/01/22 12:21:57

  Modified:    graph    build.xml
  Log:
  - removed the reference to MinML, I copied this from JJAR.
  
  Revision  Changes    Path
  1.3       +1 -5      jakarta-commons-sandbox/graph/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/graph/build.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- build.xml 16 Jan 2002 20:38:28 -0000      1.2
  +++ build.xml 22 Jan 2002 20:21:57 -0000      1.3
  @@ -1,7 +1,7 @@
   <project name="Jakarta Graph Utilities" default="jar" basedir=".">
   
   <!--
  -        $Id: build.xml,v 1.2 2002/01/16 20:38:28 jvanzyl Exp $
  +        $Id: build.xml,v 1.3 2002/01/22 20:21:57 jvanzyl Exp $
   -->
   
   <!-- ========== Initialize Properties =================================== -->
  @@ -110,10 +110,6 @@
      description="Create binary distribution">
       <mkdir dir="${dist.home}"/>
       <copy file="LICENSE" todir="${dist.home}"/>
  -
  -    <!-- make a complete jar w/ the MinML2 SAX stuff -->
  -    <unzip src="${minml2.jar}" dest="${build.home}/class"/>
  -    <delete dir="${build.home}/class/META-INF" quiet="true"/>
   
       <jar jarfile="${dist.home}/${component.jar}"
         basedir="${build.home}/class"
  
  
  

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to