Fri, 29 Mar 2024 13:01:07 UTC | login

Information for build tycho-2.1.0-1.fc33

ID190249
Package Nametycho
Version2.1.0
Release1.fc33
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
StartedThu, 24 Dec 2020 10:34:14 UTC
CompletedThu, 24 Dec 2020 10:34:14 UTC
Tags
f33
RPMs
src
tycho-2.1.0-1.fc33.src.rpm (info) (download)
noarch
tycho-2.1.0-1.fc33.noarch.rpm (info) (download)
tycho-javadoc-2.1.0-1.fc33.noarch.rpm (info) (download)
Changelog * Tue Nov 24 2020 Mat Booth <mat.booth@redhat.com> - 2.1.0-1 - Update to latest upstream release * Wed Nov 11 2020 Mat Booth <mat.booth@redhat.com> - 1.7.0-4 - Debootstrap build * Wed Nov 11 2020 Mat Booth <mat.booth@redhat.com> - 1.7.0-3 - Add deps needed for bootstrapping * Wed Nov 11 2020 Mat Booth <mat.booth@redhat.com> - 1.7.0-2 - Bootstrap against Eclipse 4.17 * Wed Nov 11 2020 Mat Booth <mat.booth@redhat.com> - 1.7.0-1 - Interrim update to tycho version * Tue Aug 18 2020 Mat Booth <mat.booth@redhat.com> - 1.6.0-6 - Fix bootstrap mode against Java 11 * Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.6.0-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild * Sat Jul 11 2020 Jiri Vanek <jvanek@redhat.com> - 1.6.0-4 - Rebuilt for JDK-11, see https://fedoraproject.org/wiki/Changes/Java11 * Sat Mar 21 2020 Mat Booth <mat.booth@redhat.com> - 1.6.0-3 - Add missing resolver patch for eclipserun plugin * Fri Mar 20 2020 Mat Booth <mat.booth@redhat.com> - 1.6.0-2 - Add obsoletes/provides for extras javadoc package * Wed Feb 19 2020 Mat Booth <mat.booth@redhat.com> - 1.6.0-1 - Update to latest upstream release * Fri Jan 31 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.5.0-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild * Mon Jan 27 2020 Mat Booth <mat.booth@redhat.com> - 1.5.0-5 - Fix build with Eclipse 4.14 * Thu Jan 23 2020 Mat Booth <mat.booth@redhat.com> - 1.5.0-4 - Remove references to kxml/xpp3 * Wed Dec 18 2019 Mat Booth <mat.booth@redhat.com> - 1.5.0-3 - Full build * Wed Dec 18 2019 Mat Booth <mat.booth@redhat.com> - 1.5.0-2 - Bootstrap mode * Tue Dec 17 2019 Mat Booth <mat.booth@redhat.com> - 1.5.0-1 - Update to latest upstream release * Fri Aug 09 2019 Mat Booth <mat.booth@redhat.com> - 1.4.0-2 - Fix bootstrapping with new ECF * Fri May 24 2019 Mat Booth <mat.booth@redhat.com> - 1.4.0-1 - Update to latest upstream release * Tue May 07 2019 Mat Booth <mat.booth@redhat.com> - 1.3.0-5 - Don't build tests, they are not being run anyway * Mon Mar 11 2019 Mat Booth <mat.booth@redhat.com> - 1.3.0-4 - Debootstrap build - Restrict to the same architectures as Eclipse itself * Mon Mar 11 2019 Mat Booth <mat.booth@redhat.com> - 1.3.0-3 - Bootstrap with new felix-scr * Tue Feb 19 2019 Mat Booth <mat.booth@redhat.com> - 1.3.0-2 - Allow building against ASM 6 * Mon Feb 18 2019 Mat Booth <mat.booth@redhat.com> - 1.3.0-1 - Update to latest upstream release - Allow conditionally building Junit5 support * Sun Feb 03 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.0-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild * Thu Dec 13 2018 Mat Booth <mat.booth@redhat.com> - 1.2.0-7 - Fix build against newest Mockito and ASM