From bd5cd8b0518fbbf2c4add48ad232823b0274fd26 Mon Sep 17 00:00:00 2001 From: Simon Ebner Date: Fri, 5 Apr 2013 11:36:41 +0200 Subject: [PATCH] Added config so that imagej is able to find the plugin class --- ch.psi.imagej.zeromq/Readme.txt | 2 ++ ch.psi.imagej.zeromq/pom.xml | 30 +++++++++++++++---- .../src/main/resources/plugins.config | 1 + 3 files changed, 28 insertions(+), 5 deletions(-) create mode 100644 ch.psi.imagej.zeromq/Readme.txt create mode 100644 ch.psi.imagej.zeromq/src/main/resources/plugins.config diff --git a/ch.psi.imagej.zeromq/Readme.txt b/ch.psi.imagej.zeromq/Readme.txt new file mode 100644 index 0000000..e13b0cc --- /dev/null +++ b/ch.psi.imagej.zeromq/Readme.txt @@ -0,0 +1,2 @@ +http://fiji.sc/wiki/index.php/Description_of_ImageJ's_plugin_architecture + diff --git a/ch.psi.imagej.zeromq/pom.xml b/ch.psi.imagej.zeromq/pom.xml index 04ef489..cf5de75 100644 --- a/ch.psi.imagej.zeromq/pom.xml +++ b/ch.psi.imagej.zeromq/pom.xml @@ -1,8 +1,9 @@ - - 4.0.0 - ch.psi - ch.psi.imagej.zeromq - 0.0.1-SNAPSHOT + + 4.0.0 + ch.psi + ch.psi.imagej.zeromq + 0.0.1-SNAPSHOT @@ -17,4 +18,23 @@ provided + + + + + maven-assembly-plugin + 2.4 + + + + + + jar-with-dependencies + + + + + \ No newline at end of file diff --git a/ch.psi.imagej.zeromq/src/main/resources/plugins.config b/ch.psi.imagej.zeromq/src/main/resources/plugins.config new file mode 100644 index 0000000..aea6427 --- /dev/null +++ b/ch.psi.imagej.zeromq/src/main/resources/plugins.config @@ -0,0 +1 @@ +Plugins, "ZeroMQ Viewer", ch.psi.imagej.zeromq.ZeroMQViewer