Author: mwomack
Date: Thu Jan 26 19:53:02 2006
New Revision: 372719
URL: http://svn.apache.org/viewcvs?rev=372719&view=rev
Log:
Build version update and removal of NT DLL targets from main builds
Modified:
logging/log4j/trunk/build.xml
logging/log4j/trunk/tests/build.xml
Modified: logging/log4j/trunk/build.xml
URL:
http://svn.apache.org/viewcvs/logging/log4j/trunk/build.xml?rev=372719&r1=372718&r2=372719&view=diff
==============================================================================
--- logging/log4j/trunk/build.xml (original)
+++ logging/log4j/trunk/build.xml Thu Jan 26 19:53:02 2006
@@ -21,7 +21,7 @@
<!-- The build.properties file defines the parth to local jar files -->
<property file="build.properties"/>
- <property name="version" value="1.3alpha-7"/>
+ <property name="version" value="1.3alpha-8"/>
<property name="target" value="1.2"/>
<property name="source" value="1.3"/>
@@ -990,7 +990,7 @@
<!-- ================================================================= -->
<!-- Build a complete distribution. Results go to ${dist.images} -->
<!-- ================================================================= -->
- <target name="dist" depends="init, clean, requiredepsCheck, javadoc, jar,
site, build.nt.dll">
+ <target name="dist" depends="init, clean, requiredepsCheck, javadoc, jar,
site">
<delete verbose="true">
<fileset dir=".">
Modified: logging/log4j/trunk/tests/build.xml
URL:
http://svn.apache.org/viewcvs/logging/log4j/trunk/tests/build.xml?rev=372719&r1=372718&r2=372719&view=diff
==============================================================================
--- logging/log4j/trunk/tests/build.xml (original)
+++ logging/log4j/trunk/tests/build.xml Thu Jan 26 19:53:02 2006
@@ -222,7 +222,6 @@
FileWatchdog,
CachedDateFormat,
Encoding,
- NTEventLogAppender,
Syslog
"/>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]