You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@gump.apache.org by ni...@apache.org on 2004/10/17 15:59:51 UTC

cvs commit: gump/project jakarta-jmeter.xml

niclas      2004/10/17 06:59:51

  Modified:    project  jakarta-jmeter.xml
  Log:
  Putting in avalon-framework the way it is supposed to be, and to see what happens.
  
  Revision  Changes    Path
  1.110     +11 -19    gump/project/jakarta-jmeter.xml
  
  Index: jakarta-jmeter.xml
  ===================================================================
  RCS file: /home/cvs/gump/project/jakarta-jmeter.xml,v
  retrieving revision 1.109
  retrieving revision 1.110
  diff -u -r1.109 -r1.110
  --- jakarta-jmeter.xml	16 Oct 2004 14:26:10 -0000	1.109
  +++ jakarta-jmeter.xml	17 Oct 2004 13:59:51 -0000	1.110
  @@ -39,16 +39,8 @@
           the ones used in build.xml. However, at present the properties are only used for
           creating the list of jars to be exported.
         -->
  -      <depend property="avalon-framework.jar" project="avalon-framework-api"/> 
  -
  -           <!-- FIXME -->
  -           <!--
  -           NOTE: avalon-framework has been broken out into three separate projects:
  -             1. avalon-framework-api
  -             2. avalon-framework-legacy
  -             3. avalon-framework-impl
  -           The buildfile needs to be updated to reflect this.
  -           -->
  +      <depend project="avalon-framework-api"/> 
  +      <depend project="avalon-framework-impl"/> 
   
         <depend property="jakarta-oro.jar" project="jakarta-oro"/>
         <depend property="junit.jar" project="junit"/>