You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@avalon.apache.org by do...@apache.org on 2003/04/05 00:58:10 UTC

cvs commit: avalon-apps/demo build.xml default.properties

donaldp     2003/04/04 14:58:09

  Modified:    demo     build.xml
  Removed:     demo     default.properties
  Log:
  Start to decruft the build system
  
  Revision  Changes    Path
  1.87      +4 -12     avalon-apps/demo/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/avalon-apps/demo/build.xml,v
  retrieving revision 1.86
  retrieving revision 1.87
  diff -u -r1.86 -r1.87
  --- build.xml	4 Apr 2003 22:53:56 -0000	1.86
  +++ build.xml	4 Apr 2003 22:58:09 -0000	1.87
  @@ -2,20 +2,13 @@
   
   <project name="Demo Apps" default="main" basedir=".">
   
  -    <!--
  -    ==========================================================================================
  -    PROPERTY SETUP
  -    ==========================================================================================
  -    -->
  -
       <!-- set up properties -->
       <property file="${user.home}/build.properties"/>
       <property file="${user.home}/.ant.properties"/>
  -    <property file="${basedir}/ant.properties"/>
  -    <property file="${basedir}/../ant.properties"/>
  -    <property file="${basedir}/default.properties"/>
  -    <property file="${basedir}/../default.properties"/>
  -    <property file="${basedir}/../cocoon.properties"/>
  +
  +    <property name="name" value="demo"/>
  +    <property name="Name" value="Demo"/>
  +    <property name="version" value="0.7"/>
   
       <!-- Set the installation variables for Cornerstone/Phoenix -->
       <property name="phoenix.home" value="../../avalon-phoenix/dist"/>
  @@ -33,7 +26,6 @@
       <property name="java.dir" value="${src.dir}/java"/>
       <property name="manifest.dir" value="${src.dir}/manifest"/>
       <property name="conf.dir" value="${src.dir}/conf"/>
  -    <property name="context.dir" value="../../avalon/src/documentation"/>
   
       <property name="altrmi.ver" value="0.9.1"/>
   
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: cvs-unsubscribe@avalon.apache.org
For additional commands, e-mail: cvs-help@avalon.apache.org