Skip to content

Commit

Permalink
Published plugin with vector bubble bug and reverse refactoring of
Browse files Browse the repository at this point in the history
LocationChangeset because of side effects.
  • Loading branch information
renerr23 committed Jun 20, 2018
1 parent 3ef5e56 commit 6e1e702
Show file tree
Hide file tree
Showing 655 changed files with 5,338 additions and 6,085 deletions.
38 changes: 36 additions & 2 deletions .classpath
Original file line number Diff line number Diff line change
@@ -1,11 +1,45 @@
<?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"/>
<classpathentry kind="src" path="test/data"/>
<classpathentry kind="src" path="test/unit"/>
<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>
8 changes: 8 additions & 0 deletions .eclipse-pmd
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<eclipse-pmd xmlns="http://acanda.ch/eclipse-pmd/0.8" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://acanda.ch/eclipse-pmd/0.8 http://acanda.ch/eclipse-pmd/eclipse-pmd-0.8.xsd">
<analysis enabled="true" />
<rulesets>
<ruleset name="Ruleset for ms-streetside-plugin" ref="config/pmd/ruleset.xml" refcontext="project" />
</rulesets>
</eclipse-pmd>

9 changes: 9 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
root = yes

[*]
end_of_line = lf
insert_final_newline = true
charset = utf-8
indent_style = space
indentation_size = 2

2 changes: 2 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
/gradlew.bat text eol=crlf

23 changes: 23 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# Compiled class file
*.class

# Log file
*.log

# BlueJ files
*.ctxt

# Mobile Tools for Java (J2ME)
.mtj.tmp/

# Package Files #
/*.jar
*.war
*.nar
*.ear
*.zip
*.tar.gz
*.rar

# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
hs_err_pid*
Binary file modified .gradle/4.3/fileHashes/fileHashes.bin
Binary file not shown.
Binary file modified .gradle/4.3/fileHashes/fileHashes.lock
Binary file not shown.
Binary file modified .gradle/4.7/fileContent/annotation-processors.bin
Binary file not shown.
Binary file modified .gradle/4.7/fileContent/fileContent.lock
Binary file not shown.
Binary file modified .gradle/4.7/fileHashes/fileHashes.bin
Binary file not shown.
Binary file modified .gradle/4.7/fileHashes/fileHashes.lock
Binary file not shown.
Binary file modified .gradle/4.7/fileHashes/resourceHashesCache.bin
Binary file not shown.
Binary file modified .gradle/4.7/taskHistory/taskHistory.bin
Binary file not shown.
Binary file modified .gradle/4.7/taskHistory/taskHistory.lock
Binary file not shown.
Binary file modified .gradle/buildOutputCleanup/buildOutputCleanup.lock
Binary file not shown.
2 changes: 1 addition & 1 deletion .gradle/buildOutputCleanup/cache.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
#Sat Jun 16 17:55:53 PDT 2018
#Sun Jun 17 19:31:22 PDT 2018
gradle.version=4.7
Binary file modified .gradle/buildOutputCleanup/outputFiles.bin
Binary file not shown.
4 changes: 3 additions & 1 deletion .project
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<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>
<buildSpec>
Expand All @@ -28,6 +28,8 @@
</buildSpec>
<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>
</projectDescription>
8 changes: 8 additions & 0 deletions .settings/org.eclipse.buildship.core.prefs
Original file line number Diff line number Diff line change
@@ -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=\:
2 changes: 2 additions & 0 deletions .settings/org.eclipse.core.resources.prefs
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
eclipse.preferences.version=1
encoding/<project>=UTF-8
2 changes: 2 additions & 0 deletions .settings/org.eclipse.core.runtime.prefs
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
eclipse.preferences.version=1
line.separator=\n
Loading

0 comments on commit 6e1e702

Please sign in to comment.