bloritsch 2002/09/25 08:13:42 Modified: fortress build.xml Log: fix error to allow tests to runn again Revision Changes Path 1.54 +1 -1 jakarta-avalon-excalibur/fortress/build.xml Index: build.xml =================================================================== RCS file: /home/cvs/jakarta-avalon-excalibur/fortress/build.xml,v retrieving revision 1.53 retrieving revision 1.54 diff -u -r1.53 -r1.54 --- build.xml 25 Sep 2002 15:10:53 -0000 1.53 +++ build.xml 25 Sep 2002 15:13:42 -0000 1.54 @@ -207,7 +207,7 @@ deprecation="${build.deprecation}" target="1.2"> <classpath refid="test.class.path" /> - <classpath refid="build.class.path" /> + <classpath refid="build.path" /> <include name="**/*.java"/> <exclude name="**/*Type*.java" unless="include.meta"/> <exclude name="**/*Meta*.java" unless="include.meta"/>
-- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>