Blair Zajac
unread,Nov 20, 2009, 1:05:25 AM11/20/09Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Google Collections Library - users list
Hello,
Is there going to be a new mailing list for the Google Guava libraries?
What will be the name of the Guava jar file?. I've modified the build.xml
assuming that it'll be called google-guava.jar:
diff --git a/build.xml b/build.xml
index fb0b0e4..3f43b1a 100644
--- a/build.xml
+++ b/build.xml
@@ -21,6 +21,10 @@
</javac>
</target>
+ <target name="jar" depends="compile">
+ <jar destfile="google-guava.jar" basedir="build/classes" />
+ </target>
+
<target name="clean"
description="Remove generated files.">
<delete dir="build"/>
Regards,
Blair