mirror of
https://github.com/haraldk/TwelveMonkeys.git
synced 2025-08-05 20:45:29 -04:00
Added ICNS plugin to Maven project.
This commit is contained in:
parent
e867c2125c
commit
093fe2924b
@ -4,14 +4,14 @@
|
|||||||
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>
|
||||||
<parent>
|
<parent>
|
||||||
<groupId>com.twelvemonkeys.imageio</groupId>
|
<groupId>com.twelvemonkeys.imageio</groupId>
|
||||||
<artifactId>imageio</artifactId>
|
<artifactId>imageio</artifactId>
|
||||||
<version>3.0-SNAPSHOT</version>
|
<version>3.0-SNAPSHOT</version>
|
||||||
</parent>
|
</parent>
|
||||||
<artifactId>imageio-reference</artifactId>
|
<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 JRE provided ImageReader implementations for reference.
|
||||||
</description>
|
</description>
|
||||||
|
|
||||||
<dependencies>
|
<dependencies>
|
||||||
@ -23,6 +23,6 @@
|
|||||||
<groupId>com.twelvemonkeys.imageio</groupId>
|
<groupId>com.twelvemonkeys.imageio</groupId>
|
||||||
<artifactId>imageio-core</artifactId>
|
<artifactId>imageio-core</artifactId>
|
||||||
<classifier>tests</classifier>
|
<classifier>tests</classifier>
|
||||||
</dependency>
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
</project>
|
</project>
|
||||||
|
@ -32,6 +32,7 @@
|
|||||||
|
|
||||||
<!-- Stand-alone readers/writers -->
|
<!-- Stand-alone readers/writers -->
|
||||||
<module>imageio-ico</module>
|
<module>imageio-ico</module>
|
||||||
|
<module>imageio-icns</module>
|
||||||
<module>imageio-iff</module>
|
<module>imageio-iff</module>
|
||||||
<module>imageio-jpeg</module>
|
<module>imageio-jpeg</module>
|
||||||
<module>imageio-pdf</module>
|
<module>imageio-pdf</module>
|
||||||
@ -43,6 +44,7 @@
|
|||||||
<module>imageio-batik</module>
|
<module>imageio-batik</module>
|
||||||
<module>imageio-jmagick</module>
|
<module>imageio-jmagick</module>
|
||||||
|
|
||||||
|
<!-- Test cases for the JRE provided ImageIO plugins -->
|
||||||
<module>imageio-reference</module>
|
<module>imageio-reference</module>
|
||||||
</modules>
|
</modules>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user