From af4ebb2e4b697615289d7a2ba3659b21027f8c4a Mon Sep 17 00:00:00 2001 From: Cherian Mathew Date: Tue, 24 Mar 2015 09:54:58 +0000 Subject: [PATCH] moved jre dirs properties to pom file --- eu.etaxonomy.taxeditor.feature/pom.xml | 43 ++++++++++++++++---------- 1 file changed, 26 insertions(+), 17 deletions(-) diff --git a/eu.etaxonomy.taxeditor.feature/pom.xml b/eu.etaxonomy.taxeditor.feature/pom.xml index bff67f1b1..3167dc429 100644 --- a/eu.etaxonomy.taxeditor.feature/pom.xml +++ b/eu.etaxonomy.taxeditor.feature/pom.xml @@ -13,6 +13,13 @@ Taxonomic Editor Feature http://dev.e-taxonomy.eu/trac/wiki/TaxonomicEditorEditorBundle + + linux-64 + linux-32 + win-64 + win-32 + mac-64 + @@ -35,6 +42,25 @@ + + maven-clean-plugin + 2.6.1 + + + + ${basedir} + false + + ${linux.64.dir} + ${linux.32.dir} + ${win.64.dir} + ${win.32.dir} + ${mac.64.dir} + + + + + @@ -77,23 +103,6 @@ run - - deleteJRESymLinks - clean - - - Deleting sym links to various OS JREs - - - - - - - - - run - - setPropertiesWithJRE validate -- 2.34.1