~mutse-young/ubuntu-docviewer-app/trunk

« back to all changes in this revision

Viewing changes to manifest.json.in

  • Committer: Tarmac
  • Author(s): nskaggs
  • Date: 2014-11-10 21:53:42 UTC
  • mfrom: (40.1.1 ubuntu-docviewer-app)
  • Revision ID: tarmac-20141110215342-wyca2vxps812igra
fix manifest for builds.

Approved by Ubuntu Phone Apps Jenkins Bot.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
{
 
2
    "name": "com.ubuntu.docviewer",
 
3
    "title": "Document Viewer",
2
4
    "description": "Document Viewer application for Ubuntu devices",
3
5
    "framework": "ubuntu-sdk-14.10-qml-dev3",
4
6
    "architecture": "@CLICK_ARCH@",
 
7
    "icon": "@ICON@",
5
8
    "hooks": {
6
9
        "docviewer": {
7
10
            "apparmor": "docviewer.apparmor",
8
11
            "desktop": "com.ubuntu.docviewer.desktop",
9
 
            "content-hub": "docviewer-content.json"
 
12
        "content-hub": "docviewer-content.json"
10
13
        }
11
14
    },
 
15
    "version": "0.1.@BZR_REVNO@",
12
16
    "maintainer": "Ubuntu App Cats <ubuntu-touch-coreapps@lists.launchpad.net>",
13
 
    "name": "com.ubuntu.docviewer",
14
 
    "title": "Document viewer",
15
 
    "version": "0.1.@BZR_REVNO@"
 
17
    "x-source": {
 
18
        "vcs-bzr": "@BZR_SOURCE@",
 
19
        "vcs-bzr-revno": "@BZR_REVNO@"
 
20
    },
 
21
    "x-test": {
 
22
        "autopilot": "@AUTOPILOT_DIR@"
 
23
    }
16
24
}