You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@avalon.apache.org by ni...@apache.org on 2004/03/16 10:08:50 UTC

cvs commit: avalon/framework/api build.xml project.properties

niclas      2004/03/16 01:08:50

  Modified:    framework/api build.xml project.properties
  Removed:     framework maven-common-gump-build-reactor.xml
  Log:
  Fixing more about Gump.
  
  Revision  Changes    Path
  1.2       +2 -0      avalon/framework/api/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/avalon/framework/api/build.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- build.xml	4 Sep 2003 11:35:41 -0000	1.1
  +++ build.xml	16 Mar 2004 09:08:50 -0000	1.2
  @@ -4,6 +4,8 @@
   <project default="warning" name="Gump Build Support" basedir=".">
   
       <property file="${basedir}/project.properties"/>
  +    <property file="${basedir}/../project.properties"/>
  +    <property file="${basedir}/../../project.properties"/>
   
       <target name="need-for-common-build" unless="avalon.buildsystem.available">
   <fail>
  
  
  
  1.2       +1 -1      avalon/framework/api/project.properties
  
  Index: project.properties
  ===================================================================
  RCS file: /home/cvs/avalon/framework/api/project.properties,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- project.properties	4 Sep 2003 11:35:41 -0000	1.1
  +++ project.properties	16 Mar 2004 09:08:50 -0000	1.2
  @@ -1,2 +1,2 @@
  +
   project.name=avalon-framework-api
  -avalon.buildsystem = ${basedir}/..
  \ No newline at end of file
  
  
  

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