Drop the bikeshed jar from the GWT distribution.

Patch by: amitmanjhi
Review by: rdayal, jasonparekh

Review at http://gwt-code-reviews.appspot.com/665801


git-svn-id: https://google-web-toolkit.googlecode.com/svn/trunk@8316 8db76d5a-ed1c-0410-87a9-c151d255dfc7
diff --git a/build.xml b/build.xml
index a7e283c..27bd6f9 100755
--- a/build.xml
+++ b/build.xml
@@ -113,10 +113,6 @@
      <call-subproject subproject="tools" subtarget="build"/>
      <call-subproject subproject="jni" subtarget="build"/>
      <call-subproject subproject="samples" subtarget="build"/>
-
-     <!-- TODO: GWT 2.1.0 M1 SDK requires gwt-bikeshed.jar to be included. This
-                can be removed once bikeshed is merged into other JARs. -->
-     <call-subproject subproject="bikeshed" subtarget="build" />
   </target>
 
   <target name="checkstyle" description="[action] Does static analysis of GWT source">
diff --git a/distro-source/build.xml b/distro-source/build.xml
index 05c05cc..d43e797 100755
--- a/distro-source/build.xml
+++ b/distro-source/build.xml
@@ -25,7 +25,6 @@
       <zipfileset file="${gwt.build.lib}/gwt-benchmark-viewer.war" prefix="${project.distname}" />
       <zipfileset file="${gwt.build.lib}/gwt-soyc-vis.jar" prefix="${project.distname}" />
       <zipfileset file="${gwt.build.lib}/gwt-api-checker.jar" prefix="${project.distname}" />
-      <zipfileset file="${gwt.build.lib}/gwt-bikeshed.jar" prefix="${project.distname}" />
 
       <!-- jni libs-->
       <zipfileset dir="${gwt.build.jni}/windows" prefix="${project.distname}" />