Ignore:
Timestamp:
2016-02-09T13:25:35+01:00 (8 years ago)
Author:
bastiK
Message:

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
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/netbeans/nbproject/project.xml

    r7937 r9765  
    77            <source-roots>
    88                <root id="src.dir"/>
    9                 <root id="src.core.dir"/>
    109            </source-roots>
    1110            <test-roots>
    12                 <root id="test.unit.dir"/>
     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"/>
    1314            </test-roots>
    1415        </data>
Note: See TracChangeset for help on using the changeset viewer.