Revert "Filter out OSGi dependencies."

This reverts commit c10ae09b52.
This commit is contained in:
Krzysztof Daniel 2012-10-08 14:10:28 +02:00
parent c10ae09b52
commit c23e7d2cf9
2 changed files with 3 additions and 7 deletions

1
.gitignore vendored
View File

@ -8,4 +8,3 @@ tycho-0.14.0.tar.bz2
/org.eclipse.tycho-*
*.src.rpm
/noarch
/.project

View File

@ -1,4 +1,4 @@
%global bootstrap 1
%global bootstrap 0
%global sha d7f8850f746dd72e0a97c1fdf32c06ce794fb83d
%if %{bootstrap}
@ -7,11 +7,11 @@
%global snap -SNAPSHOT
%endif
%define __requires_exclude osgi*
%define __find_requires %{nil}
Name: tycho
Version: 0.16.0
Release: 9.1.d7f885%{?dist}
Release: 9.d7f885%{?dist}
Summary: Plugins and extensions for building Eclipse plugins and OSGI bundles with Maven
Group: Development/Libraries
@ -195,9 +195,6 @@ install -pm 755 %{SOURCE3} $RPM_BUILD_ROOT%{_javadir}/%{name}/copy-platform-all
%{_javadocdir}/%{name}
%changelog
* Mon Oct 8 2012 Krzysztof Daniel <kdaniel@redhat.com> 0.16.0-9.1.d7f885
- Filter out OSGi dependencies.
* Thu Oct 4 2012 Roland Grunberg <rgrunber@redhat.com> 0.16.0-9.d7f885
- Non-bootstrap build.