httpunit/httpunit-servlettest.patch

16 lines
563 B
Diff
Raw Permalink Normal View History

2020-08-29 11:19:10 +08:00
Index: build.xml
===================================================================
RCS file: /cvsroot/httpunit/httpunit/build.xml,v
retrieving revision 1.77
diff -u -r1.77 build.xml
--- a/build.xml 5 Oct 2004 03:45:15 -0000 1.77
+++ b/build.xml 13 Nov 2004 19:06:13 -0000
@@ -166,6 +166,7 @@
<classpath>
<path refid="base.classpath" />
<pathelement location="${build.classes}" />
+ <pathelement location="META-INF" />
<pathelement location="${test.classes}" />
</classpath>
</java>