Open-MBEE / Comodo

COMODO2 is a Java tool that allows to transform a UML/SysML model into code for different software platforms.
26 stars 5 forks source link

Move libraries off of LFS #16

Closed thomas-bc closed 1 year ago

thomas-bc commented 1 year ago

Addresses #15

Libraries are pretty small in size so should not need LFS to be stored in the repo. This commit does not change the objects (all the .jar files), but does remove them from the LFS index, and pushes them back as regular artifacts of the repo. Also remove mentions of LFS install in the README.

thomas-bc commented 1 year ago

I confirmed by merging in the main branch of my own fork, that we're still able to clone the repo after having dropped LFS, and the libs/ folder comes down full. Reproduce with

git lfs uninstall
git clone https://github.com/thomas-bc/Comodo