You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@shindig.apache.org by li...@apache.org on 2010/09/15 03:40:28 UTC

svn commit: r997165 - /shindig/trunk/etc/run-gjslint

Author: lindner
Date: Wed Sep 15 01:40:27 2010
New Revision: 997165

URL: http://svn.apache.org/viewvc?rev=997165&view=rev
Log:
add shell script wrapper around gjslint

Added:
    shindig/trunk/etc/run-gjslint   (with props)

Added: shindig/trunk/etc/run-gjslint
URL: http://svn.apache.org/viewvc/shindig/trunk/etc/run-gjslint?rev=997165&view=auto
==============================================================================
--- shindig/trunk/etc/run-gjslint (added)
+++ shindig/trunk/etc/run-gjslint Wed Sep 15 01:40:27 2010
@@ -0,0 +1,2 @@
+#!/bin/sh
+gjslint --strict --unix_mode --exclude_directories features/src/main/javascript/features/swfobject,features/src/main/javascript/features/i18n --recurse features/src/main/javascript/features 

Propchange: shindig/trunk/etc/run-gjslint
------------------------------------------------------------------------------
    svn:executable = *