SWT Library Update

master
Marco Maccaferri 2020-06-07 10:49:57 +02:00
rodzic 13c92c5cbf
commit 68e8a95dd3
24 zmienionych plików z 13 dodań i 13 usunięć

Wyświetl plik

@ -3,7 +3,7 @@
<classpathentry kind="src" path="src"/>
<classpathentry kind="src" output="bin-tests" path="src-tests"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="lib" path="lib/org.eclipse.swt.gtk.linux.x86_64_3.104.2.v20160212-1350.jar" sourcepath="lib/org.eclipse.swt.gtk.linux.x86_64.source_3.104.2.v20160212-1350.jar"/>
<classpathentry kind="lib" path="lib/org.eclipse.swt.gtk.linux.x86_64_3.105.2.v20161122-0613.jar" sourcepath="lib/org.eclipse.swt.gtk.linux.x86_64.source_3.105.2.v20161122-0613.jar"/>
<classpathentry kind="lib" path="lib/org.eclipse.core.commands_3.7.0.v20150422-0725.jar" sourcepath="lib/org.eclipse.core.commands.source_3.7.0.v20150422-0725.jar"/>
<classpathentry kind="lib" path="lib/org.eclipse.core.databinding_1.5.0.v20150422-0725.jar" sourcepath="lib/org.eclipse.core.databinding.source_1.5.0.v20150422-0725.jar"/>
<classpathentry kind="lib" path="lib/org.eclipse.core.databinding.beans_1.3.0.v20150422-0725.jar" sourcepath="lib/org.eclipse.core.databinding.beans.source_1.3.0.v20150422-0725.jar"/>

Wyświetl plik

@ -4,7 +4,7 @@
<format property="timestamp" pattern="yyyyMMdd-HHmm"/>
</tstamp>
<property name="app" value="swtapp"/>
<property name="version" value="1.1.0"/>
<property name="version" value="1.2.0"/>
<property name="folder" value="z80-tools"/>
<property name="mac-folder" value="Z80 Tools"/>
<property name="package" value="com.maccasoft.tools_${version}.v${timestamp}"/>
@ -36,13 +36,13 @@
<javac target="1.8" source="1.8" destdir="${work}/bin" srcdir="src" debug="true" includeantruntime="false">
<classpath refid="lib.path.ref"/>
<classpath>
<pathelement location="lib/org.eclipse.swt.gtk.linux.x86_64_3.104.2.v20160212-1350.jar"/>
<pathelement location="lib/org.eclipse.swt.gtk.linux.x86_64_3.105.2.v20161122-0613.jar"/>
</classpath>
</javac>
<antcall target="copy-common-files" />
<copy todir="${work}/${folder}/lib">
<fileset file="lib/org.eclipse.swt.gtk.linux.x86_64_3.104.2.v20160212-1350.jar"/>
<fileset file="lib/org.eclipse.swt.gtk.linux.x86_64_3.105.2.v20161122-0613.jar"/>
<fileset file="build/linux/desktop.template" />
</copy>
<copy todir="${work}/${folder}/lib/icons">
@ -74,13 +74,13 @@
<javac target="1.8" source="1.8" destdir="${work}/bin" srcdir="src" debug="true" includeantruntime="false">
<classpath refid="lib.path.ref"/>
<classpath>
<pathelement location="lib/org.eclipse.swt.win32.win32.x86_3.104.2.v20160212-1350.jar"/>
<pathelement location="lib/org.eclipse.swt.win32.win32.x86_3.105.2.v20161122-0613.jar"/>
</classpath>
</javac>
<antcall target="copy-common-files" />
<copy todir="${work}/${folder}/lib">
<fileset file="lib/org.eclipse.swt.win32.win32.x86_3.104.2.v20160212-1350.jar"/>
<fileset file="lib/org.eclipse.swt.win32.win32.x86_3.105.2.v20161122-0613.jar"/>
</copy>
<copy todir="${work}/${folder}">
<fileset file="build/windows/launcher.l4j.ini" />
@ -110,13 +110,13 @@
<javac target="1.8" source="1.8" destdir="${work}/bin" srcdir="src" debug="true" includeantruntime="false">
<classpath refid="lib.path.ref"/>
<classpath>
<pathelement location="lib/org.eclipse.swt.win32.win32.x86_64_3.104.2.v20160212-1350.jar"/>
<pathelement location="lib/org.eclipse.swt.win32.win32.x86_64_3.105.2.v20161122-0613.jar"/>
</classpath>
</javac>
<antcall target="copy-common-files" />
<copy todir="${work}/${folder}/lib">
<fileset file="lib/org.eclipse.swt.win32.win32.x86_64_3.104.2.v20160212-1350.jar"/>
<fileset file="lib/org.eclipse.swt.win32.win32.x86_64_3.105.2.v20161122-0613.jar"/>
</copy>
<copy todir="${work}/${folder}">
<fileset file="build/windows/launcher.l4j.ini" />
@ -146,12 +146,12 @@
<javac target="1.8" source="1.8" destdir="${work}/bin" srcdir="src" debug="true" includeantruntime="false">
<classpath refid="lib.path.ref"/>
<classpath>
<pathelement location="lib/org.eclipse.swt.cocoa.macosx.x86_64_3.104.2.v20160212-1350.jar"/>
<pathelement location="lib/org.eclipse.swt.cocoa.macosx.x86_64_3.105.2.v20161122-0613.jar"/>
</classpath>
</javac>
<antcall target="copy-common-files" />
<copy todir="${work}/${folder}/lib" file="lib/org.eclipse.swt.cocoa.macosx.x86_64_3.104.2.v20160212-1350.jar"/>
<copy todir="${work}/${folder}/lib" file="lib/org.eclipse.swt.cocoa.macosx.x86_64_3.105.2.v20161122-0613.jar"/>
<bundleapp
outputdirectory="${work}"

Plik binarny nie jest wyświetlany.

Wyświetl plik

@ -1,5 +1,5 @@
/*
* Copyright (c) 2018-19 Marco Maccaferri and others.
* Copyright (c) 2018-20 Marco Maccaferri and others.
* All rights reserved.
*
* This program and the accompanying materials are made available under
@ -80,7 +80,7 @@ public class AboutDialog extends Dialog {
final String epl = "http://www.eclipse.org/legal/epl-v10.html";
final String famfamfam = "http://www.famfamfam.com/lab/icons/silk";
final String fugue = "http://p.yusukekamiyamane.com";
final String message = title + "\r\n\r\n" + "Copyright \u00a9 2019 Marco Maccaferri and others.\r\nAll rights reserved.\r\n\r\n" + //
final String message = title + "\r\n\r\n" + "Copyright \u00a9 2018-20 Marco Maccaferri and others.\r\nAll rights reserved.\r\n\r\n" + //
"This program and the accompanying materials are made available under the\r\n" + //
"terms of the Eclipse Public License v1.0 which accompanies this distribution\r\n" + //
"and is available at " + epl + "\r\n" + //

Wyświetl plik

@ -106,7 +106,7 @@ import z80core.Z80;
public class Application {
public static final String APP_TITLE = "Z80 Tools";
public static final String APP_VERSION = "1.1.0";
public static final String APP_VERSION = "1.2.0";
Display display;
Shell shell;