Removes the now unnecessary mac-specific scripts.
Patch by: amitmanjhi
Review by: jat (desk review)
git-svn-id: https://google-web-toolkit.googlecode.com/svn/trunk@7022 8db76d5a-ed1c-0410-87a9-c151d255dfc7
diff --git a/distro-source/mac/src/benchmarkViewer b/distro-source/mac/src/benchmarkViewer
deleted file mode 100755
index 097bd1c..0000000
--- a/distro-source/mac/src/benchmarkViewer
+++ /dev/null
@@ -1,3 +0,0 @@
-#!/bin/sh
-APPDIR=`dirname $0`;
-java -Dcom.google.gwt.junit.reportPath="$1" -XstartOnFirstThread -cp "$APPDIR/gwt-dev-mac.jar" com.google.gwt.dev.RunWebApp -port auto $APPDIR/gwt-benchmark-viewer.war;
diff --git a/distro-source/mac/src/i18nCreator b/distro-source/mac/src/i18nCreator
deleted file mode 100644
index de476ea..0000000
--- a/distro-source/mac/src/i18nCreator
+++ /dev/null
@@ -1,3 +0,0 @@
-#!/bin/sh
-HOMEDIR=`dirname $0`;
-java -cp $HOMEDIR/gwt-user.jar:$HOMEDIR/gwt-dev-mac.jar com.google.gwt.i18n.tools.I18NCreator "$@";
diff --git a/distro-source/mac/src/webAppCreator b/distro-source/mac/src/webAppCreator
deleted file mode 100644
index c7fee75..0000000
--- a/distro-source/mac/src/webAppCreator
+++ /dev/null
@@ -1,3 +0,0 @@
-#!/bin/sh
-HOMEDIR=`dirname $0`;
-java -cp $HOMEDIR/gwt-user.jar:$HOMEDIR/gwt-dev-mac.jar com.google.gwt.user.tools.WebAppCreator "$@";