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:
parent
bb433064d1
commit
e3d44650b7
10
project.xml
10
project.xml
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue