Ignore:
Timestamp:
2018-06-19T05:40:23+02:00 (6 years ago)
Author:
renerr18
Message:

Cleanup and removal of superfluous files.

Location:
applications/editors/josm/plugins/MicrosoftStreetside
Files:
1 deleted
5 edited

Legend:

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

    r34317 r34321  
    11<?xml version="1.0" encoding="UTF-8"?>
    22<classpath>
    3         <classpathentry including="data/**|images/**|LICENSE|LICENSE_*" kind="src" path=""/>
     3        <!--  -classpathentry including="data/**|images/**|LICENSE|LICENSE_*" kind="src" path=""/>
    44        <classpathentry kind="src" path="src"/>
    55        <classpathentry including="**/*.po" kind="src" path="poSrc"/>
     
    88        <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8/"/>
    99        <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"/>
    1145</classpath>
  • applications/editors/josm/plugins/MicrosoftStreetside/.project

    r34317 r34321  
    22<projectDescription>
    33        <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>
    55        <projects>
    66        </projects>
     
    2929        <natures>
    3030                <nature>org.eclipse.jdt.core.javanature</nature>
     31                <nature>org.sonarlint.eclipse.core.sonarlintNature</nature>
     32                <nature>ch.acanda.eclipse.pmd.builder.PMDNature</nature>
    3133                <nature>org.eclipse.buildship.core.gradleprojectnature</nature>
    3234        </natures>
  • applications/editors/josm/plugins/MicrosoftStreetside/.settings/org.eclipse.buildship.core.prefs

    r34317 r34321  
     1build.commands=org.eclipse.jdt.core.javabuilder,org.sonarlint.eclipse.core.sonarlintBuilder,ch.acanda.eclipse.pmd.builder.PMDBuilder,org.eclipse.buildship.core.gradleprojectbuilder
     2connection.arguments=
     3connection.gradle.user.home=null
     4connection.java.home=null
     5connection.jvm.arguments=
    16connection.project.dir=
     7derived.resources=.gradle,build
    28eclipse.preferences.version=1
     9natures=org.eclipse.jdt.core.javanature,org.sonarlint.eclipse.core.sonarlintNature,ch.acanda.eclipse.pmd.builder.PMDNature,org.eclipse.buildship.core.gradleprojectnature
     10project.path=\:
  • applications/editors/josm/plugins/MicrosoftStreetside/build.gradle

    r34317 r34321  
    3838  compile 'com.fasterxml.jackson.core:jackson-databind:2.2.4'
    3939  compile 'com.fasterxml.jackson.core:jackson-annotations:2.2.4'
     40  compile 'us.monoid.web:resty:0.3.2'
    4041  compile 'us.monoid.web:resty:0.3.2'
    4142  testImplementation ('org.openstreetmap.josm:josm-unittest'){changing=true}
  • applications/editors/josm/plugins/MicrosoftStreetside/ivy.xml

    r34317 r34321  
    11<ivy-module version="2.0">
    22        <info organisation="org.openstreetmap.josm.plugins" module="MicrosoftStreetside" revision="0.0.1" />
     3        <!--  configurations defaultconf="default" defaultconfmapping="default->default,sources,javadoc"-->
    34        <configurations defaultconf="default" defaultconfmapping="default->default">
    45                <conf name="default" />
Note: See TracChangeset for help on using the changeset viewer.