Added main code build directory to test compile classpath so that tests can compile...
authorchris_schultz <chris_schultz>
Mon, 5 Nov 2007 18:30:20 +0000 (18:30 +0000)
committerchris_schultz <chris_schultz>
Mon, 5 Nov 2007 18:30:20 +0000 (18:30 +0000)
properties.xml

index 1d49ef6..989ccfc 100644 (file)
@@ -1,7 +1,7 @@
 <!--
-$Id: properties.xml,v 1.16 2006/02/15 08:23:52 maxcooper Exp $
-$Revision: 1.16 $
-$Date: 2006/02/15 08:23:52 $
+$Id: properties.xml,v 1.17 2007/11/05 18:30:20 chris_schultz Exp $
+$Revision: 1.17 $
+$Date: 2007/11/05 18:30:20 $
 -->
 
 <!--
@@ -118,6 +118,7 @@ $Date: 2006/02/15 08:23:52 $
 <!-- test compile classpath -->
 <path id="test-compile.classpath">
    <path refid="compile.classpath"/>
+   <pathelement location="${build.classes.dir}" />
    <pathelement location="${junit.jar}"/>
    <pathelement location="${httpunit.jar}"/>
 </path>
@@ -135,4 +136,4 @@ $Date: 2006/02/15 08:23:52 $
    <filter token="PROJECT.VERSION" value="${project.version}"/>
 </filterset>
 
-</project>
\ No newline at end of file
+</project>