You are viewing a plain text version of this content. The canonical link for it is here.
Posted to log4j-cvs@jakarta.apache.org by ce...@apache.org on 2001/03/20 17:29:12 UTC

cvs commit: jakarta-log4j/build build.xml

ceki        01/03/20 08:29:09

  Modified:    .        INSTALL
               build    build.xml
  Log:
  Updated build.xm jar target to include the ../log4j/config package.
  
  Revision  Changes    Path
  1.10      +3 -0      jakarta-log4j/INSTALL
  
  Index: INSTALL
  ===================================================================
  RCS file: /home/cvs/jakarta-log4j/INSTALL,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- INSTALL	2001/02/23 00:53:51	1.9
  +++ INSTALL	2001/03/20 16:28:58	1.10
  @@ -36,6 +36,9 @@
   with a Syslog daemon and code to output/receive log statements using
   TCP sockets plus all sort of other goodies.
   
  +Note: If you install log4j.jar you DO NOT NEED to install
  +log4j-core.jar on your classpath.
  +
   ==================   
   log4j dependencies
   ==================
  
  
  
  1.14      +9 -3      jakarta-log4j/build/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-log4j/build/build.xml,v
  retrieving revision 1.13
  retrieving revision 1.14
  diff -u -r1.13 -r1.14
  --- build.xml	2001/03/15 17:39:58	1.13
  +++ build.xml	2001/03/20 16:29:05	1.14
  @@ -189,8 +189,11 @@
     <target name="log4j-core.jar" depends="prejar">
       <delete file="${jar.dest}/log4j-core.jar"/>
       <jar jarfile="${jar.dest}/log4j-core.jar" basedir="${javac.dest}"
  -	 includes="**/log4j/*.class, **/log4j/helpers/*.class,
  -                  **/log4j/spi/*.class, **/log4j/or/*.class"
  +	 includes="${stem}/*.class, 
  +	          ${stem}/helpers/*.class,
  +                  ${stem}/spi/*.class, 
  +		  ${stem}/or/*.class,
  +		  ${stem}/config/PropertySetter.class"
   	 excludes="**/StressCategory*, **/TTCC*, **/SimpleLayout.*, 
   	          **/AsyncAppender.*, **/Dispatcher.*, **/BoundedFIFO.*,
   	          **/Syslog*, **/RelativeTimeDateFormat.*,
  @@ -210,13 +213,16 @@
       <delete file="${jar.dest}/log4j.jar"/>
       <jar jarfile="${jar.dest}/log4j.jar" basedir="${javac.dest}"
   	includes="${stem}/*.class, ${stem}/xml/log4j.dtd, 
  -	          ${stem}/helpers/*.class, icons/**,
  +		  ${stem}/config/*.class,
  +	          ${stem}/helpers/*.class, 
  +		  icons/**,
   		  ${stem}/spi/*.class,  
   		  ${stem}/net/*.class,
   		  ${stem}/varia/*.class, 
   		  ${stem}/nt/*.class,
   		  ${stem}/xml/*.class, 
   		  ${stem}/or/*.class,
  +		  ${stem}/config/*.class,
   		  ${stem}/gui/TextPaneAppender.class"
   	excludes="**/StressCategory*, **/UnitTest**"
           manifest="${jar.dest}/manifest.mf"	
  
  
  

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