Skip to content
GitLab
Explore
Projects
Groups
Snippets
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Eric Duminil
RegionChooser
Commits
3f54801c
Commit
3f54801c
authored
7 years ago
by
duminil
Browse files
Options
Download
Email Patches
Plain Diff
Deploy: Formatted xmls.
parent
acd4b34f
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
deploy.xml
+8
-8
deploy.xml
with
8 additions
and
8 deletions
+8
-8
deploy.xml
+
8
-
8
View file @
3f54801c
...
...
@@ -32,12 +32,12 @@ java -classpath lib/* -Xms512m -Xmx2g -Djava.util.logging.config.file=logging.pr
<jacoco:coverage
destfile=
"${reports.dir}/${ant.project.name}.exec"
xmlns:jacoco=
"antlib:org.jacoco.ant"
>
<junit
printsummary=
"yes"
haltonfailure=
"yes"
fork=
"true"
>
<classpath
refid=
"test-classpath"
/>
<classpath
refid=
"test-classpath"
/>
<formatter
type=
"xml"
usefile=
"true"
/>
<formatter
type=
"plain"
usefile=
"true"
/>
<!-- RegionExtractor -->
<test
name=
"eu.simstadt.regionchooser.RegionExtractorTests"
haltonfailure=
"no"
todir=
"${reports.dir}"
/>
<test
name=
"eu.simstadt.regionchooser.RegionExtractorTests"
haltonfailure=
"no"
todir=
"${reports.dir}"
/>
</junit>
</jacoco:coverage>
</target>
...
...
This diff is collapsed.
Click to expand it.
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
Menu
Explore
Projects
Groups
Snippets