You are viewing a plain text version of this content. The canonical link for it is here.
Posted to log4j-dev@logging.apache.org by sd...@apache.org on 2005/06/17 08:46:58 UTC

cvs commit: logging-chainsaw build.properties.sample build.xml

sdeboy      2005/06/16 23:46:58

  Modified:    .        build.properties.sample build.xml
  Log:
  Updated Chainsaw classpath to include ORO
  
  Revision  Changes    Path
  1.2       +1 -1      logging-chainsaw/build.properties.sample
  
  Index: build.properties.sample
  ===================================================================
  RCS file: /home/cvs/logging-chainsaw/build.properties.sample,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- build.properties.sample	25 Feb 2005 03:23:48 -0000	1.1
  +++ build.properties.sample	17 Jun 2005 06:46:58 -0000	1.2
  @@ -15,6 +15,6 @@
   #
   # NOTE: VFS requires Commons logging JAR as well, otherwise it won't work.
   
  -# Place all the dependencies in this directory
  +# Place all the dependencies in this directory (except ORO)
   # Dependencies directory
   deps.dir=lib
  \ No newline at end of file
  
  
  
  1.3       +1 -0      logging-chainsaw/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/logging-chainsaw/build.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- build.xml	25 Feb 2005 07:26:01 -0000	1.2
  +++ build.xml	17 Jun 2005 06:46:58 -0000	1.3
  @@ -44,6 +44,7 @@
   	<fileset dir="${deps.dir}">
     	  <include name="*.jar"/>
     	</fileset>
  +  	<pathelement location="${jakarta-oro.jar}"/>
     	<pathelement location="${log4j-chainsaw.jar}"/>
     </path>
   
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: log4j-dev-unsubscribe@logging.apache.org
For additional commands, e-mail: log4j-dev-help@logging.apache.org