Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKarsten Thoms2017-12-11 11:05:50 +0000
committerAlexander Kurtakov2017-12-11 11:46:29 +0000
commitbbc79642d607eaa8ec1137f3244b5de268dd9de6 (patch)
treec759f729dace4fcb620c9ccbaa1ee5fd090635b7
parenta47f03f377b48e75db72085cdc5a3da023fb2d5c (diff)
downloadeclipse.platform.swt-bbc79642d607eaa8ec1137f3244b5de268dd9de6.tar.gz
eclipse.platform.swt-bbc79642d607eaa8ec1137f3244b5de268dd9de6.tar.xz
eclipse.platform.swt-bbc79642d607eaa8ec1137f3244b5de268dd9de6.zip
Bug 528404 - Remove Maven Nature and Builder
Signed-off-by: Karsten Thoms <karsten.thoms@itemis.de>
-rw-r--r--tests/org.eclipse.swt.tests.cocoa/.project6
-rw-r--r--tests/org.eclipse.swt.tests.gtk/.project6
2 files changed, 0 insertions, 12 deletions
diff --git a/tests/org.eclipse.swt.tests.cocoa/.project b/tests/org.eclipse.swt.tests.cocoa/.project
index c2acf1de69..50ca933e33 100644
--- a/tests/org.eclipse.swt.tests.cocoa/.project
+++ b/tests/org.eclipse.swt.tests.cocoa/.project
@@ -20,14 +20,8 @@
<arguments>
</arguments>
</buildCommand>
- <buildCommand>
- <name>org.eclipse.m2e.core.maven2Builder</name>
- <arguments>
- </arguments>
- </buildCommand>
</buildSpec>
<natures>
- <nature>org.eclipse.m2e.core.maven2Nature</nature>
<nature>org.eclipse.jdt.core.javanature</nature>
</natures>
</projectDescription>
diff --git a/tests/org.eclipse.swt.tests.gtk/.project b/tests/org.eclipse.swt.tests.gtk/.project
index a38f280554..048311e562 100644
--- a/tests/org.eclipse.swt.tests.gtk/.project
+++ b/tests/org.eclipse.swt.tests.gtk/.project
@@ -20,14 +20,8 @@
<arguments>
</arguments>
</buildCommand>
- <buildCommand>
- <name>org.eclipse.m2e.core.maven2Builder</name>
- <arguments>
- </arguments>
- </buildCommand>
</buildSpec>
<natures>
- <nature>org.eclipse.m2e.core.maven2Nature</nature>
<nature>org.eclipse.jdt.core.javanature</nature>
</natures>
</projectDescription>

Back to the top