From 6d5d8600c7883d95c3530aea667ddc19cf3fb5c4 Mon Sep 17 00:00:00 2001 From: Irene Wang Date: Mon, 14 Aug 2017 12:43:55 +0200 Subject: [PATCH] DEVOPS-2901 Remove 32-bit launcher binaries --- .../pom.xml | 1197 ++++++++--------- 1 file changed, 596 insertions(+), 601 deletions(-) diff --git a/build/talend.studio.tos.product.parent.pom/pom.xml b/build/talend.studio.tos.product.parent.pom/pom.xml index 1cf523d..75ff02b 100644 --- a/build/talend.studio.tos.product.parent.pom/pom.xml +++ b/build/talend.studio.tos.product.parent.pom/pom.xml @@ -1,601 +1,596 @@ - - - 4.0.0 - - org.talend.studio - parent-pom - 6.5.0-SNAPSHOT - - - - tos-products-parent-pom - pom - - - - talend_open - - true - - - false - - ${talend.nexus.host}/nexus/content/repositories/TalendOpenSourceRelease/ - - - talend_open_snapshots - - false - - - true - - ${talend.nexus.host}/nexus/content/repositories/TalendOpenSourceSnapshot/ - - - - - https://artifacts-oss.talend.com - ${launcher.prefix}-${product.timestamp}-V${product.version}${revision.filename} - ${project.build.directory}/products/${project.artifactId}/${osgi.os}/${osgi.ws}/${osgi.arch} - - - - - - org.codehaus.mojo - properties-maven-plugin - 1.0-alpha-2 - - - read-product-properties - initialize - - read-project-properties - - - - ${project.basedir}/product.properties - - - - - - - org.eclipse.tycho - tycho-p2-repository-plugin - ${tycho.version} - - - default-archive-repository - none - - - - - org.eclipse.tycho - tycho-p2-director-plugin - ${tycho.version} - - - materialize-products - - materialize-products - - - - - - - - ${project.artifactId} - - - - - - org.apache.maven.plugins - maven-dependency-plugin - 2.8 - - - - unpack-binaries - package - - unpack - - - - - ${project.groupId} - eclipse-launcher-binaries - 4.4.1c - zip - true - ${studio.dir} - - - ${project.groupId} - eclipse-launcher-mac-${launcher.prefix} - 6.4.0 - zip - true - ${studio.dir} - - - ${project.groupId} - tos-about-files - 3.6.1 - zip - true - ${studio.dir} - - - ${project.groupId} - eclipse-delta-pack - 4.4.1 - zip - true - ${studio.dir} - - - - - - copy-license-txt - package - - copy - - - - - ${project.groupId} - ${product.branding.platform} - ${maven.compatible.version} - txt - license - true - ${studio.dir} - license.txt - - - - - - copy-notice-txt - package - - copy - - - - - ${project.groupId} - ${product.branding.platform} - ${maven.compatible.version} - txt - notice - true - ${studio.dir} - NOTICE.txt - - - - - - - - org.apache.maven.plugins - maven-resources-plugin - 2.7 - - - - copy-config-ini - package - - copy-resources - - - - - ${project.basedir} - true - - config.ini - - - - ${studio.dir}/configuration - true - - - - - copy-eclipseproduct - package - - copy-resources - - - - - ${project.basedir} - true - - .eclipseproduct - - - - ${studio.dir} - true - - - - - - - org.apache.maven.plugins - maven-antrun-plugin - 1.7 - - - - set-product-timestamp - initialize - - true - - - - - - - - - product.timestamp = ${product.timestamp} - - version.full = ${version.full} - - - - run - - - - - replace-about-mappings-properties - package - - - - Looking for ${studio.dir}/plugins/${product.branding.platform}_${product.version}* - buildQualifier=${buildQualifier} - product.timestamp=${product.timestamp} - version.full=${version.full} - - - aboutmappingspath=${aboutmappingspath} - - - - - - ${about} - - - - run - - - - - copy-launchers - package - - - version.full=${version.full} - - - - - - - - - - - - - - - - - - ${launcher_sh} - - - - - - - - - - - - - - - - - - run - - - - - delete-p2-build-generated-files - package - - - - - - - - - - - run - - - - - generate-javajet - package - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - run - - - - - zip-product - package - - - product.timestamp = ${product.timestamp} - - - - - - - - - - run - - - - - - ant-contrib - ant-contrib - 1.0b3 - - - ant - ant - - - - - org.apache.ant - ant-nodeps - 1.8.1 - - - - - - - - nonofficial - - true - - - - - org.eclipse.tycho - tycho-packaging-plugin - ${tycho.version} - - false - yyyyMMdd'_'HHmm'${release.suffix}' - - false - - - - - - default - - - - - - - official - - - - org.eclipse.tycho - tycho-packaging-plugin - ${tycho.version} - - false - '${product.timestamp}${release.suffix}' - - false - - - - - - default - - - - - - - org.apache.maven.plugins - maven-antrun-plugin - 1.7 - - - - move-build-to-products - install - - - - - - - - Moving product ZIP ${project.build.directory}/products/${product.final.name}.zip to ${product.dir} - - - - - - - - http://newbuild.talend.com/builds/${product.build.path}/${product.final.name}.zip${line.separator} - - - - - - - run - - - - - - ant-contrib - ant-contrib - 1.0b3 - - - ant - ant - - - - - org.apache.ant - ant-nodeps - 1.8.1 - - - - - org.apache.maven.plugins - maven-deploy-plugin - 2.8.2 - - true - - - - - - - + + + 4.0.0 + + org.talend.studio + parent-pom + 6.5.0-SNAPSHOT + + + + tos-products-parent-pom + pom + + + + talend_open + + true + + + false + + ${talend.nexus.host}/nexus/content/repositories/TalendOpenSourceRelease/ + + + talend_open_snapshots + + false + + + true + + ${talend.nexus.host}/nexus/content/repositories/TalendOpenSourceSnapshot/ + + + + + https://artifacts-oss.talend.com + ${launcher.prefix}-${product.timestamp}-V${product.version}${revision.filename} + ${project.build.directory}/products/${project.artifactId}/${osgi.os}/${osgi.ws}/${osgi.arch} + + + + + + org.codehaus.mojo + properties-maven-plugin + 1.0-alpha-2 + + + read-product-properties + initialize + + read-project-properties + + + + ${project.basedir}/product.properties + + + + + + + org.eclipse.tycho + tycho-p2-repository-plugin + ${tycho.version} + + + default-archive-repository + none + + + + + org.eclipse.tycho + tycho-p2-director-plugin + ${tycho.version} + + + materialize-products + + materialize-products + + + + + + + + ${project.artifactId} + + + + + + org.apache.maven.plugins + maven-dependency-plugin + 2.8 + + + + unpack-binaries + package + + unpack + + + + + ${project.groupId} + eclipse-launcher-binaries + 4.4.1d + zip + true + ${studio.dir} + + + ${project.groupId} + eclipse-launcher-mac-${launcher.prefix} + 6.4.0 + zip + true + ${studio.dir} + + + ${project.groupId} + tos-about-files + 3.6.1 + zip + true + ${studio.dir} + + + ${project.groupId} + eclipse-delta-pack + 4.4.1 + zip + true + ${studio.dir} + + + + + + copy-license-txt + package + + copy + + + + + ${project.groupId} + ${product.branding.platform} + ${maven.compatible.version} + txt + license + true + ${studio.dir} + license.txt + + + + + + copy-notice-txt + package + + copy + + + + + ${project.groupId} + ${product.branding.platform} + ${maven.compatible.version} + txt + notice + true + ${studio.dir} + NOTICE.txt + + + + + + + + org.apache.maven.plugins + maven-resources-plugin + 2.7 + + + + copy-config-ini + package + + copy-resources + + + + + ${project.basedir} + true + + config.ini + + + + ${studio.dir}/configuration + true + + + + + copy-eclipseproduct + package + + copy-resources + + + + + ${project.basedir} + true + + .eclipseproduct + + + + ${studio.dir} + true + + + + + + + org.apache.maven.plugins + maven-antrun-plugin + 1.7 + + + + set-product-timestamp + initialize + + true + + + + + + + + + product.timestamp = ${product.timestamp} + + version.full = ${version.full} + + + + run + + + + + replace-about-mappings-properties + package + + + + Looking for ${studio.dir}/plugins/${product.branding.platform}_${product.version}* + buildQualifier=${buildQualifier} + product.timestamp=${product.timestamp} + version.full=${version.full} + + + aboutmappingspath=${aboutmappingspath} + + + + + + ${about} + + + + run + + + + + copy-launchers + package + + + version.full=${version.full} + + + + + + + + + + + + + + + + + + ${launcher_sh} + + + + + + + + + + + + + run + + + + + delete-p2-build-generated-files + package + + + + + + + + + + + run + + + + + generate-javajet + package + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + run + + + + + zip-product + package + + + product.timestamp = ${product.timestamp} + + + + + + + + + + run + + + + + + ant-contrib + ant-contrib + 1.0b3 + + + ant + ant + + + + + org.apache.ant + ant-nodeps + 1.8.1 + + + + + + + + nonofficial + + true + + + + + org.eclipse.tycho + tycho-packaging-plugin + ${tycho.version} + + false + yyyyMMdd'_'HHmm'${release.suffix}' + + false + + + + + + default + + + + + + + official + + + + org.eclipse.tycho + tycho-packaging-plugin + ${tycho.version} + + false + '${product.timestamp}${release.suffix}' + + false + + + + + + default + + + + + + + org.apache.maven.plugins + maven-antrun-plugin + 1.7 + + + + move-build-to-products + install + + + + + + + + Moving product ZIP ${project.build.directory}/products/${product.final.name}.zip to ${product.dir} + + + + + + + + http://newbuild.talend.com/builds/${product.build.path}/${product.final.name}.zip${line.separator} + + + + + + + run + + + + + + ant-contrib + ant-contrib + 1.0b3 + + + ant + ant + + + + + org.apache.ant + ant-nodeps + 1.8.1 + + + + + org.apache.maven.plugins + maven-deploy-plugin + 2.8.2 + + true + + + + + + +