Skip to content
Snippets Groups Projects
Commit 1dc55630 authored by Thomas  MUSSET's avatar Thomas MUSSET
Browse files

updated to v2.0.0.a.1, updated to new architecture

parent acb6577c
No related branches found
No related tags found
No related merge requests found
......@@ -8,14 +8,12 @@
<parent>
<groupId>org.bioimageanalysis.icy</groupId>
<artifactId>pom-icy</artifactId>
<version>2.1.7</version>
<version>3.0.0-a.3</version>
</parent>
<!-- Project Information -->
<artifactId>apache-commons-io</artifactId>
<version>1.0.0</version>
<packaging>jar</packaging>
<version>2.0.0.a.1</version>
<name>Apache Commons IO</name>
<description>
......@@ -55,10 +53,6 @@
</developer>
</developers>
<properties>
<artifact-to-extract>commons-io</artifact-to-extract>
</properties>
<!-- List of project's dependencies -->
<dependencies>
<dependency>
......@@ -67,11 +61,4 @@
<version>2.18.0</version>
</dependency>
</dependencies>
<repositories>
<repository>
<id>icy</id>
<url>https://icy-nexus.pasteur.fr/repository/Icy/</url>
</repository>
</repositories>
</project>
......@@ -18,14 +18,17 @@
package plugins.tmusset.apache;
import icy.plugin.abstract_.Plugin;
import icy.plugin.interface_.PluginLibrary;
import org.bioimageanalysis.icy.extension.plugin.abstract_.Plugin;
import org.bioimageanalysis.icy.extension.plugin.annotation_.IcyPluginIcon;
import org.bioimageanalysis.icy.extension.plugin.annotation_.IcyPluginName;
/**
* Icy wrapper for the Apache Commons IO library.
*
* @author Thomas Musset
*/
public class ApacheCommonsIOPlugin extends Plugin implements PluginLibrary {
@IcyPluginName("Apache Commons IO")
@IcyPluginIcon(path = "/plugins/tmusset/apache/io.png")
public class ApacheCommonsIOPlugin extends Plugin {
//
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment