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

updated to v2.0.0-a.2, updated dependency, moved icons

parent 0f568b31
No related branches found
Tags v2.0.0-a.2
No related merge requests found
......@@ -8,14 +8,14 @@
<parent>
<groupId>org.bioimageanalysis.icy</groupId>
<artifactId>pom-icy</artifactId>
<version>3.0.0-a.1</version>
<version>3.0.0-a.3</version>
</parent>
<!-- Project Information -->
<artifactId>jfreechart</artifactId>
<version>2.0.0-a.1</version>
<version>2.0.0-a.2</version>
<name>JfreeChart</name>
<name>JFreeChart</name>
<description>
JFreeChart is a class library, written in Java, for generating charts. Utilising the Java2D API, it supports a wide range of chart
types including bar charts, pie charts, line charts, XY-plots, time series plots, Sankey charts and more.
......@@ -58,15 +58,7 @@
<dependency>
<groupId>org.jfree</groupId>
<artifactId>jfreechart</artifactId>
<version>1.5.4</version>
<version>1.5.5</version>
</dependency>
</dependencies>
<!-- Icy Maven repository (to find parent POM) -->
<repositories>
<repository>
<id>icy</id>
<url>https://nexus-icy.pasteur.cloud/repository/icy/</url>
</repository>
</repositories>
</project>
\ No newline at end of file
......@@ -3,7 +3,6 @@ package plugins.stef.library;
import org.bioimageanalysis.icy.extension.plugin.abstract_.Plugin;
import org.bioimageanalysis.icy.extension.plugin.annotation_.IcyPluginIcon;
import org.bioimageanalysis.icy.extension.plugin.annotation_.IcyPluginName;
import org.bioimageanalysis.icy.extension.plugin.interface_.PluginLibrary;
/**
* JFree Chart library for Icy
......@@ -11,7 +10,7 @@ import org.bioimageanalysis.icy.extension.plugin.interface_.PluginLibrary;
* @author Stephane Dallongeville
*/
@IcyPluginName("JFreeChart")
@IcyPluginIcon(path = "/jfreechart.jpg")
public class JFreeChartPlugin extends Plugin implements PluginLibrary {
@IcyPluginIcon(path = "/plugins/stef/library/jfreechart/jfreechart.jpg")
public class JFreeChartPlugin extends Plugin {
//
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment