Not part of build - CCK - remove some preprocessing stuff so extension can be used from build tree

This commit is contained in:
mkaply%us.ibm.com 2008-02-14 15:55:34 +00:00
Родитель d83d761b8a
Коммит 302d460d62
3 изменённых файлов: 5 добавлений и 1 удалений

Просмотреть файл

@ -1,3 +1,4 @@
/*
# ***** BEGIN LICENSE BLOCK *****
# Version: MPL 1.1/GPL 2.0/LGPL 2.1
#
@ -36,6 +37,7 @@
# the terms of any one of the MPL, the GPL or the LGPL.
#
# ***** END LICENSE BLOCK *****
*/
var currentconfigname;
var currentconfigpath;
@ -2945,4 +2947,3 @@ function htmlEscape(s)
return s;
}
#include search.js

Просмотреть файл

@ -52,6 +52,7 @@
xmlns:html="http://www.w3.org/1999/xhtml"
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
<script src="chrome://cckwizard/content/cckwizard.js"/>
<script src="chrome://cckwizard/content/search.js"/>
<script type="application/x-javascript"
src="chrome://global/content/dialogOverlay.js" />

Просмотреть файл

@ -1,3 +1,4 @@
/*
# ***** BEGIN LICENSE BLOCK *****
# Version: MPL 1.1/GPL 2.0/LGPL 2.1
#
@ -41,6 +42,7 @@
# This code is a subset of nsSearchService.js from the current trunk
# It is used to retrieve the name from a Sherlock SRC file
*/
const PERMS_FILE = 0644;
const MODE_RDONLY = 0x01;