-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix .gitignore, fix librarie path, fix packagename for mensa
- Loading branch information
1 parent
7c39b22
commit 4bb3967
Showing
82 changed files
with
102 additions
and
44 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
# Auto detect text files and perform LF normalization | ||
* text=auto | ||
|
||
# Custom for Visual Studio | ||
*.cs diff=csharp | ||
*.sln merge=union | ||
*.csproj merge=union | ||
*.vbproj merge=union | ||
*.fsproj merge=union | ||
*.dbproj merge=union | ||
|
||
# Standard to msysgit | ||
*.doc diff=astextplain | ||
*.DOC diff=astextplain | ||
*.docx diff=astextplain | ||
*.DOCX diff=astextplain | ||
*.dot diff=astextplain | ||
*.DOT diff=astextplain | ||
*.pdf diff=astextplain | ||
*.PDF diff=astextplain | ||
*.rtf diff=astextplain | ||
*.RTF diff=astextplain |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,52 @@ | ||
*.class | ||
################# | ||
## Eclipse | ||
################# | ||
|
||
# Mobile Tools for Java (J2ME) | ||
.mtj.tmp/ | ||
*.pydevproject | ||
.project | ||
.metadata | ||
bin/ | ||
tmp/ | ||
*.tmp | ||
*.bak | ||
*.swp | ||
*~.nib | ||
local.properties | ||
.classpath | ||
.settings/ | ||
.loadpath | ||
|
||
# External tool builders | ||
.externalToolBuilders/ | ||
|
||
# Locally stored "Eclipse launch configurations" | ||
*.launch | ||
|
||
# Package Files # | ||
*.jar | ||
*.war | ||
*.ear | ||
# CDT-specific | ||
.cproject | ||
|
||
# PDT-specific | ||
.buildpath | ||
|
||
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml | ||
hs_err_pid* | ||
|
||
# Mobile Tools for Java (J2ME) | ||
.mtj.tmp/ | ||
|
||
############# | ||
## Windows detritus | ||
############# | ||
|
||
# Windows image file caches | ||
Thumbs.db | ||
ehthumbs.db | ||
|
||
# Folder config file | ||
Desktop.ini | ||
|
||
# Recycle Bin used on file shares | ||
$RECYCLE.BIN/ | ||
|
||
# Mac crap | ||
.DS_Store |
Binary file not shown.
Binary file not shown.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
/android | ||
/de | ||
/org | ||
/.gitignore | ||
/de |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
src/org/voidsink/anewjkuapp/fragment/MensaChoiceFragment.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
src/org/voidsink/anewjkuapp/fragment/MensaClassicFragment.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...wjkuapp/kusss/mensa/ChoiceMenuLoader.java → ...nk/anewjkuapp/mensa/ChoiceMenuLoader.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...jkuapp/kusss/mensa/ClassicMenuLoader.java → ...k/anewjkuapp/mensa/ClassicMenuLoader.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...newjkuapp/kusss/mensa/JSONMenuLoader.java → ...sink/anewjkuapp/mensa/JSONMenuLoader.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...anewjkuapp/kusss/mensa/KHGMenuLoader.java → ...dsink/anewjkuapp/mensa/KHGMenuLoader.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...oidsink/anewjkuapp/kusss/mensa/Mensa.java → src/org/voidsink/anewjkuapp/mensa/Mensa.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...sink/anewjkuapp/kusss/mensa/MensaDay.java → ...g/voidsink/anewjkuapp/mensa/MensaDay.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...ink/anewjkuapp/kusss/mensa/MensaMenu.java → .../voidsink/anewjkuapp/mensa/MensaMenu.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...nk/anewjkuapp/kusss/mensa/MenuLoader.java → ...voidsink/anewjkuapp/mensa/MenuLoader.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...newjkuapp/kusss/mensa/RaabMenuLoader.java → ...sink/anewjkuapp/mensa/RaabMenuLoader.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+809 KB
tools/mapGenerator/osmosis/lib/default/mysql-connector-java-5.1.21.jar
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+17.6 KB
tools/mapGenerator/osmosis/lib/default/osmosis-areafilter-0.43-RELEASE.jar
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+41.4 KB
tools/mapGenerator/osmosis/lib/default/osmosis-dataset-0.43-RELEASE.jar
Binary file not shown.
Binary file added
BIN
+11.5 KB
tools/mapGenerator/osmosis/lib/default/osmosis-extract-0.43-RELEASE.jar
Binary file not shown.
Binary file added
BIN
+5.74 KB
tools/mapGenerator/osmosis/lib/default/osmosis-hstore-jdbc-0.43-RELEASE.jar
Binary file not shown.
Binary file added
BIN
+147 KB
tools/mapGenerator/osmosis/lib/default/osmosis-osm-binary-0.43-RELEASE.jar
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+115 KB
tools/mapGenerator/osmosis/lib/default/osmosis-pgsimple-0.43-RELEASE.jar
Binary file not shown.
Binary file added
BIN
+105 KB
tools/mapGenerator/osmosis/lib/default/osmosis-pgsnapshot-0.43-RELEASE.jar
Binary file not shown.
Binary file added
BIN
+53.3 KB
tools/mapGenerator/osmosis/lib/default/osmosis-replication-0.43-RELEASE.jar
Binary file not shown.
Binary file added
BIN
+58.5 KB
tools/mapGenerator/osmosis/lib/default/osmosis-replication-http-0.43-RELEASE.jar
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+27.8 KB
tools/mapGenerator/osmosis/lib/default/osmosis-tagfilter-0.43-RELEASE.jar
Binary file not shown.
Binary file added
BIN
+29.8 KB
tools/mapGenerator/osmosis/lib/default/osmosis-tagtransform-0.43-RELEASE.jar
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+813 KB
tools/mapGenerator/osmosis/lib/default/spring-context-3.1.2.RELEASE.jar
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+172 KB
tools/mapGenerator/osmosis/lib/default/spring-expression-3.1.2.RELEASE.jar
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.