0.4.5
This commit is contained in:
parent
c58304e2ff
commit
e12ea9a9bd
BIN
dist/thumbnailator.zar
vendored
BIN
dist/thumbnailator.zar
vendored
Binary file not shown.
14
dist/xqdoc.xml
vendored
14
dist/xqdoc.xml
vendored
@ -1,6 +1,6 @@
|
||||
<xqdoc:xqdoc xmlns:xqdoc="http://www.xqdoc.org/1.0">
|
||||
<xqdoc:control>
|
||||
<xqdoc:date>2013-06-11T22:00:18.42+01:00</xqdoc:date>
|
||||
<xqdoc:date>2013-08-04T23:22:49.533+01:00</xqdoc:date>
|
||||
<xqdoc:version>1.1</xqdoc:version>
|
||||
</xqdoc:control>
|
||||
<xqdoc:module type="library">
|
||||
@ -30,6 +30,9 @@
|
||||
<xqdoc:type>xs:string</xqdoc:type>
|
||||
</xqdoc:parameter>
|
||||
</xqdoc:parameters>
|
||||
<xqdoc:return>
|
||||
<xqdoc:type occurrence="*">item()</xqdoc:type>
|
||||
</xqdoc:return>
|
||||
</xqdoc:function>
|
||||
<xqdoc:function arity="4">
|
||||
<xqdoc:name>sourceRegion</xqdoc:name>
|
||||
@ -52,6 +55,9 @@
|
||||
<xqdoc:type>xs:integer</xqdoc:type>
|
||||
</xqdoc:parameter>
|
||||
</xqdoc:parameters>
|
||||
<xqdoc:return>
|
||||
<xqdoc:type occurrence="*">item()</xqdoc:type>
|
||||
</xqdoc:return>
|
||||
</xqdoc:function>
|
||||
<xqdoc:function arity="3">
|
||||
<xqdoc:name>size</xqdoc:name>
|
||||
@ -69,6 +75,9 @@
|
||||
<xqdoc:type>xs:int</xqdoc:type>
|
||||
</xqdoc:parameter>
|
||||
</xqdoc:parameters>
|
||||
<xqdoc:return>
|
||||
<xqdoc:type occurrence="*">item()</xqdoc:type>
|
||||
</xqdoc:return>
|
||||
</xqdoc:function>
|
||||
<xqdoc:function arity="4">
|
||||
<xqdoc:name>make</xqdoc:name>
|
||||
@ -91,6 +100,9 @@
|
||||
<xqdoc:type>xs:integer</xqdoc:type>
|
||||
</xqdoc:parameter>
|
||||
</xqdoc:parameters>
|
||||
<xqdoc:return>
|
||||
<xqdoc:type occurrence="*">item()</xqdoc:type>
|
||||
</xqdoc:return>
|
||||
</xqdoc:function>
|
||||
</xqdoc:functions>
|
||||
</xqdoc:xqdoc>
|
@ -2,5 +2,5 @@
|
||||
<file src="src/main/expath-pkg.xml" dest="expath-pkg.xml" />
|
||||
<file src="src/main/basex.xml" dest="basex.xml" />
|
||||
<file src="src/main/content/thumbnailator.xqm" dest="content/thumbnailator.xqm" />
|
||||
<file src="src/main/content/thumbnailator-0.4.4.jar" dest="content/thumbnailator-0.4.4.jar" />
|
||||
<file src="src/main/content/thumbnailator-0.4.5.jar" dest="content/thumbnailator-0.4.5.jar" />
|
||||
</zip>
|
@ -1,4 +1,4 @@
|
||||
<package xmlns="http://www.basex.org/modules/pkg">
|
||||
<jar>thumbnailator-0.4.4.jar</jar>
|
||||
<jar>thumbnailator-0.4.5.jar</jar>
|
||||
<class>net.coobird.thumbnailator.Thumbnails</class>
|
||||
</package>
|
||||
|
Binary file not shown.
@ -1,13 +1,13 @@
|
||||
<package xmlns="http://expath.org/ns/pkg"
|
||||
name="apb.image.thumbnails"
|
||||
abbrev="content"
|
||||
version="1.0.0"
|
||||
version="1.0.1"
|
||||
spec="1.0">
|
||||
|
||||
<title>Generate thumbnails using http://code.google.com/p/thumbnailator/</title>
|
||||
<dependency processor="basex" />
|
||||
<xquery>
|
||||
<namespace>apb.image.thumbnails</namespace>
|
||||
<namespace>apb.image.thumbnailator</namespace>
|
||||
<file>thumbnailator.xqm</file>
|
||||
</xquery>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user