[eclipse-gef] Configure only one Tycho version.

Krzysztof Daniel kdaniel at fedoraproject.org
Thu Oct 4 12:20:24 UTC 2012


commit a9a3f208e2c37b8438fbea2de4f36f687fc2a92c
Author: Krzysztof Daniel <kdaniel at redhat.com>
Date:   Thu Oct 4 13:52:31 2012 +0200

    Configure only one Tycho version.

 eclipse-gef-remove-juno-target.patch |   11 +++++++++++
 eclipse-gef.spec                     |    5 ++++-
 2 files changed, 15 insertions(+), 1 deletions(-)
---
diff --git a/eclipse-gef-remove-juno-target.patch b/eclipse-gef-remove-juno-target.patch
index 7d11fa5..826dd97 100644
--- a/eclipse-gef-remove-juno-target.patch
+++ b/eclipse-gef-remove-juno-target.patch
@@ -17,3 +17,14 @@
  							<environments>
  								<environment>
  									<os>linux</os>
+--- org.eclipse.gef.releng/pom.xml.bak	2012-10-04 13:07:27.000000000 +0200
++++ org.eclipse.gef.releng/pom.xml	2012-10-04 13:34:51.399056379 +0200
+@@ -10,7 +10,7 @@
+ 
+ 	<!-- this is the parent POM from which all modules inherit common settings -->
+ 	<properties>
+-		<tycho-version>0.14.0</tycho-version>
++		<tycho-version>0.16.0-SNAPSHOT</tycho-version>
+ 		<antrun-version>1.6</antrun-version>
+ 		<maven.test.failure.ignore>true</maven.test.failure.ignore>
+ 	</properties>
diff --git a/eclipse-gef.spec b/eclipse-gef.spec
index f996c56..bce716c 100644
--- a/eclipse-gef.spec
+++ b/eclipse-gef.spec
@@ -3,7 +3,7 @@
 Name:      eclipse-gef
 Version:   3.8.1
 #no tag in the repository, HEAD checked out
-Release:   3%{?dist}
+Release:   4%{?dist}
 Summary:   Graphical Editing Framework (GEF) Eclipse plugin
 Group:     System Environment/Libraries
 License:   EPL
@@ -147,6 +147,9 @@ mv org.eclipse.gef.repository/target/repository/plugins/org.eclipse.gef.examples
 %doc org.eclipse.gef.examples-feature/epl-v10.html
 
 %changelog
+* Thu Oct 4 2012 Krzysztof Daniel <kdaniel at redhat.com> 3.8.1-4
+- Configure only one Tycho version.
+
 * Thu Oct 4 2012 Krzysztof Daniel <kdaniel at redhat.com> 3.8.1-3
 - Properly unpack features.
 


More information about the scm-commits mailing list