No description
31bfe278ea
Added a 'releases' target that builds Javadocs, binary JARs, and a source zipfile. It generates double-clickable Jskad and translation tool JARs, but it does NOT generate double-clickable Savant or QuillDriver jars because that would require putting jdom/xalan/xml-apis/xercesImpl/jmf JARs onto the Class-path attribute in the manifest files. That would be a relative path, though, and until we have an installer, I don't know what to put in there. That means that, for now, you invoke Savant with 'java -cp jdom.jar;jmf.jar;....;Savant-2002XXXX.jar org.thdl.savant.SavantShell' BUT, I've added targets to run all four programs: savant-run, qd-run, tt-run, and jskad-run. No longer uses manifests/*. Ant has a <manifest> task that we use instead. Now uses the source/overview.html file in Javadoc builds. |
||
---|---|---|
docs | ||
extensions/netscape/javascript | ||
license | ||
manifests | ||
source | ||
.cvsignore | ||
build.xml |