You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by hl...@apache.org on 2012/08/02 18:56:48 UTC

[3/6] git commit: Fix a typo

Fix a typo


Project: http://git-wip-us.apache.org/repos/asf/tapestry-5/repo
Commit: http://git-wip-us.apache.org/repos/asf/tapestry-5/commit/fb9c3b13
Tree: http://git-wip-us.apache.org/repos/asf/tapestry-5/tree/fb9c3b13
Diff: http://git-wip-us.apache.org/repos/asf/tapestry-5/diff/fb9c3b13

Branch: refs/heads/5.4-js-rewrite
Commit: fb9c3b13d65a3a25ce1baf9a53a3320f78df1049
Parents: 8acbd66
Author: Howard M. Lewis Ship <hl...@apache.org>
Authored: Thu Aug 2 08:42:04 2012 -0700
Committer: Howard M. Lewis Ship <hl...@apache.org>
Committed: Thu Aug 2 08:42:04 2012 -0700

----------------------------------------------------------------------
 tapestry-core/compile-coffeescript |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tapestry-5/blob/fb9c3b13/tapestry-core/compile-coffeescript
----------------------------------------------------------------------
diff --git a/tapestry-core/compile-coffeescript b/tapestry-core/compile-coffeescript
index 8292bde..4af28e2 100755
--- a/tapestry-core/compile-coffeescript
+++ b/tapestry-core/compile-coffeescript
@@ -5,7 +5,7 @@
 # Should be executed from the tapestry-core folder.
 # Doe NOT compile the test scripts.
 
-inputdir=src/main/coffeescript/META-INF/modules
+inputDir=src/main/coffeescript/META-INF/modules
 outputDir=build/generated-sources/compiled-coffeescript/META-INF/modules
 
 # Because all of these are AMD modules, they don't need a hygenic function wrapper,