Bug 290812 - XForms xpi not registering locales. r=smaug,beaufour a=mkaply

This commit is contained in:
doronr%us.ibm.com 2005-06-02 15:15:19 +00:00
Родитель e409a48d76
Коммит 0b6e5f2509
2 изменённых файлов: 4 добавлений и 4 удалений

Просмотреть файл

@ -61,7 +61,7 @@ endif
GARBAGE += xforms.js xforms.template
GARBAGE_DIRS += stage
PACKAGE_VERSION = 0.1
PACKAGE_VERSION = 0.2
xpi:
@echo Copying files to staging area...

Просмотреть файл

@ -5,13 +5,13 @@
<Description about="urn:mozilla:install-manifest">
<em:id>{cf2812dc-6a7c-4402-b639-4d277dac4c36}</em:id>
<em:version>0.1</em:version>
<em:version>0.2</em:version>
<em:targetApplication>
<!-- Firefox -->
<Description>
<em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id>
<em:minVersion>1.0+</em:minVersion>
<em:maxVersion>1.0+</em:maxVersion>
<em:maxVersion>1.1</em:maxVersion>
</Description>
</em:targetApplication>
<em:name>Mozilla XForms</em:name>
@ -20,9 +20,9 @@
<em:file>
<Description about="urn:mozilla:extension:file:xforms.jar">
<em:package>content/xforms/</em:package>
<em:locale>locale/en-US/xforms/</em:locale>
</Description>
</em:file>
</Description>
</RDF>