Bikeshed is dead, so it's javadoc is too. git-svn-id: https://google-web-toolkit.googlecode.com/svn/trunk@8679 8db76d5a-ed1c-0410-87a9-c151d255dfc7
diff --git a/doc/build.xml b/doc/build.xml index 928c2f9..118c708 100644 --- a/doc/build.xml +++ b/doc/build.xml
@@ -30,8 +30,6 @@ <pathelement location="${gwt.root}/user/super" /> <pathelement location="${gwt.root}/dev/core/src" /> <pathelement location="${gwt.root}/dev/core/super" /> - <pathelement location="${gwt.root}/bikeshed/src" /> - <pathelement location="${gwt.root}/bikeshed/super" /> </path> <path id="USER_CLASS_PATH"> @@ -61,12 +59,6 @@ <fileset dir="${gwt.root}/user/super"> <include name="**/*.java" /> </fileset> - <fileset dir="${gwt.root}/bikeshed/src"> - <include name="**/*.java" /> - </fileset> - <fileset dir="${gwt.root}/bikeshed/super"> - <include name="**/*.java" /> - </fileset> <fileset dir="${gwt.root}/dev/core/src"> <include name="**/*.java" /> </fileset>