Changeset 34321 in osm for applications/editors
- Timestamp:
- 2018-06-19T05:40:23+02:00 (7 years ago)
- Location:
- applications/editors/josm/plugins/MicrosoftStreetside
- Files:
-
- 1 deleted
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/MicrosoftStreetside/.classpath
r34317 r34321 1 1 <?xml version="1.0" encoding="UTF-8"?> 2 2 <classpath> 3 <classpathentry including="data/**|images/**|LICENSE|LICENSE_*" kind="src" path=""/> 3 <!-- -classpathentry including="data/**|images/**|LICENSE|LICENSE_*" kind="src" path=""/> 4 4 <classpathentry kind="src" path="src"/> 5 5 <classpathentry including="**/*.po" kind="src" path="poSrc"/> … … 8 8 <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8/"/> 9 9 <classpathentry kind="con" path="org.eclipse.buildship.core.gradleclasspathcontainer"/> 10 <classpathentry kind="output" path="bin"/> 10 <classpathentry kind="output" path="bin"/ --> 11 12 <classpathentry including="data/**|images/**|LICENSE|LICENSE_*" kind="src" output="bin/main" path=""> 13 <attributes> 14 <attribute name="gradle_scope" value="main"/> 15 <attribute name="gradle_used_by_scope" value="main,test"/> 16 </attributes> 17 </classpathentry> 18 <classpathentry kind="src" output="bin/minJosmVersion" path="src"> 19 <attributes> 20 <attribute name="gradle_scope" value="minJosmVersion"/> 21 <attribute name="gradle_used_by_scope" value="minJosmVersion"/> 22 </attributes> 23 </classpathentry> 24 <classpathentry kind="src" output="bin/test" path="test/unit"> 25 <attributes> 26 <attribute name="gradle_scope" value="test"/> 27 <attribute name="gradle_used_by_scope" value="test"/> 28 </attributes> 29 </classpathentry> 30 <classpathentry including="**/*.po" kind="src" output="bin/main" path="poSrc"> 31 <attributes> 32 <attribute name="gradle_scope" value="main"/> 33 <attribute name="gradle_used_by_scope" value="main,test"/> 34 </attributes> 35 </classpathentry> 36 <classpathentry kind="src" output="bin/test" path="test/data"> 37 <attributes> 38 <attribute name="gradle_scope" value="test"/> 39 <attribute name="gradle_used_by_scope" value="test"/> 40 </attributes> 41 </classpathentry> 42 <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8/"/> 43 <classpathentry kind="con" path="org.eclipse.buildship.core.gradleclasspathcontainer"/> 44 <classpathentry kind="output" path="bin/default"/> 11 45 </classpath> -
applications/editors/josm/plugins/MicrosoftStreetside/.project
r34317 r34321 2 2 <projectDescription> 3 3 <name>MicrosoftStreetside</name> 4 <comment> Project MicrosoftStreetside created by Buildship.</comment>4 <comment>Allows the user to work with pictures hosted at mapillary.com</comment> 5 5 <projects> 6 6 </projects> … … 29 29 <natures> 30 30 <nature>org.eclipse.jdt.core.javanature</nature> 31 <nature>org.sonarlint.eclipse.core.sonarlintNature</nature> 32 <nature>ch.acanda.eclipse.pmd.builder.PMDNature</nature> 31 33 <nature>org.eclipse.buildship.core.gradleprojectnature</nature> 32 34 </natures> -
applications/editors/josm/plugins/MicrosoftStreetside/.settings/org.eclipse.buildship.core.prefs
r34317 r34321 1 build.commands=org.eclipse.jdt.core.javabuilder,org.sonarlint.eclipse.core.sonarlintBuilder,ch.acanda.eclipse.pmd.builder.PMDBuilder,org.eclipse.buildship.core.gradleprojectbuilder 2 connection.arguments= 3 connection.gradle.user.home=null 4 connection.java.home=null 5 connection.jvm.arguments= 1 6 connection.project.dir= 7 derived.resources=.gradle,build 2 8 eclipse.preferences.version=1 9 natures=org.eclipse.jdt.core.javanature,org.sonarlint.eclipse.core.sonarlintNature,ch.acanda.eclipse.pmd.builder.PMDNature,org.eclipse.buildship.core.gradleprojectnature 10 project.path=\: -
applications/editors/josm/plugins/MicrosoftStreetside/build.gradle
r34317 r34321 38 38 compile 'com.fasterxml.jackson.core:jackson-databind:2.2.4' 39 39 compile 'com.fasterxml.jackson.core:jackson-annotations:2.2.4' 40 compile 'us.monoid.web:resty:0.3.2' 40 41 compile 'us.monoid.web:resty:0.3.2' 41 42 testImplementation ('org.openstreetmap.josm:josm-unittest'){changing=true} -
applications/editors/josm/plugins/MicrosoftStreetside/ivy.xml
r34317 r34321 1 1 <ivy-module version="2.0"> 2 2 <info organisation="org.openstreetmap.josm.plugins" module="MicrosoftStreetside" revision="0.0.1" /> 3 <!-- configurations defaultconf="default" defaultconfmapping="default->default,sources,javadoc"--> 3 4 <configurations defaultconf="default" defaultconfmapping="default->default"> 4 5 <conf name="default" />
Note:
See TracChangeset
for help on using the changeset viewer.