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/01/30 15:39:15 UTC

[1/2] ios commit: Delete obsolete instructions in bin/README.md

Delete obsolete instructions in bin/README.md


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

Branch: refs/heads/master
Commit: 34d5299bc55152ee085407a61eb46f482c77118c
Parents: 9867e4d
Author: Andrew Grieve <ag...@chromium.org>
Authored: Wed Jan 30 09:32:41 2013 -0500
Committer: Andrew Grieve <ag...@chromium.org>
Committed: Wed Jan 30 09:32:41 2013 -0500

----------------------------------------------------------------------
 bin/README.md |   29 -----------------------------
 1 files changed, 0 insertions(+), 29 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-ios/blob/34d5299b/bin/README.md
----------------------------------------------------------------------
diff --git a/bin/README.md b/bin/README.md
deleted file mode 100644
index d5ffc63..0000000
--- a/bin/README.md
+++ /dev/null
@@ -1,29 +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.
-#
--->
-
-Updating the template project
------------------------------
-
-1. Generate the tagged JavaScript file from the **cordova-js** repo
-2. Delete the **cordova-X.X.X.js** file in **templates/project/www**
-3. Copy the file from (1) into **templates/project/www**
-4. Rename the file in (3) to **cordova-X.X.X.js** where X.X.X is the current Cordova version
-5. Update the **&lt;script&gt;** tag reference for the **templates/project/www/index.html** file to point to (4)