Some minor clean-up.

Added package info to support packages.
This commit is contained in:
Harald Kuhr 2009-11-08 14:45:56 +01:00
parent d1cc3deec1
commit 2ab9cbadee
5 changed files with 14 additions and 5 deletions

View File

@ -0,0 +1,4 @@
/**
* Provides helper classes for service provider implementations.
*/
package com.twelvemonkeys.imageio.spi;

View File

@ -0,0 +1,4 @@
/**
* Provides various additional stream implementations.
*/
package com.twelvemonkeys.imageio.stream;

View File

@ -0,0 +1,4 @@
/**
* Provides various common utilities for reading and writing images.
*/
package com.twelvemonkeys.imageio.util;

View File

@ -113,16 +113,11 @@
</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>

View File

@ -11,4 +11,6 @@
- http://vinetto.sourceforge.net/docs.html
- We probably want to support all of these
- Thumbnail (API) support? Does it make sense? It's all thumbnails..
DONE: