[rhmessaging-commits] rhmessaging commits: r1972 - in mgmt: mint and 1 other directory.

rhmessaging-commits at lists.jboss.org rhmessaging-commits at lists.jboss.org
Thu Apr 24 11:14:40 EDT 2008


Author: justi9
Date: 2008-04-24 11:14:40 -0400 (Thu, 24 Apr 2008)
New Revision: 1972

Modified:
   mgmt/cumin/Makefile
   mgmt/mint/Makefile
Log:
Don't attach the version to the doc dir

Modified: mgmt/cumin/Makefile
===================================================================
--- mgmt/cumin/Makefile	2008-04-24 13:43:34 UTC (rev 1971)
+++ mgmt/cumin/Makefile	2008-04-24 15:14:40 UTC (rev 1972)
@@ -3,11 +3,10 @@
 include ../etc/Makefile.common
 
 name := cumin
-ver := 0.1
 
 home := ${SHARE_DIR}/${name}
 lib := ${PYTHON_LIB_DIR}/${name}
-doc := ${DOC_DIR}/${name}-${ver}
+doc := ${DOC_DIR}/${name}
 log := ${VAR_DIR}/log/${name}
 
 build:

Modified: mgmt/mint/Makefile
===================================================================
--- mgmt/mint/Makefile	2008-04-24 13:43:34 UTC (rev 1971)
+++ mgmt/mint/Makefile	2008-04-24 15:14:40 UTC (rev 1972)
@@ -5,11 +5,10 @@
 dsn := "postgresql://localhost/"
 
 name := mint
-ver := 0.1
 
 home := ${SHARE_DIR}/${name}
 lib := ${PYTHON_LIB_DIR}/${name}
-doc := ${DOC_DIR}/${name}-${ver}
+doc := ${DOC_DIR}/${name}
 log := ${VAR_DIR}/log/${name}
 
 build:




More information about the rhmessaging-commits mailing list