Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonah Graham2018-12-11 11:12:53 +0000
committerJonah Graham2018-12-11 14:36:45 +0000
commit4b0d89b5f7f6a2531723732494c82fa10263f94e (patch)
tree65a5ecc9ddc32e7fe6643a62ff08fa7cfac73659 /build/org.eclipse.cdt.meson-feature
parentd4296a68654ae226a88567c524ca4a023d4a6569 (diff)
downloadorg.eclipse.cdt-4b0d89b5f7f6a2531723732494c82fa10263f94e.tar.gz
org.eclipse.cdt-4b0d89b5f7f6a2531723732494c82fa10263f94e.tar.xz
org.eclipse.cdt-4b0d89b5f7f6a2531723732494c82fa10263f94e.zip
Bug 542644 - Add fragment for Java 11 JAXB dependencies
Diffstat (limited to 'build/org.eclipse.cdt.meson-feature')
-rw-r--r--build/org.eclipse.cdt.meson-feature/feature.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/build/org.eclipse.cdt.meson-feature/feature.xml b/build/org.eclipse.cdt.meson-feature/feature.xml
index 971fbcfb74c..400f44413bf 100644
--- a/build/org.eclipse.cdt.meson-feature/feature.xml
+++ b/build/org.eclipse.cdt.meson-feature/feature.xml
@@ -46,4 +46,12 @@
version="0.0.0"
unpack="false"/>
+ <plugin
+ id="org.eclipse.tools.templates.freemarker.java11"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ fragment="true"
+ unpack="false"/>
+
</feature>

Back to the top