Changeset: 867bfcea4c66 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=867bfcea4c66 Modified Files: MonetDB5/src/modules/mal/mal_init.mx Branch: default Log Message:
Adde missing include for xml. diffs (11 lines): diff -r 532d2d76c3bf -r 867bfcea4c66 MonetDB5/src/modules/mal/mal_init.mx --- a/MonetDB5/src/modules/mal/mal_init.mx Wed May 19 22:17:52 2010 +0200 +++ b/MonetDB5/src/modules/mal/mal_init.mx Wed May 19 22:46:14 2010 +0200 @@ -255,6 +255,7 @@ include crackers; include xml; +include batxml; @- @mal # Any extensions (MAL scripts) that should be automatically loaded upon _______________________________________________ Checkin-list mailing list [email protected] http://mail.monetdb.org/mailman/listinfo/checkin-list
