[rhmessaging-commits] rhmessaging commits: r1470 - mgmt/mint.

rhmessaging-commits at lists.jboss.org rhmessaging-commits at lists.jboss.org
Wed Dec 12 14:27:06 EST 2007


Author: justi9
Date: 2007-12-12 14:27:06 -0500 (Wed, 12 Dec 2007)
New Revision: 1470

Modified:
   mgmt/mint/Makefile
Log:
Renames MINT_XML_SCHEMA to MINT_SCHEMA_XML since that's what I kept
trying to type.



Modified: mgmt/mint/Makefile
===================================================================
--- mgmt/mint/Makefile	2007-12-12 19:26:03 UTC (rev 1469)
+++ mgmt/mint/Makefile	2007-12-12 19:27:06 UTC (rev 1470)
@@ -2,18 +2,18 @@
 
 dsn := "postgresql://localhost/"
 
-ifndef MINT_XML_SCHEMA
-    $(error "MINT_XML_SCHEMA is not set")
+ifndef MINT_SCHEMA_XML
+    $(error "MINT_SCHEMA_XML is not set")
 endif
 
 message:
 	@echo "Run 'make schema' to regenerate the schema from the file indicated in the"
-	@echo "variable MINT_XML_SCHEMA."
+	@echo "variable MINT_SCHEMA_XML."
 
 schema: schema-python schema-sql
 
 schema-python:
-	python python/mint/schemaparser.py ${MINT_XML_SCHEMA} python/mint/schema.py ${dsn}
+	python python/mint/schemaparser.py ${MINT_SCHEMA_XML} python/mint/schema.py ${dsn}
 
 schema-sql: python/mint/schema.py
 	sqlobject-admin sql -m mint -m mint.schema -c ${dsn} | sed -e '1,2d' > python/mint/schema.sql




More information about the rhmessaging-commits mailing list