ivy.xml (hsqldb-2.6.0) | : | ivy.xml (hsqldb-2.6.1) | ||
---|---|---|---|---|
<ivy-module version="2.0"> | <ivy-module version="2.0"> | |||
<!-- $Id: ivy.xml 4687 2011-11-03 11:40:48Z unsaved $ --> | <!-- $Id: ivy.xml 6364 2021-07-16 19:23:53Z fredt $ --> | |||
<info organisation="hsqldb" module="docbook"/> | <info organisation="hsqldb" module="docbook"/> | |||
<configurations defaultconf="fop"> | <configurations defaultconf="fop"> | |||
<conf name="xcsdeRngvalJar" transitive="false" | <conf name="xcsdeRngvalJar" transitive="false" | |||
description="Single XCSDE RELAX NG XML Validator jar file"/> | description="Single XCSDE RELAX NG XML Validator jar file"/> | |||
<conf name="xcsdeRngvalDeps" transitive="true" | <conf name="xcsdeRngvalDeps" transitive="true" | |||
description="Dependecies of XCSDE RELAX NG XML Validator Jar file" | description="Dependecies of XCSDE RELAX NG XML Validator Jar file" | |||
extends="xcsdeRngvalJar"/> | extends="xcsdeRngvalJar"/> | |||
<conf name="xalan" description="Xalan Xslt" transitive="false" | <conf name="xalan" description="Xalan Xslt" transitive="false" | |||
extends="xcsdeRngvalJar"/> | extends="xcsdeRngvalJar"/> | |||
<conf name="fop" description="FOP" transitive="false"/> | <conf name="fop" description="FOP" transitive="false"/> | |||
skipping to change at line 54 | skipping to change at line 54 | |||
<dependency name="xercesImpl" org="xerces" rev="2.10.0" | <dependency name="xercesImpl" org="xerces" rev="2.10.0" | |||
conf="xalan"/> | conf="xalan"/> | |||
<dependency name="xcsde-rngval" rev="0.1.0" org="com.admc" | <dependency name="xcsde-rngval" rev="0.1.0" org="com.admc" | |||
conf="xcsdeRngvalJar"/> | conf="xcsdeRngvalJar"/> | |||
<!-- conf extending gets this xcsdeRngvalJar into the xcsdeRngvalDeps and | <!-- conf extending gets this xcsdeRngvalJar into the xcsdeRngvalDeps and | |||
into xalan. | into xalan. | |||
Primary purpose of this jar is for the admc MSV validator. | Primary purpose of this jar is for the admc MSV validator. | |||
It is also added to the XSLT CLASSPATH only to add the XInclude | It is also added to the XSLT CLASSPATH only to add the XInclude | |||
settings file to the CLASSPATH. Needed by Xalan during XSLT. | settings file to the CLASSPATH. Needed by Xalan during XSLT. | |||
--> | --> | |||
<dependency name="bnd" org="biz.aQute" rev="0.0.384" conf="bndJar"/> | <dependency name="biz.aQute.bnd" org="biz.aQute.bnd" rev="5.3.0" conf="bndJa r"/> | |||
<dependency name="jflex" org="de.jflex" rev="1.4.3" conf="jflexJar"/> | <dependency name="jflex" org="de.jflex" rev="1.4.3" conf="jflexJar"/> | |||
</dependencies> | </dependencies> | |||
</ivy-module> | </ivy-module> | |||
End of changes. 2 change blocks. | ||||
2 lines changed or deleted | 2 lines changed or added |