[tycho/f18] Revert "First attempts to build without cyclic dependency to JDT."

Krzysztof Daniel kdaniel at fedoraproject.org
Mon Oct 8 12:29:51 UTC 2012


commit b45a911a7afa36dab9caa9ef52ba4e26678e96fe
Author: Krzysztof Daniel <kdaniel at redhat.com>
Date:   Mon Oct 8 14:11:03 2012 +0200

    Revert "First attempts to build without cyclic dependency to JDT."
    
    This reverts commit 9fc05761f34ad205dc006e4070b382bede1ea1b2.

 tycho.spec |   11 +++--------
 1 files changed, 3 insertions(+), 8 deletions(-)
---
diff --git a/tycho.spec b/tycho.spec
index 9b3dbaf..455b6d3 100644
--- a/tycho.spec
+++ b/tycho.spec
@@ -1,4 +1,4 @@
-%global bootstrap 1
+%global bootstrap 0
 %global sha df2c3591ae0e641a8d12c13ca9c1058eaf8439b2
 
 %if %{bootstrap}
@@ -7,11 +7,9 @@
 %global snap -SNAPSHOT
 %endif
 
-%define __find_requires %{nil}
-
 Name:           tycho
 Version:        0.16.0
-Release:        8.df2c35%{?dist}
+Release:        7.df2c35%{?dist}
 Summary:        Plugins and extensions for building Eclipse plugins and OSGI bundles with Maven
 
 Group:          Development/Libraries
@@ -71,7 +69,7 @@ Requires:       maven-dependency-plugin
 Requires:       maven-shared-verifier
 Requires:       maven-surefire-provider-junit4
 Requires:       objectweb-asm4
-#Requires:       eclipse-jdt
+Requires:       eclipse-jdt
 
 
 %description
@@ -195,9 +193,6 @@ install -pm 755 %{SOURCE3} $RPM_BUILD_ROOT%{_javadir}/%{name}/copy-platform-all
 %{_javadocdir}/%{name}
 
 %changelog
-* Wed Oct 3 2012 Krzysztof Daniel <kdaniel at redhat.com> 0.16.0-7.1.df2c35
-- First attempts to build without cyclic dependency to JDT.
-
 * Mon Aug 27 2012 Roland Grunberg <rgrunber at redhat.com> 0.16.0-7.df2c35
 - Non bootstrap-build.
 


More information about the scm-commits mailing list