Changes by: peterbecker Thu Nov 6 21:01:55 PST 2003
Log message:
This was not really necessary, but:
- the version numbers of the existing libraries were unknown, thus making
it hard to fix issues in case they appear
- the versions used now are the latest stable version, which hopefully
prevents issues with software wearing
The library version are now enlisted in the new readme file in the libs dir.
The update of JDOM required a slight change of the code (addAttribute(..)
became setAttribute(..)), there is also a deprecation warning I haven't
fixed yet.
While doing the change I changed some fully qualified access into imports.
Saxon now offers JDOM trees as inputs, that might be worthwhile changing.
Modified files:
XWeb/net/sourceforge/xweb/backend/documents/:
Document.java ImageCopyDocument.java XSLDocument.java
XWeb/net/sourceforge/xweb/backend/: WebsiteProcessor.java
XWeb/net/sourceforge/xweb/backend/images/:
SVGImageGenerator.java ImageGenerator.java
XWeb/net/sourceforge/xweb/frontend/: ImageRenderDialog.java
|