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/12 03:45:37 UTC

[2/4] git commit: Fix typo in output directory name

Fix typo in output directory name


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

Branch: refs/heads/5.4-js-rewrite
Commit: d522f22572c635339a9a669a1ceadba94683dace
Parents: ece6efc
Author: Howard M. Lewis Ship <hl...@apache.org>
Authored: Sat Aug 11 18:43:11 2012 -0700
Committer: Howard M. Lewis Ship <hl...@apache.org>
Committed: Sat Aug 11 18:43:11 2012 -0700

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


http://git-wip-us.apache.org/repos/asf/tapestry-5/blob/d522f225/tapestry-core/compile-test-coffeescript
----------------------------------------------------------------------
diff --git a/tapestry-core/compile-test-coffeescript b/tapestry-core/compile-test-coffeescript
index 022efb9..fd890d9 100755
--- a/tapestry-core/compile-test-coffeescript
+++ b/tapestry-core/compile-test-coffeescript
@@ -6,6 +6,6 @@
 # Doe NOT compile the test scripts.
 
 inputDir=src/test/coffeescript/org/apache/tapestry5/integration/app1/pages
-outputDir=buiid/generated-sources/compiled-test-coffeescript/org/apache/tapestry5/integration/app1/pages
+outputDir=build/generated-sources/compiled-test-coffeescript/org/apache/tapestry5/integration/app1/pages
 
 coffee --watch --bare --output $outputDir $inputDir/*.coffee
\ No newline at end of file