[FIX] settings img : same size as other menu's image + packaging.sh to makefile

bzr revid: tfr@openerp.com-20110111121457-2zyd88wvu3xr41aa
This commit is contained in:
Thibault Francois 2011-01-11 13:14:57 +01:00
parent b3a7eeecdc
commit b0140e5b92
5 changed files with 11 additions and 12 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.9 KiB

After

Width:  |  Height:  |  Size: 2.4 KiB

View File

@ -0,0 +1,11 @@
all: xpi
jar:
jar cvf chrome/openerp_plugin.jar chrome/openerp_plugin/*
xpi: jar
zip -r ../openerp_plugin.xpi *
clean:
rm ../openerp_plugin.xpi
rm chrome/openerp_plugin.jar

View File

@ -1,12 +0,0 @@
# Use this Shell Script for Cleaning & Compressing the chnages in Plugin
# Run this script using jar command.
rm chrome/openerp_plugin.jar
rm ../openerp_plugin.xpi
cd chrome/openerp_plugin/
jar cvf openerp_plugin.jar *
cd ..
mv openerp_plugin/openerp_plugin.jar openerp_plugin.jar
cd ..
zip -r ../openerp_plugin.xpi *