Ticket #19972: 19985-eclipse.patch

File 19985-eclipse.patch, 1.9 KB (added by GerdP, 5 years ago)

This patch allows me to compile again in Eclipse. Please improve, I really don't understand the details. This is just a copy+paste solution.

  • .classpath

     
    1 <?xml version="1.0" encoding="UTF-8"?>
    2 <classpath>
    3         <classpathentry kind="src" path="gen"/>
    4         <classpathentry excluding="crosby/binary/test/" kind="src" path="src"/>
    5         <classpathentry kind="src" output="buildtest" path="test/unit">
    6                 <attributes>
    7                         <attribute name="test" value="true"/>
    8                 </attributes>
    9         </classpathentry>
    10         <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
    11         <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/>
    12         <classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/>
    13         <classpathentry kind="output" path="build"/>
    14 </classpath>
     1<?xml version="1.0" encoding="UTF-8"?>
     2<classpath>
     3        <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/>
     4        <classpathentry kind="src" path="src"/>
     5        <classpathentry kind="src" output="buildtest" path="test/unit">
     6                <attributes>
     7                        <attribute name="test" value="true"/>
     8                </attributes>
     9        </classpathentry>
     10        <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/>
     11        <classpathentry kind="con" path="org.apache.ivyde.eclipse.cpcontainer.IVYDE_CONTAINER/?project=pbf&amp;ivyXmlPath=ivy.xml&amp;confs=*"/>
     12        <classpathentry kind="output" path="build"/>
     13</classpath>
  • .project

     
    2626                <nature>org.sonar.ide.eclipse.core.sonarNature</nature>
    2727                <nature>org.eclipse.jdt.core.javanature</nature>
    2828                <nature>net.sf.eclipsecs.core.CheckstyleNature</nature>
     29                <nature>org.apache.ivyde.eclipse.ivynature</nature>
    2930        </natures>
    3031</projectDescription>