[Zope-Checkins] SVN: Zope/trunk/ Remove top-level 'var' and 'import' directories that seem to be a legacy

Philipp von Weitershausen philikon at philikon.de
Fri Nov 4 07:17:31 EST 2005


Log message for revision 39887:
  Remove top-level 'var' and 'import' directories that seem to be a legacy
  from the before-the-"skel"-directory times. Move things that we might want to
  keep to "skel" instead.
  Make sure we remove everything that comes out of an inplace instance ("make instance").
  

Changed:
  D   Zope/trunk/import/
  U   Zope/trunk/inst/Makefile.in
  A   Zope/trunk/skel/import/Examples.zexp
  A   Zope/trunk/skel/import/ZopeTutorialExamples.zexp
  D   Zope/trunk/var/

-=-
Modified: Zope/trunk/inst/Makefile.in
===================================================================
--- Zope/trunk/inst/Makefile.in	2005-11-04 12:17:03 UTC (rev 39886)
+++ Zope/trunk/inst/Makefile.in	2005-11-04 12:17:31 UTC (rev 39887)
@@ -67,6 +67,7 @@
 uninstance:
 	${RMRF} "${BASE_DIR}/bin"
 	${RMRF} "${BASE_DIR}/etc"
+	${RMRF} "${BASE_DIR}/import"
 	${RMRF} "${BASE_DIR}/log"
 	${RMRF} "${BASE_DIR}/var"
 	${RMRF} "${BASE_DIR}/Products"

Copied: Zope/trunk/skel/import/Examples.zexp (from rev 39885, Zope/trunk/import/Examples.zexp)

Copied: Zope/trunk/skel/import/ZopeTutorialExamples.zexp (from rev 39885, Zope/trunk/import/ZopeTutorialExamples.zexp)



More information about the Zope-Checkins mailing list