shalinshah1993 / SBSCL

The Systems Biology Simulation Core Library (SBSCL) provides an efficient and exhaustive Java implementation of methods to interpret the content of models encoded in the Systems Biology Markup Language (SBML) and its numerical solution.
https://draeger-lab.github.io/SBSCL/
GNU Lesser General Public License v3.0
0 stars 2 forks source link

Restructure SBSCL project directory #7

Closed shalinshah1993 closed 6 years ago

shalinshah1993 commented 6 years ago

Originally, SBSCL used ant script for build process which was replaced recently by maven. Currently, eclipse plugin m2e is used for build process. This needs to be changed to maven build which requires project directory restructuring to follow eclipse maven standards.

shalinshah1993 commented 6 years ago

Closing this issue! Restructuring can be found in this commit -> https://github.com/shalinshah1993/SBSCL/commit/cbb9c16171464a4263e203ca72fe6d2bc6ee7fb5

https://github.com/shalinshah1993/SBSCL/commit/76d97da7f63bbba9fb1350ca6a0c020fb6a13030

Some of the test right now are JUnit test and the rest I will update later.

@draeger @matthiaskoenig

matthiaskoenig commented 6 years ago

I am happy with the restructuring for now. Only tests/examples have to be updated. This is part of #23. Closing this issue.