[java-sig-commits] [tycho] Non-bootstrap build.

Roland Grunberg rgrunber at fedoraproject.org
Wed May 23 16:45:16 UTC 2012


commit 4a3b7d4fce2c6d870a8f728b98e9df9e7097683d
Author: Roland Grunberg <rgrunber at redhat.com>
Date:   Wed May 23 11:20:03 2012 -0400

    Non-bootstrap build.

 tycho.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/tycho.spec b/tycho.spec
index b83e7d0..e7faeb9 100644
--- a/tycho.spec
+++ b/tycho.spec
@@ -1,4 +1,4 @@
-%global bootstrap 1
+%global bootstrap 0
 
 %if %{bootstrap}
 %global snap -SNAPSHOT
@@ -8,7 +8,7 @@
 
 Name:           tycho
 Version:        0.14.1
-Release:        3.1%{?dist}
+Release:        4%{?dist}
 Summary:        Plugins and extensions for building Eclipse plugins and OSGI bundles with Maven
 
 Group:          Development/Libraries
@@ -193,6 +193,9 @@ cp -pr target/site/api*/* %{buildroot}%{_javadocdir}/%{name}
 %{_javadocdir}/%{name}
 
 %changelog
+* Wed May 23 2012 Roland Grunberg <rgrunber at redhat.com> 0.14.1-4
+- Non-bootstrap build.
+
 * Thu May 17 2012 Roland Grunberg <rgrunber at redhat.com> 0.14.1-3.1
 - Set BREE to be at least JavaSE-1.6 for Eclipse OSGi bundles.
 


More information about the java-sig-commits mailing list