Remove SWT, collapse dev platforms to a single one, rewrite runstyles to new
API.

TODO: ant checkstyle fails, need better handling of argument processing
errors for runstyles.

Patch by: jat
Review by: amitmanjhi, rjrjr (TBR)


git-svn-id: https://google-web-toolkit.googlecode.com/svn/branches/farewellSwt@6169 8db76d5a-ed1c-0410-87a9-c151d255dfc7
diff --git a/distro-source/src/junitCreator b/distro-source/src/junitCreator
new file mode 100755
index 0000000..df2655f
--- /dev/null
+++ b/distro-source/src/junitCreator
@@ -0,0 +1,3 @@
+#!/bin/sh
+HOMEDIR=`dirname $0`;
+java -cp $HOMEDIR/gwt-user.jar:$HOMEDIR/gwt-dev.jar com.google.gwt.junit.tools.JUnitCreator "$@";