mirror of
https://github.com/haraldk/TwelveMonkeys.git
synced 2025-08-03 11:35:29 -04:00
Some minor clean-up.
Added package info to support packages.
This commit is contained in:
parent
d1cc3deec1
commit
2ab9cbadee
@ -0,0 +1,4 @@
|
|||||||
|
/**
|
||||||
|
* Provides helper classes for service provider implementations.
|
||||||
|
*/
|
||||||
|
package com.twelvemonkeys.imageio.spi;
|
@ -0,0 +1,4 @@
|
|||||||
|
/**
|
||||||
|
* Provides various additional stream implementations.
|
||||||
|
*/
|
||||||
|
package com.twelvemonkeys.imageio.stream;
|
@ -0,0 +1,4 @@
|
|||||||
|
/**
|
||||||
|
* Provides various common utilities for reading and writing images.
|
||||||
|
*/
|
||||||
|
package com.twelvemonkeys.imageio.util;
|
@ -113,16 +113,11 @@
|
|||||||
</plugin>
|
</plugin>
|
||||||
|
|
||||||
<plugin>
|
<plugin>
|
||||||
<!-- TODO: Make default -->
|
|
||||||
<groupId>org.apache.maven.plugins</groupId>
|
<groupId>org.apache.maven.plugins</groupId>
|
||||||
<artifactId>maven-jar-plugin</artifactId>
|
<artifactId>maven-jar-plugin</artifactId>
|
||||||
<version>2.2</version>
|
<version>2.2</version>
|
||||||
<configuration>
|
<configuration>
|
||||||
<archive>
|
<archive>
|
||||||
<manifest>
|
|
||||||
<!--<mainClass>com.mycompany.app.App</mainClass>-->
|
|
||||||
<!-- <packageName>com.twelvemonkeys.imageio.plugins.psd</packageName> -->
|
|
||||||
</manifest>
|
|
||||||
<manifestEntries>
|
<manifestEntries>
|
||||||
<Implementation-Title>${project.name}</Implementation-Title>
|
<Implementation-Title>${project.name}</Implementation-Title>
|
||||||
<Implementation-Vendor>TwelveMonkeys</Implementation-Vendor>
|
<Implementation-Vendor>TwelveMonkeys</Implementation-Vendor>
|
||||||
|
@ -11,4 +11,6 @@
|
|||||||
- http://vinetto.sourceforge.net/docs.html
|
- http://vinetto.sourceforge.net/docs.html
|
||||||
- We probably want to support all of these
|
- We probably want to support all of these
|
||||||
|
|
||||||
|
- Thumbnail (API) support? Does it make sense? It's all thumbnails..
|
||||||
|
|
||||||
DONE:
|
DONE:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user