summaryrefslogtreecommitdiffstats
path: root/qx08/Manifest.json
diff options
context:
space:
mode:
Diffstat (limited to 'qx08/Manifest.json')
-rw-r--r--qx08/Manifest.json34
1 files changed, 0 insertions, 34 deletions
diff --git a/qx08/Manifest.json b/qx08/Manifest.json
deleted file mode 100644
index dc58c7f..0000000
--- a/qx08/Manifest.json
+++ /dev/null
@@ -1,34 +0,0 @@
-{
- "info" :
- {
- "name" : "qx08",
-
- "summary" : "Custom Application",
- "description" : "This is a skeleton for a custom application with qooxdoo.",
-
- "homepage" : "http://some.homepage.url/",
-
- "license" : "SomeLicense",
- "authors" :
- [
- {
- "name" : "First Author (uid)",
- "email" : "first.author@some.domain"
- }
- ],
-
- "version" : "trunk",
- "qooxdoo-versions": ["0.8"]
- },
-
- "provides" :
- {
- "namespace" : "tr",
- "encoding" : "utf-8",
- "class" : "source/class",
- "resource" : "source/resource",
- "translation" : "source/translation",
- "type" : "application"
- }
-}
-