Merge lp:~mardy/owncloud-app/test-se into lp:owncloud-app

Proposed by Alberto Mardegan
Status: Approved
Approved by: Daniel Holm
Approved revision: 25
Proposed branch: lp:~mardy/owncloud-app/test-se
Merge into: lp:owncloud-app
Diff against target: 69 lines (+7/-7)
5 files modified
manifest.json (+2/-2)
plugin/data/owncloud-app.service (+2/-2)
plugin/data/owncloud-calendar.service (+1/-1)
plugin/data/owncloud-contacts.service (+1/-1)
plugin/data/owncloud.provider (+1/-1)
To merge this branch: bzr merge lp:~mardy/owncloud-app/test-se
Reviewer Review Type Date Requested Status
Daniel Holm Pending
Review via email: mp+244849@code.launchpad.net

Commit message

Adjust the provider IDs in the .service files.

Description of the change

Adjust the provider IDs in the .service files.

To post a comment you must log in.

Unmerged revisions

25. By Alberto Mardegan

Fix the provider ID

24. By Alberto Mardegan

Update framework, remove ids

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'manifest.json'
--- manifest.json 2014-11-23 04:10:53 +0000
+++ manifest.json 2014-12-16 12:15:10 +0000
@@ -1,7 +1,7 @@
1{1{
2 "architecture": "all",2 "architecture": "all",
3 "description": "Ubuntu Touch app and account plugin for ownCloud integration.",3 "description": "Ubuntu Touch app and account plugin for ownCloud integration.",
4 "framework": "ubuntu-sdk-14.10-qml-dev2",4 "framework": "ubuntu-sdk-14.10-qml",
5 "hooks": {5 "hooks": {
6 "owncloud-app": {6 "owncloud-app": {
7 "apparmor": "owncloud-app.json",7 "apparmor": "owncloud-app.json",
@@ -18,4 +18,4 @@
18 "name": "com.ubuntu.developer.danielholm.owncloud-app",18 "name": "com.ubuntu.developer.danielholm.owncloud-app",
19 "title": "owncloud-app",19 "title": "owncloud-app",
20 "version": "0.1"20 "version": "0.1"
21}
22\ No newline at end of file21\ No newline at end of file
22}
2323
=== modified file 'plugin/data/owncloud-app.service'
--- plugin/data/owncloud-app.service 2014-11-23 04:12:20 +0000
+++ plugin/data/owncloud-app.service 2014-12-16 12:15:10 +0000
@@ -1,8 +1,8 @@
1<?xml version="1.0" encoding="UTF-8"?>1<?xml version="1.0" encoding="UTF-8"?>
2<service id="owncloud-app">2<service>
3 <type>owncloud-app</type>3 <type>owncloud-app</type>
4 <name>ownCloud app</name>4 <name>ownCloud app</name>
5 <icon>owncloud</icon>5 <icon>owncloud</icon>
6 <provider>owncloud</provider>6 <provider>com.ubuntu.developer.danielholm.owncloud-app_plugin</provider>
7 <translations>account-plugins</translations>7 <translations>account-plugins</translations>
8</service>8</service>
99
=== modified file 'plugin/data/owncloud-calendar.service'
--- plugin/data/owncloud-calendar.service 2014-11-23 04:10:53 +0000
+++ plugin/data/owncloud-calendar.service 2014-12-16 12:15:10 +0000
@@ -3,6 +3,6 @@
3 <type>calendar</type>3 <type>calendar</type>
4 <name>ownCloud Calendar</name>4 <name>ownCloud Calendar</name>
5 <icon>calendar</icon>5 <icon>calendar</icon>
6 <provider>owncloud</provider>6 <provider>com.ubuntu.developer.danielholm.owncloud-app_plugin</provider>
7 <translations>account-plugins</translations>7 <translations>account-plugins</translations>
8</service>8</service>
99
=== modified file 'plugin/data/owncloud-contacts.service'
--- plugin/data/owncloud-contacts.service 2014-11-23 04:10:53 +0000
+++ plugin/data/owncloud-contacts.service 2014-12-16 12:15:10 +0000
@@ -3,6 +3,6 @@
3 <type>contacts</type>3 <type>contacts</type>
4 <name>ownCloud Contacts</name>4 <name>ownCloud Contacts</name>
5 <icon>contacts-app</icon>5 <icon>contacts-app</icon>
6 <provider>owncloud</provider>6 <provider>com.ubuntu.developer.danielholm.owncloud-app_plugin</provider>
7 <translations>account-plugins</translations>7 <translations>account-plugins</translations>
8</service>8</service>
99
=== modified file 'plugin/data/owncloud.provider'
--- plugin/data/owncloud.provider 2014-11-23 04:10:53 +0000
+++ plugin/data/owncloud.provider 2014-12-16 12:15:10 +0000
@@ -1,5 +1,5 @@
1<?xml version="1.0" encoding="UTF-8"?>1<?xml version="1.0" encoding="UTF-8"?>
2<provider id="owncloud">2<provider>
3 <name>ownCloud</name>3 <name>ownCloud</name>
4 <icon>owncloud.png</icon>4 <icon>owncloud.png</icon>
5 <translations>account-plugins</translations>5 <translations>account-plugins</translations>

Subscribers

People subscribed via source and target branches

to all changes: