[Zope-CVS] CVS: Packages/Moztop - .cvsignore:1.4 Makefile:1.4
Stephan Richter
srichter@cbu.edu
Wed, 15 Jan 2003 21:07:01 -0500
Update of /cvs-repository/Packages/Moztop
In directory cvs.zope.org:/tmp/cvs-serv25997
Modified Files:
.cvsignore Makefile
Log Message:
- Got editing of Folder Meta Data working nicely. This required grabbing
another Window's document object, which I finally got working.
- Added .cvsignore file in moztop/content, so I could hide setup.js.
- Updated Makefile to remove .cvsignore files when making a distro.
- Updated CHANGES.txt.
=== Packages/Moztop/.cvsignore 1.3 => 1.4 ===
--- Packages/Moztop/.cvsignore:1.3 Wed Jan 15 10:06:17 2003
+++ Packages/Moztop/.cvsignore Wed Jan 15 21:06:27 2003
@@ -1,2 +1 @@
moztop.xpi
-setup.js
\ No newline at end of file
=== Packages/Moztop/Makefile 1.3 => 1.4 ===
--- Packages/Moztop/Makefile:1.3 Tue Jan 14 20:26:30 2003
+++ Packages/Moztop/Makefile Wed Jan 15 21:06:27 2003
@@ -26,7 +26,8 @@
build-xpi-distro: remove-cvs build-xpi
remove-cvs:
- find . -name 'CVS' | xargs rm -f
+ find . -name "CVS" | xargs rm -f
+ find . -name ".cvsignore" | xargs rm -f
run:
$(MOZILLA) -chrome chrome://moztop/content