jeremias 2003/08/21 11:57:49
Modified: io project.xml
Log:
Bugzilla 22332: Deprecated FileUtils string methods, Code style-up
Register new test data directory in project.xml
Submitted by: Matthew Hawthorne <mhawthorne at alumni.pitt.edu>
Revision Changes Path
1.8 +13 -6 jakarta-commons-sandbox/io/project.xml
Index: project.xml
===================================================================
RCS file: /home/cvs/jakarta-commons-sandbox/io/project.xml,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- project.xml 25 Jul 2003 07:46:41 -0000 1.7
+++ project.xml 21 Aug 2003 18:57:49 -0000 1.8
@@ -1,6 +1,6 @@
<?xml version="1.0"?>
<project>
-
+
<version>3</version>
<name>commons-io</name>
<id>commons-io</id>
@@ -36,7 +36,7 @@
<connection>scm:cvs:pserver:[EMAIL
PROTECTED]:/home/cvspublic:jakarta-commons-sandbox/io</connection>
<url>http://cvs.apache.org/viewcvs/jakarta-commons-sandbox/io/</url>
</repository>
-
+
<mailingLists>
<mailingList>
<name>Commons User List</name>
@@ -119,8 +119,8 @@
</dependency>
</dependencies>
-
-
+
+
<build>
<nagEmailAddress>[EMAIL PROTECTED]</nagEmailAddress>
@@ -138,9 +138,16 @@
<exclude>**/compress/**/*Test*</exclude>
<exclude>**/IOUtilTestCase*</exclude>
</excludes>
+
+ <resources>
+ <resource>
+ <directory>data/test</directory>
+ </resource>
+ </resources>
+
</unitTest>
-
+
<!-- J A R R E S O U R C E S -->
<!-- Resources that are packaged up inside the JAR file -->
@@ -150,6 +157,6 @@
</includes>
</resources>
</build>
-
+
</project>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]