From b5052f51df1c89b7f088237e07639e1100929b68 Mon Sep 17 00:00:00 2001
From: Erlend Stav <erlend.stav@sintef.no>
Date: Thu, 21 Mar 2013 17:33:43 +0000
Subject: [PATCH] Added icon and updated versions

---
 .../feature.xml                                   |   2 +-
 .../META-INF/MANIFEST.MF                          |   2 +-
 .../icons/package-16.png                          | Bin 0 -> 653 bytes
 .../plugin.xml                                    |   4 ++--
 4 files changed, 4 insertions(+), 4 deletions(-)
 create mode 100644 mpa/org.universaal.tools.packaging.tool/icons/package-16.png

diff --git a/mpa/org.universaal.tools.packaging.tool.feature/feature.xml b/mpa/org.universaal.tools.packaging.tool.feature/feature.xml
index bd7831b68..bcb9b8eab 100644
--- a/mpa/org.universaal.tools.packaging.tool.feature/feature.xml
+++ b/mpa/org.universaal.tools.packaging.tool.feature/feature.xml
@@ -2,7 +2,7 @@
 <feature
       id="org.universaal.tools.packaging.tool.feature"
       label="AAL Studio Application Packager"
-      version="0.5.1"
+      version="0.6.0"
       provider-name="universAAL"
       plugin="org.universaal.tools.aalstudio.core">
 
diff --git a/mpa/org.universaal.tools.packaging.tool/META-INF/MANIFEST.MF b/mpa/org.universaal.tools.packaging.tool/META-INF/MANIFEST.MF
index e13723ce2..5747b3d0a 100644
--- a/mpa/org.universaal.tools.packaging.tool/META-INF/MANIFEST.MF
+++ b/mpa/org.universaal.tools.packaging.tool/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
 Bundle-ManifestVersion: 2
 Bundle-Name: AAL Studio MultiPart Application Packager
 Bundle-SymbolicName: org.universaal.tools.packaging.tool; singleton:=true
-Bundle-Version: 0.5.1
+Bundle-Version: 0.6.0
 Bundle-Activator: org.universaal.tools.packaging.tool.Activator
 Require-Bundle: org.eclipse.ui,
  org.eclipse.core.runtime,
diff --git a/mpa/org.universaal.tools.packaging.tool/icons/package-16.png b/mpa/org.universaal.tools.packaging.tool/icons/package-16.png
new file mode 100644
index 0000000000000000000000000000000000000000..88b294a370a567095a9a187fd1c0a36d5e1dfcc4
GIT binary patch
literal 653
zcmV;80&@L{P)<h;3K|Lk000e1NJLTq000mG000mO1^@s6AM^iV00004b3#c}2nYxW
zd<bNS00009a7bBm000K;000K;0UmWYH2?qr8FWQhbW?9;ba!ELWdL_~cP?peYja~^
zaAhuUa%Y?FJQ@H10t!h)K~y-6tx`=-6HydBZ)Vy8o$0itwFyv6rCL8qqe+FhgEamG
z-MC=q+QhXBe}OBbJ1~YAO*AGfOiaMUh0z9$#gs2mS}XJ;1$4%#v~=EeL7|R=3xhX#
zoAd5D@80tcBO)B8ghR3ahk*1az!(c3k;Ngm-!trx#3Vq9ZZw`0%lbGGm2CY)gha%5
ztHbR|b;(_w(SEPu6<k5D-zSWYMsPf;;$=F|?>~N5T3o4?e;D-#>lOVT5mojDF2w!0
z@v+EJ!J$Gu7l-8YU}?UJbh?P92_%yt#0P`mM0oM)GoO4kTm6{dSXjtyjW8m@@L*u&
z;f=rmZvZ<LHvk!G;xw2;LVmf5*|{wkriAmo9K9Y6hbrUR#GLVTW?A0zfB-;n0<Jy-
zWE#j#SJ8beioTv8oS|+^XST63;6~t#vP+oE@_iGDU<m^g0m&mkITe9Rl_8ev0JbgW
zkx3kAf8zmZVm3q&+8A#oPyztGW*SQc6S1&p*8vdlIdJJ>5Q@8f&v|QY09ai8Hgf&$
z=FFX`TGQlqfexo&A@2(OHUSZ708-%|^~&pP?e@(vRh5~`LZ~-PWaf)_^S;o0`(fQ!
zD`}sARt_wiGZs7>^FB|VkQ1??1WRWtKUcqQYTvc`m-2=_Ran!W0mu+h6Rp<|JSY2=
nt7@ls89?Z7Jw#-m;9u((X-)e~{3p)`00000NkvXXu0mjfdn6Z$

literal 0
HcmV?d00001

diff --git a/mpa/org.universaal.tools.packaging.tool/plugin.xml b/mpa/org.universaal.tools.packaging.tool/plugin.xml
index 287945a14..b96bb4bcd 100644
--- a/mpa/org.universaal.tools.packaging.tool/plugin.xml
+++ b/mpa/org.universaal.tools.packaging.tool/plugin.xml
@@ -26,9 +26,9 @@
             locationURI="menu:org.universaal.tools.AALStudio.menu?after=test">
             <command
                   commandId="org.universaal.tools.packaging.tool.commands.MPAaction"               
-                  id="org.universaal.tools.packaging.tool.menus.packTool" icon="">
+                  id="org.universaal.tools.packaging.tool.menus.packTool" icon="icons/package-16.png">
             </command>
       </menuContribution>
    </extension>
 
-</plugin>
\ No newline at end of file
+</plugin>
-- 
GitLab