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

updated pom to v2.0.0-a.1, fix classes accordingly to new architecture, added...

updated pom to v2.0.0-a.1, fix classes accordingly to new architecture, added icon, updated .gitignore
parent 2a99e62f
No related branches found
No related tags found
No related merge requests found
.idea/ /build*
/workspace
setting.xml
release/
target/ target/
.settings/ !.mvn/wrapper/maven-wrapper.jar
!**/src/main/**/target/
!**/src/test/**/target/
icy.log
### IntelliJ IDEA ###
.idea/
*.iws
*.iml *.iml
*.ipr
### Eclipse ###
.apt_generated
.classpath
.factorypath
.project .project
.classpath .settings
\ No newline at end of file .springBeans
.sts4-cache
### NetBeans ###
/nbproject/private/
/nbbuild/
/dist/
/nbdist/
/.nb-gradle/
build/
!**/src/main/**/build/
!**/src/test/**/build/
### VS Code ###
.vscode/
### Mac OS ###
**/.DS_Store
Icon?
\ No newline at end of file
...@@ -6,23 +6,21 @@ ...@@ -6,23 +6,21 @@
<!-- Inherited Icy Parent POM --> <!-- Inherited Icy Parent POM -->
<parent> <parent>
<artifactId>pom-icy</artifactId> <artifactId>pom-icy</artifactId>
<groupId>org.bioimageanalysis.icy</groupId> <groupId>org.bioimageanalysis.icy</groupId>
<version>2.1.0</version> <version>3.0.0-a.1</version>
</parent> </parent>
<!-- Project Information --> <!-- Project Information -->
<artifactId>path-intensity-profiler</artifactId> <artifactId>path-intensity-profiler</artifactId>
<version>1.2.3</version> <version>2.0.0-a.1</version>
<packaging>jar</packaging>
<name>Path Intensity Profiler</name> <name>Path Intensity Profiler</name>
<description> <description>
This plugin will compute the intensity profile of ROI contour along Z (3D) and T (timelaps) dimension. It generates a workbook document containing all the intensity values which can be used to display graph or be saved as XLSX or CSV format. This plugin will compute the intensity profile of ROI contour along Z (3D) and T (timelaps) dimension. It generates a workbook document containing all the intensity values which can be used to display graph or be saved as XLSX or CSV format.
The plugin is compatible with Protocols. The plugin is compatible with Protocols.
</description> </description>
<url>http://icy.bioimageanalysis.org/plugin/path-intensity-profil/</url> <url>https://icy.bioimageanalysis.org/plugin/path-intensity-profil/</url>
<inceptionYear>2020</inceptionYear> <inceptionYear>2020</inceptionYear>
<organization> <organization>
...@@ -56,40 +54,24 @@ ...@@ -56,40 +54,24 @@
</developer> </developer>
</developers> </developers>
<!-- Project properties -->
<properties>
</properties>
<profiles>
<profile>
<id>icy-plugin</id>
<activation>
<activeByDefault>true</activeByDefault>
</activation>
</profile>
</profiles>
<!-- List of project's dependencies --> <!-- List of project's dependencies -->
<dependencies> <dependencies>
<!-- The core of Icy -->
<dependency> <dependency>
<groupId>org.bioimageanalysis.icy</groupId> <groupId>org.bioimageanalysis.icy</groupId>
<artifactId>icy-kernel</artifactId> <artifactId>kernel-extensions</artifactId>
<version>${icy-kernel.version}</version>
</dependency> </dependency>
<!-- The EzPlug library, simplifies writing UI for Icy plugins. -->
<dependency> <dependency>
<groupId>org.bioimageanalysis.icy</groupId> <groupId>org.bioimageanalysis.icy</groupId>
<artifactId>ezplug</artifactId> <artifactId>ezplug</artifactId>
<version>${ezplug.version}</version> </dependency>
<dependency>
<groupId>org.bioimageanalysis.icy</groupId>
<artifactId>protocols</artifactId>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.bioimageanalysis.icy</groupId> <groupId>org.bioimageanalysis.icy</groupId>
<artifactId>workbooks</artifactId> <artifactId>workbooks</artifactId>
<version>${workbooks.version}</version>
</dependency> </dependency>
</dependencies> </dependencies>
...@@ -97,8 +79,7 @@ ...@@ -97,8 +79,7 @@
<repositories> <repositories>
<repository> <repository>
<id>icy</id> <id>icy</id>
<name>Icy's Nexus</name> <url>https://nexus-icy.pasteur.cloud/repository/icy/</url>
<url>https://icy-nexus.pasteur.fr/repository/Icy/</url>
</repository> </repository>
</repositories> </repositories>
</project> </project>
src/main/resources/path-intensity-profiler.png

9.4 KiB

0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment