Initial import.
This commit is contained in:
commit
7e410fa987
44 changed files with 3873 additions and 0 deletions
17
build.properties
Normal file
17
build.properties
Normal file
|
@ -0,0 +1,17 @@
|
|||
# Project
|
||||
proj.name=LifeBlogger
|
||||
proj.version=0.1.0
|
||||
proj.release=false
|
||||
proj.package=net.thauvin.lifeblogger
|
||||
proj.run=${proj.package}.LifeBlogger
|
||||
|
||||
# Locations
|
||||
path.build=build
|
||||
path.src=src
|
||||
path.dist=dist
|
||||
path.lib=lib
|
||||
path.libexec=libexec
|
||||
path.ant=ant
|
||||
|
||||
# Jar
|
||||
jar.name=${proj.name}
|
Loading…
Add table
Add a link
Reference in a new issue