2005-10-5 Michael Hutchinson <m.j.hutchinson@gmail.com>

* Makefile.am: Added .js files from Blago's reorganisation to the chrome deployment

svn path=/trunk/aspeditor/; revision=51221
This commit is contained in:
Michael Hutchinson 2005-10-04 23:16:57 +00:00
Родитель 6be21e54d0
Коммит 3d987dede0
2 изменённых файлов: 10 добавлений и 4 удалений

3
src/chrome/ChangeLog Normal file
Просмотреть файл

@ -0,0 +1,3 @@
2005-10-5 Michael Hutchinson <m.j.hutchinson@gmail.com>
* Makefile.am: Added .js files from Blago's reorganisation to the chrome deployment

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

@ -7,11 +7,14 @@ chrome_install_text = "content,install,url,resource:/chrome/aspdesigner/content/
contentdir = $(chromedir)/content
content_DATA = $(content_files)
content_files = \
$(srcdir)/content/editor.js \
$(srcdir)/../jscall/Resources/JSCall.js \
$(srcdir)/content/editor.xul \
$(srcdir)/content/editorContent.css \
$(srcdir)/content/contents.rdf
$(srcdir)/content/contents.rdf \
$(srcdir)/content/editor.xul \
$(srcdir)/content/editorContent.css \
$(srcdir)/content/editor.js \
$(srcdir)/content/clipboard.js \
$(srcdir)/content/constants.js \
$(srcdir)/content/xpcom.js
localedir = $(chromedir)/locale/en-US