Merge lp:~abreu-alexandre/qtcreator-plugin-ubuntu/add-plugins-xml-to-cordova-project into lp:qtcreator-plugin-ubuntu

Proposed by Alexandre Abreu
Status: Merged
Approved by: Francis Ginther
Approved revision: 10
Merged at revision: 11
Proposed branch: lp:~abreu-alexandre/qtcreator-plugin-ubuntu/add-plugins-xml-to-cordova-project
Merge into: lp:qtcreator-plugin-ubuntu
Diff against target: 61 lines (+46/-0)
2 files modified
share/qtcreator/templates/wizards/ubuntu/cordovaubuntu/plugins.xml (+43/-0)
share/qtcreator/templates/wizards/ubuntu/projectypes.json (+3/-0)
To merge this branch: bzr merge lp:~abreu-alexandre/qtcreator-plugin-ubuntu/add-plugins-xml-to-cordova-project
Reviewer Review Type Date Requested Status
Alexandre Abreu (community) Approve
PS Jenkins bot continuous-integration Approve
Review via email: mp+181060@code.launchpad.net

Commit message

Add missing plugins.xml file to cordova project

Description of the change

Add missing plugins.xml file to cordova project

To post a comment you must log in.
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Needs Fixing (continuous-integration)
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Needs Fixing (continuous-integration)
Revision history for this message
Francis Ginther (fginther) wrote :

Restarting autolanding, the license check has been removed.

Revision history for this message
PS Jenkins bot (ps-jenkins) :
review: Approve (continuous-integration)
Revision history for this message
Alexandre Abreu (abreu-alexandre) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== added file 'share/qtcreator/templates/wizards/ubuntu/cordovaubuntu/plugins.xml'
2--- share/qtcreator/templates/wizards/ubuntu/cordovaubuntu/plugins.xml 1970-01-01 00:00:00 +0000
3+++ share/qtcreator/templates/wizards/ubuntu/cordovaubuntu/plugins.xml 2013-08-20 14:49:24 +0000
4@@ -0,0 +1,43 @@
5+<?xml version="1.0" encoding="utf-8"?>
6+<!--
7+
8+ Licensed to the Apache Software Foundation (ASF) under one
9+ or more contributor license agreements. See the NOTICE file
10+ distributed with this work for additional information
11+ regarding copyright ownership. The ASF licenses this file
12+ to you under the Apache License, Version 2.0 (the
13+ "License"); you may not use this file except in compliance
14+ with the License. You may obtain a copy of the License at
15+
16+ http://www.apache.org/licenses/LICENSE-2.0
17+
18+ Unless required by applicable law or agreed to in writing,
19+ software distributed under the License is distributed on an
20+ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
21+ KIND, either express or implied. See the License for the
22+ specific language governing permissions and limitations
23+ under the License.
24+
25+-->
26+
27+<plugins>
28+ <plugin name="File" value="com.cordova.File"/>
29+ <plugin name="Notification" value="com.cordova.Notification"/>
30+ <plugin name="Accelerometer" value="com.cordova.Accelerometer"/>
31+ <plugin name="Events" value="com.cordova.Events"/>
32+ <plugin name="Geolocation" value="com.cordova.Geolocation"/>
33+ <plugin name="Device" value="com.cordova.Device"/>
34+ <plugin name="Console" value="com.cordova.Console"/>
35+ <plugin name="Connection" value="com.cordova.Connection"/>
36+ <plugin name="Compass" value="com.cordova.Compass"/>
37+ <plugin name="Camera" value="com.cordova.Camera"/>
38+ <plugin name="Contacts" value="com.cordova.Contacts"/>
39+ <plugin name="Media" value="com.cordova.Media"/>
40+ <plugin name="Globalization" value="com.cordova.Globalization"/>
41+ <plugin name="Capture" value="com.cordova.Capture"/>
42+ <plugin name="Splashscreen" value="com.cordova.Splashscreen"/>
43+ <plugin name="InAppBrowser" value="com.cordova.InAppBrowser"/>
44+
45+<!-- Non-standard -->
46+ <plugin name="App" value="com.cordova.App"/>
47+</plugins>
48
49=== modified file 'share/qtcreator/templates/wizards/ubuntu/projectypes.json'
50--- share/qtcreator/templates/wizards/ubuntu/projectypes.json 2013-08-15 12:25:36 +0000
51+++ share/qtcreator/templates/wizards/ubuntu/projectypes.json 2013-08-20 14:49:24 +0000
52@@ -113,6 +113,9 @@
53 },
54 {
55 "fileName": "img/logo.png"
56+ },
57+ {
58+ "fileName": "plugins.xml"
59 }
60 ]
61 },

Subscribers

People subscribed via source and target branches