Move Java test files to test.java/
This commit is contained in:
parent
b77df6b492
commit
a683b4c2fa
8
pom.xml
8
pom.xml
|
|
@ -35,9 +35,13 @@
|
|||
|
||||
<build>
|
||||
<sourceDirectory>${basedir}/src.java</sourceDirectory>
|
||||
<outputDirectory>${basedir}/build</outputDirectory>
|
||||
<testSourceDirectory>${basedir}/test.java</testSourceDirectory>
|
||||
|
||||
<resources><resource><directory>${basedir}/resources</directory></resource></resources>
|
||||
<testResources>
|
||||
<testResource>
|
||||
<directory>${basedir}/resources</directory>
|
||||
</testResource>
|
||||
</testResources>
|
||||
|
||||
<plugins>
|
||||
<plugin>
|
||||
|
|
|
|||
|
|
@ -15,7 +15,7 @@
|
|||
|
||||
*/
|
||||
|
||||
package crosby.binary.test;
|
||||
package crosby.binary;
|
||||
|
||||
import java.io.FileNotFoundException;
|
||||
import java.io.FileOutputStream;
|
||||
|
|
@ -1,4 +1,4 @@
|
|||
package crosby.binary.test;
|
||||
package crosby.binary;
|
||||
|
||||
import crosby.binary.*;
|
||||
import crosby.binary.Osmformat.*;
|
||||
Loading…
Reference in New Issue