Bug 572970 - Hardcode some pre-processed values for .in files like prefs and constants [r=mconnor]

* Rename constants.js.in to constants.js.
* Get rid of unused DEFAULT_SERVER variable
* Hardcode STORAGE_VERSION. The three other variable substitutions are add-on specific.
This commit is contained in:
Philipp von Weitershausen 2010-06-18 09:13:02 -07:00
parent 43b5b55abb
commit bd04c994d8

View File

@ -44,9 +44,8 @@ WEAVE_ID: "@weave_id@",
// Version of the data format this client supports. The data format describes
// how records are packaged; this is separate from the Server API version and
// the per-engine cleartext formats.
STORAGE_VERSION: @storage_version@,
STORAGE_VERSION: 2,
DEFAULT_SERVER: "@server_url@",
UPDATED_DEV_URL: "https://services.mozilla.com/sync/updated/?version=@weave_version@&channel=@xpi_type@",
UPDATED_REL_URL: "http://www.mozilla.com/firefox/sync/updated.html",