Repository: cordova-js Updated Branches: refs/heads/master 8fe1fd856 -> 5f4848f64
Removed old warning-only code Project: http://git-wip-us.apache.org/repos/asf/cordova-js/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-js/commit/5f4848f6 Tree: http://git-wip-us.apache.org/repos/asf/cordova-js/tree/5f4848f6 Diff: http://git-wip-us.apache.org/repos/asf/cordova-js/diff/5f4848f6 Branch: refs/heads/master Commit: 5f4848f64638e071803563132734fdb1ee65b218 Parents: 8fe1fd8 Author: Jesse MacFadyen <[email protected]> Authored: Mon Nov 24 14:55:52 2014 -0800 Committer: Jesse MacFadyen <[email protected]> Committed: Mon Nov 24 14:55:52 2014 -0800 ---------------------------------------------------------------------- src/firefoxos/firefoxos/commandProxy.js | 23 ----------------------- src/windows/windows/commandProxy.js | 23 ----------------------- src/windows/windows8/commandProxy.js | 23 ----------------------- 3 files changed, 69 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-js/blob/5f4848f6/src/firefoxos/firefoxos/commandProxy.js ---------------------------------------------------------------------- diff --git a/src/firefoxos/firefoxos/commandProxy.js b/src/firefoxos/firefoxos/commandProxy.js deleted file mode 100644 index cbdf720..0000000 --- a/src/firefoxos/firefoxos/commandProxy.js +++ /dev/null @@ -1,23 +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. - * -*/ - -console.log('WARNING: please require cordova/exec/proxy instead'); -module.exports = require('cordova/exec/proxy'); http://git-wip-us.apache.org/repos/asf/cordova-js/blob/5f4848f6/src/windows/windows/commandProxy.js ---------------------------------------------------------------------- diff --git a/src/windows/windows/commandProxy.js b/src/windows/windows/commandProxy.js deleted file mode 100644 index cbdf720..0000000 --- a/src/windows/windows/commandProxy.js +++ /dev/null @@ -1,23 +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. - * -*/ - -console.log('WARNING: please require cordova/exec/proxy instead'); -module.exports = require('cordova/exec/proxy'); http://git-wip-us.apache.org/repos/asf/cordova-js/blob/5f4848f6/src/windows/windows8/commandProxy.js ---------------------------------------------------------------------- diff --git a/src/windows/windows8/commandProxy.js b/src/windows/windows8/commandProxy.js deleted file mode 100644 index cbdf720..0000000 --- a/src/windows/windows8/commandProxy.js +++ /dev/null @@ -1,23 +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. - * -*/ - -console.log('WARNING: please require cordova/exec/proxy instead'); -module.exports = require('cordova/exec/proxy'); --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
