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

cvs commit: avalon-excalibur/pool build.xml default.properties

bloritsch    2003/03/10 07:02:28

  Modified:    pool     build.xml default.properties
  Log:
  modify to new location for Testcase
  
  Revision  Changes    Path
  1.33      +1 -1      avalon-excalibur/pool/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/avalon-excalibur/pool/build.xml,v
  retrieving revision 1.32
  retrieving revision 1.33
  diff -u -r1.32 -r1.33
  --- build.xml	5 Mar 2003 04:03:24 -0000	1.32
  +++ build.xml	10 Mar 2003 15:02:26 -0000	1.33
  @@ -290,7 +290,7 @@
               <zipfileset dir="${docs.dir}" prefix="${dist.name}/docs"/>
           </zip>
   
  -	<checksum file="${dist.base}/${dist.name}.zip"/>
  +	<checksum file="${dist.base}/${dist.name}.zip" fileext=".md5"/>
       </target>
   
       <!-- Creates a mini jar-only distribution -->
  
  
  
  1.19      +5 -5      avalon-excalibur/pool/default.properties
  
  Index: default.properties
  ===================================================================
  RCS file: /home/cvs/avalon-excalibur/pool/default.properties,v
  retrieving revision 1.18
  retrieving revision 1.19
  diff -u -r1.18 -r1.19
  --- default.properties	5 Mar 2003 04:03:24 -0000	1.18
  +++ default.properties	10 Mar 2003 15:02:27 -0000	1.19
  @@ -31,17 +31,17 @@
   # For unit testing:
   junitperf.jar = lib/junitperf.jar
   
  -# ----- Excalibur testcase, version 1.0 or later -----
  -excalibur-testcase.home=${basedir}/../testcase/dist
  -excalibur-testcase.lib=${excalibur-testcase.home}
  -excalibur-testcase.jar=${excalibur-testcase.lib}/excalibur-testcase-1.0.jar
  +# ----- Excalibur component, version 1.1 or later -----
  +excalibur-component.home=${basedir}/../component/dist
  +excalibur-component.lib=${excalibur-component.home}
  +excalibur-testcase.jar=${excalibur-component.lib}/excalibur-testcase-1.1.jar
   
   # ----- Logkit -----
   logkit.home=${basedir}/../../avalon-logkit
   logkit.lib=${logkit.home}/build/lib
   logkit.jar=${logkit.lib}/logkit.jar
   
  -# ----- Excalibur instrument, version 0.1 or later -----
  +# ----- Excalibur instrument, version 1.0 or later -----
   excalibur-instrument.home=${basedir}/../instrument/dist
   excalibur-instrument.lib=${excalibur-instrument.home}
   excalibur-instrument.jar=${excalibur-instrument.lib}/excalibur-instrument-1.0.jar
  
  
  

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