Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteffen Pingel2011-07-10 17:34:00 +0000
committerSteffen Pingel2011-07-10 17:34:00 +0000
commitb6fdd256a00d71efb6e01765529b9b3998b85151 (patch)
treedbc80c02436915078170276c0c278a15254c82b6 /org.eclipse.mylyn.tests.performance
parentc5563e2dca458573dd6a362aeb41603e491ad4b2 (diff)
downloadorg.eclipse.mylyn.incubator-b6fdd256a00d71efb6e01765529b9b3998b85151.tar.gz
org.eclipse.mylyn.incubator-b6fdd256a00d71efb6e01765529b9b3998b85151.tar.xz
org.eclipse.mylyn.incubator-b6fdd256a00d71efb6e01765529b9b3998b85151.zip
339956: reduce redundancy in build and simplify target management
https://bugs.eclipse.org/bugs/show_bug.cgi?id=339956
Diffstat (limited to 'org.eclipse.mylyn.tests.performance')
-rw-r--r--org.eclipse.mylyn.tests.performance/pom.xml5
1 files changed, 2 insertions, 3 deletions
diff --git a/org.eclipse.mylyn.tests.performance/pom.xml b/org.eclipse.mylyn.tests.performance/pom.xml
index a93cdfc1..a8a5e621 100644
--- a/org.eclipse.mylyn.tests.performance/pom.xml
+++ b/org.eclipse.mylyn.tests.performance/pom.xml
@@ -3,11 +3,10 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<parent>
- <artifactId>mylyn-incubator-parent</artifactId>
+ <artifactId>org.eclipse.mylyn.incubator-parent</artifactId>
<groupId>org.eclipse.mylyn</groupId>
<version>3.7.0-SNAPSHOT</version>
</parent>
- <groupId>org.eclipse.mylyn.incubator</groupId>
<artifactId>org.eclipse.mylyn.tests.performance</artifactId>
<version>3.7.0-SNAPSHOT</version>
<packaging>eclipse-test-plugin</packaging>
@@ -24,7 +23,7 @@
<useUIHarness>true</useUIHarness>
<forkedProcessTimeoutInSeconds>7200</forkedProcessTimeoutInSeconds>
<testSuite>org.eclipse.mylyn.tests.performance</testSuite>
- <testClass>${mylyn-test-suite}</testClass>
+ <testClass>${test.suite}</testClass>
<argLine>-Xmx1024m -XX:MaxPermSize=256m -Djava.io.tmpdir=${project.build.directory}</argLine>
</configuration>
</plugin>

Back to the top