You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by pu...@apache.org on 2014/09/19 00:50:00 UTC

[25/27] git commit: Get rid of the folder

Get rid of the folder


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

Branch: refs/heads/master
Commit: b1ee47cc8014ca2ff604baf1dbe9358829df47ef
Parents: b1aac77
Author: Jesse MacFadyen <pu...@gmail.com>
Authored: Sat Sep 6 03:08:49 2014 -0700
Committer: Jesse MacFadyen <pu...@gmail.com>
Committed: Sat Sep 6 03:08:49 2014 -0700

----------------------------------------------------------------------
 wp8/node_modules/.bin/nopt.cmd | 5 -----
 wp8/node_modules/.bin/shjs.cmd | 5 -----
 2 files changed, 10 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-wp8/blob/b1ee47cc/wp8/node_modules/.bin/nopt.cmd
----------------------------------------------------------------------
diff --git a/wp8/node_modules/.bin/nopt.cmd b/wp8/node_modules/.bin/nopt.cmd
deleted file mode 100644
index c8e8216..0000000
--- a/wp8/node_modules/.bin/nopt.cmd
+++ /dev/null
@@ -1,5 +0,0 @@
-@IF EXIST "%~dp0\node.exe" (
-  "%~dp0\node.exe"  "%~dp0\..\nopt\bin\nopt.js" %*
-) ELSE (
-  node  "%~dp0\..\nopt\bin\nopt.js" %*
-)
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/cordova-wp8/blob/b1ee47cc/wp8/node_modules/.bin/shjs.cmd
----------------------------------------------------------------------
diff --git a/wp8/node_modules/.bin/shjs.cmd b/wp8/node_modules/.bin/shjs.cmd
deleted file mode 100644
index 9ce460a..0000000
--- a/wp8/node_modules/.bin/shjs.cmd
+++ /dev/null
@@ -1,5 +0,0 @@
-@IF EXIST "%~dp0\node.exe" (
-  "%~dp0\node.exe"  "%~dp0\..\shelljs\bin\shjs" %*
-) ELSE (
-  node  "%~dp0\..\shelljs\bin\shjs" %*
-)
\ No newline at end of file