From 2d6df6fe1a5dd16a20d035d1c3c27de60ca0a9aa Mon Sep 17 00:00:00 2001 From: Cherian Mathew Date: Fri, 27 Mar 2015 10:13:53 +0000 Subject: [PATCH] eu.etaxonomy.taxeditor.product.with.jre : removed since the jre bundling is done on jenkins ApplicationUtil : added UTC to beta version string eu.etaxonomy.taxeditor.cdmlib/pom.xml : fixes problem with clean validate - ticket #4733 --- .gitattributes | 1 - .../etaxonomy/taxeditor/ApplicationUtil.java | 2 +- eu.etaxonomy.taxeditor.cdmlib/pom.xml | 4 +- .../eu.etaxonomy.taxeditor.product.with.jre | 55 ------------------- 4 files changed, 3 insertions(+), 59 deletions(-) delete mode 100644 eu.etaxonomy.taxeditor/eu.etaxonomy.taxeditor.product.with.jre diff --git a/.gitattributes b/.gitattributes index 0a98a61bf..08f910469 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1847,7 +1847,6 @@ eu.etaxonomy.taxeditor/.project -text eu.etaxonomy.taxeditor/README.txt -text eu.etaxonomy.taxeditor/deploy_nightly.sh -text eu.etaxonomy.taxeditor/eu.etaxonomy.taxeditor.product -text -eu.etaxonomy.taxeditor/eu.etaxonomy.taxeditor.product.with.jre -text eu.etaxonomy.taxeditor/plugin_customization.ini -text eu.etaxonomy.taxeditor/pom.xml -text eu.etaxonomy.taxeditor/rcp.target -text diff --git a/eu.etaxonomy.taxeditor.application/src/main/java/eu/etaxonomy/taxeditor/ApplicationUtil.java b/eu.etaxonomy.taxeditor.application/src/main/java/eu/etaxonomy/taxeditor/ApplicationUtil.java index a587a61f4..e3eacfd68 100644 --- a/eu.etaxonomy.taxeditor.application/src/main/java/eu/etaxonomy/taxeditor/ApplicationUtil.java +++ b/eu.etaxonomy.taxeditor.application/src/main/java/eu/etaxonomy/taxeditor/ApplicationUtil.java @@ -45,7 +45,7 @@ public class ApplicationUtil extends AbstractUtility { // this is a stable version return version; } else { - return BETA_PREFIX + " " + version; + return BETA_PREFIX + " " + version + " UTC"; } } diff --git a/eu.etaxonomy.taxeditor.cdmlib/pom.xml b/eu.etaxonomy.taxeditor.cdmlib/pom.xml index 97745fa49..baba4ed68 100644 --- a/eu.etaxonomy.taxeditor.cdmlib/pom.xml +++ b/eu.etaxonomy.taxeditor.cdmlib/pom.xml @@ -24,7 +24,7 @@ copy-dependencies - junit,log4j,unitils + cdmlib-commons,cdmlib-model,cdmlib-persistence,cdmlib-remote,cdmlib-print,cdmlib-services,cdmlib-ext,cdmlib-io lib true true @@ -39,7 +39,7 @@ sources - junit,log4j,unitils + cdmlib-commons,cdmlib-model,cdmlib-persistence,cdmlib-remote,cdmlib-print,cdmlib-services,cdmlib-ext,cdmlib-io lib true true diff --git a/eu.etaxonomy.taxeditor/eu.etaxonomy.taxeditor.product.with.jre b/eu.etaxonomy.taxeditor/eu.etaxonomy.taxeditor.product.with.jre deleted file mode 100644 index 3237ef966..000000000 --- a/eu.etaxonomy.taxeditor/eu.etaxonomy.taxeditor.product.with.jre +++ /dev/null @@ -1,55 +0,0 @@ - - - - - - - - - %productBlurb - - - - - - - - -data @user.home/.cdmLibrary -Dserver_port=58080 -vm jre/bin - -Xmx512M -XX:MaxPermSize=256M -Dorg.eclipse.update.reconcile=false -Declipse.p2.unsignedPolicy=allow - -XstartOnFirstThread -Dorg.eclipse.swt.internal.carbon.smallFonts - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -- 2.30.2