diff options
author | tkellner <tkellner@174cde9d-5d70-4d2a-aa98-46368bc2aaf7> | 2013-04-10 19:39:59 +0000 |
---|---|---|
committer | tkellner <tkellner@174cde9d-5d70-4d2a-aa98-46368bc2aaf7> | 2013-04-10 19:39:59 +0000 |
commit | db13ae47fde4e4ee572bf2bd5791dc48f5395b26 (patch) | |
tree | e02f8521c19fee15a21c8e6d0f4683d7dfc73d90 /repo/org/jpedal/jbig2/1.0 | |
parent | d06a916f5fec72b61f5d31b4c1bea69802fe5f3e (diff) | |
download | pdf-over-db13ae47fde4e4ee572bf2bd5791dc48f5395b26.tar.gz pdf-over-db13ae47fde4e4ee572bf2bd5791dc48f5395b26.tar.bz2 pdf-over-db13ae47fde4e4ee572bf2bd5791dc48f5395b26.zip |
Add JBIG2 library for PDFRenderer
git-svn-id: https://joinup.ec.europa.eu/svn/pdf-over/trunk@441 174cde9d-5d70-4d2a-aa98-46368bc2aaf7
Diffstat (limited to 'repo/org/jpedal/jbig2/1.0')
-rw-r--r-- | repo/org/jpedal/jbig2/1.0/jbig2-1.0.jar | bin | 0 -> 86867 bytes | |||
-rw-r--r-- | repo/org/jpedal/jbig2/1.0/jbig2-1.0.pom | 11 |
2 files changed, 11 insertions, 0 deletions
diff --git a/repo/org/jpedal/jbig2/1.0/jbig2-1.0.jar b/repo/org/jpedal/jbig2/1.0/jbig2-1.0.jar Binary files differnew file mode 100644 index 00000000..23ef424e --- /dev/null +++ b/repo/org/jpedal/jbig2/1.0/jbig2-1.0.jar diff --git a/repo/org/jpedal/jbig2/1.0/jbig2-1.0.pom b/repo/org/jpedal/jbig2/1.0/jbig2-1.0.pom new file mode 100644 index 00000000..4c637ee8 --- /dev/null +++ b/repo/org/jpedal/jbig2/1.0/jbig2-1.0.pom @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8"?> +<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" + xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> + <modelVersion>4.0.0</modelVersion> + <groupId>org.jpedal</groupId> + <artifactId>jbig2</artifactId> + <name>JBIG2</name> + <version>1.0</version> + <description>JBIG2</description> +</project> + |