File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1
- This is a minimal Maven project implementing an ImageJ 1.x plugin.
1
+ This is an example Maven project implementing an ImageJ 1.x plugin.
2
2
3
3
It is intended as an ideal starting point to develop new ImageJ 1.x plugins
4
4
in an IDE of your choice. You can even collaborate with developers using a
@@ -41,8 +41,8 @@ How to use this project as a starting point
41
41
42
42
Either
43
43
44
- * ` git clone git://github.com/imagej/minimal-ij1 -plugin ` , or
45
- * unpack https://github.com/imagej/minimal-ij1 -plugin/archive/master.zip
44
+ * ` git clone git://github.com/imagej/example-legacy -plugin ` , or
45
+ * unpack https://github.com/imagej/example-legacy -plugin/archive/master.zip
46
46
47
47
Then:
48
48
64
64
3 . Edit ` src/main/resources/plugins.config `
65
65
4 . Replace the contents of ` README.md ` with information about your project.
66
66
67
- If you cloned the ` minimal-ij1 -plugin` repository, you probably want to
67
+ If you cloned the ` example-legacy -plugin` repository, you probably want to
68
68
publish the result in your own repository:
69
69
70
70
1 . Call ` git status ` to verify .gitignore lists all the files (or file
Original file line number Diff line number Diff line change 86
86
</mailingLists >
87
87
88
88
<scm >
89
- <connection >scm:git:git://github.com/imagej/minimal-ij1 -plugin</connection >
90
- <developerConnection >scm:git:git@github.com:imagej/minimal-ij1 -plugin</developerConnection >
89
+ <connection >scm:git:git://github.com/imagej/example-legacy -plugin</connection >
90
+ <developerConnection >scm:git:git@github.com:imagej/example-legacy -plugin</developerConnection >
91
91
<tag >HEAD</tag >
92
- <url >https:
69A8
//github.com/imagej/minimal-ij1 -plugin</url >
92
+ <url >https://github.com/imagej/example-legacy -plugin</url >
93
93
</scm >
94
94
<issueManagement >
95
95
<system >GitHub Issues</system >
96
- <url >https://github.com/imagej/minimal-ij1 -plugin/issues</url >
96
+ <url >https://github.com/imagej/example-legacy -plugin/issues</url >
97
97
</issueManagement >
98
98
<ciManagement >
99
99
<system >None</system >
You can’t perform that action at this time.
0 commit comments