From 845428f81ee36d0c6dd08240bbf3bc590af36292 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christoph=20L=C3=A4ubrich?= Date: Mon, 31 Jul 2023 18:37:34 +0200 Subject: [PATCH] Add a standard osgi repository that includes all equinox bundles Currently one has to wait until the next release or use the ibuilds composite p2 repository but there is currently no way to fetch latest equinox bundles in a more lightweight way. This uses the new tycho-repositry-plugin to build a standard OSGi repository that could be deployed e.g. as part of the mater verification build. --- pom.xml | 1 + repository/pom.xml | 38 ++++++++++++++++++++++++++++++++++++++ 2 files changed, 39 insertions(+) create mode 100644 repository/pom.xml diff --git a/pom.xml b/pom.xml index 227c5f2796d..4d1718a013b 100644 --- a/pom.xml +++ b/pom.xml @@ -220,6 +220,7 @@ bundles/org.eclipse.equinox.launcher.win32.win32.x86_64 bundles/org.eclipse.osgi.tests + repository diff --git a/repository/pom.xml b/repository/pom.xml new file mode 100644 index 00000000000..e0b501ae19d --- /dev/null +++ b/repository/pom.xml @@ -0,0 +1,38 @@ + + + 4.0.0 + + org.eclipse.equinox + parent + 4.29.0-SNAPSHOT + + repository + repository + + + + org.eclipse.tycho + tycho-repository-plugin + ${tycho.version} + true + + + + local + package + + package-repository + + + local + + deploy + + + + + + + +