Fix copy-platform-all script to properly link %%{_datadir}/eclipse jars.
When the path to the plugins/features folder for a set of bundles is "%%{_datadir}/eclipse/dropins/${name}" (missing the additional eclipse folder), the linking of its jars will fail.
This commit is contained in:
parent
e1d99f384b
commit
7431c5844e
@ -46,7 +46,7 @@ pushd $where
|
||||
ls -d plugins/* features/* 2>/dev/null) |
|
||||
while read g; do
|
||||
[ ! -e $g ] && \
|
||||
ln -s $datadir/dropins/$g $g
|
||||
ln -s $datadir/dropins/$f/$g $g
|
||||
done
|
||||
fi
|
||||
done
|
||||
|
@ -1,4 +1,4 @@
|
||||
%global bootstrap 0
|
||||
%global bootstrap 1
|
||||
|
||||
%if %{bootstrap}
|
||||
%global snap -SNAPSHOT
|
||||
@ -8,7 +8,7 @@
|
||||
|
||||
Name: tycho
|
||||
Version: 0.15.0
|
||||
Release: 1%{?dist}
|
||||
Release: 1.1%{?dist}
|
||||
Summary: Plugins and extensions for building Eclipse plugins and OSGI bundles with Maven
|
||||
|
||||
Group: Development/Libraries
|
||||
@ -194,6 +194,9 @@ install -pm 755 %{SOURCE3} %{buildroot}%{_javadir}/%{name}/copy-platform-all
|
||||
%{_javadocdir}/%{name}
|
||||
|
||||
%changelog
|
||||
* Mon Jul 30 2012 Roland Grunberg <rgrunber@redhat.com> 0.15.0-1.1
|
||||
- Fix copy-platform-all script to properly link %%{_datadir}/eclipse jars.
|
||||
|
||||
* Thu Jul 26 2012 Roland Grunberg <rgrunber@redhat.com> 0.15.0-1
|
||||
- Update to 0.15.0.
|
||||
- Set BREE to at least JavaSE-1.6 for Eclipse feature bundles.
|
||||
|
Loading…
Reference in New Issue
Block a user