TweetyProject icon indicating copy to clipboard operation
TweetyProject copied to clipboard

add prefix `tweety` to all tweety libs

Open nimo23 opened this issue 2 years ago • 0 comments

Actually, when adding the libs into my project with:

<dependency>
    <groupId>org.tweetyproject</groupId>
    <artifactId>tweety-full</artifactId>
    <version>..</version>
</dependency>

It cannot be seen at first glance. which imported libs belong to Tweety (e.g. rankings.jar, prob.jar).

Please add the prefix tweety to all imported libs (e.g. instead of rankings.jar it would be better to name it tweety-rankings.jar , etc.).

Thanks.

nimo23 avatar Jul 31 '23 17:07 nimo23