Non-bootstrap build.

This commit is contained in:
Roland Grunberg 2012-05-23 11:20:03 -04:00
parent 34928e3a9f
commit 4a3b7d4fce

View File

@ -1,4 +1,4 @@
%global bootstrap 1 %global bootstrap 0
%if %{bootstrap} %if %{bootstrap}
%global snap -SNAPSHOT %global snap -SNAPSHOT
@ -8,7 +8,7 @@
Name: tycho Name: tycho
Version: 0.14.1 Version: 0.14.1
Release: 3.1%{?dist} Release: 4%{?dist}
Summary: Plugins and extensions for building Eclipse plugins and OSGI bundles with Maven Summary: Plugins and extensions for building Eclipse plugins and OSGI bundles with Maven
Group: Development/Libraries Group: Development/Libraries
@ -193,6 +193,9 @@ cp -pr target/site/api*/* %{buildroot}%{_javadocdir}/%{name}
%{_javadocdir}/%{name} %{_javadocdir}/%{name}
%changelog %changelog
* Wed May 23 2012 Roland Grunberg <rgrunber@redhat.com> 0.14.1-4
- Non-bootstrap build.
* Thu May 17 2012 Roland Grunberg <rgrunber@redhat.com> 0.14.1-3.1 * Thu May 17 2012 Roland Grunberg <rgrunber@redhat.com> 0.14.1-3.1
- Set BREE to be at least JavaSE-1.6 for Eclipse OSGi bundles. - Set BREE to be at least JavaSE-1.6 for Eclipse OSGi bundles.