[tycho/f20] Support license feature when creating system repo.

Alexander Kurtakov akurtakov at fedoraproject.org
Fri Jun 6 15:57:50 UTC 2014


commit 9d798806df83be4c3654f4f75809bf57171a42c0
Author: Alexander Kurtakov <akurtako at redhat.com>
Date:   Fri Jun 6 18:57:55 2014 +0300

    Support license feature when creating system repo.

 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 6ba3f2a..46a15b5 100755
--- a/copy-platform-all
+++ b/copy-platform-all
@@ -73,6 +73,10 @@ for f in $(ls -d $eclipse/dropins/sdk/features/*); do
     feature=$(basename $f)
     [ ! -e features/$feature ] && ln -s $eclipse/dropins/sdk/features/$feature features/$feature
 done
+for f in $(ls -d $javadir/eclipse-license/eclipse/features/* 2>/dev/null); do
+    feature=$(basename $f)
+    [ ! -e features/$feature ] && ln -s $javadir/eclipse-license/eclipse/features/$feature features/$feature
+done
 for p in $(ls -d $eclipse/plugins/*); do
     plugin=$(basename $p)
     [ ! -e plugins/$plugin ] && ln -s $eclipse/plugins/$plugin plugins/$plugin
diff --git a/tycho.spec b/tycho.spec
index a9c291d..9282b3e 100644
--- a/tycho.spec
+++ b/tycho.spec
@@ -9,7 +9,7 @@
 
 Name:           tycho
 Version:        0.19.0
-Release:        4%{?dist}
+Release:        5%{?dist}
 Summary:        Plugins and extensions for building Eclipse plugins and OSGI bundles with Maven
 
 Group:          Development/Libraries
@@ -308,6 +308,9 @@ sed -i 's|<maven>|&<extension>zip</extension>|' \
 %{_javadocdir}/%{name}
 
 %changelog
+* Fri Jun 6 2014 Alexander Kurtakov <akurtako at redhat.com> 0.19.0-5
+- Support license feature when creating system repo.
+
 * Thu Nov 21 2013 Roland Grunberg <rgrunber at redhat.com> - 0.19.0-4
 - Return expected reactor cache location when XMvn resolution fails.
 


More information about the scm-commits mailing list