diff options
author | Kalman Szalai - KAMI <kami911@gmail.com> | 2010-12-20 19:28:42 +0100 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2011-01-04 06:59:09 +0100 |
commit | e2f3768d62bad56af2a40bd0a744eb1eccc244a0 (patch) | |
tree | 831055abd749ef3879720f1c27ae46ff57de40e9 /scp2/source/extensions/file_extensions.scp | |
parent | 5f27114fa9a14a8206310df1e8869da9d8613a80 (diff) |
Update LightProof extensions' packing mechanism
* Install extracted extension files to separated and language dependent
directory. This is the new way to include extensions to installation
set.
* Update for Sun Template Pack packing
Signed-off-by: David Tardon <dtardon@redhat.com>
Diffstat (limited to 'scp2/source/extensions/file_extensions.scp')
-rw-r--r-- | scp2/source/extensions/file_extensions.scp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scp2/source/extensions/file_extensions.scp b/scp2/source/extensions/file_extensions.scp index 7b5d984b08c1..55d1c7acf531 100644 --- a/scp2/source/extensions/file_extensions.scp +++ b/scp2/source/extensions/file_extensions.scp @@ -111,9 +111,9 @@ End File gid_File_Oxt_LightProof TXT_FILE_BODY; Styles = (PACKED, ARCHIVE); - Dir = gid_Brand_Dir_Share_Extensions_Install; - Name (hu) = "lightproof-hu-1.2.oxt"; + Dir = gid_Brand_Dir_Share_Extensions_LightProof; Name (en-US) = "lightproof-en-US-0.1.oxt"; + Name (hu) = "lightproof-hu-1.2.oxt"; End #endif |