[Lunar-commits] r18615 - moonbase/trunk/libs/xmlconfigfile

Dennis Veatch stumbles at lunar-linux.org
Thu Feb 9 19:51:38 UTC 2006


Author: stumbles
Date: 2006-02-09 19:51:36 +0000 (Thu, 09 Feb 2006)
New Revision: 18615

Modified:
   moonbase/trunk/libs/xmlconfigfile/DETAILS
Log:

Fixed some bugs originated by new REXML behaviour.
added some methods for automatic conversion of configuration parameters.
Implemented set_parameter 'create' argument recursivley creates any
non-existent nodes or attributes in the xpath.

and some others.

The project has been handed over to Curtis Schofield hence the website
and url download changes.



Modified: moonbase/trunk/libs/xmlconfigfile/DETAILS
===================================================================
--- moonbase/trunk/libs/xmlconfigfile/DETAILS	2006-02-09 19:18:30 UTC (rev 18614)
+++ moonbase/trunk/libs/xmlconfigfile/DETAILS	2006-02-09 19:51:36 UTC (rev 18615)
@@ -1,12 +1,13 @@
-           MODULE=xmlconfigfile
-         VERSION=0.9.0
-          SOURCE=${MODULE}_$VERSION.zip
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/${MODULE}_${VERSION}
-   SOURCE_URL[0]=http://www.maik-schmidt.de/projects/xmlconfigfile/dist/
-        WEB_SITE=http://www.maik-schmidt.de/projects/xmlconfigfile
+          MODULE=xmlconfigfile
+         VERSION=0.9.7
+          SOURCE=xml-configfile-$VERSION.tar.gz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/xml-configfile-$VERSION
+   SOURCE_URL[0]=http://www.cs.ualberta.ca/\~schofiel/xml-configfile/downloads/
+      SOURCE_VFY=sha1:22796b8601ee2f09f478e019881a4a8e8a8932ac
+        WEB_SITE=http://www.cs.ualberta.ca/\~schofiel/xml-configfile/xml-configfile.html/
            SHORT="Easy handling of XML configuration files for ruby"
          ENTERED=20030518
-         UPDATED=20030518
+         UPDATED=20060209
 cat << EOF
 xmlconfigfile is a ruby library that allows the easy handling of 
 configuration files. It has a few nice features:
@@ -20,3 +21,5 @@
 
 The configuration can be reloaded periodically
 EOF
+
+



More information about the Lunar-commits mailing list