Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
I
imagej-elphel
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
3
Issues
3
List
Board
Labels
Milestones
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Elphel
imagej-elphel
Commits
ab2fac05
Commit
ab2fac05
authored
Apr 12, 2014
by
Andrey Filippov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
trying to make a Maven project
parent
63782ff5
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
28 additions
and
8 deletions
+28
-8
pom.xml
pom.xml
+26
-8
Distortions.java
src/main/java/Distortions.java
+1
-0
Eyesis_Correction.java
src/main/java/Eyesis_Correction.java
+1
-0
No files found.
pom.xml
View file @
ab2fac05
...
...
@@ -26,16 +26,24 @@
<version>
${imagej1.version}
</version>
</dependency>
<dependency>
<groupId>
org.kie.modules
</groupId>
<artifactId>
org-apache-commons-configuration-main
</artifactId>
<version>
6.1.0.Beta2
</version>
<groupId>
commons-configuration
</groupId>
<artifactId>
commons-configuration
</artifactId>
<version>
1.7
</version>
</dependency>
<dependency>
<groupId>
org.kie.modules
</groupId>
<artifactId>
org-apache-commons-lang-main
</artifactId>
<version>
6.1.0.Beta2
</version>
<groupId>
jama
</groupId>
<artifactId>
jama
</artifactId>
<version>
1.0.2
</version>
</dependency>
<dependency>
<groupId>
commons-lang
</groupId>
<artifactId>
commons-lang
</artifactId>
<version>
2.6
</version>
</dependency>
<dependency>
<groupId>
ome
</groupId>
<artifactId>
loci_tools
</artifactId>
<version>
5.0.0
</version>
</dependency>
</dependencies>
...
...
@@ -105,4 +113,14 @@
<url>
https://github.com/Elphel/imagej-elpheln
</url>
</scm>
<dependencyManagement>
<dependencies>
<dependency>
<groupId>
gov.nist.math.jama
</groupId>
<artifactId>
jama-osgi
</artifactId>
<version>
1.1.0
</version>
<scope>
provided
</scope>
</dependency>
</dependencies>
</dependencyManagement>
</project>
src/main/java/Distortions.java
View file @
ab2fac05
...
...
@@ -45,6 +45,7 @@ import java.util.concurrent.atomic.AtomicInteger;
import javax.swing.SwingUtilities;
//import Jama.LUDecomposition;
import Jama.LUDecomposition;
import Jama.Matrix;
//import src.java.org.apache.commons.configuration.*;
src/main/java/Eyesis_Correction.java
View file @
ab2fac05
...
...
@@ -53,6 +53,7 @@ import java.util.concurrent.atomic.AtomicInteger;
import
javax.swing.JFileChooser
;
import
javax.swing.filechooser.FileFilter
;
import
loci.common.services.DependencyException
;
import
loci.common.services.DependencyException
;
import
loci.common.services.ServiceException
;
import
loci.formats.FormatException
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment