Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Color picker threshold
Manage
Activity
Members
Labels
Plan
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Operate
Environments
Terraform modules
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
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
Color picker threshold
Commits
ed7c5627
Commit
ed7c5627
authored
1 year ago
by
Thomas MUSSET
Browse files
Options
Downloads
Patches
Plain Diff
updated pom, optimized code for java 11
parent
93ccc0fc
No related branches found
No related tags found
No related merge requests found
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
.gitignore
+1
-0
1 addition, 0 deletions
.gitignore
pom.xml
+4
-6
4 additions, 6 deletions
pom.xml
src/main/java/plugins/nherve/colorpickerthreshold/ColorPickerThreshold.java
+1357
-1366
1357 additions, 1366 deletions
...ins/nherve/colorpickerthreshold/ColorPickerThreshold.java
with
1362 additions
and
1372 deletions
.gitignore
+
1
−
0
View file @
ed7c5627
...
...
@@ -8,3 +8,4 @@ bin/
.classpath
.project
export.jardesc
**/.DS_Store
This diff is collapsed.
Click to expand it.
pom.xml
+
4
−
6
View file @
ed7c5627
<?xml version="1.0" encoding="UTF-8"?>
<project
xmlns=
"http://maven.apache.org/POM/4.0.0"
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation=
"http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
>
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation=
"http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
>
<modelVersion>
4.0.0
</modelVersion>
<parent>
<groupId>
org.bioimageanalysis.icy
</groupId>
<artifactId>
pom-icy
</artifactId>
<version>
2.
1.5
</version>
<version>
2.
2.0
</version>
</parent>
<artifactId>
color-picker-threshold
</artifactId>
<version>
1.2.3
</version>
<packaging>
jar
</packaging>
<version>
2.0.0
</version>
<name>
Color Picker Threshold
</name>
<description>
...
...
This diff is collapsed.
Click to expand it.
src/main/java/plugins/nherve/colorpickerthreshold/ColorPickerThreshold.java
+
1357
−
1366
View file @
ed7c5627
This diff is collapsed.
Click to expand it.
Preview
0%
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