You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by sh...@apache.org on 2015/09/12 02:19:40 UTC

ios commit: CB-9254 - update_cordova_subproject command for cordova-ios 4.0.0-dev results in a build error

Repository: cordova-ios
Updated Branches:
  refs/heads/master a56ff479f -> 47154c3c3


CB-9254 - update_cordova_subproject command for cordova-ios 4.0.0-dev results in a build error


Project: http://git-wip-us.apache.org/repos/asf/cordova-ios/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-ios/commit/47154c3c
Tree: http://git-wip-us.apache.org/repos/asf/cordova-ios/tree/47154c3c
Diff: http://git-wip-us.apache.org/repos/asf/cordova-ios/diff/47154c3c

Branch: refs/heads/master
Commit: 47154c3c366aa9fa423639eb002966f5666f5e8b
Parents: a56ff47
Author: Shazron Abdullah <sh...@apache.org>
Authored: Fri Sep 11 17:23:32 2015 -0700
Committer: Shazron Abdullah <sh...@apache.org>
Committed: Fri Sep 11 17:23:32 2015 -0700

----------------------------------------------------------------------
 bin/update_cordova_subproject     | 31 -------------------------------
 bin/update_cordova_subproject.bat | 26 --------------------------
 2 files changed, 57 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-ios/blob/47154c3c/bin/update_cordova_subproject
----------------------------------------------------------------------
diff --git a/bin/update_cordova_subproject b/bin/update_cordova_subproject
deleted file mode 100755
index 88e933e..0000000
--- a/bin/update_cordova_subproject
+++ /dev/null
@@ -1,31 +0,0 @@
-#!/usr/bin/env node
-
-/*
-    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 create = require('./lib/create'),
-    args;
-
-if (process.argv.length < 3) {
-    create.updateSubprojectHelp();
-}
-else {
-    args = process.argv.slice(2);
-    create.update_cordova_subproject(args);
-}

http://git-wip-us.apache.org/repos/asf/cordova-ios/blob/47154c3c/bin/update_cordova_subproject.bat
----------------------------------------------------------------------
diff --git a/bin/update_cordova_subproject.bat b/bin/update_cordova_subproject.bat
deleted file mode 100644
index 1f1c1c9..0000000
--- a/bin/update_cordova_subproject.bat
+++ /dev/null
@@ -1,26 +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.
-
-@ECHO OFF
-SET script="%~dp0update_cordova_subproject"
-IF EXIST %script% (
-    node %script% %*
-) ELSE (
-    ECHO.
-    ECHO ERROR: Could not find 'update_cordova_subproject' script in 'bin' folder, aborting...>&2
-    EXIT /B 1
-)


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