Changeset 8305 in josm


Ignore:
Timestamp:
2015-05-01T22:38:35+02:00 (10 years ago)
Author:
Don-vip
Message:

update Eclipse configuration to improve build time and compatibility with Sonarqube plugin

Location:
trunk
Files:
3 added
2 edited

Legend:

Unmodified
Added
Removed
  • trunk

    • Property svn:ignore
      •  

        old new  
        11bin
         2bin2
        23dist
        34build
  • trunk/.classpath

    r8243 r8305  
    55        <classpathentry kind="src" path="test/functional"/>
    66        <classpathentry kind="src" path="test/performance"/>
    7         <classpathentry excluding="build/|data_nodist/|dist/|linux/|macosx/|nb/|src/|test/|test/build/|test/functional/|test/performance/|test/unit/|tools/|utils/|windows/" kind="src" path=""/>
     7        <classpathentry kind="src" output="bin2/data" path="data"/>
     8        <classpathentry kind="src" output="bin2/images" path="images"/>
     9        <classpathentry kind="src" output="bin2/styles" path="styles"/>
     10        <classpathentry kind="src" output="bin2/resources" path="resources"/>
     11        <classpathentry kind="src" output="bin2/scripts" path="scripts"/>
    812        <classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/>
    913        <classpathentry kind="lib" path="test/lib/fest/fest-assert-1.0.jar"/>
Note: See TracChangeset for help on using the changeset viewer.