Hi Stephen,
Revision 10395 <http://fisheye.codehaus.org/changelog/mojo/?cs=10395> Author stephenconnolly Date 2009-08-21 04:56:12 -0500 (Fri, 21 Aug 2009)Log Message forgot to add this --- trunk/sandbox/mockrepo-maven-plugin/src/main/java/org/codehaus/mojo/mockrepo/utils/MockRepoUtils.java (rev 0) +++ trunk/sandbox/mockrepo-maven-plugin/src/main/java/org/codehaus/mojo/mockrepo/utils/MockRepoUtils.java 2009-08-21 09:56:12 UTC (rev 10395) @@ -0,0 +1,38 @@ +package org.codehaus.mojo.mockrepo.utils; + +import java.io.InputStream; +import java.io.IOException; +import java.io.ByteArrayInputStream; +import java.io.File; +import java.io.FileInputStream; + +/** + * Created by IntelliJ IDEA. + * User: user + * Date: 21-Aug-2009 + * Time: 09:32:37 + * To change this template use File | Settings | File Templates. + */ +public final class MockRepoUtils
Please consider to add license headers. Benjamin --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email
