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 /launcher-binary-parent
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 'launcher-binary-parent')
-rw-r--r--launcher-binary-parent/pom.xml5
1 files changed, 0 insertions, 5 deletions
diff --git a/launcher-binary-parent/pom.xml b/launcher-binary-parent/pom.xml
index b77ee1ea5..97ec71348 100644
--- a/launcher-binary-parent/pom.xml
+++ b/launcher-binary-parent/pom.xml
@@ -21,11 +21,6 @@
<artifactId>launcher-binary-parent</artifactId>
<packaging>pom</packaging>
- <properties>
- <launcher-binary.version>1407</launcher-binary.version>
- <launcher-binary.ext>so</launcher-binary.ext>
- </properties>
-
<build>
<plugins>
<plugin>

Back to the top