From dde15357654ea1cdc5d38610f320d116a12dc3ba Mon Sep 17 00:00:00 2001 From: Christian Dietrich Date: Wed, 31 Jul 2024 21:24:29 +0200 Subject: [PATCH] fix missing jdt annot. pro deps --- org.eclipse.xtext.xbase.tests/pom.xml | 153 ++++++++++++++++++++++++++ 1 file changed, 153 insertions(+) diff --git a/org.eclipse.xtext.xbase.tests/pom.xml b/org.eclipse.xtext.xbase.tests/pom.xml index 00fefa36ab0..15f77775ed4 100644 --- a/org.eclipse.xtext.xbase.tests/pom.xml +++ b/org.eclipse.xtext.xbase.tests/pom.xml @@ -10,5 +10,158 @@ eclipse-test-plugin Xtext Xbase Tests + + + + + xtext-202203 + + + target-platform-classifier + xtext-r202203 + + + + + + org.eclipse.tycho + target-platform-configuration + + + + + + eclipse-plugin + org.eclipse.jdt.compiler.apt + 0.0.0 + + + eclipse-plugin + org.eclipse.jdt.compiler.tool + 0.0.0 + + + + + + + + + + xtext-202206 + + + target-platform-classifier + xtext-r202206 + + + + + + org.eclipse.tycho + target-platform-configuration + + + + + + eclipse-plugin + org.eclipse.jdt.compiler.apt + 0.0.0 + + + eclipse-plugin + org.eclipse.jdt.compiler.tool + 0.0.0 + + + + + + + + + + xtext-202209 + + + target-platform-classifier + xtext-r202209 + + + + + + org.eclipse.tycho + target-platform-configuration + + + + + + eclipse-plugin + org.eclipse.jdt.compiler.apt + 0.0.0 + + + eclipse-plugin + org.eclipse.jdt.compiler.tool + 0.0.0 + + + + + + + + + + xtext-202212 + + + target-platform-classifier + xtext-r202212 + + + + + + org.eclipse.tycho + target-platform-configuration + + + + + + eclipse-plugin + org.eclipse.jdt.compiler.apt + 0.0.0 + + + eclipse-plugin + org.eclipse.jdt.compiler.tool + 0.0.0 + + + + + + + + +