[or-cvs] r14156: Install .jar files placed in /extensions, as well as .xpi fi (in torbrowser/trunk: . build-scripts)
sjm217 at seul.org
sjm217 at seul.org
Sat Mar 22 20:48:22 UTC 2008
Author: sjm217
Date: 2008-03-22 16:48:22 -0400 (Sat, 22 Mar 2008)
New Revision: 14156
Modified:
torbrowser/trunk/README
torbrowser/trunk/build-scripts/Makefile
Log:
Install .jar files placed in /extensions, as well as .xpi files (thanks Chris)
Modified: torbrowser/trunk/README
===================================================================
--- torbrowser/trunk/README 2008-03-22 18:53:09 UTC (rev 14155)
+++ torbrowser/trunk/README 2008-03-22 20:48:22 UTC (rev 14156)
@@ -113,4 +113,6 @@
Update of Torbutton to v1.1.17 (see
http://torbutton.torproject.org/dev/CHANGELOG)
Update of Vidalia to revision 2424
- Supress warning on viewing an encrypted page
\ No newline at end of file
+ Supress warning on viewing an encrypted page
+1.0.1: Released 2008-xx-xx
+ Install .jar files placed in /extensions, as well as .xpi files
\ No newline at end of file
Modified: torbrowser/trunk/build-scripts/Makefile
===================================================================
--- torbrowser/trunk/build-scripts/Makefile 2008-03-22 18:53:09 UTC (rev 14155)
+++ torbrowser/trunk/build-scripts/Makefile 2008-03-22 20:48:22 UTC (rev 14156)
@@ -200,7 +200,7 @@
## Make a dummy profile to stop Firefox creating some large files
cp -R $(BUNDLE)/FirefoxPortable/App/DefaultData $(DUMMYPROFILE)
## Install default extensions and everything from extensions directory
- for extension in langpack_$(LANGCODE).xpi $(DEFAULT_EXTENSIONS) $(EXTENSIONS_DIR)/*.xpi; \
+ for extension in langpack_$(LANGCODE).xpi $(DEFAULT_EXTENSIONS) $(EXTENSIONS_DIR)/*.xpi $(EXTENSIONS_DIR)/*.jar; \
do $(BUNDLE)/FirefoxPortable/App/firefox/firefox.exe \
-profile $(DUMMYPROFILE) \
-install-global-extension $$extension; \
More information about the tor-commits
mailing list