Skip to content

Commit

Permalink
Add META-INF/services/javax.tools.JavaCompiler
Browse files Browse the repository at this point in the history
  • Loading branch information
iloveeclipse committed Dec 1, 2022
1 parent 2464486 commit 693f3a4
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion org.eclipse.jdt.compiler.apt.tests/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ Bundle-Vendor: %providerName
Bundle-Localization: plugin
Bundle-RequiredExecutionEnvironment: JavaSE-11
Require-Bundle: org.junit,
org.eclipse.jdt.core;bundle-version="3.33.0",
org.eclipse.core.resources,
org.eclipse.core.runtime,
org.eclipse.jdt.core.compiler.batch;bundle-version="3.33.0"
Expand Down
3 changes: 2 additions & 1 deletion org.eclipse.jdt.core.compiler.batch/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,5 @@ Export-Package: org.eclipse.jdt.core,
org.eclipse.jdt.internal.compiler.parser.diagnose;x-friends:="org.eclipse.jdt.core",
org.eclipse.jdt.internal.compiler.problem;x-friends:="org.eclipse.jdt.core",
org.eclipse.jdt.internal.compiler.tool;x-friends:="org.eclipse.jdt.compiler.tool.tests,org.eclipse.jdt.core",
org.eclipse.jdt.internal.compiler.util;x-friends:="org.eclipse.jdt.core.internal.tools,org.eclipse.jdt.core"
org.eclipse.jdt.internal.compiler.util;x-friends:="org.eclipse.jdt.core.internal.tools,org.eclipse.jdt.core",
META-INF.services

0 comments on commit 693f3a4

Please sign in to comment.