Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Flanagan
Manage
Activity
Members
Labels
Plan
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
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
Flanagan
Commits
7377a9a7
Commit
7377a9a7
authored
1 year ago
by
Thomas MUSSET
Browse files
Options
Downloads
Patches
Plain Diff
updated pom, optimized code for java 11
parent
20c16bf5
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
.gitignore
+2
-1
2 additions, 1 deletion
.gitignore
pom.xml
+5
-38
5 additions, 38 deletions
pom.xml
src/main/java/plugins/stef/library/FlanaganPlugin.java
+19
-8
19 additions, 8 deletions
src/main/java/plugins/stef/library/FlanaganPlugin.java
with
26 additions
and
47 deletions
.gitignore
+
2
−
1
View file @
7377a9a7
...
@@ -3,4 +3,5 @@ target/
...
@@ -3,4 +3,5 @@ target/
.settings/
.settings/
*.iml
*.iml
.project
.project
.classpath
.classpath
\ No newline at end of file
**/.DS_Store
\ No newline at end of file
This diff is collapsed.
Click to expand it.
pom.xml
+
5
−
38
View file @
7377a9a7
...
@@ -7,15 +7,13 @@
...
@@ -7,15 +7,13 @@
<!-- Inherited Icy Parent POM -->
<!-- Inherited Icy Parent POM -->
<parent>
<parent>
<groupId>
org.bioimageanalysis.icy
</groupId>
<groupId>
org.bioimageanalysis.icy
</groupId>
<artifactId>
p
arent-pom-plugin
</artifactId>
<artifactId>
p
om-icy
</artifactId>
<version>
1.0.3
</version>
<version>
2.2.0
</version>
</parent>
</parent>
<!-- Project Information -->
<!-- Project Information -->
<artifactId>
flanagan
</artifactId>
<artifactId>
flanagan
</artifactId>
<version>
1.1.1
</version>
<version>
2.0.0
</version>
<packaging>
jar
</packaging>
<name>
Flanagan
</name>
<name>
Flanagan
</name>
<description>
<description>
...
@@ -24,7 +22,7 @@
...
@@ -24,7 +22,7 @@
Flanagan library has been developed by Michael Thomas Flanagan.
Flanagan library has been developed by Michael Thomas Flanagan.
Flanagan library by Michael Thomas Flanagan: https://www.ee.ucl.ac.uk/~mflanaga/java/
Flanagan library by Michael Thomas Flanagan: https://www.ee.ucl.ac.uk/~mflanaga/java/
</description>
</description>
<url>
http://icy.bioimageanalysis.org/plugin/flanagan-scientific-library-for-icy/
</url>
<url>
http
s
://icy.bioimageanalysis.org/plugin/flanagan-scientific-library-for-icy/
</url>
<inceptionYear>
2020
</inceptionYear>
<inceptionYear>
2020
</inceptionYear>
<organization>
<organization>
...
@@ -60,43 +58,12 @@
...
@@ -60,43 +58,12 @@
<!-- Project properties -->
<!-- Project properties -->
<properties>
<properties>
<artifact-to-extract>
flanagan
</artifact-to-extract>
</properties>
</properties>
<!-- Project build configuration -->
<build>
<plugins>
<plugin>
<groupId>
org.apache.maven.plugins
</groupId>
<artifactId>
maven-dependency-plugin
</artifactId>
<version>
3.1.1
</version>
<executions>
<execution>
<id>
${project.artifactId}-fetch
</id>
<phase>
generate-sources
</phase>
<goals>
<goal>
unpack-dependencies
</goal>
</goals>
<configuration>
<includeArtifactIds>
flanagan
</includeArtifactIds>
<outputDirectory>
${project.build.outputDirectory}
</outputDirectory>
<stripVersion>
true
</stripVersion>
<excludeTransitive>
true
</excludeTransitive>
</configuration>
</execution>
</executions>
</plugin>
</plugins>
</build>
<!-- List of project's dependencies -->
<!-- List of project's dependencies -->
<dependencies>
<dependencies>
<!-- The core of Icy -->
<dependency>
<groupId>
org.bioimageanalysis.icy
</groupId>
<artifactId>
icy-kernel
</artifactId>
</dependency>
<dependency>
<dependency>
<groupId>
flanagan
</groupId>
<groupId>
flanagan
</groupId>
<artifactId>
flanagan
</artifactId>
<artifactId>
flanagan
</artifactId>
...
...
This diff is collapsed.
Click to expand it.
src/main/java/plugins/stef/library/FlanaganPlugin.java
+
19
−
8
View file @
7377a9a7
/*
* Copyright (c) 2010-2023. 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
;
package
plugins.stef.library
;
import
icy.plugin.abstract_.Plugin
;
import
icy.plugin.abstract_.Plugin
;
import
icy.plugin.interface_.PluginLibrary
;
import
icy.plugin.interface_.PluginLibrary
;
/**
public
class
FlanaganPlugin
extends
Plugin
implements
PluginLibrary
{
* Flanagan scientific library for Icy.
* Copyright Dr Michael Thomas Flanagan
*
* @author Stephane Dallongeville
*/
public
class
FlanaganPlugin
extends
Plugin
implements
PluginLibrary
{
//
//
}
}
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