From: Cherian Mathew Date: Tue, 24 Mar 2015 16:59:44 +0000 (+0000) Subject: reverted all changes using maven to setup jre bundle . will do this in a bash script... X-Git-Tag: 3.6.0~145 X-Git-Url: https://dev.e-taxonomy.eu/gitweb/taxeditor.git/commitdiff_plain/ea2426f6283b101bca088a3901b285a2303f4ba5 reverted all changes using maven to setup jre bundle . will do this in a bash script on jenkins instead. --- diff --git a/.gitattributes b/.gitattributes index 09a07e4ca..0a98a61bf 100644 --- a/.gitattributes +++ b/.gitattributes @@ -648,7 +648,6 @@ eu.etaxonomy.taxeditor.feature/LICENSE.TXT -text eu.etaxonomy.taxeditor.feature/README.txt -text eu.etaxonomy.taxeditor.feature/build.properties -text eu.etaxonomy.taxeditor.feature/build.properties.with.jre -text -eu.etaxonomy.taxeditor.feature/build.properties.wo.jre -text eu.etaxonomy.taxeditor.feature/feature.xml -text eu.etaxonomy.taxeditor.feature/pom.xml -text eu.etaxonomy.taxeditor.help/.classpath -text @@ -1849,7 +1848,6 @@ 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/eu.etaxonomy.taxeditor.product.wo.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.feature/build.properties b/eu.etaxonomy.taxeditor.feature/build.properties index 30f68d152..9a1585c10 100644 --- a/eu.etaxonomy.taxeditor.feature/build.properties +++ b/eu.etaxonomy.taxeditor.feature/build.properties @@ -3,3 +3,14 @@ bin.includes = feature.xml category.id.eu.etaxonomy=EDIT category.description.eu.etaxonomy=EDIT Taxonomic Editor category.members.eu.etaxonomy=eu.etaxonomy.taxeditor.feature + +root.linux.gtk.x86_64=linux-64 +root.linux.gtk.x86_64.permissions.755=jre/bin/** +root.linux.gtk.x86=linux-32 +root.linux.gtk.x86.permissions.755=jre/bin/** +root.win32.win32.x86_64=win-64 +root.win32.win32.x86_64.permissions.755=jre/bin/** +root.win32.win32.x86=win-32 +root.win32.win32.x86.permissions.755=jre/bin/** +root.macosx.cocoa.x86_64=mac-64 +root.macosx.cocoa.x86_64.permissions.755=jre/bin/** \ No newline at end of file diff --git a/eu.etaxonomy.taxeditor.feature/build.properties.with.jre b/eu.etaxonomy.taxeditor.feature/build.properties.with.jre index 9a1585c10..73564880a 100644 --- a/eu.etaxonomy.taxeditor.feature/build.properties.with.jre +++ b/eu.etaxonomy.taxeditor.feature/build.properties.with.jre @@ -1,8 +1,3 @@ -bin.includes = feature.xml - -category.id.eu.etaxonomy=EDIT -category.description.eu.etaxonomy=EDIT Taxonomic Editor -category.members.eu.etaxonomy=eu.etaxonomy.taxeditor.feature root.linux.gtk.x86_64=linux-64 root.linux.gtk.x86_64.permissions.755=jre/bin/** diff --git a/eu.etaxonomy.taxeditor.feature/build.properties.wo.jre b/eu.etaxonomy.taxeditor.feature/build.properties.wo.jre deleted file mode 100644 index 30f68d152..000000000 --- a/eu.etaxonomy.taxeditor.feature/build.properties.wo.jre +++ /dev/null @@ -1,5 +0,0 @@ -bin.includes = feature.xml - -category.id.eu.etaxonomy=EDIT -category.description.eu.etaxonomy=EDIT Taxonomic Editor -category.members.eu.etaxonomy=eu.etaxonomy.taxeditor.feature diff --git a/eu.etaxonomy.taxeditor.feature/pom.xml b/eu.etaxonomy.taxeditor.feature/pom.xml index d74bb65ad..0b5b622ff 100644 --- a/eu.etaxonomy.taxeditor.feature/pom.xml +++ b/eu.etaxonomy.taxeditor.feature/pom.xml @@ -13,108 +13,4 @@ Taxonomic Editor Feature http://dev.e-taxonomy.eu/trac/wiki/TaxonomicEditorEditorBundle - - linux-64 - linux-32 - win-64 - win-32 - mac-64 - - - - - org.apache.maven.plugins - maven-clean-plugin - 2.6.1 - - - - ${basedir} - false - - ${linux.64.dir} - ${linux.32.dir} - ${win.64.dir} - ${win.32.dir} - ${mac.64.dir} - - - - - - - - - - - bundleJre - - - - org.apache.maven.plugins - maven-antrun-plugin - 1.8 - - - linkJREDirs - validate - - - Recreating links to various OS JREs - - - - - - - - - - - - - - run - - - - setPropertiesWithJRE - validate - - - - - - - run - - - - setPropertiesWithoutJRE - clean - - - - - - - run - - - - - - - - diff --git a/eu.etaxonomy.taxeditor/eu.etaxonomy.taxeditor.product b/eu.etaxonomy.taxeditor/eu.etaxonomy.taxeditor.product index 89a8ed0a7..3415fd139 100644 --- a/eu.etaxonomy.taxeditor/eu.etaxonomy.taxeditor.product +++ b/eu.etaxonomy.taxeditor/eu.etaxonomy.taxeditor.product @@ -1,7 +1,7 @@ - + @@ -14,7 +14,7 @@ - -data @user.home/.cdmLibrary -Dserver_port=58080 + -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 diff --git a/eu.etaxonomy.taxeditor/eu.etaxonomy.taxeditor.product.wo.jre b/eu.etaxonomy.taxeditor/eu.etaxonomy.taxeditor.product.wo.jre deleted file mode 100644 index 89a8ed0a7..000000000 --- a/eu.etaxonomy.taxeditor/eu.etaxonomy.taxeditor.product.wo.jre +++ /dev/null @@ -1,55 +0,0 @@ - - - - - - - - - %productBlurb - - - - - - - - -data @user.home/.cdmLibrary -Dserver_port=58080 - -Xmx512M -XX:MaxPermSize=256M -Dorg.eclipse.update.reconcile=false -Declipse.p2.unsignedPolicy=allow - -XstartOnFirstThread -Dorg.eclipse.swt.internal.carbon.smallFonts - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/eu.etaxonomy.taxeditor/pom.xml b/eu.etaxonomy.taxeditor/pom.xml index 7e7c37700..22a984e68 100644 --- a/eu.etaxonomy.taxeditor/pom.xml +++ b/eu.etaxonomy.taxeditor/pom.xml @@ -13,8 +13,7 @@ EDIT Taxonomic Editor Product The EDIT Taxonomic Desktop Editor http://wp5.e-taxonomy.eu/taxeditor - - -vm jre/bin + eu.etaxonomy.taxeditor.product @@ -132,50 +131,6 @@ - - - bundleJre - - - - org.apache.maven.plugins - maven-antrun-plugin - 1.8 - - - setProductWithJRE - validate - - - - - - - run - - - - setProductWithoutJRE - clean - - - - - - - run - - - - - - - \ No newline at end of file