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:14:39 UTC

cvs commit: avalon/framework/impl project.properties

niclas      2004/03/16 01:14:39

  Modified:    framework/api build.xml project.properties
               framework/impl project.properties
  Log:
  Fixing more about Gump.
  
  Revision  Changes    Path
  1.3       +0 -1      avalon/framework/api/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/avalon/framework/api/build.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- build.xml	16 Mar 2004 09:08:50 -0000	1.2
  +++ build.xml	16 Mar 2004 09:14:39 -0000	1.3
  @@ -5,7 +5,6 @@
   
       <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.3       +1 -0      avalon/framework/api/project.properties
  
  Index: project.properties
  ===================================================================
  RCS file: /home/cvs/avalon/framework/api/project.properties,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- project.properties	16 Mar 2004 09:08:50 -0000	1.2
  +++ project.properties	16 Mar 2004 09:14:39 -0000	1.3
  @@ -1,2 +1,3 @@
   
   project.name=avalon-framework-api
  +avalon.buildsystem = ${basedir}/../../buildsystem
  \ No newline at end of file
  
  
  
  1.3       +2 -1      avalon/framework/impl/project.properties
  
  Index: project.properties
  ===================================================================
  RCS file: /home/cvs/avalon/framework/impl/project.properties,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- project.properties	4 Sep 2003 11:35:41 -0000	1.2
  +++ project.properties	16 Mar 2004 09:14:39 -0000	1.3
  @@ -1,4 +1,5 @@
   maven.junit.fork = yes
   
   project.name=avalon-framework-impl
  -avalon.buildsystem = ${basedir}/..
  \ No newline at end of file
  +
  +avalon.buildsystem = ${basedir}/../../buildsystem
  
  
  

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