ceki 2004/12/31 08:19:55
Modified: tests build.xml
Log:
tests no longer depend on ./examples/
Revision Changes Path
1.83 +6 -7 logging-log4j/tests/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/logging-log4j/tests/build.xml,v
retrieving revision 1.82
retrieving revision 1.83
diff -u -r1.82 -r1.83
--- build.xml 31 Dec 2004 15:18:58 -0000 1.82
+++ build.xml 31 Dec 2004 16:19:55 -0000 1.83
@@ -26,7 +26,6 @@
<path id="tests.classpath">
<pathelement location="${project.source.home}"/>
<pathelement location="${project.classes.home}"/>
- <pathelement location="${examples.classes}"/>
<pathelement location="${tests.source.home}"/>
<pathelement location="./classes"/>
<pathelement location="./resources"/>
@@ -176,23 +175,23 @@
HierarchyThreshold, DefaultInit,
SocketServer,
XMLLayout, AsyncAppender, ErrorHandler,
- OptionSubstitutionTest,
- LevelOptionConverterTest,
-
BoundedFIFO,
+ OptionSubstitutionTest,
+ LevelOptionConverterTest,
+ BoundedFIFO,
Joran,
SimpleFilter,
- Scheduler,
+ Scheduler,
ThrowableInformation,
LocationInfo,
CyclicBuffer, OR,
- VariaLevelMatchFilter,
+ VariaLevelMatchFilter,
VariaLevelRangeFilter, PatternParser,
LevelMatchFilter, DRFA,
Rolling,
ReaderWriterLock,
NDC,
Plugins,
-
MessageFormatter,
+ MessageFormatter,
CachedDateFormat"/>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]