mirror of
https://github.com/haraldk/TwelveMonkeys.git
synced 2025-08-04 20:15:28 -04:00
cleanup
This commit is contained in:
parent
0786949c1c
commit
f8b716687c
@ -3,9 +3,12 @@
|
|||||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||||
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
|
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
<groupId>com.twelvemonkeys.imageio</groupId>
|
<parent>
|
||||||
<artifactId>twelvemonkeys-imageio-batik</artifactId>
|
<groupId>com.twelvemonkeys.imageio</groupId>
|
||||||
<version>2.3-SNAPSHOT</version>
|
<artifactId>imageio</artifactId>
|
||||||
|
<version>2.3-SNAPSHOT</version>
|
||||||
|
</parent>
|
||||||
|
<artifactId>imageio-batik</artifactId>
|
||||||
<name>TwelveMonkeys ImageIO Batik Plugin</name>
|
<name>TwelveMonkeys ImageIO Batik Plugin</name>
|
||||||
<description>
|
<description>
|
||||||
<![CDATA[
|
<![CDATA[
|
||||||
@ -14,21 +17,15 @@
|
|||||||
for more information.]]>
|
for more information.]]>
|
||||||
</description>
|
</description>
|
||||||
|
|
||||||
<parent>
|
|
||||||
<artifactId>twelvemonkeys-imageio</artifactId>
|
|
||||||
<groupId>com.twelvemonkeys</groupId>
|
|
||||||
<version>2.3-SNAPSHOT</version>
|
|
||||||
</parent>
|
|
||||||
|
|
||||||
<dependencies>
|
<dependencies>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.twelvemonkeys.imageio</groupId>
|
<groupId>com.twelvemonkeys.imageio</groupId>
|
||||||
<artifactId>twelvemonkeys-imageio-core</artifactId>
|
<artifactId>imageio-core</artifactId>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.twelvemonkeys.imageio</groupId>
|
<groupId>com.twelvemonkeys.imageio</groupId>
|
||||||
<artifactId>twelvemonkeys-imageio-core</artifactId>
|
<artifactId>imageio-core</artifactId>
|
||||||
<classifier>tests</classifier>
|
<classifier>tests</classifier>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
@ -65,4 +62,4 @@
|
|||||||
</exclusions>
|
</exclusions>
|
||||||
</dependency>
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
</project>
|
</project>
|
||||||
|
@ -3,14 +3,12 @@
|
|||||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||||
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
|
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
<groupId>com.twelvemonkeys.imageio</groupId>
|
|
||||||
<artifactId>twelvemonkeys-imageio-core</artifactId>
|
|
||||||
<version>2.3-SNAPSHOT</version>
|
|
||||||
<name>TwelveMonkeys ImageIO Core</name>
|
|
||||||
|
|
||||||
<parent>
|
<parent>
|
||||||
<artifactId>twelvemonkeys-imageio</artifactId>
|
<groupId>com.twelvemonkeys.imageio</groupId>
|
||||||
<groupId>com.twelvemonkeys</groupId>
|
<artifactId>imageio</artifactId>
|
||||||
<version>2.3-SNAPSHOT</version>
|
<version>2.3-SNAPSHOT</version>
|
||||||
</parent>
|
</parent>
|
||||||
</project>
|
<artifactId>imageio-core</artifactId>
|
||||||
|
<name>TwelveMonkeys ImageIO Core</name>
|
||||||
|
|
||||||
|
</project>
|
||||||
|
@ -3,27 +3,25 @@
|
|||||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||||
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
|
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
<groupId>com.twelvemonkeys.imageio</groupId>
|
<parent>
|
||||||
<artifactId>twelvemonkeys-imageio-ico</artifactId>
|
<groupId>com.twelvemonkeys.imageio</groupId>
|
||||||
<version>2.3-SNAPSHOT</version>
|
<artifactId>imageio</artifactId>
|
||||||
|
<version>2.3-SNAPSHOT</version>
|
||||||
|
</parent>
|
||||||
|
<artifactId>imageio-ico</artifactId>
|
||||||
<name>TwelveMonkeys ImageIO ICO plugin</name>
|
<name>TwelveMonkeys ImageIO ICO plugin</name>
|
||||||
<description>ImageIO plugin for Windows Icon (ICO) and Cursor (CUR) format.</description>
|
<description>ImageIO plugin for Windows Icon (ICO) and Cursor (CUR) format.</description>
|
||||||
|
|
||||||
<parent>
|
|
||||||
<artifactId>twelvemonkeys-imageio</artifactId>
|
|
||||||
<groupId>com.twelvemonkeys</groupId>
|
|
||||||
<version>2.3-SNAPSHOT</version>
|
|
||||||
</parent>
|
|
||||||
|
|
||||||
<dependencies>
|
<dependencies>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.twelvemonkeys.imageio</groupId>
|
<groupId>com.twelvemonkeys.imageio</groupId>
|
||||||
<artifactId>twelvemonkeys-imageio-core</artifactId>
|
<artifactId>imageio-core</artifactId>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.twelvemonkeys.imageio</groupId>
|
<groupId>com.twelvemonkeys.imageio</groupId>
|
||||||
<artifactId>twelvemonkeys-imageio-core</artifactId>
|
<artifactId>imageio-core</artifactId>
|
||||||
<classifier>tests</classifier>
|
<classifier>tests</classifier>
|
||||||
</dependency>
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
</project>
|
</project>
|
||||||
|
@ -3,30 +3,27 @@
|
|||||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||||
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
|
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
<groupId>com.twelvemonkeys.imageio</groupId>
|
<parent>
|
||||||
|
<groupId>com.twelvemonkeys.imageio</groupId>
|
||||||
|
<artifactId>imageio</artifactId>
|
||||||
|
<version>2.3-SNAPSHOT</version>
|
||||||
|
</parent>
|
||||||
<artifactId>twelvemonkeys-imageio-iff</artifactId>
|
<artifactId>twelvemonkeys-imageio-iff</artifactId>
|
||||||
<version>2.3-SNAPSHOT</version>
|
|
||||||
<name>TwelveMonkeys ImageIO IFF plugin</name>
|
<name>TwelveMonkeys ImageIO IFF plugin</name>
|
||||||
<description>
|
<description>
|
||||||
ImageIO plugin for Amiga/Electronic Arts Interchange Filed Format (IFF)
|
ImageIO plugin for Amiga/Electronic Arts Interchange Filed Format (IFF)
|
||||||
type ILBM and PBM format.
|
type ILBM and PBM format.
|
||||||
</description>
|
</description>
|
||||||
|
|
||||||
<parent>
|
|
||||||
<artifactId>twelvemonkeys-imageio</artifactId>
|
|
||||||
<groupId>com.twelvemonkeys</groupId>
|
|
||||||
<version>2.3-SNAPSHOT</version>
|
|
||||||
</parent>
|
|
||||||
|
|
||||||
<dependencies>
|
<dependencies>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.twelvemonkeys.imageio</groupId>
|
<groupId>com.twelvemonkeys.imageio</groupId>
|
||||||
<artifactId>twelvemonkeys-imageio-core</artifactId>
|
<artifactId>imageio-core</artifactId>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.twelvemonkeys.imageio</groupId>
|
<groupId>com.twelvemonkeys.imageio</groupId>
|
||||||
<artifactId>twelvemonkeys-imageio-core</artifactId>
|
<artifactId>imageio-core</artifactId>
|
||||||
<classifier>tests</classifier>
|
<classifier>tests</classifier>
|
||||||
</dependency>
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
</project>
|
</project>
|
||||||
|
@ -3,9 +3,12 @@
|
|||||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||||
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
|
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
<groupId>com.twelvemonkeys.imageio</groupId>
|
<parent>
|
||||||
|
<groupId>com.twelvemonkeys.imageio</groupId>
|
||||||
|
<artifactId>imageio</artifactId>
|
||||||
|
<version>2.3-SNAPSHOT</version>
|
||||||
|
</parent>
|
||||||
<artifactId>twelvemonkeys-imageio-jmagick</artifactId>
|
<artifactId>twelvemonkeys-imageio-jmagick</artifactId>
|
||||||
<version>2.2</version>
|
|
||||||
<name>TwelveMonkeys ImageIO JMagick Plugin</name>
|
<name>TwelveMonkeys ImageIO JMagick Plugin</name>
|
||||||
<description>
|
<description>
|
||||||
<![CDATA[
|
<![CDATA[
|
||||||
@ -14,20 +17,14 @@
|
|||||||
for more information.]]>
|
for more information.]]>
|
||||||
</description>
|
</description>
|
||||||
|
|
||||||
<parent>
|
|
||||||
<artifactId>twelvemonkeys-imageio</artifactId>
|
|
||||||
<groupId>com.twelvemonkeys</groupId>
|
|
||||||
<version>2.2</version>
|
|
||||||
</parent>
|
|
||||||
|
|
||||||
<dependencies>
|
<dependencies>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.twelvemonkeys.imageio</groupId>
|
<groupId>com.twelvemonkeys.imageio</groupId>
|
||||||
<artifactId>twelvemonkeys-imageio-core</artifactId>
|
<artifactId>imageio-core</artifactId>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.twelvemonkeys.imageio</groupId>
|
<groupId>com.twelvemonkeys.imageio</groupId>
|
||||||
<artifactId>twelvemonkeys-imageio-core</artifactId>
|
<artifactId>imageio-core</artifactId>
|
||||||
<classifier>tests</classifier>
|
<classifier>tests</classifier>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
@ -38,4 +35,4 @@
|
|||||||
</dependency>
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
|
|
||||||
</project>
|
</project>
|
||||||
|
@ -3,29 +3,27 @@
|
|||||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||||
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
|
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
<groupId>com.twelvemonkeys.imageio</groupId>
|
<parent>
|
||||||
<artifactId>twelvemonkeys-imageio-pdf</artifactId>
|
<groupId>com.twelvemonkeys.imageio</groupId>
|
||||||
<version>2.2</version>
|
<artifactId>imageio</artifactId>
|
||||||
|
<version>2.3-SNAPSHOT</version>
|
||||||
|
</parent>
|
||||||
|
<artifactId>imageio-pdf</artifactId>
|
||||||
<name>TwelveMonkeys ImageIO PDF plugin</name>
|
<name>TwelveMonkeys ImageIO PDF plugin</name>
|
||||||
<description>
|
<description>
|
||||||
ImageIO plugin for Adobe Portable Document Format (PDF).
|
ImageIO plugin for Adobe Portable Document Format (PDF).
|
||||||
</description>
|
</description>
|
||||||
|
|
||||||
<parent>
|
|
||||||
<artifactId>twelvemonkeys-imageio</artifactId>
|
|
||||||
<groupId>com.twelvemonkeys</groupId>
|
|
||||||
<version>2.2</version>
|
|
||||||
</parent>
|
|
||||||
|
|
||||||
<dependencies>
|
<dependencies>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.twelvemonkeys.imageio</groupId>
|
<groupId>com.twelvemonkeys.imageio</groupId>
|
||||||
<artifactId>twelvemonkeys-imageio-core</artifactId>
|
<artifactId>imageio-core</artifactId>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.twelvemonkeys.imageio</groupId>
|
<groupId>com.twelvemonkeys.imageio</groupId>
|
||||||
<artifactId>twelvemonkeys-imageio-core</artifactId>
|
<artifactId>imageio-core</artifactId>
|
||||||
<classifier>tests</classifier>
|
<classifier>tests</classifier>
|
||||||
</dependency>
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
</project>
|
</project>
|
||||||
|
@ -3,27 +3,26 @@
|
|||||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||||
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
|
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
<groupId>com.twelvemonkeys.imageio</groupId>
|
<parent>
|
||||||
<artifactId>twelvemonkeys-imageio-pict</artifactId>
|
<groupId>com.twelvemonkeys.imageio</groupId>
|
||||||
<version>2.3-SNAPSHOT</version>
|
<artifactId>imageio</artifactId>
|
||||||
|
<version>2.3-SNAPSHOT</version>
|
||||||
|
</parent>
|
||||||
|
<artifactId>imageio-pict</artifactId>
|
||||||
<name>TwelveMonkeys ImageIO PICT plugin</name>
|
<name>TwelveMonkeys ImageIO PICT plugin</name>
|
||||||
<description>ImageIO plugin for Apple Mac Paint Picture (PICT) format.</description>
|
<description>ImageIO plugin for Apple Mac Paint Picture (PICT) format.</description>
|
||||||
|
|
||||||
<parent>
|
|
||||||
<artifactId>twelvemonkeys-imageio</artifactId>
|
|
||||||
<groupId>com.twelvemonkeys</groupId>
|
|
||||||
<version>2.3-SNAPSHOT</version>
|
|
||||||
</parent>
|
|
||||||
|
|
||||||
<dependencies>
|
<dependencies>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.twelvemonkeys.imageio</groupId>
|
<groupId>com.twelvemonkeys.imageio</groupId>
|
||||||
<artifactId>twelvemonkeys-imageio-core</artifactId>
|
<artifactId>imageio-core</artifactId>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.twelvemonkeys.imageio</groupId>
|
<groupId>com.twelvemonkeys.imageio</groupId>
|
||||||
<artifactId>twelvemonkeys-imageio-core</artifactId>
|
<artifactId>imageio-core</artifactId>
|
||||||
<classifier>tests</classifier>
|
<classifier>tests</classifier>
|
||||||
</dependency>
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
</project>
|
|
||||||
|
</project>
|
||||||
|
@ -3,29 +3,27 @@
|
|||||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||||
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
|
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
<groupId>com.twelvemonkeys.imageio</groupId>
|
<parent>
|
||||||
<artifactId>twelvemonkeys-imageio-psd</artifactId>
|
<groupId>com.twelvemonkeys.imageio</groupId>
|
||||||
<version>2.3-SNAPSHOT</version>
|
<artifactId>imageio</artifactId>
|
||||||
|
<version>2.3-SNAPSHOT</version>
|
||||||
|
</parent>
|
||||||
|
<artifactId>imageio-psd</artifactId>
|
||||||
<name>TwelveMonkeys ImageIO PSD plugin</name>
|
<name>TwelveMonkeys ImageIO PSD plugin</name>
|
||||||
<description>
|
<description>
|
||||||
ImageIO plugin for Adobe Photoshop Document (PSD).
|
ImageIO plugin for Adobe Photoshop Document (PSD).
|
||||||
</description>
|
</description>
|
||||||
|
|
||||||
<parent>
|
|
||||||
<artifactId>twelvemonkeys-imageio</artifactId>
|
|
||||||
<groupId>com.twelvemonkeys</groupId>
|
|
||||||
<version>2.3-SNAPSHOT</version>
|
|
||||||
</parent>
|
|
||||||
|
|
||||||
<dependencies>
|
<dependencies>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.twelvemonkeys.imageio</groupId>
|
<groupId>com.twelvemonkeys.imageio</groupId>
|
||||||
<artifactId>twelvemonkeys-imageio-core</artifactId>
|
<artifactId>imageio-core</artifactId>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.twelvemonkeys.imageio</groupId>
|
<groupId>com.twelvemonkeys.imageio</groupId>
|
||||||
<artifactId>twelvemonkeys-imageio-core</artifactId>
|
<artifactId>imageio-core</artifactId>
|
||||||
<classifier>tests</classifier>
|
<classifier>tests</classifier>
|
||||||
</dependency>
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
</project>
|
</project>
|
||||||
|
@ -3,29 +3,27 @@
|
|||||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||||
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
|
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
<groupId>com.twelvemonkeys.imageio</groupId>
|
<parent>
|
||||||
<artifactId>twelvemonkeys-imageio-reference</artifactId>
|
<groupId>com.twelvemonkeys.imageio</groupId>
|
||||||
<version>2.2</version>
|
<artifactId>imageio</artifactId>
|
||||||
|
<version>2.3-SNAPSHOT</version>
|
||||||
|
</parent>
|
||||||
|
<artifactId>imageio-reference</artifactId>
|
||||||
<name>TwelveMonkeys ImageIO reference test cases</name>
|
<name>TwelveMonkeys ImageIO reference test cases</name>
|
||||||
<description>
|
<description>
|
||||||
Test cases for the JDK provided ImageReader implementations for reference.
|
Test cases for the JDK provided ImageReader implementations for reference.
|
||||||
</description>
|
</description>
|
||||||
|
|
||||||
<parent>
|
|
||||||
<artifactId>twelvemonkeys-imageio</artifactId>
|
|
||||||
<groupId>com.twelvemonkeys</groupId>
|
|
||||||
<version>2.2</version>
|
|
||||||
</parent>
|
|
||||||
|
|
||||||
<dependencies>
|
<dependencies>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.twelvemonkeys.imageio</groupId>
|
<groupId>com.twelvemonkeys.imageio</groupId>
|
||||||
<artifactId>twelvemonkeys-imageio-core</artifactId>
|
<artifactId>imageio-core</artifactId>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.twelvemonkeys.imageio</groupId>
|
<groupId>com.twelvemonkeys.imageio</groupId>
|
||||||
<artifactId>twelvemonkeys-imageio-core</artifactId>
|
<artifactId>imageio-core</artifactId>
|
||||||
<classifier>tests</classifier>
|
<classifier>tests</classifier>
|
||||||
</dependency>
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
</project>
|
</project>
|
||||||
|
@ -3,29 +3,28 @@
|
|||||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||||
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
|
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
<groupId>com.twelvemonkeys.imageio</groupId>
|
<parent>
|
||||||
<artifactId>twelvemonkeys-imageio-thumbsdb</artifactId>
|
<groupId>com.twelvemonkeys.imageio</groupId>
|
||||||
<version>2.3-SNAPSHOT</version>
|
<artifactId>imageio</artifactId>
|
||||||
|
<version>2.3-SNAPSHOT</version>
|
||||||
|
</parent>
|
||||||
|
<artifactId>imageio-thumbsdb</artifactId>
|
||||||
<name>TwelveMonkeys ImageIO Thumbs.db plugin</name>
|
<name>TwelveMonkeys ImageIO Thumbs.db plugin</name>
|
||||||
<description>
|
<description>
|
||||||
ImageIO plugin for Windows Thumbs DB (Thumbs.db) format.
|
ImageIO plugin for Windows Thumbs DB (Thumbs.db) format.
|
||||||
</description>
|
</description>
|
||||||
|
|
||||||
<parent>
|
|
||||||
<artifactId>twelvemonkeys-imageio</artifactId>
|
|
||||||
<groupId>com.twelvemonkeys</groupId>
|
|
||||||
<version>2.3-SNAPSHOT</version>
|
|
||||||
</parent>
|
|
||||||
|
|
||||||
<dependencies>
|
<dependencies>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.twelvemonkeys.imageio</groupId>
|
<groupId>com.twelvemonkeys.imageio</groupId>
|
||||||
<artifactId>twelvemonkeys-imageio-core</artifactId>
|
<artifactId>imageio-core</artifactId>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.twelvemonkeys.imageio</groupId>
|
<groupId>com.twelvemonkeys.imageio</groupId>
|
||||||
<artifactId>twelvemonkeys-imageio-core</artifactId>
|
<artifactId>imageio-core</artifactId>
|
||||||
<classifier>tests</classifier>
|
<classifier>tests</classifier>
|
||||||
</dependency>
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
</project>
|
</project>
|
||||||
|
114
imageio/pom.xml
114
imageio/pom.xml
@ -2,18 +2,18 @@
|
|||||||
<project xmlns="http://maven.apache.org/POM/4.0.0"
|
<project xmlns="http://maven.apache.org/POM/4.0.0"
|
||||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||||
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
|
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
|
||||||
|
<parent>
|
||||||
|
<groupId>com.twelvemonkeys</groupId>
|
||||||
|
<artifactId>twelvemonkeys-parent</artifactId>
|
||||||
|
<version>2.3-SNAPSHOT</version>
|
||||||
|
</parent>
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
<groupId>com.twelvemonkeys</groupId>
|
<groupId>com.twelvemonkeys.imageio</groupId>
|
||||||
<artifactId>twelvemonkeys-imageio</artifactId>
|
<artifactId>imageio</artifactId>
|
||||||
<version>2.3-SNAPSHOT</version>
|
<version>2.3-SNAPSHOT</version>
|
||||||
<packaging>pom</packaging>
|
<packaging>pom</packaging>
|
||||||
<name>TwelveMonkeys ImageIO</name>
|
<name>TwelveMonkeys ImageIO</name>
|
||||||
|
|
||||||
<parent>
|
|
||||||
<groupId>com.twelvemonkeys</groupId>
|
|
||||||
<artifactId>twelvemonkeys-parent</artifactId>
|
|
||||||
<version>2.0</version>
|
|
||||||
</parent>
|
|
||||||
|
|
||||||
<contributors>
|
<contributors>
|
||||||
<contributor>
|
<contributor>
|
||||||
@ -28,21 +28,21 @@
|
|||||||
|
|
||||||
<modules>
|
<modules>
|
||||||
<!-- Support -->
|
<!-- Support -->
|
||||||
<module>core</module>
|
<module>imageio-core</module>
|
||||||
|
|
||||||
<!-- Stand-alone readers/writers -->
|
<!-- Stand-alone readers/writers -->
|
||||||
<module>ico</module>
|
<module>imageio-ico</module>
|
||||||
<module>iff</module>
|
<module>imageio-iff</module>
|
||||||
<module>pdf</module>
|
<module>imageio-pdf</module>
|
||||||
<module>pict</module>
|
<module>imageio-pict</module>
|
||||||
<module>psd</module>
|
<module>imageio-psd</module>
|
||||||
<module>thumbsdb</module>
|
<module>imageio-thumbsdb</module>
|
||||||
|
|
||||||
<!-- Wrappers for 3rd party libs -->
|
<!-- Wrappers for 3rd party libs -->
|
||||||
<module>batik</module>
|
<module>imageio-batik</module>
|
||||||
<module>jmagick</module>
|
<module>imageio-jmagick</module>
|
||||||
|
|
||||||
<module>reference</module>
|
<module>imageio-reference</module>
|
||||||
</modules>
|
</modules>
|
||||||
|
|
||||||
<properties>
|
<properties>
|
||||||
@ -52,23 +52,35 @@
|
|||||||
|
|
||||||
<dependencies>
|
<dependencies>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.twelvemonkeys</groupId>
|
<groupId>com.twelvemonkeys.common</groupId>
|
||||||
<artifactId>twelvemonkeys-core</artifactId>
|
<artifactId>common-io</artifactId>
|
||||||
<version>${core.version}</version>
|
<version>${project.version}</version>
|
||||||
<scope>compile</scope>
|
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.twelvemonkeys</groupId>
|
<groupId>com.twelvemonkeys.common</groupId>
|
||||||
<artifactId>twelvemonkeys-core</artifactId>
|
<artifactId>common-image</artifactId>
|
||||||
<version>${core.version}</version>
|
<version>${project.version}</version>
|
||||||
|
</dependency>
|
||||||
|
<dependency>
|
||||||
|
<groupId>com.twelvemonkeys.common</groupId>
|
||||||
|
<artifactId>common-lang</artifactId>
|
||||||
|
<version>${project.version}</version>
|
||||||
|
<classifier>tests</classifier>
|
||||||
|
<scope>test</scope>
|
||||||
|
</dependency>
|
||||||
|
<dependency>
|
||||||
|
<groupId>com.twelvemonkeys.common</groupId>
|
||||||
|
<artifactId>common-io</artifactId>
|
||||||
|
<version>${project.version}</version>
|
||||||
<classifier>tests</classifier>
|
<classifier>tests</classifier>
|
||||||
<scope>test</scope>
|
<scope>test</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
|
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>junit</groupId>
|
<groupId>junit</groupId>
|
||||||
<artifactId>junit</artifactId>
|
<artifactId>junit</artifactId>
|
||||||
<version>4.3.1</version>
|
<version>4.7</version>
|
||||||
<scope>test</scope>
|
<scope>test</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
@ -83,56 +95,18 @@
|
|||||||
<dependencyManagement>
|
<dependencyManagement>
|
||||||
<dependencies>
|
<dependencies>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.twelvemonkeys.imageio</groupId>
|
<groupId>${project.groupId}</groupId>
|
||||||
<artifactId>twelvemonkeys-imageio-core</artifactId>
|
<artifactId>imageio-core</artifactId>
|
||||||
<version>${imageio.core.version}</version>
|
<version>${project.version}</version>
|
||||||
<scope>compile</scope>
|
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.twelvemonkeys.imageio</groupId>
|
<groupId>${project.groupId}</groupId>
|
||||||
<artifactId>twelvemonkeys-imageio-core</artifactId>
|
<artifactId>imageio-core</artifactId>
|
||||||
<version>${imageio.core.version}</version>
|
<version>${project.version}</version>
|
||||||
<classifier>tests</classifier>
|
<classifier>tests</classifier>
|
||||||
<scope>test</scope>
|
<scope>test</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
</dependencyManagement>
|
</dependencyManagement>
|
||||||
|
|
||||||
<build>
|
|
||||||
<plugins>
|
|
||||||
<plugin>
|
|
||||||
<artifactId>maven-source-plugin</artifactId>
|
|
||||||
</plugin>
|
|
||||||
|
|
||||||
<plugin>
|
|
||||||
<artifactId>maven-resources-plugin</artifactId>
|
|
||||||
<configuration>
|
|
||||||
<encoding>UTF-8</encoding>
|
|
||||||
</configuration>
|
|
||||||
</plugin>
|
|
||||||
|
|
||||||
<plugin>
|
|
||||||
<!-- TODO: Make default -->
|
|
||||||
<groupId>org.apache.maven.plugins</groupId>
|
|
||||||
<artifactId>maven-jar-plugin</artifactId>
|
|
||||||
<version>2.2</version>
|
|
||||||
<configuration>
|
|
||||||
<archive>
|
|
||||||
<manifest>
|
|
||||||
<!--<mainClass>com.mycompany.app.App</mainClass>-->
|
|
||||||
<!-- <packageName>com.twelvemonkeys.imageio.plugins.psd</packageName> -->
|
|
||||||
</manifest>
|
|
||||||
<manifestEntries>
|
|
||||||
<Implementation-Title>${project.name}</Implementation-Title>
|
|
||||||
<Implementation-Vendor>TwelveMonkeys</Implementation-Vendor>
|
|
||||||
<Implementation-Version>${project.version}</Implementation-Version>
|
|
||||||
<Implementation-URL>https://twelvemonkeys-imageio.dev.java.net/</Implementation-URL>
|
|
||||||
</manifestEntries>
|
|
||||||
</archive>
|
|
||||||
</configuration>
|
|
||||||
</plugin>
|
|
||||||
</plugins>
|
|
||||||
</build>
|
|
||||||
|
|
||||||
</project>
|
</project>
|
||||||
|
4
pom.xml
4
pom.xml
@ -12,8 +12,8 @@
|
|||||||
<modules>
|
<modules>
|
||||||
<module>common</module>
|
<module>common</module>
|
||||||
<module>twelvemonkeys-servlet</module>
|
<module>twelvemonkeys-servlet</module>
|
||||||
<module>twelvemonkeys-imageio</module>
|
<module>imageio</module>
|
||||||
<module>twelvemonkeys-sandbox</module>
|
<!--<module>sandbox</module>-->
|
||||||
</modules>
|
</modules>
|
||||||
|
|
||||||
<developers>
|
<developers>
|
||||||
|
@ -2,34 +2,46 @@
|
|||||||
<project xmlns="http://maven.apache.org/POM/4.0.0"
|
<project xmlns="http://maven.apache.org/POM/4.0.0"
|
||||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||||
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
|
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
|
||||||
<modelVersion>4.0.0</modelVersion>
|
|
||||||
<groupId>com.twelvemonkeys</groupId>
|
|
||||||
<artifactId>twelvemonkeys-servlet</artifactId>
|
|
||||||
<version>2.2</version>
|
|
||||||
<name>TwelveMonkeys Servlet</name>
|
|
||||||
|
|
||||||
<parent>
|
<parent>
|
||||||
<groupId>com.twelvemonkeys</groupId>
|
<groupId>com.twelvemonkeys</groupId>
|
||||||
<artifactId>twelvemonkeys-parent</artifactId>
|
<artifactId>twelvemonkeys-parent</artifactId>
|
||||||
<version>2.0</version>
|
<version>2.3-SNAPSHOT</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<properties>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
<core.version>2.2</core.version>
|
<groupId>com.twelvemonkeys</groupId>
|
||||||
</properties>
|
<artifactId>twelvemonkeys-servlet</artifactId>
|
||||||
|
<version>2.3-SNAPSHOT</version>
|
||||||
|
<name>TwelveMonkeys Servlet</name>
|
||||||
|
|
||||||
<dependencies>
|
<dependencies>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.twelvemonkeys</groupId>
|
<groupId>com.twelvemonkeys.common</groupId>
|
||||||
<artifactId>twelvemonkeys-core</artifactId>
|
<artifactId>common-lang</artifactId>
|
||||||
<version>${core.version}</version>
|
<version>${project.version}</version>
|
||||||
<scope>compile</scope>
|
</dependency>
|
||||||
|
<dependency>
|
||||||
|
<groupId>com.twelvemonkeys.common</groupId>
|
||||||
|
<artifactId>common-io</artifactId>
|
||||||
|
<version>${project.version}</version>
|
||||||
|
</dependency>
|
||||||
|
<dependency>
|
||||||
|
<groupId>com.twelvemonkeys.common</groupId>
|
||||||
|
<artifactId>common-image</artifactId>
|
||||||
|
<version>${project.version}</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.twelvemonkeys</groupId>
|
<groupId>com.twelvemonkeys.common</groupId>
|
||||||
<artifactId>twelvemonkeys-core</artifactId>
|
<artifactId>common-lang</artifactId>
|
||||||
<version>${core.version}</version>
|
<version>${project.version}</version>
|
||||||
|
<classifier>tests</classifier>
|
||||||
|
<scope>test</scope>
|
||||||
|
</dependency>
|
||||||
|
<dependency>
|
||||||
|
<groupId>com.twelvemonkeys.common</groupId>
|
||||||
|
<artifactId>common-io</artifactId>
|
||||||
|
<version>${project.version}</version>
|
||||||
<classifier>tests</classifier>
|
<classifier>tests</classifier>
|
||||||
<scope>test</scope>
|
<scope>test</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user