Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
update text files
  • Loading branch information
cpesch committed Sep 8, 2015
1 parent 286342d commit 0dc91f4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions CONTRIBUTORS.txt
Expand Up @@ -9,7 +9,7 @@ all the programmers sending me code
My special thanks to:

Andrey Denisov for the Russian translation
Bj�rn Gaworski for Mac OS X fixes
Björn Gaworski for Mac OS X fixes
Branko Velickovic for the Croatian and Serbian translation
Denny Baier for OpenSUSE packaging
Fredrik Teschke for dual licensing of navigation-formats module
Expand All @@ -19,7 +19,7 @@ Javier M.R. (jamaro) for the Spanish translation
Iorio Ciro for the Italian translation
Malte Neumann for contributing code for KML, Wintec, Navigon, Douglas-Peucker, Map and much more
Martin Oberzalek for contributing code for ApeMap
Matthias P�tzsch for the RouteCatalog and Forum maintenance
Matthias Pötzsch for the RouteCatalog and Forum maintenance
Philippe Vandekerckhove for the Dutch translation
Pietro Sarkocci for the Czech and Slovakian translation
R.-Michael Teichert for the program icon
Expand Down
8 changes: 4 additions & 4 deletions README.txt
Expand Up @@ -25,7 +25,7 @@ CONTRIBUTORS.txt provides a list of the people who helped developing RouteConver
How to develop for RouteConverter
=================================

1. Install a recent Java 7 SDK from http://www.oracle.com/technetwork/java/javase/downloads/
1. Install a recent Java 8 SDK from http://www.oracle.com/technetwork/java/javase/downloads/

2. Install a recent Maven 3 from http://maven.apache.org/download.html

Expand All @@ -47,10 +47,10 @@ How to develop for RouteConverter

5. Build RouteConverter

Let JAVA_HOME refer to the Java 7 SDK
> set JAVA_HOME=c:\Programm Files\Java\jdk1.7.0_71
Let JAVA_HOME refer to the Java 8 SDK
> set JAVA_HOME=c:\Programm Files\Java\jdk1.8.0_60
Let M2_HOME refer to your Maven 3 Installation
> set M2_HOME=c:\Program Files\apache-maven-3.2.5
> set M2_HOME=c:\Program Files\apache-maven-3.3.3
Put JAVA_HOME and M2_HOME into your PATH
> set %PATH%=%JAVA_HOME%:%M2_HOME%:%PATH%
Call
Expand Down

0 comments on commit 0dc91f4

Please sign in to comment.