You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by ag...@apache.org on 2013/02/20 19:31:58 UTC

js commit: Add missing filetransfer symbols.js files

Updated Branches:
  refs/heads/next 04e4ceafd -> 521bbd64e


Add missing filetransfer symbols.js files


Project: http://git-wip-us.apache.org/repos/asf/cordova-js/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-js/commit/521bbd64
Tree: http://git-wip-us.apache.org/repos/asf/cordova-js/tree/521bbd64
Diff: http://git-wip-us.apache.org/repos/asf/cordova-js/diff/521bbd64

Branch: refs/heads/next
Commit: 521bbd64ed729ca76b6646d25bb01b76ee8a54b5
Parents: 04e4cea
Author: Andrew Grieve <ag...@chromium.org>
Authored: Wed Feb 20 13:31:26 2013 -0500
Committer: Andrew Grieve <ag...@chromium.org>
Committed: Wed Feb 20 13:31:26 2013 -0500

----------------------------------------------------------------------
 lib/common/plugin/filetransfer/symbols.js       |   25 ++++++++++++++++++
 lib/windowsphone/plugin/filetransfer/symbols.js |   25 ++++++++++++++++++
 2 files changed, 50 insertions(+), 0 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-js/blob/521bbd64/lib/common/plugin/filetransfer/symbols.js
----------------------------------------------------------------------
diff --git a/lib/common/plugin/filetransfer/symbols.js b/lib/common/plugin/filetransfer/symbols.js
new file mode 100644
index 0000000..62a0727
--- /dev/null
+++ b/lib/common/plugin/filetransfer/symbols.js
@@ -0,0 +1,25 @@
+/*
+ * 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.
+ *
+*/
+
+
+var modulemapper = require('cordova/modulemapper');
+
+modulemapper.clobbers('cordova/plugin/FileTransfer', 'FileTransfer');
+modulemapper.clobbers('cordova/plugin/FileTransferError', 'FileTransferError');

http://git-wip-us.apache.org/repos/asf/cordova-js/blob/521bbd64/lib/windowsphone/plugin/filetransfer/symbols.js
----------------------------------------------------------------------
diff --git a/lib/windowsphone/plugin/filetransfer/symbols.js b/lib/windowsphone/plugin/filetransfer/symbols.js
new file mode 100644
index 0000000..923dc96
--- /dev/null
+++ b/lib/windowsphone/plugin/filetransfer/symbols.js
@@ -0,0 +1,25 @@
+/*
+ * 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.
+ *
+*/
+
+
+var modulemapper = require('cordova/modulemapper');
+
+modulemapper.clobbers('cordova/plugin/windowsphone/FileTransfer', 'FileTransfer');
+modulemapper.clobbers('cordova/plugin/FileTransferError', 'FileTransferError');