rebuild for Basex9.2.4
This commit is contained in:
parent
45f06ca4e2
commit
460987bfec
20
.classpath
20
.classpath
@ -1,8 +1,12 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<classpath>
|
||||
<classpathentry kind="src" path="src/java"/>
|
||||
<classpathentry kind="lib" path="src/main/content/thumbnailator-0.4.8.jar"/>
|
||||
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
|
||||
<classpathentry kind="lib" path="lib/BaseX902.jar" sourcepath="/basex-core"/>
|
||||
<classpathentry kind="output" path="build/classes"/>
|
||||
</classpath>
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<classpath>
|
||||
<classpathentry kind="src" path="src/java"/>
|
||||
<classpathentry kind="lib" path="src/main/content/thumbnailator-0.4.8.jar"/>
|
||||
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER">
|
||||
<attributes>
|
||||
<attribute name="module" value="true"/>
|
||||
</attributes>
|
||||
</classpathentry>
|
||||
<classpathentry kind="lib" path="lib/BaseX924.jar"/>
|
||||
<classpathentry kind="output" path="build/classes"/>
|
||||
</classpath>
|
||||
|
Binary file not shown.
BIN
lib/BaseX902.jar
BIN
lib/BaseX902.jar
Binary file not shown.
BIN
lib/BaseX924.jar
Normal file
BIN
lib/BaseX924.jar
Normal file
Binary file not shown.
BIN
src/test/resources/DSCF0758.JPG
Normal file
BIN
src/test/resources/DSCF0758.JPG
Normal file
Binary file not shown.
After Width: | Height: | Size: 151 KiB |
Binary file not shown.
Before Width: | Height: | Size: 32 KiB After Width: | Height: | Size: 31 KiB |
@ -1,4 +1,4 @@
|
||||
import module namespace t="expkg-zone58:image.thumbnailator";
|
||||
import module namespace t="expkg-zone58:image.thumbnailator" at "../main/content/thumbnailator.xqm";
|
||||
|
||||
declare variable $pic1:=resolve-uri("resources/simple.jpg");
|
||||
declare variable $picr:=resolve-uri("resources/result2.jpg");
|
||||
|
Loading…
Reference in New Issue
Block a user