Skip to content

Commit 06c1b73

Browse files
committed
Remove o.e.core.resources.win32.x86_64 fragment from e.platform feature
The o.e.core.resources.win32.x86_64 fragment is removed because the Windows native file-system refresh monitor is migrated to use JNA instead of native code (JNI). See eclipse-platform/eclipse.platform#1394
1 parent de61800 commit 06c1b73

File tree

2 files changed

+0
-9
lines changed

2 files changed

+0
-9
lines changed

eclipse.platform.releng/features/org.eclipse.platform-feature/feature.xml

-6
Original file line numberDiff line numberDiff line change
@@ -227,12 +227,6 @@
227227
os="macosx"
228228
version="0.0.0"/>
229229

230-
<plugin
231-
id="org.eclipse.core.resources.win32.x86_64"
232-
os="win32"
233-
arch="x86_64"
234-
version="0.0.0"/>
235-
236230
<plugin
237231
id="org.eclipse.core.filesystem.win32.x86_64"
238232
os="win32"

eclipse.platform.releng/features/org.eclipse.platform-feature/pom.xml

-3
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@
4242
<plugin>
4343
<groupId>org.eclipse.tycho</groupId>
4444
<artifactId>tycho-source-plugin</artifactId>
45-
<version>${tycho.version}</version>
4645
<executions>
4746
<execution>
4847
<phase>package</phase>
@@ -60,7 +59,6 @@
6059
<plugin id="org.eclipse.core.filesystem.macosx"/>
6160
<plugin id="org.eclipse.core.filesystem.win32.x86_64"/>
6261
<plugin id="org.eclipse.core.filesystem.linux.ppc64le"/>
63-
<plugin id="org.eclipse.core.resources.win32.x86_64"/>
6462
</excludes>
6563
</configuration>
6664
</execution>
@@ -69,7 +67,6 @@
6967
<plugin>
7068
<groupId>org.eclipse.tycho</groupId>
7169
<artifactId>tycho-p2-plugin</artifactId>
72-
<version>${tycho.version}</version>
7370
<executions>
7471
<execution>
7572
<id>attach-p2-metadata</id>

0 commit comments

Comments
 (0)