Changeset 31695 in osm for applications/editors
- Timestamp:
- 2015-10-26T12:55:22+01:00 (9 years ago)
- Location:
- applications/editors/josm/plugins/opendata
- Files:
-
- 5 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/opendata/.project
r30731 r31695 7 7 <buildSpec> 8 8 <buildCommand> 9 <name>org.eclipse.wst.common.project.facet.core.builder</name> 10 <arguments> 11 </arguments> 12 </buildCommand> 13 <buildCommand> 9 14 <name>org.eclipse.jdt.core.javabuilder</name> 15 <arguments> 16 </arguments> 17 </buildCommand> 18 <buildCommand> 19 <name>org.eclipse.wst.validation.validationbuilder</name> 20 <arguments> 21 </arguments> 22 </buildCommand> 23 <buildCommand> 24 <name>net.sf.eclipsecs.core.CheckstyleBuilder</name> 10 25 <arguments> 11 26 </arguments> … … 15 30 <nature>org.sonar.ide.eclipse.core.sonarNature</nature> 16 31 <nature>org.eclipse.jdt.core.javanature</nature> 32 <nature>org.eclipse.wst.common.project.facet.core.nature</nature> 33 <nature>net.sf.eclipsecs.core.CheckstyleNature</nature> 17 34 </natures> 18 35 </projectDescription> -
applications/editors/josm/plugins/opendata/.settings/org.eclipse.jdt.core.prefs
r30736 r31695 7 7 org.eclipse.jdt.core.compiler.annotation.nullanalysis=disabled 8 8 org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled 9 org.eclipse.jdt.core.compiler.codegen.methodParameters=do not generate 9 10 org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.7 10 11 org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve
Note:
See TracChangeset
for help on using the changeset viewer.