-
Notifications
You must be signed in to change notification settings - Fork 9
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
Torsten
committed
Aug 5, 2013
1 parent
14a86c5
commit abdf2d9
Showing
68 changed files
with
7,098 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,21 @@ | ||
#The version | ||
app.version=custom | ||
|
||
# Tomcat specifics | ||
catalina.home= installation dir for tomcat | ||
manager.username= username that can use the manager | ||
manager.password= password for user above | ||
|
||
#Directory having the libs that will be copied to build | ||
#Change this to something that suits you and run the | ||
#download task before running anything else. | ||
external.libs=${catalina.home}/webapps/j2ep/lib/ | ||
|
||
#Here are the libs downloaded from | ||
download.libs=http://j2ep.sourceforge.net/lib | ||
|
||
#server | ||
server.url = http://localhost:8080 | ||
|
||
|
||
|
Oops, something went wrong.