[eclipse-emf] Update to M7.

Krzysztof Daniel kdaniel at fedoraproject.org
Mon May 7 08:41:49 UTC 2012


commit 07ba78edd6f647def89ab3142d15a5de3d919ad7
Author: Krzysztof Daniel <kdaniel at redhat.com>
Date:   Mon May 7 10:41:32 2012 +0200

    Update to M7.

 eclipse-emf.spec |    5 ++++-
 get-emf.sh       |    5 +++--
 sources          |    2 +-
 3 files changed, 8 insertions(+), 4 deletions(-)
---
diff --git a/eclipse-emf.spec b/eclipse-emf.spec
index dfea857..34ebdc7 100644
--- a/eclipse-emf.spec
+++ b/eclipse-emf.spec
@@ -5,7 +5,7 @@
 
 Name:      eclipse-emf
 Version:   2.8.0
-Release:   0.6.postM6%{?dist}
+Release:   0.7.e674bb28ad412fc9bc786f2f9b3c157eb2cbdae0%{?dist}
 Summary:   Eclipse Modeling Framework (EMF) Eclipse plugin
 Group:     System Environment/Libraries
 License:   EPL
@@ -272,6 +272,9 @@ rm -rf %{buildroot}%{eclipse_dropin}/emf{,-sdk}/eclipse/plugins/org.eclipse.emf.
 %{eclipse_dropin}/emf-examples
 
 %changelog
+* Mon May 7 2012 Krzysztof Daniel <kdaniel at redhat.com> 2.8.0-0.7.e674bb28ad412fc9bc786f2f9b3c157eb2cbdae0
+- Update to M7.
+
 * Mon Apr 16 2012 Krzysztof Daniel <kdaniel at redhat.com> 2.8.0-0.6.postM6
 - Bugs 812870, 812872 - fix building index for documentation.
 
diff --git a/get-emf.sh b/get-emf.sh
index febe39a..5cf8613 100755
--- a/get-emf.sh
+++ b/get-emf.sh
@@ -1,6 +1,7 @@
 #!/bin/sh
 #actual tag to checkout
-TAG=master
+TAG=e674bb28ad412fc9bc786f2f9b3c157eb2cbdae0
+XSD_TAG=3d72507583ec6210c44e88eafd429a9786483cbb 
 #name of the version to put in the source
 VERSION=2.8.0
 
@@ -15,7 +16,7 @@ popd
 
 git clone git://git.eclipse.org/gitroot/xsd/org.eclipse.xsd.git
 pushd org.eclipse.xsd
-  git checkout $TAG
+  git checkout $XSD_TAG
 popd
 
 
diff --git a/sources b/sources
index 3c0138d..7747592 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-a0ccd118b776593b6a500e8aa55c57e2  emf-2.8.0.tar.gz
+3e5c278fe659c135e16ff6c4cedec6ef  emf-2.8.0.tar.gz


More information about the scm-commits mailing list