At Edward's request, the codebase for Java Web Start releases may now

be specified on the command line via
'ant -Djnlp.codebase="http://foo.bar/baz"'.

This means that dist/ no longer contains .jnlp files; they are created by Ant
instead.
This commit is contained in:
dchandler 2002-10-25 11:56:05 +00:00
parent 010d8cb972
commit d211930e68
6 changed files with 202 additions and 107 deletions

7
dist/README.TXT vendored
View file

@ -1,6 +1,7 @@
This directory contains the JNLP files that we use to distribute our
Java programs via Java Web Start. Ant creates subdirectories here
also and populates them with various JARs, WARs, Zip files, etc.
This directory will contain the JNLP files that we use to distribute
our Java programs via Java Web Start. Ant creates them, and it
creates subdirectories here and populates them with various JARs,
WARs, Zip files, etc.
DC