Author: justi9
Date: 2008-12-15 14:42:27 -0500 (Mon, 15 Dec 2008)
New Revision: 3002
Modified:
mgmt/trunk/mint/python/mint/schema.py
mgmt/trunk/mint/xml/Makefile
Log:
Update schema to pickup the module capitalization changes; update qpid svn urls (remove
incubator)
Modified: mgmt/trunk/mint/python/mint/schema.py
===================================================================
--- mgmt/trunk/mint/python/mint/schema.py 2008-12-15 18:46:44 UTC (rev 3001)
+++ mgmt/trunk/mint/python/mint/schema.py 2008-12-15 19:42:27 UTC (rev 3002)
@@ -1397,16 +1397,16 @@
Master.sqlmeta.addJoin(SQLMultipleJoin('MasterStats',
joinMethodName='stats'))
-classToSchemaNameMap['Acl'] = 'acl'
-schemaNameToClassMap['acl'] = Acl
+classToSchemaNameMap['Acl'] = 'Acl'
+schemaNameToClassMap['Acl'] = Acl
Broker.sqlmeta.addJoin(SQLMultipleJoin('Acl', joinMethodName='acls'))
Acl.sqlmeta.addJoin(SQLMultipleJoin('AclStats', joinMethodName='stats'))
-classToSchemaNameMap['Cluster'] = 'cluster'
-schemaNameToClassMap['cluster'] = Cluster
+classToSchemaNameMap['Cluster'] = 'Cluster'
+schemaNameToClassMap['Cluster'] = Cluster
Broker.sqlmeta.addJoin(SQLMultipleJoin('Cluster',
joinMethodName='clusters'))
Modified: mgmt/trunk/mint/xml/Makefile
===================================================================
--- mgmt/trunk/mint/xml/Makefile 2008-12-15 18:46:44 UTC (rev 3001)
+++ mgmt/trunk/mint/xml/Makefile 2008-12-15 19:42:27 UTC (rev 3002)
@@ -8,16 +8,16 @@
rm -f ${FILES}
qpid.xml:
- svn export
http://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid/specs/managemen...
qpid.xml
+ svn export
http://svn.apache.org/repos/asf/qpid/trunk/qpid/specs/management-schema.xml
qpid.xml
qpid-store.xml:
svn export
http://anonsvn.jboss.org/repos/rhmessaging/store/trunk/cpp/lib/qmf-schema...
qpid-store.xml
qpid-acl.xml:
- svn export
http://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid/cpp/src/qpid/ac...
qpid-acl.xml
+ svn export
http://svn.apache.org/repos/asf/qpid/trunk/qpid/cpp/src/qpid/acl/manageme...
qpid-acl.xml
qpid-cluster.xml:
- svn export
http://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid/cpp/src/qpid/cl...
qpid-cluster.xml
+ svn export
http://svn.apache.org/repos/asf/qpid/trunk/qpid/cpp/src/qpid/cluster/mana...
qpid-cluster.xml
condor.xml:
wget
"http://git.et.redhat.com/?p=mrg-grid.git;a=blob_plain;f=src/management/condor-management-schema.xml;hb=refs/heads/matt-qmf-plugins-7.1"
-O condor.xml