Add BR to xml-maven-plugin.

This commit is contained in:
Krzysztof Daniel 2013-02-22 16:07:47 +01:00
parent 81a7921113
commit 857059a7ef

View File

@ -55,7 +55,7 @@ fi;
Summary: An open, extensible IDE
Name: %{?scl_prefix}eclipse
Version: %{eclipse_version}
Release: 0.16.git3fd9eca%{?dist}
Release: 0.17.git3fd9eca%{?dist}
License: EPL
Group: Development/Tools
URL: http://www.eclipse.org/
@ -189,6 +189,7 @@ BuildRequires: glassfish-jsp-api >= 2.2.1-4
BuildRequires: cglib
BuildRequires: glassfish-jsp >= 2.2.5
BuildRequires: cbi-plugins
BuildRequires: xml-maven-plugin
%if %{bootstrap} != 1
BuildRequires: eclipse-pde
%endif
@ -480,7 +481,7 @@ find eclipse.platform.ua -name pom.xml -exec sed -i -e 's@org.apache.lucene<@org
%build
#This is the lowest value where the build succeeds. 512m is not enough.
export MAVEN_OPTS="-Xmx700m -XX:CompileCommand=exclude,org/eclipse/tycho/core/osgitools/EquinoxResolver,newState"
export MAVEN_OPTS="-Xmx900m -XX:CompileCommand=exclude,org/eclipse/tycho/core/osgitools/EquinoxResolver,newState"
mvn-rpmbuild -f eclipse-parent/pom.xml \
install \
@ -1008,6 +1009,9 @@ echo "pushd %{_javadir}/eclipse-testing;./runtests.sh -os linux -ws gtk -arch %{
%{_libdir}/%{pkg_name}/plugins/org.eclipse.osgi.util_*
%changelog
* Fri Feb 22 2013 Krzysztof Daniel <kdaniel@redhat.com> 1:4.3.0-0.17.git3fd9eca
- Add BR to xml-maven-plugin.
* Wed Feb 20 2013 Krzysztof Daniel <kdaniel@redhat.com> 1:4.3.0-0.16.git3fd9eca
- Update to latest upstream version.