Remove persistence.xml from gwt-biikeshed.jar git-svn-id: https://google-web-toolkit.googlecode.com/svn/trunk@7930 8db76d5a-ed1c-0410-87a9-c151d255dfc7
diff --git a/bikeshed/build.xml b/bikeshed/build.xml index 77f643a..c0647f6 100644 --- a/bikeshed/build.xml +++ b/bikeshed/build.xml
@@ -36,7 +36,7 @@ description="Build and package this project"> <mkdir dir="${gwt.build.lib}" /> <gwt.jar> - <fileset dir="src" excludes="**/sample/**" /> + <fileset dir="src" excludes="**/sample/** **/META-INF/**" /> <fileset dir="${javac.out}" /> </gwt.jar> </target>