Skip to content
Snippets Groups Projects
Commit a3b99863 authored by Mark Winter's avatar Mark Winter
Browse files

Moved leversc ImageJ client source into src/ImageJ

parent 24aa8087
No related branches found
No related tags found
No related merge requests found
.project
.classpath
.settings
target
......@@ -66,7 +66,7 @@
<file>
<prefix>package_json.</prefix>
<failIfFileNotFound>true</failIfFileNotFound>
<filePath>../package.json</filePath>
<filePath>../../../package.json</filePath>
</file>
</files>
</configuration>
......@@ -78,7 +78,7 @@
<version>3.3.0</version>
<configuration>
<descriptorRefs>
<descriptorRef>jar-with-dependencies</descriptorRef>
<descriptorRef>jar-with-dependencies</descriptorRef>
</descriptorRefs>
</configuration>
<executions>
......
......@@ -4,13 +4,13 @@
* Java Development Kit (JDK version 8 or higher)
* Maven (version 2 or higher)
The simplest method for building the plugin jar file with all dependencies is to change to the ```leversc``` root directory (the directory in which this readme is located) and run maven's package command
The simplest method for building the plugin jar file with all dependencies is to change to the ```leversc/src/ImageJ``` directory (the directory in which this readme is located) and run maven's package command
```bash
cd leversc
cd leversc/src/ImageJ
mvn package
```
The jar file will be located in the ```target``` subdirectory and named ```Leversc_IJ-1.0-jar-with-dependencies.jar```.
The jar file will be located in the ```target``` subdirectory and named ```Leversc_IJ-<ver>-jar-with-dependencies.jar```.
## Installing the ImageJ plugin
Simply copy the plugin to the ```plugins/3D``` folder in your ImageJ executable directory. The plugin should then appear in the ImageJ menu as Plugins->3D->Leversc Viewer
......
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