Disable parts dependent on Eclipse.

This commit is contained in:
Krzysztof Daniel 2012-10-10 14:33:14 +00:00
parent 1f03e8b29f
commit 0886a0180b

View File

@ -1,15 +1,15 @@
# Conditionals to help breaking eclipse <-> xbean dependency cycle # Conditionals to help breaking eclipse <-> xbean dependency cycle
# when bootstrapping for new architectures # when bootstrapping for new architectures
%if 0%{?fedora} %if 0%{?fedora}
#%%bcond_without equinox %bcond_without equinox
#%%bcond_without spring %bcond_without spring
%endif %endif
Name: xbean Name: xbean
Version: 3.11.1 Version: 3.11.1
BuildArch: noarch BuildArch: noarch
Release: 6%{?dist} Release: 7%{?dist}
Summary: Java plugin based web server Summary: Java plugin based web server
Group: Development/Libraries Group: Development/Libraries
@ -233,6 +233,9 @@ cp -pr target/site/apidocs/* $RPM_BUILD_ROOT%{_javadocdir}/%{name}
%{_javadocdir}/%{name} %{_javadocdir}/%{name}
%changelog %changelog
* Wed Oct 10 2012 Krzysztof Daniel <kdaniel@redhat.com> 3.11.1-7
- Disable parts dependent on Eclipse (for bootstraping purpose).
* Wed Oct 10 2012 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.11.1-6 * Wed Oct 10 2012 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.11.1-6
- Implement equinox and spring conditionals - Implement equinox and spring conditionals