From 6c0b2c9ed89f39f2d0606c113173645476de69b6 Mon Sep 17 00:00:00 2001 From: Andreas Abraham Date: Wed, 21 Mar 2018 14:57:50 +0100 Subject: new helper files added, pom has changed, --- pdf-over-gui/.classpath | 2 +- pdf-over-gui/.settings/org.eclipse.jdt.core.prefs | 6 +- pdf-over-gui/pom.xml | 75 +++++++++++++---------- 3 files changed, 47 insertions(+), 36 deletions(-) (limited to 'pdf-over-gui') diff --git a/pdf-over-gui/.classpath b/pdf-over-gui/.classpath index ffffea55..b1f1249d 100644 --- a/pdf-over-gui/.classpath +++ b/pdf-over-gui/.classpath @@ -1,6 +1,6 @@ - + diff --git a/pdf-over-gui/.settings/org.eclipse.jdt.core.prefs b/pdf-over-gui/.settings/org.eclipse.jdt.core.prefs index 26e5d21d..0e650d49 100644 --- a/pdf-over-gui/.settings/org.eclipse.jdt.core.prefs +++ b/pdf-over-gui/.settings/org.eclipse.jdt.core.prefs @@ -4,8 +4,8 @@ org.eclipse.jdt.core.compiler.annotation.nonnull=org.eclipse.jdt.annotation.NonN org.eclipse.jdt.core.compiler.annotation.nonnullbydefault=org.eclipse.jdt.annotation.NonNullByDefault org.eclipse.jdt.core.compiler.annotation.nullable=org.eclipse.jdt.annotation.Nullable org.eclipse.jdt.core.compiler.annotation.nullanalysis=disabled -org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.7 -org.eclipse.jdt.core.compiler.compliance=1.6 +org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.8 +org.eclipse.jdt.core.compiler.compliance=1.8 org.eclipse.jdt.core.compiler.doc.comment.support=enabled org.eclipse.jdt.core.compiler.problem.annotationSuperInterface=warning org.eclipse.jdt.core.compiler.problem.autoboxing=ignore @@ -99,7 +99,7 @@ org.eclipse.jdt.core.compiler.problem.unusedParameterWhenOverridingConcrete=disa org.eclipse.jdt.core.compiler.problem.unusedPrivateMember=warning org.eclipse.jdt.core.compiler.problem.unusedWarningToken=warning org.eclipse.jdt.core.compiler.problem.varargsArgumentNeedCast=warning -org.eclipse.jdt.core.compiler.source=1.6 +org.eclipse.jdt.core.compiler.source=1.8 org.eclipse.jdt.core.compiler.taskCaseSensitive=enabled org.eclipse.jdt.core.compiler.taskPriorities=NORMAL,HIGH,NORMAL,LOW org.eclipse.jdt.core.compiler.taskTags=TODO,FIXME,XXX,NOTE diff --git a/pdf-over-gui/pom.xml b/pdf-over-gui/pom.xml index c6c33038..5493566f 100644 --- a/pdf-over-gui/pom.xml +++ b/pdf-over-gui/pom.xml @@ -1,4 +1,5 @@ - + 4.0.0 pdf-over @@ -167,6 +168,15 @@ ${staging.dir}/lib-swt swt-${target.name}-64.jar + + + + + + + + + @@ -288,7 +298,7 @@ . src/main/resources/icons/icon.ico - 1.6.0 + 1.7.0 ${version.exe} @@ -322,7 +332,7 @@ . src/main/resources/icons/icon.ico - 1.6.0 + 1.7.0 ${version.exe} @@ -418,78 +428,79 @@ 4.3.5 ${project.basedir}/.. - linux + windows ${project.build.directory}/staging/${target.name} 4.3.2 - + - linux-64 + windows-64 - linux + windows amd64 - org.eclipse.swt.gtk.linux.x86 - org.eclipse.swt.gtk.linux.x86_64 + org.eclipse.swt.win32.win32.x86 + org.eclipse.swt.win32.win32.x86_64 ${swt.artifactId.64} - linux + windows - linux + windows - linux + windows x86 - org.eclipse.swt.gtk.linux.x86 - org.eclipse.swt.gtk.linux.x86_64 + org.eclipse.swt.win32.win32.x86 + org.eclipse.swt.win32.win32.x86_64 ${swt.artifactId.32} - linux + windows + - windows + linux-64 - windows - x86 + linux + amd64 - org.eclipse.swt.win32.win32.x86 - org.eclipse.swt.win32.win32.x86_64 - ${swt.artifactId.32} - windows + org.eclipse.swt.gtk.linux.x86 + org.eclipse.swt.gtk.linux.x86_64 + ${swt.artifactId.64} + linux - windows-64 + linux - windows - amd64 + linux + x86 - org.eclipse.swt.win32.win32.x86 - org.eclipse.swt.win32.win32.x86_64 - ${swt.artifactId.64} - windows + org.eclipse.swt.gtk.linux.x86 + org.eclipse.swt.gtk.linux.x86_64 + ${swt.artifactId.32} + linux + + mac -- cgit v1.2.3