mirror of
https://github.com/AppleCommander/AppleCommander.git
synced 2024-12-22 08:30:35 +00:00
Making local cache of SWT libraries; bumping to SWT 4.17 for everything
but the Raspberry Pi. Seems to resolve the NPE! #49.
This commit is contained in:
parent
237e518d31
commit
8c7bfb1ad4
@ -7,13 +7,9 @@ plugins {
|
||||
|
||||
repositories {
|
||||
mavenCentral()
|
||||
maven {
|
||||
// SWT libraries (historical, need a better site)
|
||||
url "http://maven-eclipse.github.io/maven"
|
||||
}
|
||||
flatDir {
|
||||
// SWT libraries (hand-generated SWT for Pi)
|
||||
dirs "./rpi-lib"
|
||||
// SWT libraries
|
||||
dirs "./swt-lib"
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -7,7 +7,7 @@ version=1.7.0pre
|
||||
shkVersion=1.2.2
|
||||
asVersion=1.2.1
|
||||
btVersion=0.3.1
|
||||
swtVersion=4.6.1
|
||||
swtVersion=4.17
|
||||
piswtVersion=3.8.2
|
||||
junitVersion=4.12
|
||||
antVersion=1.8.2
|
||||
|
BIN
swt-lib/org.eclipse.swt.cocoa.macosx.x86_64-4.17.jar
Normal file
BIN
swt-lib/org.eclipse.swt.cocoa.macosx.x86_64-4.17.jar
Normal file
Binary file not shown.
BIN
swt-lib/org.eclipse.swt.gtk.linux.aarch64-4.17.jar
Normal file
BIN
swt-lib/org.eclipse.swt.gtk.linux.aarch64-4.17.jar
Normal file
Binary file not shown.
BIN
swt-lib/org.eclipse.swt.gtk.linux.x86_64-4.17.jar
Normal file
BIN
swt-lib/org.eclipse.swt.gtk.linux.x86_64-4.17.jar
Normal file
Binary file not shown.
BIN
swt-lib/org.eclipse.swt.win32.win32.x86_64-4.17.jar
Normal file
BIN
swt-lib/org.eclipse.swt.win32.win32.x86_64-4.17.jar
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user