summaryrefslogtreecommitdiff
path: root/build.xml
diff options
context:
space:
mode:
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml18
1 files changed, 9 insertions, 9 deletions
diff --git a/build.xml b/build.xml
index 108c0a222..3d8dcde02 100644
--- a/build.xml
+++ b/build.xml
@@ -212,15 +212,15 @@
<filename name="${optional.package}/junitlauncher/"/>
</selector>
- <selector id="needs.junit.engine.vintage">
- <!-- we need JUnit vintage engine only in tests where we test the junitlauncher task -->
- <filename name="${src.junit}/org/apache/tools/ant/taskdefs/optional/junitlauncher/**/*"/>
- </selector>
-
- <selector id="needs.junit.engine.jupiter">
- <!-- we need JUnit jupiter engine only in tests where we test the junitlauncher task -->
- <filename name="${src.junit}/org/apache/tools/ant/taskdefs/optional/junitlauncher/**/*"/>
- </selector>
+ <selector id="needs.junit.engine.vintage">
+ <!-- we need JUnit vintage engine only in tests where we test the junitlauncher task -->
+ <filename name="${src.junit}/org/apache/tools/ant/taskdefs/optional/junitlauncher/**/*"/>
+ </selector>
+
+ <selector id="needs.junit.engine.jupiter">
+ <!-- we need JUnit jupiter engine only in tests where we test the junitlauncher task -->
+ <filename name="${src.junit}/org/apache/tools/ant/taskdefs/optional/junitlauncher/**/*"/>
+ </selector>
<selector id="needs.apache-regexp">
<filename name="${regexp.package}/JakartaRegexp*"/>