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

updated to v4.0.0-a.1, updated to new architecture

parent c77980a7
No related branches found
No related tags found
No related merge requests found
...@@ -8,14 +8,12 @@ ...@@ -8,14 +8,12 @@
<parent> <parent>
<artifactId>pom-icy</artifactId> <artifactId>pom-icy</artifactId>
<groupId>org.bioimageanalysis.icy</groupId> <groupId>org.bioimageanalysis.icy</groupId>
<version>2.1.7</version> <version>3.0.0-a.3</version>
</parent> </parent>
<!-- Project Information --> <!-- Project Information -->
<artifactId>apache-commons-lang</artifactId> <artifactId>apache-commons-lang</artifactId>
<version>3.13.0</version> <version>4.0.0-a.1</version>
<packaging>jar</packaging>
<name>Apache Commons Lang</name> <name>Apache Commons Lang</name>
<description>The Apache Commons Lang Library.</description> <description>The Apache Commons Lang Library.</description>
...@@ -53,11 +51,6 @@ ...@@ -53,11 +51,6 @@
</developer> </developer>
</developers> </developers>
<!-- Project properties -->
<properties>
<artifact-to-extract>commons-lang3</artifact-to-extract>
</properties>
<!-- List of project's dependencies --> <!-- List of project's dependencies -->
<dependencies> <dependencies>
<dependency> <dependency>
...@@ -66,13 +59,4 @@ ...@@ -66,13 +59,4 @@
<version>3.17.0</version> <version>3.17.0</version>
</dependency> </dependency>
</dependencies> </dependencies>
<!-- Icy Maven repository (to find parent POM) -->
<repositories>
<repository>
<id>icy</id>
<name>Icy's Nexus</name>
<url>https://icy-nexus.pasteur.fr/repository/Icy/</url>
</repository>
</repositories>
</project> </project>
/*
* Copyright (c) 2010-2025. Institut Pasteur.
*
* This file is part of Icy.
* Icy is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* Icy is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with Icy. If not, see <https://www.gnu.org/licenses/>.
*/
package plugins.stef.library.apache; package plugins.stef.library.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 Lang library. * Icy wrapper for the Apache Commons Lang library.
* *
* @author Stephane Dallongeville * @author Stephane Dallongeville
*/ */
public class ApacheCommonsLangPlugin extends Plugin implements PluginLibrary @IcyPluginName("Apache Commons Lang")
{ @IcyPluginIcon(path = "/plugins/stef/library/apache/lang.png")
public class ApacheCommonsLangPlugin extends Plugin {
// //
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment