|
From: <dwa...@us...> - 2012-06-15 07:26:24
|
Revision: 10836
http://zaf.svn.sourceforge.net/zaf/?rev=10836&view=rev
Author: dwaynebailey
Date: 2012-06-15 07:26:13 +0000 (Fri, 15 Jun 2012)
Log Message:
-----------
Rename the default preferences files
Modified Paths:
--------------
trunk/dict/utils/Makefile.language
Added Paths:
-----------
trunk/dict/utils/mozilla/defaults/preferences/defaults.js
Removed Paths:
-------------
trunk/dict/utils/mozilla/defaults/preferences/dict.js
Modified: trunk/dict/utils/Makefile.language
===================================================================
--- trunk/dict/utils/Makefile.language 2012-06-13 13:41:36 UTC (rev 10835)
+++ trunk/dict/utils/Makefile.language 2012-06-15 07:26:13 UTC (rev 10836)
@@ -245,13 +245,13 @@
hunspell/defaults/preferences:
mkdir -p hunspell/defaults/preferences
-hunspell/defaults/preferences/dict.js: ../utils/mozilla/defaults/preferences/dict.js
+hunspell/defaults/preferences/defaults.js: ../utils/mozilla/defaults/preferences/defaults.js
sed "s/{LANG}/$(LANG)/; s/{REGION}/$(REGION)/; s/{LANGNAME}/$(LANGNAME)/; s/{REGIONNAME}/$(REGIONNAME)/; s/{VERSION}/$(VERSION)/" < $< > $@
hunspell/chrome.manifest: ../utils/mozilla/chrome.manifest
cp $^ $@
-hunspell/spell-$(LANG)-$(REGION)-$(VERSION).xpi: hunspell/install.js hunspell/install.rdf hunspell/README-$(LANG)-$(REGION).txt hunspell/dictionaries hunspell/dictionaries/$(LANG)-$(REGION).dic hunspell/dictionaries/$(LANG)-$(REGION).aff hunspell/defaults/preferences hunspell/defaults/preferences/dict.js hunspell/chrome/content hunspell/chrome/content/dict.js hunspell/chrome/content hunspell/chrome/content/dict.xul hunspell/chrome.manifest
+hunspell/spell-$(LANG)-$(REGION)-$(VERSION).xpi: hunspell/install.js hunspell/install.rdf hunspell/README-$(LANG)-$(REGION).txt hunspell/dictionaries hunspell/dictionaries/$(LANG)-$(REGION).dic hunspell/dictionaries/$(LANG)-$(REGION).aff hunspell/defaults/preferences hunspell/defaults/preferences/defaults.js hunspell/chrome/content hunspell/chrome/content/dict.js hunspell/chrome/content hunspell/chrome/content/dict.xul hunspell/chrome.manifest
cd hunspell/ ;\
ls ;\
rm -f spell-$(LANG)-$(REGION)-$(VERSION).xpi ;\
Copied: trunk/dict/utils/mozilla/defaults/preferences/defaults.js (from rev 10834, trunk/dict/utils/mozilla/defaults/preferences/dict.js)
===================================================================
--- trunk/dict/utils/mozilla/defaults/preferences/defaults.js (rev 0)
+++ trunk/dict/utils/mozilla/defaults/preferences/defaults.js 2012-06-15 07:26:13 UTC (rev 10836)
@@ -0,0 +1,2 @@
+pref("extensions.{LANG}-{REGION}@dictionaries.addons.mozilla.org.installedVersion", "0.0");
+pref("extensions.{LANG}-{REGION}@dictionaries.addons.mozilla.org.firstrun", true);
Deleted: trunk/dict/utils/mozilla/defaults/preferences/dict.js
===================================================================
--- trunk/dict/utils/mozilla/defaults/preferences/dict.js 2012-06-13 13:41:36 UTC (rev 10835)
+++ trunk/dict/utils/mozilla/defaults/preferences/dict.js 2012-06-15 07:26:13 UTC (rev 10836)
@@ -1,2 +0,0 @@
-pref("extensions.{LANG}-{REGION}@dictionaries.addons.mozilla.org.installedVersion", "0.0");
-pref("extensions.{LANG}-{REGION}@dictionaries.addons.mozilla.org.firstrun", true);
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|