Thu, 02 May 2024 04:36:14 UTC | login

Information for build tycho-1.2.0-6.fc29

ID72026
Package Nametycho
Version1.2.0
Release6.fc29
Epoch
SummaryPlugins and extensions for building Eclipse plugins and OSGI bundles with Maven
DescriptionTycho is a set of Maven plugins and extensions for building Eclipse plugins and OSGI bundles with Maven. Eclipse plugins and OSGI bundles have their own metadata for expressing dependencies, source folder locations, etc. that are normally found in a Maven POM. Tycho uses native metadata for Eclipse plugins and OSGi bundles and uses the POM to configure and drive the build. Tycho supports bundles, fragments, features, update site projects and RCP applications. Tycho also knows how to run JUnit test plugins using OSGi runtime and there is also support for sharing build results using Maven artifact repositories. Tycho plugins introduce new packaging types and the corresponding lifecycle bindings that allow Maven to use OSGi and Eclipse metadata during a Maven build. OSGi rules are used to resolve project dependencies and package visibility restrictions are honored by the OSGi-aware JDT-based compiler plugin. Tycho will use OSGi metadata and OSGi rules to calculate project dependencies dynamically and injects them into the Maven project model at build time. Tycho supports all attributes supported by the Eclipse OSGi resolver (Require-Bundle, Import-Package, Eclipse-GenericRequire, etc). Tycho will use proper classpath access rules during compilation. Tycho supports all project types supported by PDE and will use PDE/JDT project metadata where possible. One important design goal in Tycho is to make sure there is no duplication of metadata between POM and OSGi metadata.
Built bydavidlt
State complete
Volume DEFAULT
StartedWed, 22 Aug 2018 14:40:32 UTC
CompletedWed, 22 Aug 2018 14:40:32 UTC
Tags
f29
f30
RPMs
src
tycho-1.2.0-6.fc29.src.rpm (info) (download)
noarch
tycho-1.2.0-6.fc29.noarch.rpm (info) (download)
tycho-javadoc-1.2.0-6.fc29.noarch.rpm (info) (download)
Changelog * Mon Aug 20 2018 Mat Booth <mat.booth@redhat.com> - 1.2.0-6 - Rebuild against Eclipse 2018-09 * Fri Aug 17 2018 Mat Booth <mat.booth@redhat.com> - 1.2.0-5 - Bootstrap mode improvements - Patch to use Java 8 as the default target EE, prevents unnecessary dep on Java 9 * Wed Jul 25 2018 Mat Booth <mat.booth@redhat.com> - 1.2.0-4 - Fix build against new surefire * Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild * Thu Jul 12 2018 Mat Booth <mat.booth@redhat.com> - 1.2.0-2 - Bootstrap build * Tue Jun 05 2018 Mat Booth <mat.booth@redhat.com> - 1.2.0-1 - Update to latest release for Java 10 support - Drop upstreamed patch * Wed May 09 2018 Mat Booth <mat.booth@redhat.com> - 1.2.0-0.5.git5d018bb - Surefure now used maven-shared-utils instead of plexus-utils, fixes test runs in other packages * Thu May 03 2018 Mat Booth <mat.booth@redhat.com> - 1.2.0-0.4.git5d018bb - Add a proper patch for ebz#534255 * Wed May 02 2018 Mat Booth <mat.booth@redhat.com> - 1.2.0-0.3.git5d018bb - Update tycho snapshot and simplify bootstrapping * Wed May 02 2018 Mat Booth <mat.booth@redhat.com> - 1.2.0-0.2.gitd9ce75d - Non-bootstrap build * Mon Apr 30 2018 Mat Booth <mat.booth@redhat.com> - 1.2.0-0.1.gitd9ce75d - Update to latest tycho snapshot - Bootstrap build * Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.0-11 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild * Fri Dec 08 2017 Mat Booth <mat.booth@redhat.com> - 1.0.0-10 - Calculate xmvn/lib path, allow building against older and newer surefire * Wed Oct 11 2017 Mat Booth <mat.booth@redhat.com> - 1.0.0-9 - Port to latest surefire * Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.0-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild * Wed Jun 21 2017 Mikolaj Izdebski <mizdebsk@redhat.com> - 1.0.0-7 - Update to latest fp-p2 snapshot for XMvn 3.0.0 support * Tue Jun 20 2017 Mat Booth <mat.booth@redhat.com> - 1.0.0-6 - Improve bootstrap mode * Sat Jun 17 2017 Mat Booth <mat.booth@redhat.com> - 1.0.0-5 - Debootstrap build * Sat Jun 17 2017 Mat Booth <mat.booth@redhat.com> - 1.0.0-4 - Add osgi.util bundle to tycho runtime * Wed May 24 2017 Mikolaj Izdebski <mizdebsk@redhat.com> - 1.0.0-3 - Remove no longer needed requires on Maven plugins * Wed Apr 26 2017 Mat Booth <mat.booth@redhat.com> - 1.0.0-2 - Debootstrap build * Thu Apr 20 2017 Mat Booth <mat.booth@redhat.com> - 1.0.0-1 - Update to 1.0.0 - Simplify artifact installation - Tycho 1.0 requires Eclipse Oxygen - Add felix-scr and deps to tycho-bundles-external * Thu Apr 20 2017 Mat Booth <mat.booth@redhat.com> - 0.26.0-3 - Fix and enable bootstrap mode * Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.26.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild * Wed Nov 02 2016 Mat Booth <mat.booth@redhat.com> - 0.26.0-1 - Update to latest upstream