Skip to content

Commit abdf2d9

Browse files
author
Torsten
committed
fix path structure
1 parent 14a86c5 commit abdf2d9

File tree

68 files changed

+7098
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

68 files changed

+7098
-0
lines changed

build.properties.default

+21
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
#The version
2+
app.version=custom
3+
4+
# Tomcat specifics
5+
catalina.home= installation dir for tomcat
6+
manager.username= username that can use the manager
7+
manager.password= password for user above
8+
9+
#Directory having the libs that will be copied to build
10+
#Change this to something that suits you and run the
11+
#download task before running anything else.
12+
external.libs=${catalina.home}/webapps/j2ep/lib/
13+
14+
#Here are the libs downloaded from
15+
download.libs=http://j2ep.sourceforge.net/lib
16+
17+
#server
18+
server.url = http://localhost:8080
19+
20+
21+

0 commit comments

Comments
 (0)