Skip to content

Commit

Permalink
copy latest graphhopper jar to libs/
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter committed Apr 29, 2013
1 parent ac96992 commit 504cf43
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -17,3 +17,4 @@ bin/
*.map
scripts/googlecode_upload.py
deploy.sh
android/libs/graphhopper-*-android.jar
1 change: 1 addition & 0 deletions LICENSE.txt
@@ -1,4 +1,5 @@


Apache License
Version 2.0, January 2004
http://www.apache.org/licenses/
Expand Down
12 changes: 11 additions & 1 deletion NOTICE.txt
Expand Up @@ -2,8 +2,18 @@ GraphHopper licensed under the Apache license, Version 2.0

Copyright 2012-2013 Peter Karich

This product includes the following software
The core product includes the following software
* slf4j.org - SLF4J distributed under the MIT license.
* trove.starlight-systems.com - GNU Trove library (LGPL license)
* SparseArray from the Android project (Apache license)
* Snippets regarding mmap, vint/vlong and compression from Lucene (Apache license)

tools
* apache-compress

web
* org.json
* com.google.inject

android
* org.mapsforge
3 changes: 2 additions & 1 deletion graphhopper.sh
Expand Up @@ -98,6 +98,7 @@ if [ "x$ACTION" = "xclean" ]; then
elif [ "x$ACTION" = "xandroid" ]; then
ensureMaven
packageCoreJar
cp core/target/graphhopper-*-android.jar android/libs/
cd android
"$MAVEN_HOME/bin/mvn" android:deploy android:run
exit
Expand All @@ -122,7 +123,7 @@ TMP="${TMP%.*}"

if [ "x$TMP" = "xunterfranken" ]; then
LINK="http://download.geofabrik.de/openstreetmap/europe/germany/bayern/unterfranken.osm.bz2"
JAVA_OPTS="-XX:PermSize=30m -XX:MaxPermSize=30m -Xmx300m -Xms300m"
JAVA_OPTS="-XX:PermSize=30m -XX:MaxPermSize=30m -Xmx200m -Xms200m"
SIZE=3000000
elif [ "x$TMP" = "xgermany" ]; then
LINK=http://download.geofabrik.de/openstreetmap/europe/germany.osm.bz2
Expand Down

0 comments on commit 504cf43

Please sign in to comment.