Changeset 32677 in osm for applications/viewer
- Timestamp:
- 2016-07-21T02:29:43+02:00 (8 years ago)
- Location:
- applications/viewer/jmapviewer
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/viewer/jmapviewer/.classpath
r30425 r32677 2 2 <classpath> 3 3 <classpathentry kind="src" path="src"/> 4 <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1. 7"/>4 <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/> 5 5 <classpathentry kind="output" path="bin"/> 6 6 </classpath> -
applications/viewer/jmapviewer/.settings/org.eclipse.jdt.core.prefs
r31439 r32677 17 17 org.eclipse.jdt.core.compiler.annotation.nullanalysis=disabled 18 18 org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled 19 org.eclipse.jdt.core.compiler.codegen.targetPlatform=1. 719 org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.8 20 20 org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve 21 org.eclipse.jdt.core.compiler.compliance=1. 721 org.eclipse.jdt.core.compiler.compliance=1.8 22 22 org.eclipse.jdt.core.compiler.debug.lineNumber=generate 23 23 org.eclipse.jdt.core.compiler.debug.localVariable=generate … … 122 122 org.eclipse.jdt.core.compiler.problem.unusedWarningToken=warning 123 123 org.eclipse.jdt.core.compiler.problem.varargsArgumentNeedCast=warning 124 org.eclipse.jdt.core.compiler.source=1. 7124 org.eclipse.jdt.core.compiler.source=1.8 125 125 org.eclipse.jdt.core.formatter.align_type_members_on_columns=false 126 126 org.eclipse.jdt.core.formatter.alignment_for_arguments_in_allocation_expression=16 -
applications/viewer/jmapviewer/Readme.txt
r31045 r32677 3 3 (c) 2007, Tim Haussmann 4 4 (c) 2008-2012, Jan Peter Stotz 5 (c) 2009-201 5, Dirk Stöcker5 (c) 2009-2016, Dirk Stöcker 6 6 (c) 2009, Stefan Zeller 7 7 (c) 2009, Karl Guggisberg … … 9 9 (c) 2010-2011, Ian Dees 10 10 (c) 2010-2011, Michael Vigovsky 11 (c) 2011-201 5, Paul Hartmann11 (c) 2011-2016, Paul Hartmann 12 12 (c) 2011-2014, Gleb Smirnoff 13 (c) 2011-201 5, Vincent Privat13 (c) 2011-2016, Vincent Privat 14 14 (c) 2011, Jason Huntley 15 (c) 2012 , Simon Legner15 (c) 2012-2016, Simon Legner 16 16 (c) 2012, Teemu Koskinen 17 17 (c) 2012, Jiri Klement … … 19 19 (c) 2013, Alexei Kasatkin 20 20 (c) 2013, Galo Higueras 21 (c) 2015-2016, Wiktor Niesiobędzki 21 22 22 23 This work bases partly on the JOSM plugin "Slippy Map Chooser" by Tim Haussmann -
applications/viewer/jmapviewer/build.xml
r32207 r32677 15 15 16 16 <target name="build"> 17 <javac srcdir="src" destdir="bin" source="1. 7" target="1.7" debug="true" includeantruntime="false" encoding="UTF-8">17 <javac srcdir="src" destdir="bin" source="1.8" target="1.8" debug="true" includeantruntime="false" encoding="UTF-8"> 18 18 <include name="org/openstreetmap/gui/jmapviewer/**" /> 19 19 </javac> … … 114 114 linksource="true" 115 115 author="false"> 116 <link href="http://docs.oracle.com/javase/ 7/docs/api"/>116 <link href="http://docs.oracle.com/javase/8/docs/api"/> 117 117 <doctitle><![CDATA[<h2>JMapViewer - Javadoc</h2>]]></doctitle> 118 118 <bottom><![CDATA[<a href="https://josm.openstreetmap.de/">JMapViewer</a>]]></bottom> -
applications/viewer/jmapviewer/src/org/openstreetmap/gui/jmapviewer/package.html
r31429 r32677 8 8 any further requirements. Therefore <b>please do not add any code that 9 9 depends on other libraries or applications</b>. Only functions and methods 10 provided by the runtime library of Java 7should be used.</p>10 provided by the runtime library of Java 8 should be used.</p> 11 11 </body> 12 12 </html>
Note:
See TracChangeset
for help on using the changeset viewer.