beagle r4461 - trunk/beagle/firefox-extension



Author: dbera
Date: Tue Feb  5 02:58:25 2008
New Revision: 4461
URL: http://svn.gnome.org/viewvc/beagle?rev=4461&view=rev

Log:
Major goofup! Forgot to add the new sidebar files to Makefile.


Modified:
   trunk/beagle/firefox-extension/Makefile.am
   trunk/beagle/firefox-extension/README

Modified: trunk/beagle/firefox-extension/Makefile.am
==============================================================================
--- trunk/beagle/firefox-extension/Makefile.am	(original)
+++ trunk/beagle/firefox-extension/Makefile.am	Tue Feb  5 02:58:25 2008
@@ -1,33 +1,36 @@
 
 PROJECT = beagle
-VERSION = 1.0.1
+VERSION = 1.0.2
 
 all: $(PROJECT).xpi
 
 XPI_FILES = 			\
 	chrome.manifest		\
 	install.rdf		\
+	\
 	chrome/content/contents.rdf		\
-	chrome/content/beagleOverlay.js	\
+	chrome/content/beagleOverlay.js		\
 	chrome/content/beagleOverlay.xul	\
 	chrome/content/beaglePrefs.js		\
 	chrome/content/beaglePrefs.xul		\
 	chrome/content/beagleAddFilter.xul	\
 	chrome/content/beagleAddFilter.js	\
-	chrome/content/indexLink.xul	\
-	chrome/content/indexLink.js	\
-	chrome/content/indexBookmark.js	\
+	chrome/content/beagleSearch.js		\
+	chrome/content/indexLink.xul		\
+	chrome/content/indexLink.js		\
+	chrome/content/indexBookmark.js		\
 	chrome/content/md5.js			\
-	chrome/content/utils.js	\
-	chrome/content/i18n.js	\
-	chrome/content/json.js	\
+	chrome/content/utils.js			\
+	chrome/content/i18n.js			\
+	chrome/content/json.js			\
+	chrome/content/sidebar.xul		\
 	\
 	chrome/content/jslib/jslib.js		\
-	chrome/content/jslib/modules.js	\
+	chrome/content/jslib/modules.js		\
 	chrome/content/jslib/debug/debug.js	\
 	chrome/content/jslib/io/dir.js		\
 	chrome/content/jslib/io/dirUtils.js	\
-	chrome/content/jslib/io/file.js	\
+	chrome/content/jslib/io/file.js		\
 	chrome/content/jslib/io/fileUtils.js	\
 	chrome/content/jslib/io/filesystem.js	\
 	\
@@ -41,10 +44,11 @@
 	\
 	chrome/skin/classic/contents.rdf	\
 	chrome/skin/classic/beagle-big.png	\
-	chrome/skin/classic/beagle-disabled.png\
+	chrome/skin/classic/beagle-disabled.png	\
 	chrome/skin/classic/beagle-error.png	\
-	chrome/skin/classic/beagle.png\
-	chrome/skin/classic/overlay.css	
+	chrome/skin/classic/beagle.png		\
+	chrome/skin/classic/overlay.css		\
+	chrome/skin/classic/sidebar.css
 
 $(PROJECT).xpi: $(XPI_FILES)
 	zip -q9 $@ $^

Modified: trunk/beagle/firefox-extension/README
==============================================================================
--- trunk/beagle/firefox-extension/README	(original)
+++ trunk/beagle/firefox-extension/README	Tue Feb  5 02:58:25 2008
@@ -35,3 +35,6 @@
 Visit http://beagle-project.org/Browser_Extension for details.
 This extension was written as a part of Google Summer of Code project, 2007 by Tao Fei (filia tao gmail com).
 
+Changelog:
+    1.0.1 - initial version
+    1.0.2 - added sidebar



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]