[Checkins] SVN: gocept.selenium/trunk/ Split versions configuration into its own file

Wolfgang Schnerring wosc at wosc.de
Mon Dec 27 04:35:50 EST 2010


Log message for revision 119147:
  Split versions configuration into its own file
  

Changed:
  U   gocept.selenium/trunk/buildout.cfg
  A   gocept.selenium/trunk/versions.cfg

-=-
Modified: gocept.selenium/trunk/buildout.cfg
===================================================================
--- gocept.selenium/trunk/buildout.cfg	2010-12-26 19:20:27 UTC (rev 119146)
+++ gocept.selenium/trunk/buildout.cfg	2010-12-27 09:35:49 UTC (rev 119147)
@@ -1,13 +1,9 @@
 [buildout]
-parts = test
+extends = versions.cfg
 develop = .
-versions = versions
+parts = test
 package = gocept.selenium
 
-[versions]
-gocept.selenium =
-selenium = 1.0.3
-
 [test]
 recipe = zc.recipe.testrunner
 eggs = ${buildout:package}

Added: gocept.selenium/trunk/versions.cfg
===================================================================
--- gocept.selenium/trunk/versions.cfg	                        (rev 0)
+++ gocept.selenium/trunk/versions.cfg	2010-12-27 09:35:49 UTC (rev 119147)
@@ -0,0 +1,6 @@
+[buildout]
+versions = versions
+
+[versions]
+gocept.selenium =
+selenium = 1.0.3



More information about the checkins mailing list