Skip to content

Commit 5c0f52c

Browse files
committed
fix extras
1 parent 1838520 commit 5c0f52c

9 files changed

Lines changed: 6 additions & 3 deletions

dist/doc/metadata-extractor.xqm.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<xqdoc:xqdoc xmlns:xqdoc="http://www.xqdoc.org/1.0">
22
<xqdoc:control>
3-
<xqdoc:date>2015-06-09T23:15:31.43+01:00</xqdoc:date>
3+
<xqdoc:date>2015-06-10T21:18:12.081+01:00</xqdoc:date>
44
<xqdoc:version>1.1</xqdoc:version>
55
</xqdoc:control>
66
<xqdoc:module type="library">

dist/metadata-extractor-1.0.7.xar

-3.55 MB
Binary file not shown.

dist/metadata-extractor-1.0.8.xar

-3.55 MB
Binary file not shown.

dist/metadata-extractor-1.0.9.xar

347 KB
Binary file not shown.

package.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,8 @@ The output format is the same as [Xmlcalabash](http://xmlcalabash.com/) metadata
2828
<version num="1.0.8">
2929
<!-- generated: {fn:current-dateTime()} -->
3030
</version>
31+
<version num="1.0.9">
32+
<!-- generated: {fn:current-dateTime()} -->
33+
</version>
3134
</pkg>
3235
</repo>

src/main/basex.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<package xmlns="http://www.basex.org/modules/pkg">
22
<jar>metadata-extractor-2.8.1.jar</jar>
33
<jar>xmpcore-5.1.2.jar</jar>
4-
<jar>org-abp-modules.jar</jar>
4+
<jar>jx-extras-0.1.0.jar</jar>
55
<class>com.drew.metadata.Metadata</class>
66
</package>
4.49 KB
Binary file not shown.
-3.22 MB
Binary file not shown.

src/main/expath-pkg.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<package xmlns="http://expath.org/ns/pkg"
22
name="http://expkg-zone58.github.io/metadata-extractor"
33
abbrev="metadata-extractor"
4-
version="1.0.8"
4+
version="1.0.9"
55
spec="1.0">
66

77
<title>Extract image metadata using http://drewnoakes.com/code/exif/</title>

0 commit comments

Comments
 (0)