Added config so that imagej is able to find the plugin class
This commit is contained in:
parent
65ab9dcca7
commit
bd5cd8b051
2
ch.psi.imagej.zeromq/Readme.txt
Normal file
2
ch.psi.imagej.zeromq/Readme.txt
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
http://fiji.sc/wiki/index.php/Description_of_ImageJ's_plugin_architecture
|
||||||
|
|
@ -1,8 +1,9 @@
|
|||||||
<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">
|
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||||
<modelVersion>4.0.0</modelVersion>
|
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
||||||
<groupId>ch.psi</groupId>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
<artifactId>ch.psi.imagej.zeromq</artifactId>
|
<groupId>ch.psi</groupId>
|
||||||
<version>0.0.1-SNAPSHOT</version>
|
<artifactId>ch.psi.imagej.zeromq</artifactId>
|
||||||
|
<version>0.0.1-SNAPSHOT</version>
|
||||||
|
|
||||||
<dependencies>
|
<dependencies>
|
||||||
<dependency>
|
<dependency>
|
||||||
@ -17,4 +18,23 @@
|
|||||||
<scope>provided</scope>
|
<scope>provided</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
|
|
||||||
|
<build>
|
||||||
|
<plugins>
|
||||||
|
<plugin>
|
||||||
|
<artifactId>maven-assembly-plugin</artifactId>
|
||||||
|
<version>2.4</version>
|
||||||
|
<configuration>
|
||||||
|
<archive>
|
||||||
|
<!-- <manifest>
|
||||||
|
<mainClass>fully.qualified.MainClass</mainClass>
|
||||||
|
</manifest> -->
|
||||||
|
</archive>
|
||||||
|
<descriptorRefs>
|
||||||
|
<descriptorRef>jar-with-dependencies</descriptorRef>
|
||||||
|
</descriptorRefs>
|
||||||
|
</configuration>
|
||||||
|
</plugin>
|
||||||
|
</plugins>
|
||||||
|
</build>
|
||||||
</project>
|
</project>
|
1
ch.psi.imagej.zeromq/src/main/resources/plugins.config
Normal file
1
ch.psi.imagej.zeromq/src/main/resources/plugins.config
Normal file
@ -0,0 +1 @@
|
|||||||
|
Plugins, "ZeroMQ Viewer", ch.psi.imagej.zeromq.ZeroMQViewer
|
Loading…
x
Reference in New Issue
Block a user