From 55490b1bfb539386b63e25a8fd90e56c0200c1e8 Mon Sep 17 00:00:00 2001 From: Tobi Oetiker Date: Tue, 23 Aug 2011 13:59:15 +0000 Subject: clean out smoketrace --- qx08/Manifest.json | 34 ---------------------------------- 1 file changed, 34 deletions(-) delete mode 100644 qx08/Manifest.json (limited to 'qx08/Manifest.json') 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" - } -} - -- cgit v1.2.3-24-g4f1b