Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'releng/main-tests/pom.xml')
-rw-r--r--releng/main-tests/pom.xml38
1 files changed, 2 insertions, 36 deletions
diff --git a/releng/main-tests/pom.xml b/releng/main-tests/pom.xml
index c3d4ccbd366..501f28a630d 100644
--- a/releng/main-tests/pom.xml
+++ b/releng/main-tests/pom.xml
@@ -108,12 +108,12 @@
<repository>
<id>emf-compare</id>
<layout>p2</layout>
- <url>${emf-compare.repo.url}</url>
+ <url>${emf-compare.repo.url}</url>
</repository>
<repository>
<id>m2t-acceleo</id>
<layout>p2</layout>
- <url>${m2t-acceleo.repo.url}</url>
+ <url>${m2t-acceleo.repo.url}</url>
</repository>
<repository>
<id>swtbot</id>
@@ -166,40 +166,6 @@
<extensions>true</extensions>
</plugin>
<plugin>
- <groupId>org.eclipse.tycho</groupId>
- <artifactId>target-platform-configuration</artifactId>
- <version>${tycho-version}</version>
- <configuration>
- <environments>
- <environment>
- <os>win32</os>
- <ws>win32</ws>
- <arch>x86</arch>
- </environment>
- <environment>
- <os>win32</os>
- <ws>win32</ws>
- <arch>x86_64</arch>
- </environment>
- <environment>
- <os>linux</os>
- <ws>gtk</ws>
- <arch>x86</arch>
- </environment>
- <environment>
- <os>linux</os>
- <ws>gtk</ws>
- <arch>x86_64</arch>
- </environment>
- <environment>
- <os>macosx</os>
- <ws>cocoa</ws>
- <arch>x86_64</arch>
- </environment>
- </environments>
- </configuration>
- </plugin>
- <plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>exec-maven-plugin</artifactId>
<version>1.4.0</version>

Back to the top