Code

Renamed root definition file
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Wed, 18 May 2011 11:50:33 +0000 (11:50 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Wed, 18 May 2011 11:50:33 +0000 (11:50 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@20855 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-plugins/goto-ng/admin/newConfigManagement/goto/Config/root.json [new file with mode: 0644]
gosa-plugins/goto-ng/admin/newConfigManagement/goto/Config/root.xml [deleted file]

diff --git a/gosa-plugins/goto-ng/admin/newConfigManagement/goto/Config/root.json b/gosa-plugins/goto-ng/admin/newConfigManagement/goto/Config/root.json
new file mode 100644 (file)
index 0000000..d42a7ba
--- /dev/null
@@ -0,0 +1,150 @@
+{
+    "root": {
+        "description": "root",
+        "name": "root",
+        "title": "root",
+        "items": {
+            "Distribution": {
+                "container": [
+                    "Release"
+                ],
+                "name": "Distribution",
+                "description": "Distribution",
+                "options": {
+                    "name": {
+                        "description": "Name",
+                        "default": "",
+                        "value": "",
+                        "required": true,
+                        "type": "string",
+                        "display": "Name",
+                        "initiallyEditableOnly": true
+                    },
+                    "origin": {
+                        "description": "Mirror Url",
+                        "default": "",
+                        "value": "",
+                        "required": false,
+                        "type": "string",
+                        "display": "Mirror Url",
+                        "initiallyEditableOnly": true
+                    },
+                    "installation_type": {
+                        "description": "Distribution type",
+                        "default": "deb",
+                        "value": "deb",
+                        "required": true,
+                        "type": "combobox",
+                        "display": "Distribution type",
+                        "values": {
+                            "deb": "deb",
+                            "rpm": "rpm"
+                        },
+                        "initiallyEditableOnly": true
+                    },
+                    "installation_method": {
+                        "description": "Methode",
+                        "default": "puppet",
+                        "value": "puppet",
+                        "required": false,
+                        "type": "combobox",
+                        "display": "Installation method",
+                        "values": {
+                            "puppet": "Puppet"
+                        },
+                        "initiallyEditableOnly": true
+                    },
+                    "architectures": {
+                        "description": "Architecture",
+                        "default": "",
+                        "value": "",
+                        "required": false,
+                        "type": "list",
+                        "display": "Architecture"
+                    },
+                    "components": {
+                        "description": "Komponente",
+                        "default": "",
+                        "value": "",
+                        "required": false,
+                        "type": "list",
+                        "display": "Komponente"
+                    },
+                    "mirror_sources": {
+                        "description": "Mirror sources",
+                        "default": "",
+                        "value": "",
+                        "required": false,
+                        "type": "checkbox",
+                        "display": "Mirror sources"
+                    }
+                }
+            },
+            "Release": {
+                "container": [
+                    "Release",
+                    "__CFG_ITEMS__"
+                ],
+                "name": "Release",
+                "description": "Release",
+                "options": {
+                    "name": {
+                        "description": "Name",
+                        "default": "",
+                        "value": "",
+                        "required": true,
+                        "type": "string",
+                        "display": "Name"
+                    }
+                }
+            },
+            "root": {
+                "container": [
+                    "Distribution",
+                    "Template"
+                ],
+                "name": "\\/",
+                "description": "Wurzel"
+            },
+            "Template": {
+                "container": [],
+                "name": "Template",
+                "description": "Vorlage",
+                "options": {
+                    "name": {
+                        "description": "Name",
+                        "default": "",
+                        "value": "",
+                        "required": true,
+                        "type": "string",
+                        "display": "Name"
+                    },
+                    "description": {
+                        "description": "Beschreibung",
+                        "default": "",
+                        "value": "",
+                        "required": true,
+                        "type": "string",
+                        "display": "Beschreibung"
+                    },
+                    "method": {
+                        "description": "Methode",
+                        "default": "",
+                        "value": "",
+                        "required": true,
+                        "type": "string",
+                        "display": "Methode"
+                    },
+                    "data": {
+                        "description": "Data",
+                        "default": "",
+                        "value": "",
+                        "required": true,
+                        "type": "text",
+                        "display": "Data"
+                    }
+                }
+            }
+        }
+    }
+}
diff --git a/gosa-plugins/goto-ng/admin/newConfigManagement/goto/Config/root.xml b/gosa-plugins/goto-ng/admin/newConfigManagement/goto/Config/root.xml
deleted file mode 100644 (file)
index d42a7ba..0000000
+++ /dev/null
@@ -1,150 +0,0 @@
-{
-    "root": {
-        "description": "root",
-        "name": "root",
-        "title": "root",
-        "items": {
-            "Distribution": {
-                "container": [
-                    "Release"
-                ],
-                "name": "Distribution",
-                "description": "Distribution",
-                "options": {
-                    "name": {
-                        "description": "Name",
-                        "default": "",
-                        "value": "",
-                        "required": true,
-                        "type": "string",
-                        "display": "Name",
-                        "initiallyEditableOnly": true
-                    },
-                    "origin": {
-                        "description": "Mirror Url",
-                        "default": "",
-                        "value": "",
-                        "required": false,
-                        "type": "string",
-                        "display": "Mirror Url",
-                        "initiallyEditableOnly": true
-                    },
-                    "installation_type": {
-                        "description": "Distribution type",
-                        "default": "deb",
-                        "value": "deb",
-                        "required": true,
-                        "type": "combobox",
-                        "display": "Distribution type",
-                        "values": {
-                            "deb": "deb",
-                            "rpm": "rpm"
-                        },
-                        "initiallyEditableOnly": true
-                    },
-                    "installation_method": {
-                        "description": "Methode",
-                        "default": "puppet",
-                        "value": "puppet",
-                        "required": false,
-                        "type": "combobox",
-                        "display": "Installation method",
-                        "values": {
-                            "puppet": "Puppet"
-                        },
-                        "initiallyEditableOnly": true
-                    },
-                    "architectures": {
-                        "description": "Architecture",
-                        "default": "",
-                        "value": "",
-                        "required": false,
-                        "type": "list",
-                        "display": "Architecture"
-                    },
-                    "components": {
-                        "description": "Komponente",
-                        "default": "",
-                        "value": "",
-                        "required": false,
-                        "type": "list",
-                        "display": "Komponente"
-                    },
-                    "mirror_sources": {
-                        "description": "Mirror sources",
-                        "default": "",
-                        "value": "",
-                        "required": false,
-                        "type": "checkbox",
-                        "display": "Mirror sources"
-                    }
-                }
-            },
-            "Release": {
-                "container": [
-                    "Release",
-                    "__CFG_ITEMS__"
-                ],
-                "name": "Release",
-                "description": "Release",
-                "options": {
-                    "name": {
-                        "description": "Name",
-                        "default": "",
-                        "value": "",
-                        "required": true,
-                        "type": "string",
-                        "display": "Name"
-                    }
-                }
-            },
-            "root": {
-                "container": [
-                    "Distribution",
-                    "Template"
-                ],
-                "name": "\\/",
-                "description": "Wurzel"
-            },
-            "Template": {
-                "container": [],
-                "name": "Template",
-                "description": "Vorlage",
-                "options": {
-                    "name": {
-                        "description": "Name",
-                        "default": "",
-                        "value": "",
-                        "required": true,
-                        "type": "string",
-                        "display": "Name"
-                    },
-                    "description": {
-                        "description": "Beschreibung",
-                        "default": "",
-                        "value": "",
-                        "required": true,
-                        "type": "string",
-                        "display": "Beschreibung"
-                    },
-                    "method": {
-                        "description": "Methode",
-                        "default": "",
-                        "value": "",
-                        "required": true,
-                        "type": "string",
-                        "display": "Methode"
-                    },
-                    "data": {
-                        "description": "Data",
-                        "default": "",
-                        "value": "",
-                        "required": true,
-                        "type": "text",
-                        "display": "Data"
-                    }
-                }
-            }
-        }
-    }
-}