You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by br...@apache.org on 2018/08/06 22:42:29 UTC

[cordova-fetch] branch master updated (781f23e -> 47d2c19)

This is an automated email from the ASF dual-hosted git repository.

brodybits pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/cordova-fetch.git.


    from 781f23e  eslint devDep updates (#28)
     new c98ea10  dos2unix spec/support/dummy-local-plugin/plugin.xml
     new 411335e  GH-35 add license header to dummy-local-plugin
     new 47d2c19  GH-35 .ratignore ignore *.git

The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .ratignore                                 |  1 +
 spec/support/dummy-local-plugin/plugin.xml | 47 +++++++++++++++++++++---------
 2 files changed, 34 insertions(+), 14 deletions(-)


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org


[cordova-fetch] 02/03: GH-35 add license header to dummy-local-plugin

Posted by br...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

brodybits pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cordova-fetch.git

commit 411335ea5efbf0a7c30bb1b5e80c5f102527e941
Author: Christopher J. Brody <ch...@gmail.com>
AuthorDate: Mon Aug 6 17:23:56 2018 -0400

    GH-35 add license header to dummy-local-plugin
    
    spec/support/dummy-local-plugin/plugin.xml
    
    (copied from cordova-plugin-device)
---
 spec/support/dummy-local-plugin/plugin.xml | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)

diff --git a/spec/support/dummy-local-plugin/plugin.xml b/spec/support/dummy-local-plugin/plugin.xml
index dbb7bd7..411a497 100755
--- a/spec/support/dummy-local-plugin/plugin.xml
+++ b/spec/support/dummy-local-plugin/plugin.xml
@@ -1,4 +1,23 @@
 <?xml version="1.0" encoding="UTF-8"?>
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one
+  or more contributor license agreements.  See the NOTICE file
+  distributed with this work for additional information
+  regarding copyright ownership.  The ASF licenses this file
+  to you under the Apache License, Version 2.0 (the
+  "License"); you may not use this file except in compliance
+  with the License.  You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing,
+  software distributed under the License is distributed on an
+  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+  KIND, either express or implied.  See the License for the
+  specific language governing permissions and limitations
+  under the License.
+-->
+
 <plugin
 		xmlns="http://apache.org/cordova/ns/plugins/1.0"
 		xmlns:android="http://schemas.android.com/apk/res/android"


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org


[cordova-fetch] 01/03: dos2unix spec/support/dummy-local-plugin/plugin.xml

Posted by br...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

brodybits pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cordova-fetch.git

commit c98ea1008d9c59b94304ca4ba3ff02c1d3021324
Author: Christopher J. Brody <ch...@gmail.com>
AuthorDate: Mon Aug 6 15:51:18 2018 -0400

    dos2unix spec/support/dummy-local-plugin/plugin.xml
---
 spec/support/dummy-local-plugin/plugin.xml | 28 ++++++++++++++--------------
 1 file changed, 14 insertions(+), 14 deletions(-)

diff --git a/spec/support/dummy-local-plugin/plugin.xml b/spec/support/dummy-local-plugin/plugin.xml
index b15d7b7..dbb7bd7 100755
--- a/spec/support/dummy-local-plugin/plugin.xml
+++ b/spec/support/dummy-local-plugin/plugin.xml
@@ -1,14 +1,14 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<plugin
-		xmlns="http://apache.org/cordova/ns/plugins/1.0"
-		xmlns:android="http://schemas.android.com/apk/res/android"
-		id="test-plugin"
-		version="1.0.0">
-
-	<name>test plugin</name>
-
-	<engines>
-		<engine name="cordova" version=">=3.0.0" />
-	</engines>
-
-</plugin>
+<?xml version="1.0" encoding="UTF-8"?>
+<plugin
+		xmlns="http://apache.org/cordova/ns/plugins/1.0"
+		xmlns:android="http://schemas.android.com/apk/res/android"
+		id="test-plugin"
+		version="1.0.0">
+
+	<name>test plugin</name>
+
+	<engines>
+		<engine name="cordova" version=">=3.0.0" />
+	</engines>
+
+</plugin>


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org


[cordova-fetch] 03/03: GH-35 .ratignore ignore *.git

Posted by br...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

brodybits pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cordova-fetch.git

commit 47d2c193a5ae5d6c5b5fb7488054397be767b337
Author: Christopher J. Brody <ch...@gmail.com>
AuthorDate: Mon Aug 6 18:35:32 2018 -0400

    GH-35 .ratignore ignore *.git
    
    to ignore artifacts in spec/support/repo-name-neq-plugin-id.git
---
 .ratignore | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.ratignore b/.ratignore
index d795f36..1e811bb 100644
--- a/.ratignore
+++ b/.ratignore
@@ -1,3 +1,4 @@
 jasmine.json
 testpkg.json
 appveyor.yml
+*.git


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org