Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
SADE
SADE
Commits
95e67ce8
Verified
Commit
95e67ce8
authored
May 10, 2021
by
hynek
🤤
Browse files
build(ant): change default build.dir to `.build`
parent
dde021bb
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitignore
View file @
95e67ce8
.build/
build/
test/
local.build.properties
...
...
README.md
View file @
95e67ce8
...
...
@@ -70,7 +70,7 @@ immediately.
./build_xar
```
Artifacts will be stored in
`build/`
.
Artifacts will be stored in
`
.
build/`
.
The default artifact is the xar package.
...
...
build.xml
View file @
95e67ce8
...
...
@@ -13,7 +13,7 @@
<property
name=
"project.title"
value=
"Scalable Architecture for Digital Editions powered by TextGrid"
/>
<property
name=
"project.processorversion"
value=
"5.2.0"
/>
<property
name=
"build.dir"
value=
"build"
/>
<property
name=
"build.dir"
value=
"
.
build"
/>
<property
name=
"test.dir"
value=
"test"
/>
<property
name=
"exist.root"
value=
"${test.dir}/exist-distribution-${project.processorversion}"
/>
<property
name=
"destfile"
value=
"${build.dir}/${project.abbrev}-${project.version}.xar"
/>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment