Skip to content

Commit 340b8a1

Browse files
committed
Update description of SciJava Common library
1 parent 1d5cac1 commit 340b8a1

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

README.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
1-
This project contains configuration files and scripts common to the SciJava
2-
software stack.
1+
SciJava Common is a common library for SciJava software. It provides a
2+
plugin framework, with an extensible mechanism for service discovery, driven
3+
by the SezPoz library, so that plugins can be loaded dynamically. It is used
4+
by both ImageJ and SCIFIO.
5+
6+
This project also contains configuration files and scripts common to the
7+
SciJava software stack:
38

49
* __bin:__ scripts that are commonly useful for many projects
5-
* __mirror-website:__ a Java project for mirroring a web site
610
* __pom-scijava:__ a Maven POM that serves as a base for all Maven-based
711
SciJava code

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<version>1.0.0-SNAPSHOT</version>
1616

1717
<name>SciJava Common</name>
18-
<description>SciJava Common is a service framework. It provides an extensible mechanism for service discovery, driven by the SezPoz library, so that plugins can be loaded dynamically. It is used by both ImageJ and SCIFIO.</description>
18+
<description>SciJava Common is a shared library for SciJava software. It provides a plugin framework, with an extensible mechanism for service discovery, driven by the SezPoz library, so that plugins can be loaded dynamically. It is used by both ImageJ and SCIFIO.</description>
1919

2020
<dependencies>
2121
<dependency>

0 commit comments

Comments
 (0)