Ignore:
Timestamp:
2019-06-03T14:25:13+02:00 (5 years ago)
Author:
rebeccas95
Message:

Fixing #17748 - reverting to r35003

Location:
applications/editors/josm/plugins/piclayer
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/piclayer/.classpath

    r35005 r35026  
    11<?xml version="1.0" encoding="UTF-8"?>
    22<classpath>
    3         <classpathentry exported="true" kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
    43        <classpathentry kind="src" path="src"/>
     4        <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/>
    55        <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/>
    6         <classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/>
    76        <classpathentry kind="output" path="build"/>
    87</classpath>
  • applications/editors/josm/plugins/piclayer/.project

    r35005 r35026  
    11<?xml version="1.0" encoding="UTF-8"?>
    22<projectDescription>
    3         <name>piclayer</name>
     3        <name>JOSM-piclayer</name>
    44        <comment></comment>
    55        <projects>
    6                 <project>JOSM</project>
    7                 <project>JOSM-indoorhelper</project>
    86        </projects>
    97        <buildSpec>
     
    1311                        </arguments>
    1412                </buildCommand>
     13                <buildCommand>
     14                        <name>org.sonarlint.eclipse.core.sonarlintBuilder</name>
     15                        <arguments>
     16                        </arguments>
     17                </buildCommand>
     18                <buildCommand>
     19                        <name>net.sf.eclipsecs.core.CheckstyleBuilder</name>
     20                        <arguments>
     21                        </arguments>
     22                </buildCommand>
    1523        </buildSpec>
    1624        <natures>
    1725                <nature>org.eclipse.jdt.core.javanature</nature>
     26                <nature>net.sf.eclipsecs.core.CheckstyleNature</nature>
    1827        </natures>
    1928</projectDescription>
Note: See TracChangeset for help on using the changeset viewer.