Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Apache Commons IO
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Bioimage Analysis
Icy
Extensions
Apache Commons IO
Commits
1dc55630
Commit
1dc55630
authored
3 months ago
by
Thomas MUSSET
Browse files
Options
Downloads
Patches
Plain Diff
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
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
pom.xml
+2
-15
2 additions, 15 deletions
pom.xml
src/main/java/plugins/tmusset/apache/ApacheCommonsIOPlugin.java
+6
-3
6 additions, 3 deletions
...in/java/plugins/tmusset/apache/ApacheCommonsIOPlugin.java
with
8 additions
and
18 deletions
pom.xml
+
2
−
15
View file @
1dc55630
...
@@ -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>
This diff is collapsed.
Click to expand it.
src/main/java/plugins/tmusset/apache/ApacheCommonsIOPlugin.java
+
6
−
3
View file @
1dc55630
...
@@ -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
{
//
//
}
}
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment