8000 Rename the repository · imagej/example-legacy-plugin@59bba7b · GitHub
[go: up one dir, main page]

Skip to content

Commit 59bba7b

Browse files
committed
Rename the repository
The name "example-legacy-plugin" is more appropriate now: 1) This example is no longer very "minimal" in nature. 2) Soon there will also be an "example-imagej-command" repository, and possibly also "example-imagej-<otherThings>" repositories.
1 parent 4f89a34 commit 59bba7b

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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.
22

33
It is intended as an ideal starting point to develop new ImageJ 1.x plugins
44
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
4141

4242
Either
4343

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
4646

4747
Then:
4848

@@ -64,7 +64,7 @@ Then:
6464
3. Edit `src/main/resources/plugins.config`
6565
4. Replace the contents of `README.md` with information about your project.
6666

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
6868
publish the result in your own repository:
6969

7070
1. Call `git status` to verify .gitignore lists all the files (or file

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -86,14 +86,14 @@
8686
</mailingLists>
8787

8888
<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>
9191
<tag>HEAD</tag>
92-
<url>https: 69A8 //github.com/imagej/minimal-ij1-plugin</url>
92+
<url>https://github.com/imagej/example-legacy-plugin</url>
9393
</scm>
9494
<issueManagement>
9595
<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>
9797
</issueManagement>
9898
<ciManagement>
9999
<system>None</system>

0 commit comments

Comments
 (0)
0