You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by fi...@apache.org on 2012/03/16 19:14:48 UTC

[1/29] ios commit: updating references to js file/folder in root makefile

Updated Branches:
  refs/heads/master b9a6d2266 -> d5afabfee


updating references to js file/folder in root makefile


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

Branch: refs/heads/master
Commit: d5afabfee0eeacf50a9b681050b49eb844849b48
Parents: 41f7d08
Author: Fil Maj <ma...@gmail.com>
Authored: Fri Mar 16 11:14:30 2012 -0700
Committer: Fil Maj <ma...@gmail.com>
Committed: Fri Mar 16 11:14:30 2012 -0700

----------------------------------------------------------------------
 Makefile |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-cordova-ios/blob/d5afabfe/Makefile
----------------------------------------------------------------------
diff --git a/Makefile b/Makefile
index 7edb63d..7de2ea9 100644
--- a/Makefile
+++ b/Makefile
@@ -70,7 +70,7 @@ xcode3-template: clean-xcode3-template
 	@$(CP) -Rf Cordova-based\ Application/www $(BUILD_BAK)
 	@cd Cordova-based\ Application/www; find . | xargs grep 'src[ 	]*=[ 	]*[\\'\"]cordova-*.*.js[\\'\"]' -sl | xargs -L1 sed -i "" "s/src[ 	]*=[ 	]*[\\'\"]cordova-*.*.js[\\'\"]/src=\"cordova-${CDV_VER}.js\"/g"
 	@cd ..
-	@cp CordovaLib/javascripts/cordova-*.js Cordova-based\ Application/www
+	@cp CordovaLib/javascript/cordova-*.js Cordova-based\ Application/www
 
 xcode4-template: clean-xcode4-template
 	@$(CP) Cordova-based\ Application/___PROJECTNAME___.xcodeproj/TemplateIcon.icns Cordova-based\ Application.xctemplate
@@ -130,7 +130,7 @@ clean-cordova-lib:
 	@$(RM_F) CordovaLib/CordovaLib.xcodeproj/*.mode1v3
 	@$(RM_F) CordovaLib/CordovaLib.xcodeproj/*.perspectivev3
 	@$(RM_F) CordovaLib/CordovaLib.xcodeproj/*.pbxuser
-	@$(RM_F) CordovaLib/javascripts/cordova-*.js
+	@$(RM_F) CordovaLib/javascript/cordova-*.js
 
 cordova-framework: cordova-lib clean-cordova-framework
 	@echo -n "Building Cordova.framework..."