-
Notifications
You must be signed in to change notification settings - Fork 112
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add support for Windows on Arm64 (WoA) platform build.
The following new plug-ins for WoA are added to the project: org.eclipse.core.filesystem.win32.aarch64 org.eclipse.core.resources.win32.aarch64 To build the file system native for WoA: On a WoA box, run the following commands: cd resources\bundles\org.eclipse.core.filesystem\natives\win32 make.bat and the following native file for WoA is generated and saved in the relevant directory: resources\bundles\org.eclipse.core.filesystem.win32.aarch64\os\win32\aarch64\localfile_1_0_0.dll Similarly, to build the Win32 resource native for WoA, run the following commands: cd resources\bundles\org.eclipse.core.resources\natives\win32 make.bat and the following native file for WoA is generated and saved in the relevant directory: resources\bundles\org.eclipse.core.resources.win32.aarch64\os\win32\aarch64\win32refresh.dll The two 'make.bat' files mentioned above have been modified to generate correct binaries for the target environments (x64 or aarch64)
- Loading branch information
Showing
26 changed files
with
651 additions
and
87 deletions.
There are no files selected for viewing
22 changes: 22 additions & 0 deletions
22
resources/bundles/org.eclipse.core.filesystem.win32.aarch64/.project
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<projectDescription> | ||
<name>org.eclipse.core.filesystem.win32.aarch64</name> | ||
<comment></comment> | ||
<projects> | ||
</projects> | ||
<buildSpec> | ||
<buildCommand> | ||
<name>org.eclipse.pde.ManifestBuilder</name> | ||
<arguments> | ||
</arguments> | ||
</buildCommand> | ||
<buildCommand> | ||
<name>org.eclipse.pde.SchemaBuilder</name> | ||
<arguments> | ||
</arguments> | ||
</buildCommand> | ||
</buildSpec> | ||
<natures> | ||
<nature>org.eclipse.pde.PluginNature</nature> | ||
</natures> | ||
</projectDescription> |
2 changes: 2 additions & 0 deletions
2
...dles/org.eclipse.core.filesystem.win32.aarch64/.settings/org.eclipse.core.resources.prefs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
eclipse.preferences.version=1 | ||
encoding/<project>=UTF-8 |
2 changes: 2 additions & 0 deletions
2
...undles/org.eclipse.core.filesystem.win32.aarch64/.settings/org.eclipse.core.runtime.prefs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
eclipse.preferences.version=1 | ||
line.separator=\n |
10 changes: 10 additions & 0 deletions
10
resources/bundles/org.eclipse.core.filesystem.win32.aarch64/BUILD_INFO.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
Native Build Info: | ||
------------------ | ||
|
||
platform: win32.aarch64 | ||
built by: [email protected] | ||
build date: 18-Aug-2022 | ||
OS Name: Microsoft Windows 11 on ARM64 | ||
Compiler version: Microsoft (R) C/C++ Optimizing Compiler Version 19.34.31721 for ARM64 | ||
Linker version: Microsoft (R) Incremental Linker Version 14.34.31721.0 | ||
Java version: OpenJDK 64-Bit Server VM Microsoft-38106 (build 11.0.16+8-LTS) |
9 changes: 9 additions & 0 deletions
9
resources/bundles/org.eclipse.core.filesystem.win32.aarch64/META-INF/MANIFEST.MF
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
Manifest-Version: 1.0 | ||
Bundle-ManifestVersion: 2 | ||
Bundle-Name: %fragmentName | ||
Bundle-SymbolicName: org.eclipse.core.filesystem.win32.aarch64; singleton:=true | ||
Bundle-Version: 1.4.300.qualifier | ||
Bundle-Vendor: %providerName | ||
Fragment-Host: org.eclipse.core.filesystem;bundle-version="[1.4.0,2.0.0)" | ||
Bundle-Localization: fragment | ||
Eclipse-PlatformFilter: (& (osgi.os=win32) (osgi.arch=aarch64)) |
36 changes: 36 additions & 0 deletions
36
resources/bundles/org.eclipse.core.filesystem.win32.aarch64/about.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" | ||
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> | ||
<html xmlns="http://www.w3.org/1999/xhtml"> | ||
<head> | ||
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" /> | ||
<title>About</title> | ||
</head> | ||
<body lang="EN-US"> | ||
<h2>About This Content</h2> | ||
|
||
<p>November 30, 2017</p> | ||
<h3>License</h3> | ||
|
||
<p> | ||
The Eclipse Foundation makes available all content in this plug-in | ||
("Content"). Unless otherwise indicated below, the Content | ||
is provided to you under the terms and conditions of the Eclipse | ||
Public License Version 2.0 ("EPL"). A copy of the EPL is | ||
available at <a href="http://www.eclipse.org/legal/epl-2.0">http://www.eclipse.org/legal/epl-2.0</a>. | ||
For purposes of the EPL, "Program" will mean the Content. | ||
</p> | ||
|
||
<p> | ||
If you did not receive this Content directly from the Eclipse | ||
Foundation, the Content is being redistributed by another party | ||
("Redistributor") and different terms and conditions may | ||
apply to your use of any object code in the Content. Check the | ||
Redistributor's license that was provided with the Content. If no such | ||
license exists, contact the Redistributor. Unless otherwise indicated | ||
below, the terms and conditions of the EPL still apply to any source | ||
code in the Content and such source code may be obtained at <a | ||
href="http://www.eclipse.org/">http://www.eclipse.org</a>. | ||
</p> | ||
|
||
</body> | ||
</html> |
20 changes: 20 additions & 0 deletions
20
resources/bundles/org.eclipse.core.filesystem.win32.aarch64/build.properties
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
############################################################################### | ||
# Copyright (c) 2009 IBM Corporation and others. | ||
# | ||
# This program and the accompanying materials | ||
# are made available under the terms of the Eclipse Public License 2.0 | ||
# which accompanies this distribution, and is available at | ||
# https://www.eclipse.org/legal/epl-2.0/ | ||
# | ||
# SPDX-License-Identifier: EPL-2.0 | ||
# | ||
# Contributors: | ||
# IBM Corporation - initial API and implementation | ||
############################################################################### | ||
bin.includes = os/,\ | ||
fragment.properties,\ | ||
.,\ | ||
META-INF/,\ | ||
about.html | ||
src.includes = about.html | ||
generateSourceBundle=false |
15 changes: 15 additions & 0 deletions
15
resources/bundles/org.eclipse.core.filesystem.win32.aarch64/fragment.properties
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
############################################################################### | ||
# Copyright (c) 2009 IBM Corporation and others. | ||
# | ||
# This program and the accompanying materials | ||
# are made available under the terms of the Eclipse Public License 2.0 | ||
# which accompanies this distribution, and is available at | ||
# https://www.eclipse.org/legal/epl-2.0/ | ||
# | ||
# SPDX-License-Identifier: EPL-2.0 | ||
# | ||
# Contributors: | ||
# IBM Corporation - initial API and implementation | ||
############################################################################### | ||
fragmentName = Core File System for Windows on Arm64 | ||
providerName = Eclipse.org |
24 changes: 24 additions & 0 deletions
24
resources/bundles/org.eclipse.core.filesystem.win32.aarch64/pom.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!-- | ||
Copyright (c) 2023, 2024 Eclipse Foundation and others. | ||
All rights reserved. This program and the accompanying materials | ||
are made available under the terms of the Eclipse Distribution License v1.0 | ||
which accompanies this distribution, and is available at | ||
http://www.eclipse.org/org/documents/edl-v10.php | ||
Contributors: | ||
Tue Ton - initial implementation | ||
--> | ||
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> | ||
<modelVersion>4.0.0</modelVersion> | ||
<parent> | ||
<artifactId>eclipse.platform.resources</artifactId> | ||
<groupId>org.eclipse.platform</groupId> | ||
<version>4.32.0-SNAPSHOT</version> | ||
<relativePath>../../</relativePath> | ||
</parent> | ||
<artifactId>org.eclipse.core.filesystem.win32.aarch64</artifactId> | ||
<version>1.4.300-SNAPSHOT</version> | ||
<packaging>eclipse-plugin</packaging> | ||
|
||
</project> |
24 changes: 0 additions & 24 deletions
24
resources/bundles/org.eclipse.core.filesystem/natives/win32/ia64/make_IA64.bat
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
16 changes: 0 additions & 16 deletions
16
resources/bundles/org.eclipse.core.filesystem/natives/win32/setup.bat
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.