Changeset 34837 in osm for applications/editors/josm/plugins/o5m
- Timestamp:
- 2019-01-17T08:33:05+01:00 (6 years ago)
- Location:
- applications/editors/josm/plugins/o5m
- Files:
-
- 12 added
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/o5m
- Property svn:ignore
-
old new 1 1 build 2 buildtest 2 3 javadoc
-
- Property svn:ignore
-
applications/editors/josm/plugins/o5m/.classpath
r33012 r34837 2 2 <classpath> 3 3 <classpathentry kind="src" path="src"/> 4 <classpathentry kind="src" output="buildtest" path="test/unit"> 5 <attributes> 6 <attribute name="test" value="true"/> 7 </attributes> 8 </classpathentry> 4 9 <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> 5 10 <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/> 11 <classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/> 6 12 <classpathentry kind="output" path="build"/> 7 13 </classpath> -
applications/editors/josm/plugins/o5m/.project
r33012 r34837 4 4 <comment></comment> 5 5 <projects> 6 <project>josm</project> 6 7 </projects> 7 8 <buildSpec> 8 9 <buildCommand> 9 10 <name>org.eclipse.jdt.core.javabuilder</name> 11 <arguments> 12 </arguments> 13 </buildCommand> 14 <buildCommand> 15 <name>org.sonarlint.eclipse.core.sonarlintBuilder</name> 10 16 <arguments> 11 17 </arguments> … … 18 24 </buildSpec> 19 25 <natures> 26 <nature>org.sonar.ide.eclipse.core.sonarNature</nature> 20 27 <nature>org.eclipse.jdt.core.javanature</nature> 21 28 <nature>net.sf.eclipsecs.core.CheckstyleNature</nature>
Note:
See TracChangeset
for help on using the changeset viewer.