Revision: 1348
Author: [email protected]
Date: Sun Oct 31 14:32:49 2010
Log: exclude some more things from the src build.
http://code.google.com/p/google-guice/source/detail?r=1348
Modified:
/trunk/build.xml
=======================================
--- /trunk/build.xml Sun Oct 31 13:39:41 2010
+++ /trunk/build.xml Sun Oct 31 14:32:49 2010
@@ -71,7 +71,7 @@
</zip>
<zip destfile="${build.dir}/guice-${version}-src.zip">
<zipfileset dir="." prefix="guice-${version}-src"
-
excludes="build/**/*,build,.svn,.svn/**/*,**/.svn,classes,classes/**/*"/>
+
excludes="build/**,**/.svn/**,classes/**,.settings/**,bin/**,latest-api-diffs/**,latest-javadoc/**,.classpath,.project"/>
</zip>
</target>
--
You received this message because you are subscribed to the Google Groups
"google-guice-dev" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/google-guice-dev?hl=en.