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/api-checker/build.xml b/tools/api-checker/build.xml index f7998b5..2a99552 100755 --- a/tools/api-checker/build.xml +++ b/tools/api-checker/build.xml
@@ -8,8 +8,7 @@ <property name="gwt.junit.testcase.apichecker.includes" value="**/*Test.class" /> <property name="gwt.junit.testcase.apichecker.excludes" value="" /> - <!-- 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" /> <target name="compile" description="Compile all class files">
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" />
diff --git a/tools/soyc-vis/build.xml b/tools/soyc-vis/build.xml index d6d4caa..51b8833 100644 --- a/tools/soyc-vis/build.xml +++ b/tools/soyc-vis/build.xml
@@ -6,8 +6,7 @@ <property name="project.tail" value="tools/soyc-vis" /> <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" /> <target name="clean"> <delete dir="build"/>