diff --git a/com.minres.scviewer.database.ui.swt/META-INF/MANIFEST.MF b/com.minres.scviewer.database.ui.swt/META-INF/MANIFEST.MF index 2abd6cc..f7d0442 100644 --- a/com.minres.scviewer.database.ui.swt/META-INF/MANIFEST.MF +++ b/com.minres.scviewer.database.ui.swt/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: SWT widget Bundle-SymbolicName: com.minres.scviewer.database.ui.swt -Bundle-Version: 1.0.0.qualifier +Bundle-Version: 1.1.0.qualifier Bundle-Vendor: MINRES Technologies GmbH Bundle-RequiredExecutionEnvironment: JavaSE-1.7 Require-Bundle: org.eclipse.swt;bundle-version="3.103.1", diff --git a/com.minres.scviewer.database.ui.swt/pom.xml b/com.minres.scviewer.database.ui.swt/pom.xml index 52701bd..387a391 100644 --- a/com.minres.scviewer.database.ui.swt/pom.xml +++ b/com.minres.scviewer.database.ui.swt/pom.xml @@ -8,4 +8,5 @@ 1.0.0-SNAPSHOT ../com.minres.scviewer.parent - \ No newline at end of file + 1.1.0-SNAPSHOT + \ No newline at end of file diff --git a/com.minres.scviewer.e4.product/icons/SCViewer.ico b/com.minres.scviewer.e4.product/icons/SCViewer.ico new file mode 100644 index 0000000..f919b73 Binary files /dev/null and b/com.minres.scviewer.e4.product/icons/SCViewer.ico differ diff --git a/com.minres.scviewer.e4.product/icons/convert2ico.sh b/com.minres.scviewer.e4.product/icons/convert2ico.sh new file mode 100644 index 0000000..07e738a --- /dev/null +++ b/com.minres.scviewer.e4.product/icons/convert2ico.sh @@ -0,0 +1,11 @@ +convert $1.png -compress none \ + \( -clone 0 -resize 16x16 -compress none \) \ + \( -clone 0 -resize 24x24 -compress none \) \ + \( -clone 0 -resize 32x32 -compress none \) \ + \( -clone 0 -resize 48x48 -compress none \) \ + \( -clone 0 -resize 16x16 -colors 256 -compress none \) \ + \( -clone 0 -resize 24x24 -colors 256 -compress none \) \ + \( -clone 0 -resize 32x32 -colors 256 -compress none \) \ + \( -clone 0 -resize 48x48 -colors 256 -compress none \) \ + \( -clone 0 -resize 256x256 -compress none \) \ + -delete 0 $1.ico diff --git a/com.minres.scviewer.e4.product/scviewer.product b/com.minres.scviewer.e4.product/scviewer.product index 05119aa..bdd2a22 100644 --- a/com.minres.scviewer.e4.product/scviewer.product +++ b/com.minres.scviewer.e4.product/scviewer.product @@ -1,8 +1,7 @@ - - + @@ -16,11 +15,11 @@ - - + + - -