Dave Jarvis' Repositories

git clone https://repo.autonoma.ca/repo/delibero.git

Updated comments regarding Xerces and system properties.

AuthorDave Jarvis <email>
Date2015-01-17 14:09:15 GMT-0800
Commit610a04d3973baab6975e61b76bf81da8c7787103
Parentc604349
build.gradle
compile "org.apache.shiro:shiro-core:1.2.3"
- // XSLT 2.0 with EXSLT (http://exslt.org/)
+ // XSLT 2.0 with EXSLT (http://exslt.org/) for XSLT math (e.g., fn:abs)
compile "net.sourceforge.saxon:saxon:9.1.0.8"
- // Xerces XML parser
+ // Xerces XML parser; see resources/system.properties for usage
compile "xerces:xercesImpl:2.11.0"
-
- // XSLT 2.0 without EXLST
- //compile "net.sf.saxon:Saxon-HE:9.4"
// Database
resources/system.properties
# Calls System.setProperty for each of the name/value pairs.
#
+
+# Creates a dependency on the Xerces XML parser.
javax.xml.parsers.SAXParserFactory=org.apache.xerces.jaxp.SAXParserFactoryImpl
Delta4 lines added, 5 lines removed, 1-line decrease