Skip to content

Commit

Permalink
Push down code related to java partition scanners, now that o.e.jface… (
Browse files Browse the repository at this point in the history
#1011)

* Push down code related to java partition scanners, now that o.e.jface.text.rules have been moved to org.eclipse.text

Signed-off-by: Rob Stryker <stryker@redhat.com>
  • Loading branch information
robstryker committed Dec 14, 2023
1 parent c772015 commit d9752ee
Show file tree
Hide file tree
Showing 8 changed files with 810 additions and 761 deletions.
8 changes: 0 additions & 8 deletions org.eclipse.jdt.core.manipulation/.settings/.api_filters
Original file line number Diff line number Diff line change
@@ -1,13 +1,5 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<component id="org.eclipse.jdt.core.manipulation" version="2">
<resource path="META-INF/MANIFEST.MF">
<filter comment="See https://github.com/eclipse-jdt/eclipse.jdt.ui/pull/914" id="926941240">
<message_arguments>
<message_argument value="1.21.0"/>
<message_argument value="1.20.0"/>
</message_arguments>
</filter>
</resource>
<resource path="common/org/eclipse/jdt/core/manipulation/ImportReferencesCollector.java" type="org.eclipse.jdt.core.manipulation.ImportReferencesCollector">
<filter id="576720909">
<message_arguments>
Expand Down
1 change: 1 addition & 0 deletions org.eclipse.jdt.core.manipulation/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -82,5 +82,6 @@ Export-Package: org.eclipse.jdt.core.manipulation,
org.eclipse.jdt.internal.ui.util;x-friends:="org.eclipse.jdt.ui,org.eclipse.jdt.astview,org.eclipse.jdt.junit.core, org.eclipse.jdt.ui.tests, org.eclipse.jdt.ui.tests.refactoring, org.eclipse.jdt.text.tests",
org.eclipse.jdt.internal.ui.viewsupport;manipulation=split;mandatory:=manipulation,
org.eclipse.jdt.ui.refactoring;manipulation=split;mandatory:=manipulation,
org.eclipse.jdt.ui.text;manipulation=split;mandatory:=manipulation,
org.eclipse.jdt.ui.text.java.correction;manipulation=split;mandatory:=manipulation;x-friends:="org.eclipse.jdt.ui"
Bundle-RequiredExecutionEnvironment: JavaSE-17
Loading

0 comments on commit d9752ee

Please sign in to comment.