Skip to content

Commit

Permalink
Remove o.e.core.net fragments being merged from platform-feature
Browse files Browse the repository at this point in the history
The platform specific fragments 'org.eclipse.core.net.linux' and
'org.eclipse.core.net.win32' are merged into their host bundle
'org.eclipse.core.net' via
eclipse-platform/eclipse.platform#1440
  • Loading branch information
HannesWell committed Jun 25, 2024
1 parent d1baf6f commit a2c0a32
Showing 1 changed file with 0 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -69,16 +69,6 @@
id="org.eclipse.core.net"
version="0.0.0"/>

<plugin
id="org.eclipse.core.net.linux"
os="linux"
version="0.0.0"/>

<plugin
id="org.eclipse.core.net.win32"
os="win32"
version="0.0.0"/>

<plugin
id="org.eclipse.core.resources"
version="0.0.0"/>
Expand Down

0 comments on commit a2c0a32

Please sign in to comment.