From 80a1ea6e6e524f2f49f0fc2d0884b08261bae73b Mon Sep 17 00:00:00 2001 From: Michael Olbrich Date: Wed, 16 Jun 2010 17:55:39 +0200 Subject: [plot] add plot web demo Signed-off-by: Michael Olbrich --- web-gui/plot/Manifest.json | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 web-gui/plot/Manifest.json (limited to 'web-gui/plot/Manifest.json') diff --git a/web-gui/plot/Manifest.json b/web-gui/plot/Manifest.json new file mode 100644 index 0000000..c5fbb18 --- /dev/null +++ b/web-gui/plot/Manifest.json @@ -0,0 +1,34 @@ +{ + "info" : + { + "name" : "plot", + + "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": ["1.1"] + }, + + "provides" : + { + "namespace" : "plot", + "encoding" : "utf-8", + "class" : "source/class", + "resource" : "source/resource", + "translation" : "source/translation", + "type" : "application" + } +} + -- cgit v1.2.3