Update of /cvsroot/securityfilter/securityfilter
In directory sc8-pr-cvs8.sourceforge.net:/tmp/cvs-serv6396
Modified Files:
properties.xml
Log Message:
Added main code build directory to test compile classpath so that tests can compile against main classes.
Index: properties.xml
===================================================================
RCS file: /cvsroot/securityfilter/securityfilter/properties.xml,v
retrieving revision 1.16
retrieving revision 1.17
diff -C2 -d -r1.16 -r1.17
*** properties.xml 15 Feb 2006 08:23:52 -0000 1.16
--- properties.xml 5 Nov 2007 18:30:20 -0000 1.17
***************
*** 119,122 ****
--- 119,123 ----
<path id="test-compile.classpath">
<path refid="compile.classpath"/>
+ <pathelement location="${build.classes.dir}" />
<pathelement location="${junit.jar}"/>
<pathelement location="${httpunit.jar}"/>
***************
*** 136,138 ****
</filterset>
! </project>
\ No newline at end of file
--- 137,139 ----
</filterset>
! </project>
|