Excluding package.html from jars. git-svn-id: https://google-web-toolkit.googlecode.com/svn/trunk@152 8db76d5a-ed1c-0410-87a9-c151d255dfc7
diff --git a/dev/common.ant.xml b/dev/common.ant.xml index 1e131f7..4827623 100755 --- a/dev/common.ant.xml +++ b/dev/common.ant.xml
@@ -22,9 +22,9 @@ <target name="build" depends="compile" description="Build and package this project"> <mkdir dir="${gwt.build.lib}" /> <gwt.jar> - <fileset dir="src" /> - <fileset dir="${gwt.core.root}/src" /> - <fileset dir="${gwt.core.root}/super" /> + <fileset dir="src" excludes="**/package.html" /> + <fileset dir="${gwt.core.root}/src" excludes="**/package.html" /> + <fileset dir="${gwt.core.root}/super" excludes="**/package.html" /> <fileset dir="${javac.out}" /> <fileset dir="${gwt.core.build}/bin" /> <fileset dir="${unjar.out}" />