summaryrefslogtreecommitdiffstats
path: root/qx08/Manifest.json
diff options
context:
space:
mode:
authorTobi Oetiker <tobi@oetiker.ch>2011-08-23 15:59:15 +0200
committerTobi Oetiker <tobi@oetiker.ch>2011-08-23 15:59:15 +0200
commit55490b1bfb539386b63e25a8fd90e56c0200c1e8 (patch)
tree8ab5e31b7d1579ae8640dd006c4aa01daf7f8aaa /qx08/Manifest.json
parenta1fbf832f9f0ba3043c3300aa0ca3a3d841ce41c (diff)
downloadsmokeping-55490b1bfb539386b63e25a8fd90e56c0200c1e8.tar.gz
smokeping-55490b1bfb539386b63e25a8fd90e56c0200c1e8.tar.xz
clean out smoketrace
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"
- }
-}
-