You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@avalon.apache.org by le...@apache.org on 2003/01/03 20:39:25 UTC

cvs commit: jakarta-avalon-phoenix build.xml

leosimons    2003/01/03 11:39:24

  Modified:    .        build.xml
  Log:
  fix info dependency so phoenix builds. This should be considered a temperoray fix: we either need to get the info act together or remove the dependency
  
  Revision  Changes    Path
  1.193     +2 -0      jakarta-avalon-phoenix/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-phoenix/build.xml,v
  retrieving revision 1.192
  retrieving revision 1.193
  diff -u -r1.192 -r1.193
  --- build.xml	27 Dec 2002 06:45:17 -0000	1.192
  +++ build.xml	3 Jan 2003 19:39:24 -0000	1.193
  @@ -73,6 +73,7 @@
       <property name="xalan.jar" value="${lib.dir}/xalan-2.3.1.jar"/>
       <property name="framework.jar" value="${lib.dir}/avalon-framework.jar"/>
       <property name="logkit.jar" value="${lib.dir}/logkit-1.1.1.jar"/>
  +    <property name="sandbox-info.jar" value="${lib.dir}/sandbox-info-1.0a.jar"/>
       <property name="tools.jar" value="${java.home}/../lib/tools.jar"/>
   
       <property name="announce2txt" value="${phoenix.tools.dir}/announcement2txt.xsl"/>
  @@ -89,6 +90,7 @@
           <pathelement location="${xerces.jar}"/>
           <pathelement location="${framework.jar}"/>
           <pathelement location="${logkit.jar}"/>
  +        <pathelement location="${sandbox-info.jar}"/>
           <pathelement location="${wrapper.jar}"/>
           <pathelement path="${mx4j.jar}"/>
           <pathelement path="${mx4j-tools.jar}"/>
  
  
  

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