Last change
on this file since 12056 was 9765, checked in by bastiK, 9 years ago |
new setup of the netbeans project
- removed classpath hack with two source directories (
. and ./src )
instead copy the resources to build dir in nbbuild.xml
- import main JOSM ant file into nbbuild.xml instead of copy&paste
|
-
Property svn:eol-style
set to
native
|
File size:
664 bytes
|
Rev | Line | |
---|
[7937] | 1 | <?xml version="1.0" encoding="UTF-8"?>
|
---|
| 2 | <project xmlns="http://www.netbeans.org/ns/project/1">
|
---|
| 3 | <type>org.netbeans.modules.java.j2seproject</type>
|
---|
| 4 | <configuration>
|
---|
| 5 | <data xmlns="http://www.netbeans.org/ns/j2se-project/3">
|
---|
| 6 | <name>josm</name>
|
---|
| 7 | <source-roots>
|
---|
| 8 | <root id="src.dir"/>
|
---|
| 9 | </source-roots>
|
---|
| 10 | <test-roots>
|
---|
[9765] | 11 | <root id="test.unit.dir" name="Unit Tests"/>
|
---|
| 12 | <root id="test.functional.dir" name="Functional Tests"/>
|
---|
| 13 | <root id="test.performance.dir" name="Performance Tests"/>
|
---|
[7937] | 14 | </test-roots>
|
---|
| 15 | </data>
|
---|
| 16 | </configuration>
|
---|
| 17 | </project>
|
---|
Note:
See
TracBrowser
for help on using the repository browser.