Skip to content

Commit

Permalink
Removed deprecated files and fixed a configuration example
Browse files Browse the repository at this point in the history
* baud to baudrate

* We dont need empty files which cause confusion

* Remove README because its an old and not uptodate one

* Useless file

* as its dummy we probably dont need it

* Remove files from onld build system.

* Fix Cpack build
  • Loading branch information
jkoan authored and pgrandin committed Sep 1, 2017
1 parent f5abdd3 commit 4c89acc
Show file tree
Hide file tree
Showing 8 changed files with 2 additions and 200 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ set(CPACK_PACKAGE_VENDOR "Navit team")
set(CPACK_PACKAGE_VERSION_MAJOR ${NAVIT_VERSION_MAJOR})
set(CPACK_PACKAGE_VERSION_MINOR ${NAVIT_VERSION_MINOR})
set(CPACK_PACKAGE_VERSION_PATCH "${NAVIT_VERSION_PATCH}")
set(CPACK_PACKAGE_DESCRIPTION_FILE "${CMAKE_SOURCE_DIR}/README")
set(CPACK_PACKAGE_DESCRIPTION_FILE "${CMAKE_SOURCE_DIR}/README.md")
set(CPACK_RESOURCE_FILE_LICENSE "${CMAKE_SOURCE_DIR}/GPL-2")
set(CPACK_NSIS_PACKAGE_NAME "Navit ${PACKAGE_VERSION}")
set(CPACK_PACKAGE_FILE_NAME ${PACKAGE})
Expand Down
Empty file removed NEWS
Empty file.
74 changes: 0 additions & 74 deletions README

This file was deleted.

115 changes: 0 additions & 115 deletions contrib/android_build.sh

This file was deleted.

1 change: 0 additions & 1 deletion intl/VERSION

This file was deleted.

8 changes: 0 additions & 8 deletions navit/android/Android_Market_Version_int.txt

This file was deleted.

Empty file removed navit/android/dummy.txt
Empty file.
2 changes: 1 addition & 1 deletion navit/navit_shipped.xml
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ Waypoint</text></img>
<vehicle name="Local GPS" profilename="car" enabled="yes" active="1" source="gpsd://localhost" gpsd_query="w+xj">
<!-- Vehicle with GPS enabled for direct communication on windows. Remove the line above if you use this. -->
<!-- <vehicle name="Local GPS" profilename="car" follow="1" enabled="yes" active="1"
source="serial:COM4 baud=4800 parity=N data=8 stop=1" > -->
source="serial:COM4 baudrate=4800 parity=N data=8 stop=1" > -->

<!-- Navit can write a tracklog in several formats (gpx, nmea or textfile): -->
<log enabled="no" type="gpx" attr_types="position_time_iso8601,position_direction,position_speed,profilename,position_radius" data="track_%Y%m%d-%%i.gpx" flush_size="1000" flush_time="30"/>
Expand Down

0 comments on commit 4c89acc

Please sign in to comment.