chg: replaced ant with gradle
This commit is contained in:
parent
ced560f0c7
commit
7eebeee1d0
615 changed files with 87626 additions and 638 deletions
31
.gitignore
vendored
31
.gitignore
vendored
|
@ -1,13 +1,20 @@
|
|||
apps*
|
||||
!apps/manage
|
||||
classes/*
|
||||
db*
|
||||
dist
|
||||
docs
|
||||
launcher.jar
|
||||
lib/helma*.jar
|
||||
lib/ext
|
||||
log/*
|
||||
passwd
|
||||
server.properties
|
||||
.gradle
|
||||
.settings
|
||||
build
|
||||
|
||||
/apps
|
||||
/bin
|
||||
/backups
|
||||
/db
|
||||
/docs
|
||||
/extras
|
||||
/lib
|
||||
/log
|
||||
/static
|
||||
|
||||
/*.properties
|
||||
/launcher.jar
|
||||
/passwd
|
||||
/start.*
|
||||
|
||||
!/gradle.properties
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue