ImageJA is a project that provides a clean Git
history of the original ImageJ project,
with a proper pom.xml
file so that it can be used with
Maven without hassles.
See the ImageJA page for details.
Because much of the content in this repository is generated automatically, depending on the type of change you want to make your edit should go in one of three places:
- Source file content changes (e.g. bug fixes) should go to the imagej1 repository. To submit changes in the ImageJ1 repository, see Contributing#ImageJ on the Wiki.
- Source file location changes (e.g. moving a file to the correct package) go in the ij1-builds repository.
- Changes to the build structure (e.g.
pom.xml
updates) can be done directly in this repository.