This repository has been archived by the owner on Oct 14, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
0 parents
commit 65a14b9
Showing
230 changed files
with
150,339 additions
and
0 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,17 @@ | ||
# A simulation of Subversion default ignores, generated by reposurgeon. | ||
*.o | ||
*.lo | ||
*.la | ||
*.al | ||
*.libs | ||
*.so | ||
*.so.[0-9]* | ||
*.a | ||
*.pyc | ||
*.pyo | ||
*.rej | ||
*~ | ||
*.#* | ||
.*.swp | ||
.DS_store | ||
# Simulated Subversion default ignores end here |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
<project name="openstreetmap" default="dist" basedir="."> | ||
|
||
<property name="src" location="src"/> | ||
<property name="build" location="build"/> | ||
<property name="dist" location="dist"/> | ||
|
||
|
||
<target name="init"> | ||
<tstamp/> | ||
<mkdir dir="${build}"/> | ||
</target> | ||
|
||
|
||
<target name="compile" depends="init"> | ||
<javac srcdir="${src}" debug="true" optimize="off" destdir="${build}"/> | ||
</target> | ||
|
||
|
||
<target name="dist" depends="compile"> | ||
|
||
</target> | ||
|
||
|
||
|
||
<target name="clean"> | ||
<delete dir="${build}"/> | ||
<delete dir="${dist}"/> | ||
</target> | ||
|
||
|
||
|
||
</project> |
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.
Oops, something went wrong.