Examples initial import.
This commit is contained in:
parent
ed19117078
commit
6ed79c0387
18 changed files with 1653 additions and 8 deletions
|
@ -1,11 +1,23 @@
|
|||
appname=simplepool
|
||||
# Project
|
||||
proj.name=simplepool
|
||||
proj.version=1.0
|
||||
|
||||
path.classes=build
|
||||
# Locations
|
||||
path.build=build
|
||||
path.src=src
|
||||
path.dist=dist
|
||||
path.lib=lib
|
||||
path.javadoc=javadoc
|
||||
|
||||
# Jar
|
||||
jar.name=${proj.name}
|
||||
|
||||
# Examples
|
||||
ex.name=${proj.name}-examples-${proj.version}
|
||||
path.ex=${proj.name}-examples
|
||||
|
||||
|
||||
# Javadoc
|
||||
javadoc.title=SimplePool API
|
||||
javadoc.api.link=http://java.sun.com/j2se/1.4.2/docs/api
|
||||
javadoc.servlet.link=http://java.sun.com/products/servlet/2.3/javadoc/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue