chg: moved parser files into tools dir
This commit is contained in:
parent
243e80d8ac
commit
4ee6d89bf5
6 changed files with 14 additions and 52 deletions
|
@ -2,11 +2,10 @@
|
|||
|
||||
base_dir=$(pwd)
|
||||
build_dir=$base_dir/build
|
||||
work_dir=$build_dir/work
|
||||
|
||||
dist_dir=$work_dir/dist
|
||||
export_dir=$work_dir/export
|
||||
source_dir=$work_dir/src
|
||||
dist_dir=$build_dir/dist
|
||||
export_dir=$build_dir/export
|
||||
source_dir=$build_dir/src
|
||||
|
||||
jar_repo=https://repo1.maven.org/maven2
|
||||
antville_repo=https://github.com/antville/antville.git
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue