File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed
java/com/mycompany/imagej Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 12
12
<relativePath />
13
13
</parent >
14
14
15
- <groupId >sc.fiji </groupId >
15
+ <groupId >com.mycompany </groupId >
16
16
<artifactId >Process_Pixels</artifactId >
17
17
<version >0.1.0-SNAPSHOT</version >
18
18
51
51
</scm >
52
52
53
53
<properties >
54
- <main-class >Process_Pixels</main-class >
54
+ <package-name >com.mycompany.imagej</package-name >
55
+ <main-class >com.mycompany.imagej.Process_Pixels</main-class >
55
56
</properties >
56
57
57
58
<dependencies >
Original file line number Diff line number Diff line change 6
6
* http://creativecommons.org/publicdomain/zero/1.0/
7
7
*/
8
8
9
+ package com .mycompany .imagej ;
10
+
9
11
import ij .IJ ;
10
12
import ij .ImageJ ;
11
13
import ij .ImagePlus ;
Original file line number Diff line number Diff line change 9
9
# If something like ("<arg>") is appended to the class name, the setup() method
10
10
# will get that as arg parameter; otherwise arg is simply the empty string.
11
11
12
- Process, "Process Pixels", Process_Pixels
12
+ Process, "Process Pixels", com.mycompany.imagej. Process_Pixels
You can’t perform that action at this time.
0 commit comments