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 @@ ...@@ -8,14 +8,12 @@
<parent> <parent>
<groupId>org.bioimageanalysis.icy</groupId> <groupId>org.bioimageanalysis.icy</groupId>
<artifactId>pom-icy</artifactId> <artifactId>pom-icy</artifactId>
<version>2.1.7</version> <version>3.0.0-a.3</version>
</parent> </parent>
<!-- Project Information --> <!-- Project Information -->
<artifactId>apache-commons-io</artifactId> <artifactId>apache-commons-io</artifactId>
<version>1.0.0</version> <version>2.0.0.a.1</version>
<packaging>jar</packaging>
<name>Apache Commons IO</name> <name>Apache Commons IO</name>
<description> <description>
...@@ -55,10 +53,6 @@ ...@@ -55,10 +53,6 @@
</developer> </developer>
</developers> </developers>
<properties>
<artifact-to-extract>commons-io</artifact-to-extract>
</properties>
<!-- List of project's dependencies --> <!-- List of project's dependencies -->
<dependencies> <dependencies>
<dependency> <dependency>
...@@ -67,11 +61,4 @@ ...@@ -67,11 +61,4 @@
<version>2.18.0</version> <version>2.18.0</version>
</dependency> </dependency>
</dependencies> </dependencies>
<repositories>
<repository>
<id>icy</id>
<url>https://icy-nexus.pasteur.fr/repository/Icy/</url>
</repository>
</repositories>
</project> </project>
...@@ -18,14 +18,17 @@ ...@@ -18,14 +18,17 @@
package plugins.tmusset.apache; package plugins.tmusset.apache;
import icy.plugin.abstract_.Plugin; import org.bioimageanalysis.icy.extension.plugin.abstract_.Plugin;
import icy.plugin.interface_.PluginLibrary; import org.bioimageanalysis.icy.extension.plugin.annotation_.IcyPluginIcon;
import org.bioimageanalysis.icy.extension.plugin.annotation_.IcyPluginName;
/** /**
* Icy wrapper for the Apache Commons IO library. * Icy wrapper for the Apache Commons IO library.
* *
* @author Thomas Musset * @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