summaryrefslogtreecommitdiff
path: root/confirm-extension.json
diff options
context:
space:
mode:
Diffstat (limited to 'confirm-extension.json')
-rw-r--r--confirm-extension.json26
1 files changed, 0 insertions, 26 deletions
diff --git a/confirm-extension.json b/confirm-extension.json
deleted file mode 100644
index 8cc6988..0000000
--- a/confirm-extension.json
+++ /dev/null
@@ -1,26 +0,0 @@
-{
- "extension": {
- "name": "confirm",
- "version": "0.1",
- "copyright": "Copyright (C) 2010 SpringSource"
- },
- "domains": [
- ],
- "constants": [
- ],
- "classes": [
- {"name": "confirm",
- "id": 85,
- "methods": [
- {"name": "select",
- "id": 10,
- "arguments": [
- {"type": "bit", "name": "multiple", "default-value": false},
- {"type": "bit", "name": "nowait", "default-value": false}],
- "synchronous": true},
- {"name": "select-ok",
- "id": 11,
- "arguments": []}
- ]}
- ]
-}