source: Manifest.json @ 75:c1acf2c10503

div id="jumploc">
Last change on this file since 75:c1acf2c10503 was 72:5c5d51f30cb2, checked in by fnevgeny, 16 years ago

Qooxdoo-0.8 migration.

File size: 669 bytes
Line 
1{
2  "info" : 
3  {
4    "name" : "pf",
5
6    "summary" : "Custom Application",
7    "description" : "This is a skeleton for a custom application with qooxdoo.",
8   
9    "homepage" : "http://some.homepage.url/",
10
11    "license" : "SomeLicense",
12    "authors" : 
13    [
14      {
15        "name" : "First Author (uid)",
16        "email" : "first.author@some.domain"
17      }
18    ],
19
20    "version" : "trunk",
21    "qooxdoo-versions": ["0.8"]
22  },
23 
24  "provides" : 
25  {
26    "namespace"   : "pf",
27    "encoding"    : "utf-8",
28    "class"       : "source/class",
29    "resource"    : "source/resource",
30    "translation" : "source/translation",
31    "type"        : "application"
32  }
33}
34
Note: See TracBrowser for help on using the repository browser.
<