Index: applications/editors/josm/plugins/MicrosoftStreetside/.classpath
===================================================================
--- applications/editors/josm/plugins/MicrosoftStreetside/.classpath	(revision 34320)
+++ applications/editors/josm/plugins/MicrosoftStreetside/.classpath	(revision 34321)
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <classpath>
-	<classpathentry including="data/**|images/**|LICENSE|LICENSE_*" kind="src" path=""/>
+	<!--  -classpathentry including="data/**|images/**|LICENSE|LICENSE_*" kind="src" path=""/>
 	<classpathentry kind="src" path="src"/>
 	<classpathentry including="**/*.po" kind="src" path="poSrc"/>
@@ -8,4 +8,38 @@
 	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8/"/>
 	<classpathentry kind="con" path="org.eclipse.buildship.core.gradleclasspathcontainer"/>
-	<classpathentry kind="output" path="bin"/>
+	<classpathentry kind="output" path="bin"/ -->
+	
+	<classpathentry including="data/**|images/**|LICENSE|LICENSE_*" kind="src" output="bin/main" path="">
+        <attributes>
+            <attribute name="gradle_scope" value="main"/>
+            <attribute name="gradle_used_by_scope" value="main,test"/>
+        </attributes>
+    </classpathentry>
+    <classpathentry kind="src" output="bin/minJosmVersion" path="src">
+        <attributes>
+            <attribute name="gradle_scope" value="minJosmVersion"/>
+            <attribute name="gradle_used_by_scope" value="minJosmVersion"/>
+        </attributes>
+    </classpathentry>
+    <classpathentry kind="src" output="bin/test" path="test/unit">
+        <attributes>
+            <attribute name="gradle_scope" value="test"/>
+            <attribute name="gradle_used_by_scope" value="test"/>
+        </attributes>
+    </classpathentry>
+    <classpathentry including="**/*.po" kind="src" output="bin/main" path="poSrc">
+        <attributes>
+            <attribute name="gradle_scope" value="main"/>
+            <attribute name="gradle_used_by_scope" value="main,test"/>
+        </attributes>
+    </classpathentry>
+    <classpathentry kind="src" output="bin/test" path="test/data">
+        <attributes>
+            <attribute name="gradle_scope" value="test"/>
+            <attribute name="gradle_used_by_scope" value="test"/>
+        </attributes>
+    </classpathentry>
+    <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8/"/>
+    <classpathentry kind="con" path="org.eclipse.buildship.core.gradleclasspathcontainer"/>
+    <classpathentry kind="output" path="bin/default"/>
 </classpath>
Index: applications/editors/josm/plugins/MicrosoftStreetside/.project
===================================================================
--- applications/editors/josm/plugins/MicrosoftStreetside/.project	(revision 34320)
+++ applications/editors/josm/plugins/MicrosoftStreetside/.project	(revision 34321)
@@ -2,5 +2,5 @@
 <projectDescription>
 	<name>MicrosoftStreetside</name>
-	<comment>Project MicrosoftStreetside created by Buildship.</comment>
+	<comment>Allows the user to work with pictures hosted at mapillary.com</comment>
 	<projects>
 	</projects>
@@ -29,4 +29,6 @@
 	<natures>
 		<nature>org.eclipse.jdt.core.javanature</nature>
+		<nature>org.sonarlint.eclipse.core.sonarlintNature</nature>
+		<nature>ch.acanda.eclipse.pmd.builder.PMDNature</nature>
 		<nature>org.eclipse.buildship.core.gradleprojectnature</nature>
 	</natures>
Index: applications/editors/josm/plugins/MicrosoftStreetside/.settings/org.eclipse.buildship.core.prefs
===================================================================
--- applications/editors/josm/plugins/MicrosoftStreetside/.settings/org.eclipse.buildship.core.prefs	(revision 34320)
+++ applications/editors/josm/plugins/MicrosoftStreetside/.settings/org.eclipse.buildship.core.prefs	(revision 34321)
@@ -1,2 +1,10 @@
+build.commands=org.eclipse.jdt.core.javabuilder,org.sonarlint.eclipse.core.sonarlintBuilder,ch.acanda.eclipse.pmd.builder.PMDBuilder,org.eclipse.buildship.core.gradleprojectbuilder
+connection.arguments=
+connection.gradle.user.home=null
+connection.java.home=null
+connection.jvm.arguments=
 connection.project.dir=
+derived.resources=.gradle,build
 eclipse.preferences.version=1
+natures=org.eclipse.jdt.core.javanature,org.sonarlint.eclipse.core.sonarlintNature,ch.acanda.eclipse.pmd.builder.PMDNature,org.eclipse.buildship.core.gradleprojectnature
+project.path=\:
Index: applications/editors/josm/plugins/MicrosoftStreetside/build.gradle
===================================================================
--- applications/editors/josm/plugins/MicrosoftStreetside/build.gradle	(revision 34320)
+++ applications/editors/josm/plugins/MicrosoftStreetside/build.gradle	(revision 34321)
@@ -38,4 +38,5 @@
   compile 'com.fasterxml.jackson.core:jackson-databind:2.2.4'
   compile 'com.fasterxml.jackson.core:jackson-annotations:2.2.4'
+  compile 'us.monoid.web:resty:0.3.2'
   compile 'us.monoid.web:resty:0.3.2'
   testImplementation ('org.openstreetmap.josm:josm-unittest'){changing=true}
Index: applications/editors/josm/plugins/MicrosoftStreetside/ivy.xml
===================================================================
--- applications/editors/josm/plugins/MicrosoftStreetside/ivy.xml	(revision 34320)
+++ applications/editors/josm/plugins/MicrosoftStreetside/ivy.xml	(revision 34321)
@@ -1,4 +1,5 @@
 <ivy-module version="2.0">
 	<info organisation="org.openstreetmap.josm.plugins" module="MicrosoftStreetside" revision="0.0.1" />
+	<!--  configurations defaultconf="default" defaultconfmapping="default->default,sources,javadoc"-->
 	<configurations defaultconf="default" defaultconfmapping="default->default">
 		<conf name="default" />
