Guava list and jar name

6 views
Skip to first unread message

Blair Zajac

unread,
Nov 20, 2009, 1:05:25 AM11/20/09
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

Reply all
Reply to author
Forward
0 new messages