Wed, 24 Apr 2024 16:15:26 UTC | login

Information for build tycho-2.2.0-2.fc33

ID192952
Package Nametycho
Version2.2.0
Release2.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
StartedSat, 27 Feb 2021 06:33:26 UTC
CompletedSat, 27 Feb 2021 06:33:26 UTC
Tags
f33
f37
f38
RPMs
src
tycho-2.2.0-2.fc33.src.rpm (info) (download)
noarch
tycho-2.2.0-2.fc33.noarch.rpm (info) (download)
tycho-javadoc-2.2.0-2.fc33.noarch.rpm (info) (download)
Changelog * Thu Feb 04 2021 Mat Booth <mat.booth@redhat.com> - 2.2.0-2 - Add missing runtime dep on aqute-bnd * Tue Feb 02 2021 Mat Booth <mat.booth@redhat.com> - 2.2.0-1 - Update to latest upstream release - Update bootstrap Eclipse version * Tue Feb 02 2021 Mat Booth <mat.booth@redhat.com> - 2.1.0-5 - Debootstrap build * Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 2.1.0-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild * Thu Jan 14 2021 Mat Booth <mat.booth@redhat.com> - 2.1.0-3 - Enable bootstrap mode - Update fp-p2 snapshot to fix xmvn installation failure * Thu Jan 14 2021 Mat Booth <mat.booth@redhat.com> - 2.1.0-2 - Fix embedded equinox location discovery and fix bootstrapping on Java 11 * 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