source: Dev/trunk/src/client/util/checkstyle/checkstyle.sh @ 532

Last change on this file since 532 was 483, checked in by hendrikvanantwerpen, 11 years ago

Added Dojo 1.9.3 release.

File size: 366 bytes
Line 
1#!/bin/sh
2
3java -classpath ../shrinksafe/js.jar:../shrinksafe/shrinksafe.jar org.mozilla.javascript.tools.shell.Main runCheckstyle.js "$@"
4
5# if you experience an "Out of Memory" error, you can increase it as follows:
6#java -Xms256m -Xmx256m -classpath ../shrinksafe/js.jar:../shrinksafe/shrinksafe.jar org.mozilla.javascript.tools.shell.Main  runCheckstyle.js "$@"
Note: See TracBrowser for help on using the repository browser.