-
Notifications
You must be signed in to change notification settings - Fork 143
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
First commit: Swing port for SWT (doesn't work but it compiles)
- Loading branch information
1 parent
d95a444
commit 5a504f5
Showing
182 changed files
with
106,171 additions
and
15,613 deletions.
There are no files selected for viewing
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,35 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<classpath> | ||
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-17"/> | ||
<classpathentry kind="src" path="Eclipse SWT/swing"/> | ||
<classpathentry kind="src" path="Eclipse SWT/common"/> | ||
<classpathentry kind="src" path="Eclipse SWT PI/common"/> | ||
<classpathentry kind="src" path="Eclipse SWT PI/swing"> | ||
<attributes> | ||
<attribute name="org.eclipse.jdt.launching.CLASSPATH_ATTR_LIBRARY_PATH_ENTRY" value="org.eclipse.swt.${target.ws}.${target.os}.${target.arch}"/> | ||
</attributes> | ||
</classpathentry> | ||
<!--classpathentry kind="src" path="Eclipse SWT OLE Win32/swing"/--> | ||
<classpathentry kind="src" path="Eclipse SWT Accessibility/swing"/> | ||
<classpathentry kind="src" path="Eclipse SWT Accessibility/common"/> | ||
<classpathentry kind="src" path="Eclipse SWT AWT/swing"/> | ||
<classpathentry kind="src" path="Eclipse SWT AWT/common"/> | ||
<classpathentry kind="src" path="Eclipse SWT Drag and Drop/swing"/> | ||
<classpathentry kind="src" path="Eclipse SWT Drag and Drop/common"/> | ||
<classpathentry kind="src" path="Eclipse SWT Printing/swing"/> | ||
<classpathentry kind="src" path="Eclipse SWT Printing/common"/> | ||
<classpathentry kind="src" path="Eclipse SWT Program/swing"/> | ||
<classpathentry kind="src" path="Eclipse SWT Program/common"/> | ||
<classpathentry kind="src" path="Eclipse SWT Custom Widgets/common"/> | ||
<classpathentry kind="src" path="Eclipse SWT Browser/common"/> | ||
<classpathentry kind="src" path="Eclipse SWT Browser/swing"/> | ||
<!--classpathentry kind="src" path="Eclipse SWT OpenGL/swing"/--> | ||
<classpathentry kind="src" path="Eclipse SWT OpenGL/common"/> | ||
<!--classpathentry kind="src" output="bin_test" path="Eclipse SWT Tests/swing"> | ||
<attributes> | ||
<attribute name="test" value="true"/> | ||
</attributes> | ||
</classpathentry--> | ||
<classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/5"/> | ||
<classpathentry kind="output" path="bin"/> | ||
</classpath> |
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
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
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,132 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<projectDescription> | ||
<name>org.eclipse.swt.swing.win32.x86_64</name> | ||
<comment></comment> | ||
<projects> | ||
</projects> | ||
<buildSpec> | ||
<buildCommand> | ||
<name>org.eclipse.jdt.core.javabuilder</name> | ||
<arguments> | ||
</arguments> | ||
</buildCommand> | ||
<buildCommand> | ||
<name>org.eclipse.pde.ManifestBuilder</name> | ||
<arguments> | ||
</arguments> | ||
</buildCommand> | ||
<buildCommand> | ||
<name>org.eclipse.pde.SchemaBuilder</name> | ||
<arguments> | ||
</arguments> | ||
</buildCommand> | ||
<buildCommand> | ||
<name>org.eclipse.pde.api.tools.apiAnalysisBuilder</name> | ||
<arguments> | ||
</arguments> | ||
</buildCommand> | ||
</buildSpec> | ||
<natures> | ||
<nature>org.eclipse.jdt.core.javanature</nature> | ||
<nature>org.eclipse.pde.PluginNature</nature> | ||
<nature>org.eclipse.pde.api.tools.apiAnalysisNature</nature> | ||
</natures> | ||
<linkedResources> | ||
<link> | ||
<name>.classpath</name> | ||
<type>1</type> | ||
<locationURI>PARENT-1-PROJECT_LOC/.classpath_swing</locationURI> | ||
</link> | ||
<link> | ||
<name>.settings</name> | ||
<type>2</type> | ||
<locationURI>PARENT-1-PROJECT_LOC/.settings</locationURI> | ||
</link> | ||
<link> | ||
<name>Eclipse SWT</name> | ||
<type>2</type> | ||
<locationURI>SWT_HOST_PLUGIN/Eclipse%20SWT</locationURI> | ||
</link> | ||
<link> | ||
<name>Eclipse SWT AWT</name> | ||
<type>2</type> | ||
<locationURI>SWT_HOST_PLUGIN/Eclipse%20SWT%20AWT</locationURI> | ||
</link> | ||
<link> | ||
<name>Eclipse SWT Accessibility</name> | ||
<type>2</type> | ||
<locationURI>SWT_HOST_PLUGIN/Eclipse%20SWT%20Accessibility</locationURI> | ||
</link> | ||
<link> | ||
<name>Eclipse SWT Browser</name> | ||
<type>2</type> | ||
<locationURI>SWT_HOST_PLUGIN/Eclipse%20SWT%20Browser</locationURI> | ||
</link> | ||
<link> | ||
<name>Eclipse SWT Custom Widgets</name> | ||
<type>2</type> | ||
<locationURI>SWT_HOST_PLUGIN/Eclipse%20SWT%20Custom%20Widgets</locationURI> | ||
</link> | ||
<link> | ||
<name>Eclipse SWT Drag and Drop</name> | ||
<type>2</type> | ||
<locationURI>SWT_HOST_PLUGIN/Eclipse%20SWT%20Drag%20and%20Drop</locationURI> | ||
</link> | ||
<link> | ||
<name>Eclipse SWT OLE Win32</name> | ||
<type>2</type> | ||
<locationURI>SWT_HOST_PLUGIN/Eclipse%20SWT%20OLE%20Win32</locationURI> | ||
</link> | ||
<link> | ||
<name>Eclipse SWT OpenGL</name> | ||
<type>2</type> | ||
<locationURI>SWT_HOST_PLUGIN/Eclipse%20SWT%20OpenGL</locationURI> | ||
</link> | ||
<link> | ||
<name>Eclipse SWT PI</name> | ||
<type>2</type> | ||
<locationURI>SWT_HOST_PLUGIN/Eclipse%20SWT%20PI</locationURI> | ||
</link> | ||
<link> | ||
<name>Eclipse SWT Printing</name> | ||
<type>2</type> | ||
<locationURI>SWT_HOST_PLUGIN/Eclipse%20SWT%20Printing</locationURI> | ||
</link> | ||
<link> | ||
<name>Eclipse SWT Program</name> | ||
<type>2</type> | ||
<locationURI>SWT_HOST_PLUGIN/Eclipse%20SWT%20Program</locationURI> | ||
</link> | ||
<link> | ||
<name>Eclipse SWT Tests</name> | ||
<type>2</type> | ||
<locationURI>PARENT-2-PROJECT_LOC/bundles/org.eclipse.swt/Eclipse%20SWT%20Tests</locationURI> | ||
</link> | ||
<link> | ||
<name>Eclipse SWT Tests</name> | ||
<type>2</type> | ||
<locationURI>PARENT-2-PROJECT_LOC/bundles/org.eclipse.swt/Eclipse%20SWT%20Tests</locationURI> | ||
</link> | ||
<link> | ||
<name>Eclipse SWT WebKit</name> | ||
<type>2</type> | ||
<locationURI>SWT_HOST_PLUGIN/Eclipse%20SWT%20WebKit</locationURI> | ||
</link> | ||
<link> | ||
<name>Eclipse SWING</name> | ||
<type>2</type> | ||
<locationURI>SWT_HOST_PLUGIN/Eclipse%20SWT%20Swing</locationURI> | ||
</link> | ||
<link> | ||
<name>.settings/.api_filters</name> | ||
<type>1</type> | ||
<locationURI>PROJECT_LOC/.settings/.api_filters</locationURI> | ||
</link> | ||
</linkedResources> | ||
<variableList> | ||
<variable> | ||
<name>SWT_HOST_PLUGIN</name> | ||
<value>$%7BPARENT-2-PROJECT_LOC%7D/bundles/org.eclipse.swt</value> | ||
</variable> | ||
</variableList> | ||
</projectDescription> |
29 changes: 29 additions & 0 deletions
29
binaries/org.eclipse.swt.swing.win32.x86_64/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,29 @@ | ||
Manifest-Version: 1.0 | ||
Fragment-Host: org.eclipse.swt;bundle-version="[3.127.0,4.0.0)" | ||
Bundle-Name: %fragmentName | ||
Bundle-Vendor: %providerName | ||
Bundle-SymbolicName: org.eclipse.swt.swing; singleton:=true | ||
Bundle-Version: 3.127.0.qualifier | ||
Bundle-ManifestVersion: 2 | ||
Bundle-Localization: fragment | ||
Export-Package: | ||
org.eclipse.swt, | ||
org.eclipse.swt.accessibility, | ||
org.eclipse.swt.awt, | ||
org.eclipse.swt.browser, | ||
org.eclipse.swt.custom, | ||
org.eclipse.swt.dnd, | ||
org.eclipse.swt.events, | ||
org.eclipse.swt.graphics, | ||
org.eclipse.swt.layout, | ||
org.eclipse.swt.opengl, | ||
org.eclipse.swt.printing, | ||
org.eclipse.swt.program, | ||
org.eclipse.swt.widgets, | ||
org.eclipse.swt.internal; x-friends:="org.eclipse.ui", | ||
org.eclipse.swt.internal.image; x-internal:=true | ||
Eclipse-PlatformFilter: (& (osgi.ws=win32) (osgi.os=win32) (osgi.arch=x86_64)) | ||
SWT-WS: swing | ||
SWT-OS: win32 | ||
SWT-Arch: x86_64 | ||
Automatic-Module-Name: org.eclipse.swt.swing |
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
Oops, something went wrong.