moved test java and resources directories for compliance with maven standard directory layout

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@799874 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Luc Maisonobe 2009-08-01 14:44:08 +00:00
parent e67ba60a59
commit ce6e21ae42
268 changed files with 0 additions and 10 deletions

10
pom.xml
View File

@ -229,16 +229,6 @@
</properties>
<build>
<testSourceDirectory>src/test</testSourceDirectory>
<testResources>
<testResource>
<directory>src/test</directory>
<includes>
<include>**/*.xml</include>
<include>**/*.txt</include>
</includes>
</testResource>
</testResources>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>

Some files were not shown because too many files have changed in this diff Show More