[Cluster-devel] conga/luci Makefile

rmccabe at sourceware.org rmccabe at sourceware.org
Tue Aug 8 17:56:42 UTC 2006


CVSROOT:	/cvs/cluster
Module name:	conga
Changes by:	rmccabe at sourceware.org	2006-08-08 17:56:41

Modified files:
	luci           : Makefile 

Log message:
	remove unneeded on-disk (as opposed to in-DB) zope and plone products:
	
	zope:
	- ZGadflyDA
	- ZopeTutorial
	- ZReST
	
	plone:
	- ATContentTypes
	- ATReferenceBrowserWidget
	- ExtendedPathIndex
	- ExternalEditor
	- kupu
	- Marshall
	- PasswordResetTool
	- PloneLanguageTool
	- PloneTestCase

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/Makefile.diff?cvsroot=cluster&r1=1.16&r2=1.17

--- conga/luci/Makefile	2006/08/04 22:14:32	1.16
+++ conga/luci/Makefile	2006/08/08 17:56:41	1.17
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.16 2006/08/04 22:14:32 kupcevic Exp $
+# $Id: Makefile,v 1.17 2006/08/08 17:56:41 rmccabe Exp $
 ZOPEINSTANCE=/var/lib/luci
 
 include ../make/version.in
@@ -9,8 +9,8 @@
 
 # list zope/plone files and/or directories to be removed 
 # (paths relative to zope/plone installation directory)
-ZOPE_REMOVES="bin include skel zopeskel"
-PLONE_REMOVES="Five README.txt"
+ZOPE_REMOVES="bin include skel zopeskel ZGadflyDA ZopeTutorial ZReST"
+PLONE_REMOVES="Five README.txt ATContentTypes ATReferenceBrowserWidget ExtendedPathIndex ExternalEditor kupu Marshall PasswordResetTool PloneLanguageTool PloneTestCase"
 
 
 




More information about the Cluster-devel mailing list