Changeset 6133 in josm for trunk/.classpath


Ignore:
Timestamp:
2013-08-10T18:20:16+02:00 (12 years ago)
Author:
Don-vip
Message:

update build.xml / test environment:

  • cleanup of build.xml
  • update junit 4.6 to junit 4.11
  • update unitils 3.1 to 3.3
  • remove old junit 4.4 from unitils cots
  • add jacoco 0.6.4
  • test target now produces test coverage data to test/jacoco.exec, can be used by sonar
  • test-html now produces test coverage report to test/report/html/jacoco
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/.classpath

    r4745 r6133  
    1919        <classpathentry kind="lib" path="test/lib/unitils-core/commons-lang-2.3.jar"/>
    2020        <classpathentry kind="lib" path="test/lib/unitils-core/commons-logging-1.1.jar"/>
    21         <classpathentry kind="lib" path="test/lib/unitils-core/junit-4.4.jar"/>
    2221        <classpathentry kind="lib" path="test/lib/unitils-core/ognl-2.6.9.jar"/>
    23         <classpathentry kind="lib" path="test/lib/unitils-core/unitils-core-3.1.jar"/>
     22        <classpathentry kind="lib" path="test/lib/unitils-core/unitils-core-3.3.jar"/>
    2423        <classpathentry kind="lib" path="test/lib/fest/debug-1.0.jar"/>
    2524        <classpathentry kind="output" path="bin"/>
Note: See TracChangeset for help on using the changeset viewer.