rwaldhoff 2004/01/05 08:45:46
Modified: functor project.xml
Log:
ensure resource files are availble in the classpath
Revision Changes Path
1.6 +6 -0 jakarta-commons-sandbox/functor/project.xml
Index: project.xml
===================================================================
RCS file: /home/cvs/jakarta-commons-sandbox/functor/project.xml,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- project.xml 12 Nov 2003 00:14:23 -0000 1.5
+++ project.xml 5 Jan 2004 16:45:46 -0000 1.6
@@ -92,6 +92,12 @@
<includes>
<include>org/apache/commons/functor/TestAll.java</include>
</includes>
+ <resources>
+ <resource>
+ <directory>src/test</directory>
+ <include>**/*.txt</include>
+ </resource>
+ </resources>
</unitTest>
</build>
</project>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]