[eclipse] Add BR to xml-maven-plugin.

Krzysztof Daniel kdaniel at fedoraproject.org
Fri Feb 22 15:07:55 UTC 2013


commit 857059a7efaa7ce5896414fcc6d492ee7446bbdf
Author: Krzysztof Daniel <kdaniel at redhat.com>
Date:   Fri Feb 22 16:07:47 2013 +0100

    Add BR to  xml-maven-plugin.

 eclipse.spec |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/eclipse.spec b/eclipse.spec
index ec76571..34ab55f 100644
--- a/eclipse.spec
+++ b/eclipse.spec
@@ -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 at 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 at redhat.com> 1:4.3.0-0.17.git3fd9eca
+- Add BR to  xml-maven-plugin.
+
 * Wed Feb 20 2013 Krzysztof Daniel <kdaniel at redhat.com> 1:4.3.0-0.16.git3fd9eca
 - Update to latest upstream version.
 


More information about the scm-commits mailing list