You are viewing a plain text version of this content. The canonical link for it is here.
Posted to general@gump.apache.org by ni...@apache.org on 2004/03/15 08:30:32 UTC

cvs commit: gump/project avalon-phoenix.xml

niclas      2004/03/14 23:30:32

  Modified:    project  avalon-phoenix.xml
  Log:
  I suspect Phoenix won't build without these changes.
  
  Revision  Changes    Path
  1.57      +12 -6     gump/project/avalon-phoenix.xml
  
  Index: avalon-phoenix.xml
  ===================================================================
  RCS file: /home/cvs/gump/project/avalon-phoenix.xml,v
  retrieving revision 1.56
  retrieving revision 1.57
  diff -u -r1.56 -r1.57
  --- avalon-phoenix.xml	27 Feb 2004 13:33:56 -0000	1.56
  +++ avalon-phoenix.xml	15 Mar 2004 07:30:32 -0000	1.57
  @@ -26,7 +26,7 @@
       <project name="avalon-phoenix">
           <package>org.apache.avalon.phoenix</package>
   
  -        <ant target="jars">
  +        <ant target="gump">
               <property name="checkstyle.failOnError" value="true"/>
               <depend property="mx4j.jar" project="mx4j" id="mx4j"/>
               <depend property="mx4j-tools.jar" project="mx4j-tools" id="tools"/>
  @@ -48,16 +48,22 @@
           <option project="jakarta-servletapi-4" runtime="true"/>
           <depend project="junit"/>
           <depend project="logging-log4j"/>
  -
  +        
  +        <!-- Unlisted Dependencies
  +             Spice LoggerStore   http://osdn.dl.sourceforge.net/sourceforge/spice/spice-loggerstore-0.5.tar.gz
  +             Spice ConfigKit     http://osdn.dl.sourceforge.net/sourceforge/spice/spice-configkit-1.1.2.tar.gz
  +             Spice XMLPolicy     http://osdn.dl.sourceforge.net/sourceforge/spice/spice-xmlpolicy-1.0.tar.gz
  +             Spice ClassMan      http://osdn.dl.sourceforge.net/sourceforge/spice/spice-classman-1.0.tar.gz
  +        -->
           <work nested="target/classes"/>
   
           <home nested="target/lib"/>
           <jar name="phoenix-client.jar" id="client"/>
   
  -        <jar name="phoenix-tools.jar" id="metagenerate"/>
  -        <jar name="phoenix-loader.jar" id="loader"/>
  -        <jar name="phoenix-engine.jar" id="metagenerate-2"/>
  -        <jar name="phoenix-punit.jar" id="punit"/>
  +        <jar name="target/lib/phoenix-tools.jar" id="metagenerate"/>
  +        <jar name="target/lib/phoenix-loader.jar" id="loader"/>
  +        <jar name="target/lib/phoenix-engine.jar" id="metagenerate-2"/>
  +        <jar name="target/lib/phoenix-punit.jar" id="punit"/>
   
           <license name="LICENSE.txt"/>
           <javadoc nested="target/javadocs" module="avalon"/>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: general-unsubscribe@gump.apache.org
For additional commands, e-mail: general-help@gump.apache.org