Fixed windows icons, adjusted version numbers
This commit is contained in:
parent
5f82700290
commit
c8a213e985
|
@ -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",
|
||||
|
|
|
@ -8,4 +8,5 @@
|
|||
<version>1.0.0-SNAPSHOT</version>
|
||||
<relativePath>../com.minres.scviewer.parent</relativePath>
|
||||
</parent>
|
||||
<version>1.1.0-SNAPSHOT</version>
|
||||
</project>
|
Binary file not shown.
After Width: | Height: | Size: 290 KiB |
|
@ -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
|
|
@ -1,8 +1,7 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<?pde version="3.5"?>
|
||||
|
||||
<product name="SCViewer" uid="scviewer" id="com.minres.scviewer.e4.application.product" application="org.eclipse.e4.ui.workbench.swt.E4Application" version="1.1.0.qualifier" useFeatures="false" includeLaunchers="true">
|
||||
|
||||
<product name="SCViewer" uid="scviewer" id="com.minres.scviewer.e4.application.product" application="org.eclipse.e4.ui.workbench.swt.E4Application" version="1.2.0.qualifier" useFeatures="false" includeLaunchers="true">
|
||||
|
||||
<configIni use="default">
|
||||
</configIni>
|
||||
|
@ -16,11 +15,11 @@
|
|||
|
||||
<windowImages/>
|
||||
|
||||
|
||||
<launcher name="scviewer">
|
||||
<linux icon="icons/SCViewer_512x512.xpm"/>
|
||||
<macosx icon="icons/SCViewer.icns"/>
|
||||
<win useIco="false">
|
||||
<win useIco="true">
|
||||
<ico path="icons/SCViewer.ico"/>
|
||||
<bmp
|
||||
winSmallHigh="icons/SCViewer_16x16@32.bmp"
|
||||
winSmallLow="icons/SCViewer_16x16@8.bmp"
|
||||
|
@ -32,11 +31,9 @@
|
|||
</win>
|
||||
</launcher>
|
||||
|
||||
|
||||
<vm>
|
||||
</vm>
|
||||
|
||||
|
||||
<plugins>
|
||||
<plugin id="com.ibm.icu"/>
|
||||
<plugin id="com.minres.scviewer.database"/>
|
||||
|
|
Loading…
Reference in New Issue