Repository: cordova-medic
Updated Branches:
  refs/heads/master 1719d7ed9 -> 7febfbd25


Changed mobilespec to copy from www/.

The mobilespec app has been moved from the repository's root to a www/ 
subdirectory.

Project: http://git-wip-us.apache.org/repos/asf/cordova-medic/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-medic/commit/7febfbd2
Tree: http://git-wip-us.apache.org/repos/asf/cordova-medic/tree/7febfbd2
Diff: http://git-wip-us.apache.org/repos/asf/cordova-medic/diff/7febfbd2

Branch: refs/heads/master
Commit: 7febfbd258effa6dafbf20a3000f91b277ac28d2
Parents: 1719d7e
Author: Max Woghiren <[email protected]>
Authored: Mon Jul 7 15:10:10 2014 -0400
Committer: Max Woghiren <[email protected]>
Committed: Mon Jul 7 15:10:10 2014 -0400

----------------------------------------------------------------------
 master.cfg | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-medic/blob/7febfbd2/master.cfg
----------------------------------------------------------------------
diff --git a/master.cfg b/master.cfg
index 192ee78..80171cf 100644
--- a/master.cfg
+++ b/master.cfg
@@ -204,9 +204,9 @@ common_steps_mobilespec_1 = [
 ]
 
 # The steps for any platform after platform add
-copy_www_cmd = ShellCommand(command=["node", "-e", 
"require('fs').symlinkSync('../cordova-mobile-spec','www','dir')"], 
workdir='build/mobilespec',haltOnFailure=True,description='Link www', 
descriptionDone='Link www'),
+copy_www_cmd = ShellCommand(command=["node", "-e", 
"require('fs').symlinkSync('../cordova-mobile-spec/www','www','dir')"], 
workdir='build/mobilespec',haltOnFailure=True,description='Link www', 
descriptionDone='Link www'),
 if is_Windows :
-    
copy_www_cmd=ShellCommand(command=["cp","-r","../cordova-mobile-spec","www"],workdir='build/mobilespec',haltOnFailure=True,description
 ='Copy www',descriptionDone ='Copy www')
+    
copy_www_cmd=ShellCommand(command=["cp","-r","../cordova-mobile-spec/www","www"],workdir='build/mobilespec',haltOnFailure=True,description
 ='Copy www',descriptionDone ='Copy www')
 common_steps_mobilespec_2 = [
     ShellCommand(command=["node", 
"../cordova-cli/bin/cordova","plugin","add","../cordova-mobile-spec/dependencies-plugin","--searchpath",".."
 ],workdir='build/mobilespec',haltOnFailure=True,description='Plugin 
add',descriptionDone='Plugin add'),
     ShellCommand(command=["node", "../cordova-cli/bin/cordova", "plugin", 
"add", 
"../medic/cordova-plugin-medic"],workdir='build/mobilespec',haltOnFailure=True,description='Medic
 plugin add',descriptionDone='Medic plugin add'),

Reply via email to