fixing tests

git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/trunks-sandbox/csv@357308 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Henri Yandell 2005-12-17 06:07:50 +00:00
parent bb433064d1
commit e3d44650b7
1 changed files with 4 additions and 6 deletions

View File

@ -15,7 +15,7 @@
limitations under the License.
-->
<project>
<!-- <extend>../commons-build/sandbox-project.xml</extend> -->
<extend>../commons-build/sandbox-project.xml</extend>
<name>Commons Csv</name>
<id>commons-csv</id>
<logo>/images/csv-logo-white.png</logo>
@ -34,10 +34,6 @@
<name>Henri Yandell</name>
<id>bayard</id>
<email>bayard@apache.org</email>
<organization></organization>
<roles>
<role>Java Developer</role>
</roles>
</developer>
</developers>
@ -49,9 +45,11 @@
</dependencies>
<build>
<sourceDirectory>src/java</sourceDirectory>
<unitTestSourceDirectory>src/test</unitTestSourceDirectory>
<unitTest>
<includes>
<include>**/*Test*</include>
<include>**/*Test</include>
</includes>
</unitTest>
</build>