Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kurtakov2017-06-22 14:14:11 +0000
committerAlexander Kurtakov2017-06-22 14:23:00 +0000
commit5920956a9778b637f59bd8d6455317fef6c00e9d (patch)
tree3c3d38dbc63df6afab7257bca6d96009d5b185f3 /bundles/org.eclipse.equinox.launcher.gtk.linux.ppc/pom.xml
parent605d45566972a8bef0d8aaa7c00a627e8724689c (diff)
downloadrt.equinox.framework-I20170623-2000.tar.gz
rt.equinox.framework-I20170623-2000.tar.xz
rt.equinox.framework-I20170623-2000.zip
32bit linux and aix ppc and hpux ia64_32 and ia64 windows Change-Id: Ifedea3342da3f28167ab4f0e78cc1d4b4a8bfb6a Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
Diffstat (limited to 'bundles/org.eclipse.equinox.launcher.gtk.linux.ppc/pom.xml')
-rw-r--r--bundles/org.eclipse.equinox.launcher.gtk.linux.ppc/pom.xml30
1 files changed, 0 insertions, 30 deletions
diff --git a/bundles/org.eclipse.equinox.launcher.gtk.linux.ppc/pom.xml b/bundles/org.eclipse.equinox.launcher.gtk.linux.ppc/pom.xml
deleted file mode 100644
index 8cd500646..000000000
--- a/bundles/org.eclipse.equinox.launcher.gtk.linux.ppc/pom.xml
+++ /dev/null
@@ -1,30 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
- Copyright (c) 2012 Eclipse Foundation.
- All rights reserved. This program and the accompanying materials
- are made available under the terms of the Eclipse Distribution License v1.0
- which accompanies this distribution, and is available at
- http://www.eclipse.org/org/documents/edl-v10.php
-
- Contributors:
- Igor Fedorenko - initial implementation
--->
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
- <modelVersion>4.0.0</modelVersion>
- <parent>
- <artifactId>launcher-binary-parent</artifactId>
- <groupId>org.eclipse.equinox.framework</groupId>
- <version>4.8.0-SNAPSHOT</version>
- <relativePath>../../launcher-binary-parent</relativePath>
- </parent>
- <groupId>org.eclipse.equinox</groupId>
- <artifactId>org.eclipse.equinox.launcher.gtk.linux.ppc</artifactId>
- <version>1.1.500-SNAPSHOT</version>
- <packaging>eclipse-plugin</packaging>
-
- <properties>
- <os>linux</os>
- <ws>gtk</ws>
- <arch>ppc</arch>
- </properties>
-</project>

Back to the top