bloritsch    2003/02/28 08:16:04

  Modified:    logger   build.xml default.properties
  Log:
  remove unnecessary reference to deprecated package
  
  Revision  Changes    Path
  1.36      +0 -2      avalon-excalibur/logger/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/avalon-excalibur/logger/build.xml,v
  retrieving revision 1.35
  retrieving revision 1.36
  diff -u -r1.35 -r1.36
  --- build.xml 20 Feb 2003 14:26:57 -0000      1.35
  +++ build.xml 28 Feb 2003 16:16:04 -0000      1.36
  @@ -39,7 +39,6 @@
           <pathelement location="${junit.jar}"/>
           <pathelement location="${excalibur-testcase.jar}"/>
           <pathelement location="${excalibur-component.jar}"/>
  -        <pathelement location="${excalibur-collections.jar}"/>
           <pathelement location="${excalibur-pool.jar}"/>
           <path refid="project.class.path"/>
       </path>
  @@ -128,7 +127,6 @@
           <ant antfile="${depchecker.prefix}/depchecker.xml" 
target="checkJUnit"/>
           <ant antfile="${depchecker.prefix}/depchecker.xml" 
target="checkTestcase"/>
           <ant antfile="${depchecker.prefix}/depchecker.xml" 
target="checkComponent"/>
  -        <ant antfile="${depchecker.prefix}/depchecker.xml" 
target="checkCollections"/>
           <ant antfile="${depchecker.prefix}/depchecker.xml" 
target="checkPool"/>
       </target>
   
  
  
  
  1.21      +0 -5      avalon-excalibur/logger/default.properties
  
  Index: default.properties
  ===================================================================
  RCS file: /home/cvs/avalon-excalibur/logger/default.properties,v
  retrieving revision 1.20
  retrieving revision 1.21
  diff -u -r1.20 -r1.21
  --- default.properties        27 Feb 2003 19:32:01 -0000      1.20
  +++ default.properties        28 Feb 2003 16:16:04 -0000      1.21
  @@ -49,11 +49,6 @@
   excalibur-component.lib=${excalibur-component.home}
   
excalibur-component.jar=${excalibur-component.lib}/excalibur-component-1.1.jar
   
  -# ----- Excalibur collections, version 1.0 or later -----
  -excalibur-collections.home=${basedir}/../collections/dist
  -excalibur-collections.lib=${excalibur-collections.home}
  
-excalibur-collections.jar=${excalibur-collections.lib}/excalibur-collections-1.0.jar
  -
   # ----- Excalibur testcase, version 1.0 or later -----
   excalibur-testcase.home=${basedir}/../testcase/dist
   excalibur-testcase.lib=${excalibur-testcase.home}
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to