Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/org.eclipse.osee.coverage.integration.tests/pom.xml')
-rw-r--r--plugins/org.eclipse.osee.coverage.integration.tests/pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/org.eclipse.osee.coverage.integration.tests/pom.xml b/plugins/org.eclipse.osee.coverage.integration.tests/pom.xml
index 90b518b9f25..4c4bc306a12 100644
--- a/plugins/org.eclipse.osee.coverage.integration.tests/pom.xml
+++ b/plugins/org.eclipse.osee.coverage.integration.tests/pom.xml
@@ -177,7 +177,7 @@
<property name="xserver-log-output"
value="${project.build.directory}/server-output.log" />
- <ant antfile="osee-application-server.xml" target="run"
+ <ant antfile="${osee-application-server-launch-ant}" target="run"
inheritRefs="true" output="${xserver-log-output}" />
</target>
</configuration>
@@ -200,7 +200,7 @@
<property name="xserver-port" value="${osee-server-port}" />
<property name="xserver-telnet-port" value="${osee-server-telnet-port}" />
- <ant antfile="osee-application-server.xml" target="stopServer"
+ <ant antfile="${osee-application-server-launch-ant}" target="stopServer"
inheritRefs="true" />
</target>
</configuration>

Back to the top