Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kurtakov2021-01-11 17:27:27 +0000
committerAlexander Kurtakov2021-01-11 18:42:37 +0000
commitd94281f7646cca2b078f15f99cf910e004949799 (patch)
tree6ded1b3bad9b809210e8705144bc5bede2652acb
parentd520be73afd05a301a710e000c2a65b3d7c7b553 (diff)
downloadorg.eclipse.linuxtools-d94281f7646cca2b078f15f99cf910e004949799.tar.gz
org.eclipse.linuxtools-d94281f7646cca2b078f15f99cf910e004949799.tar.xz
org.eclipse.linuxtools-d94281f7646cca2b078f15f99cf910e004949799.zip
No need to duplicate linux.gtk.x86_64 environment.
Change-Id: Ie662f222cbb040c4cbbd54113177c034b45f93c7 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com> Reviewed-on: https://git.eclipse.org/r/c/linuxtools/org.eclipse.linuxtools/+/174655
-rw-r--r--pom.xml5
1 files changed, 0 insertions, 5 deletions
diff --git a/pom.xml b/pom.xml
index 89a2f1885b..c1fa8bfd02 100644
--- a/pom.xml
+++ b/pom.xml
@@ -317,11 +317,6 @@
<ws>gtk</ws>
<arch>x86_64</arch>
</environment>
- <environment>
- <os>linux</os>
- <ws>gtk</ws>
- <arch>x86_64</arch>
- </environment>
</environments>
<target>
<artifact>

Back to the top