← Back to team overview

mlhim-owners team mailing list archive

[Branch ~hkcr-dev/hkcr/hkcr] Rev 69: Removed mr.developer from buildout.

 

------------------------------------------------------------
revno: 69
committer: Timothy W. Cook <timothywayne.cook@xxxxxxxxx>
branch nick: hkcr
timestamp: Sun 2011-05-29 00:15:35 -0500
message:
  Removed mr.developer from buildout.
modified:
  hkcr.develop.cfg


--
lp:hkcr
https://code.launchpad.net/~hkcr-dev/hkcr/hkcr

Your team Multi-level Healthcare Information Modelling Owners is subscribed to branch lp:hkcr.
To unsubscribe from this branch go to https://code.launchpad.net/~hkcr-dev/hkcr/hkcr/+edit-subscription
=== modified file 'hkcr.develop.cfg'
--- hkcr.develop.cfg	2011-05-28 22:42:58 +0000
+++ hkcr.develop.cfg	2011-05-29 05:15:35 +0000
@@ -113,26 +113,22 @@
 extends =
     buildout.cfg
 
-extensions +=
-    mr.developer
+develop +=
+    src/hkcr/hkcr.theme
+    src/hkcr/hkcr.cddfile
 
 eggs +=
     Products.DocFinderTab
     plone.reload
+    collective.zipfiletransport
+    hkcr.cddfile
     hkcr.theme
-    hkcr.cddfile
-    collective.zipfiletransport
-
+    
 parts +=
     test
     zopeskel
     omelette
 
-# mr.developer settings:
-always-checkout = force
-sources = sources
-auto-checkout = *
-
 
 [omelette]
 recipe = collective.recipe.omelette