You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by db...@apache.org on 2015/07/09 21:56:41 UTC

cordova-plugin-globalization git commit: Fixing license headers and adding moment.js to .ratignore.

Repository: cordova-plugin-globalization
Updated Branches:
  refs/heads/master 03d034c1b -> fe37ed671


Fixing license headers and adding moment.js to .ratignore.


Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-globalization/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-globalization/commit/fe37ed67
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-globalization/tree/fe37ed67
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-globalization/diff/fe37ed67

Branch: refs/heads/master
Commit: fe37ed67111af805be1f590ca087ff5e491ecb91
Parents: 03d034c
Author: Dmitry Blotsky <dm...@gmail.com>
Authored: Thu Jul 9 12:54:28 2015 -0700
Committer: Dmitry Blotsky <dm...@gmail.com>
Committed: Thu Jul 9 12:54:28 2015 -0700

----------------------------------------------------------------------
 .ratignore                        |  2 +-
 src/blackberry10/native/.cproject | 17 +++++++++++++++++
 src/blackberry10/native/.project  | 18 ++++++++++++++++++
 3 files changed, 36 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugin-globalization/blob/fe37ed67/.ratignore
----------------------------------------------------------------------
diff --git a/.ratignore b/.ratignore
index 831d5b4..599b8a0 100644
--- a/.ratignore
+++ b/.ratignore
@@ -1,3 +1,3 @@
 tokenizer.cpp
 tokenizer.h
-www/browser/moment.js
+moment.js

http://git-wip-us.apache.org/repos/asf/cordova-plugin-globalization/blob/fe37ed67/src/blackberry10/native/.cproject
----------------------------------------------------------------------
diff --git a/src/blackberry10/native/.cproject b/src/blackberry10/native/.cproject
index 43a8b0e..958039c 100644
--- a/src/blackberry10/native/.cproject
+++ b/src/blackberry10/native/.cproject
@@ -1,6 +1,23 @@
 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
 <?fileVersion 4.0.0?>
+<!--
+  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.
+-->
 <cproject storage_type_id="org.eclipse.cdt.core.XmlProjectDescriptionStorage">
 	<storageModule moduleId="org.eclipse.cdt.core.settings">
 		<cconfiguration id="com.qnx.qcc.configuration.sharedLib.debug.2086195267">

http://git-wip-us.apache.org/repos/asf/cordova-plugin-globalization/blob/fe37ed67/src/blackberry10/native/.project
----------------------------------------------------------------------
diff --git a/src/blackberry10/native/.project b/src/blackberry10/native/.project
index 11f9301..1a680c3 100644
--- a/src/blackberry10/native/.project
+++ b/src/blackberry10/native/.project
@@ -1,4 +1,22 @@
 <?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.
+-->
 <projectDescription>
 	<name>Globalization</name>
 	<comment></comment>


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