Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kurtakov2014-03-25 19:59:10 +0000
committerThomas Watson2014-04-04 15:40:32 +0000
commitc885fef4d252bc0e696172dba57834fa47a1d200 (patch)
treedd7c36813ae440029ce80876af84a7137f3d5ac4 /bundles/org.eclipse.equinox.launcher.gtk.aix.ppc64/pom.xml
parent456f2102106a25f48e3bcfdae9ec1937f09b1967 (diff)
downloadrt.equinox.framework-c885fef4d252bc0e696172dba57834fa47a1d200.tar.gz
rt.equinox.framework-c885fef4d252bc0e696172dba57834fa47a1d200.tar.xz
rt.equinox.framework-c885fef4d252bc0e696172dba57834fa47a1d200.zip
Bug 431159 - Remove unused properties from launcher pom.xml files
There are two versions in pom.xml files launcher-binary.version and launcher-binary.ext. They are not used anywhere and just cause confusion due to different version numbers and etc. Change-Id: Ie249b5ccd39addf505eb78883542bdd5a86ba4b4 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
Diffstat (limited to 'bundles/org.eclipse.equinox.launcher.gtk.aix.ppc64/pom.xml')
-rw-r--r--bundles/org.eclipse.equinox.launcher.gtk.aix.ppc64/pom.xml1
1 files changed, 0 insertions, 1 deletions
diff --git a/bundles/org.eclipse.equinox.launcher.gtk.aix.ppc64/pom.xml b/bundles/org.eclipse.equinox.launcher.gtk.aix.ppc64/pom.xml
index b7c51c0b0..c3bf62fad 100644
--- a/bundles/org.eclipse.equinox.launcher.gtk.aix.ppc64/pom.xml
+++ b/bundles/org.eclipse.equinox.launcher.gtk.aix.ppc64/pom.xml
@@ -23,7 +23,6 @@
<packaging>eclipse-plugin</packaging>
<properties>
- <launcher-binary.version>1500</launcher-binary.version>
<os>aix</os>
<ws>gtk</ws>
<arch>ppc64</arch>

Back to the top