First attempts to build without cyclic dependency to JDT.

This commit is contained in:
Krzysztof Daniel 2012-10-03 12:30:16 +02:00
parent ddaeda4b2a
commit 9fc05761f3
1 changed files with 8 additions and 3 deletions

View File

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