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/tools/benchmark-viewer/build.xml b/tools/benchmark-viewer/build.xml
index af933eb..788b090 100755
--- a/tools/benchmark-viewer/build.xml
+++ b/tools/benchmark-viewer/build.xml
@@ -15,7 +15,7 @@
   <import file="${gwt.root}/common.ant.xml" />
 
     <!-- Platform shouldn't matter here, just picking one -->
-  <property.ensure name="gwt.dev.jar" location="${gwt.build.lib}/gwt-dev-${build.host.platform}.jar" />
+  <property.ensure name="gwt.dev.jar" location="${gwt.build.lib}/gwt-dev.jar" />
   <property.ensure name="gwt.user.jar" location="${gwt.build.lib}/gwt-user.jar" />
   <property.ensure name="gwt.servlet.jar" location="${gwt.build.lib}/gwt-servlet.jar" />