Cleaned up the NIO buffered image classes.

This commit is contained in:
Harald Kuhr
2010-10-12 10:40:55 +02:00
parent 9d6f263b86
commit f419cfecdd
6 changed files with 390 additions and 118 deletions
+28
View File
@@ -15,4 +15,32 @@
The TwelveMonkeys Sandbox Common. Experimental stuff.
</description>
<dependencies>
<dependency>
<groupId>com.twelvemonkeys.common</groupId>
<artifactId>common-io</artifactId>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.twelvemonkeys.common</groupId>
<artifactId>common-image</artifactId>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.twelvemonkeys.common</groupId>
<artifactId>common-io</artifactId>
<scope>test</scope>
<classifier>tests</classifier>
</dependency>
<dependency>
<groupId>com.twelvemonkeys.common</groupId>
<artifactId>common-lang</artifactId>
<scope>test</scope>
<classifier>tests</classifier>
</dependency>
</dependencies>
</project>