Non-bootstrap build.

This commit is contained in:
Alexander Kurtakov 2011-05-06 17:48:32 +03:00
parent 55dfddf3af
commit 017d47cb0c
1 changed files with 5 additions and 4 deletions

View File

@ -1,4 +1,4 @@
%global bootstrap 1
%global bootstrap 0
%global e_osgi org.eclipse.osgi
%global e_osgi_v 3.6.0.v20100517
@ -7,7 +7,7 @@
Name: tycho
Version: 0.10.0
Release: 2%{?dist}
Release: 3%{?dist}
Summary: Plugins and extensions for building Eclipse plugins and OSGI bundles with Maven
Group: Development/Libraries
@ -200,10 +200,11 @@ cp -pr target/site/api*/* %{buildroot}%{_javadocdir}/%{name}
%{_javadocdir}/%{name}
%changelog
* Fri May 6 2011 Alexander Kurtakov <akurtako@redhat.com> 0.10.0-3
- Non-bootstrap build.
* Tue May 3 2011 Stanislav Ochotnicky <sochotnicky@redhat.com> - 0.10.0-2
- Add README and make build more silent
* Tue Mar 29 2011 Stanislav Ochotnicky <sochotnicky@redhat.com> - 0.10.0-1
- First bootstrapped version