[tycho/eclipse-luna: 3/3] Copy zip artifacts in copy-platform-all

Mat Booth mbooth at fedoraproject.org
Tue Jul 22 12:53:46 UTC 2014


commit ae6377933f848a053a31bc7a19abdf0be0d1b34d
Author: Mat Booth <mat.booth at redhat.com>
Date:   Tue Jul 22 13:52:42 2014 +0100

    Copy zip artifacts in copy-platform-all

 copy-platform-all |    4 ++++
 tycho.spec        |    5 ++++-
 2 files changed, 8 insertions(+), 1 deletions(-)
---
diff --git a/copy-platform-all b/copy-platform-all
index 7059699..d851a65 100755
--- a/copy-platform-all
+++ b/copy-platform-all
@@ -11,6 +11,10 @@ if [ -n "$X_SCLS" ] ; then
     _scl_root="/opt/rh/$scl/root"
     if [ -z "$scl_root" ] ; then
       scl_root=$_scl_root
+      mkdir -p .m2/org/eclipse/tycho/tycho-bundles-external/0.20.0
+      mkdir -p .m2/org/eclipse/tycho/tycho-standalone-p2-director/0.20.0
+      cp $scl_root/usr/share/java/tycho/tycho-bundles-external.zip       .m2/org/eclipse/tycho/tycho-bundles-external/0.20.0/tycho-bundles-external-0.20.0.zip
+      cp $scl_root/usr/share/java/tycho/tycho-standalone-p2-director.zip .m2/org/eclipse/tycho/tycho-standalone-p2-director/0.20.0/tycho-standalone-p2-director-0.20.0.zip
     fi
     javadir="$javadir $_scl_root/usr/share/java"
     jnidir="$jnidir $_scl_root/usr/lib/java"
diff --git a/tycho.spec b/tycho.spec
index b9a28d2..26dbbed 100644
--- a/tycho.spec
+++ b/tycho.spec
@@ -22,7 +22,7 @@
 
 Name:           %{?scl_prefix}tycho
 Version:        0.20.0
-Release:        9.2%{?dist}
+Release:        9.3%{?dist}
 Summary:        Plugins and extensions for building Eclipse plugins and OSGI bundles with Maven
 
 Group:          Development/Libraries
@@ -368,6 +368,9 @@ install -m 644 $osgiStateJarPath $RPM_BUILD_ROOT%{_javadir}/%{pkg_name}/osgi.com
 %{_javadocdir}/%{pkg_name}
 
 %changelog
+* Tue Jul 22 2014 Mat Booth <mat.booth at redhat.com> - 0.20.0-9.3
+- Copy zip artifacts in copy-platform-all
+
 * Fri Jul 11 2014 Mat Booth <mat.booth at redhat.com> - 0.20.0-9.2
 - Don't check /usr/lib*/eclipse/dropins twice in copy-platform-all
 - Non-bootstrap build


More information about the scm-commits mailing list