Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
I
imagej-elphel
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
3
Issues
3
List
Board
Labels
Milestones
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Elphel
imagej-elphel
Commits
57907f30
Commit
57907f30
authored
Oct 02, 2012
by
Johannes Schindelin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add a README.md
Signed-off-by:
Johannes Schindelin
<
johannes.schindelin@gmx.de
>
parent
b210a2f1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
23 additions
and
0 deletions
+23
-0
README.md
README.md
+23
-0
No files found.
README.md
0 → 100644
View file @
57907f30
This is a minimal Maven project implementing an ImageJ 1.x plugin
It is intended as an ideal starting point to develop new ImageJ 1.x plugins
in an IDE of your choice. You can even collaborate with developers using a
different IDE than you.
In
[
Eclipse
](
http://eclipse.org
)
, for example, it is as simple as
_File>Import...>Existing Maven Project_
In
[
Netbeans
](
http://netbeans.org
)
, it is even simpler: _File
>
Open_
Project. The same works in
[
IntelliJ
](
http://jetbrains.net
)
.
If
[
jEdit
](
http://jedit.org
)
is your preferred IDE, you will need the
[
Maven
Plugin](http://plugins.jedit.org/plugins/?MavenPlugin).
Die-hard command-line developers can use Maven directly by calling _mvn_
in the project root.
However you build the project, in the end you will have the .jar file in the
_target/_
subdirectory. Simply copy it into your ImageJ's _plugins/_
directory, run _Help
>
Refresh Menus_ and the plugin will be available in
_Process>Process Pixels_
(this can be changed by editing
_src/main/resources/plugins.config_
).
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment