[eclipse] Fix forgotten -P.

Alexander Kurtakov akurtakov at fedoraproject.org
Fri Dec 13 10:10:28 UTC 2013


commit 82a8cbb92bd6a04edf99457a59b7a25cee83f553
Author: Alexander Kurtakov <akurtako at redhat.com>
Date:   Fri Dec 13 12:10:24 2013 +0200

    Fix forgotten -P.

 eclipse.spec |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/eclipse.spec b/eclipse.spec
index e16c223..cad0208 100644
--- a/eclipse.spec
+++ b/eclipse.spec
@@ -459,7 +459,7 @@ export MAVEN_OPTS="-Xmx900m -XX:CompileCommand=exclude,org/eclipse/tycho/core/os
 export JAVA_HOME=%{java_home}
 
 pushd eclipse.platform.swt.binaries/bundles/org.eclipse.swt.gtk.linux.%{eclipse_arch}
-    xmvn -o clean verify -P \
+    xmvn -o clean verify \
     -Dmaven.test.skip=true -Dnative=gtk.linux.%{eclipse_arch} -DskipTychoVersionCheck \
     -Dtycho.local.keepTarget -Dmaven.repo.local=../../../.m2
 popd


More information about the scm-commits mailing list