
|
If you were logged in you would be able to see more operations.
|
|
|
|
Issue Links:
|
Related
|
|
This issue is related to:
|
|
CARROT-358
Visualization does not show up in the distribution version.
|
|
|
|
|
|
|
|
|
As a result of CARROT2-358: I suggest to add package versions to all plugins that wrap third-party libraries, to avoid this kind of problems in the future.
|
|
Description
|
As a result of CARROT2-358: I suggest to add package versions to all plugins that wrap third-party libraries, to avoid this kind of problems in the future. |
Show » |
|
Consolidated plugin/ project classpaths. Notes:
1) All the projects that are Eclipse plugins:
use the plugin descriptor instead.
These plugins re-export many standard libraries and there
is usually no need to bother with importing anything else.
Carrot2 release (3.0.0, for example).
2) All the projects that are regular Java projects (Webapp, DCS, examples):
add a dependency on:
This project depends on nearly all algorithms and sources, so no extra
classpath should be required.
3) All the library plugin wrappers:
library release number.
Exception:
Apache commons and FEST libraries are bundled together in larger packages
for the use in the Carrot2 project. Their version number follows Carrot2
platform versioning.