You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by se...@apache.org on 2020/04/10 15:54:35 UTC

[directory-studio] branch master updated: Eclipse Tycho does no longer produce any 32bit artifacts.

This is an automated email from the ASF dual-hosted git repository.

seelmann pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/directory-studio.git


The following commit(s) were added to refs/heads/master by this push:
     new d9dfc0e  Eclipse Tycho does no longer produce any 32bit artifacts.
d9dfc0e is described below

commit d9dfc0e7c3ee46ad5dea70d30bc5bd3dac081710
Author: Stefan Seelmann <ma...@stefan-seelmann.de>
AuthorDate: Fri Apr 10 17:54:23 2020 +0200

    Eclipse Tycho does no longer produce any 32bit artifacts.
---
 README.md    |  1 -
 dist/dist.sh | 10 +++++-----
 2 files changed, 5 insertions(+), 6 deletions(-)

diff --git a/README.md b/README.md
index 4ab580d..4e068b8 100644
--- a/README.md
+++ b/README.md
@@ -132,7 +132,6 @@ We release the following artifacts:
     * the main features (LDAP Browser, Schema Editor, ApacheDS)
     * dependencies
 * Product archives and installers for
-    * Linux GTK 32bit tar.gz
     * Linux GTK 64bit tar.gz
     * maxOS 64bit dmg
     * Windows 64bit exe installer and zip
diff --git a/dist/dist.sh b/dist/dist.sh
index 50f64cd..7cd8225 100755
--- a/dist/dist.sh
+++ b/dist/dist.sh
@@ -43,13 +43,13 @@ mkdir -p ${DIST_DIR}
 echo
 echo "### Copying dist files"
 cd ${WORK_DIR}
+# source release
 cp ../target/org.apache.directory.studio.parent-${VERSION}-source-release.zip ${DIST_DIR}/ApacheDirectoryStudio-${VERSION}-src.zip
-#cp ../product/target/products/ApacheDirectoryStudio-${VERSION}-*.{zip,tar.gz} ${DIST_DIR}/
-cp ../product/target/products/ApacheDirectoryStudio-${VERSION}-win32.win32.x86_64.zip ${DIST_DIR}/
-cp ../product/target/products/ApacheDirectoryStudio-${VERSION}-win32.win32.x86.zip ${DIST_DIR}/
+# archives generated by Eclipse Tycho
 cp ../product/target/products/ApacheDirectoryStudio-${VERSION}-linux.gtk.x86_64.tar.gz ${DIST_DIR}/
-cp ../product/target/products/ApacheDirectoryStudio-${VERSION}-linux.gtk.x86.tar.gz ${DIST_DIR}/
-cp ../installers/windows/32bit/target/ApacheDirectoryStudio-${VERSION}-win32.win32.x86.exe ${DIST_DIR}/
+cp ../product/target/products/ApacheDirectoryStudio-${VERSION}-macosx.cocoa.x86_64.tar.gz ${DIST_DIR}/
+cp ../product/target/products/ApacheDirectoryStudio-${VERSION}-win32.win32.x86_64.zip ${DIST_DIR}/
+# installers
 cp ../installers/windows/64bit/target/ApacheDirectoryStudio-${VERSION}-win32.win32.x86_64.exe ${DIST_DIR}/
 cp ../installers/macos/target/ApacheDirectoryStudio-${VERSION}-macosx.cocoa.x86_64.dmg ${DIST_DIR}/