From a4a1f9bd2bcbdbc3a0eceb261993dbb098020e68 Mon Sep 17 00:00:00 2001 From: Dan Stillman Date: Tue, 30 May 2006 21:01:34 +0000 Subject: [PATCH] Looks like the name@domain format is indeed the recommended format for extension ids rather than GUIDs (thanks David). My bad. Switching to scholar@chnm.gmu.edu -- SVN folks should rename the text file in their FF profile directories. (Used to be scholar@chnm, so you need to make the change even if you hadn't changed to the GUID yet.) Anyone who's tried the XPI yet will need to reinstall just once from the URL (http://chnm.gmu.edu/firefoxscholar/download/scholar-dev.xpi), as the old version won't find updates with its id. --- chrome/chromeFiles/content/scholar/xpcom/scholar.js | 2 +- install.rdf | 2 +- update.rdf | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/chrome/chromeFiles/content/scholar/xpcom/scholar.js b/chrome/chromeFiles/content/scholar/xpcom/scholar.js index 120b4b9be8..68e4f2d313 100644 --- a/chrome/chromeFiles/content/scholar/xpcom/scholar.js +++ b/chrome/chromeFiles/content/scholar/xpcom/scholar.js @@ -1,5 +1,5 @@ const SCHOLAR_CONFIG = { - GUID: '{e007c81c-eb2a-4e1d-b381-d25a45cd11ed}', + GUID: 'scholar@chnm.gmu.edu', DB_FILE: 'scholar.sqlite', DB_VERSION: 10, // must match version at top of schema.sql DB_REBUILD: false, // erase DB and recreate from schema diff --git a/install.rdf b/install.rdf index 730b224a18..927fa4ee3e 100644 --- a/install.rdf +++ b/install.rdf @@ -4,7 +4,7 @@ - {e007c81c-eb2a-4e1d-b381-d25a45cd11ed} + scholar@chnm.gmu.edu Firefox Scholar 0.1pre1-SVN This is a one-line description of Firefox Scholar. diff --git a/update.rdf b/update.rdf index 3afb5f38a5..4dc1698e1d 100644 --- a/update.rdf +++ b/update.rdf @@ -2,7 +2,7 @@ - +