Skip to content

Commit

Permalink
fix path structure
Browse files Browse the repository at this point in the history
  • Loading branch information
Torsten committed Aug 5, 2013
1 parent 14a86c5 commit abdf2d9
Show file tree
Hide file tree
Showing 68 changed files with 7,098 additions and 0 deletions.
21 changes: 21 additions & 0 deletions build.properties.default
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



Loading

0 comments on commit abdf2d9

Please sign in to comment.