Can we make a library from a model that already exists?

Hello,
I am trying to share information from one model to another and I’ve come across the library functionality. I have managed to create a new library and import this information from the library into my model. However, is it possible to create a library from a model that already exists?
Thanks for your help,
Andrew

Hi,
You should replace:

  1. In *.melodymodeller / *.melodyfragment : org.polarsys.capella.core.data.capellamodeller:Project by org.polarsys.capella.core.data.capellamodeller:Library
  2. In .project, replace org.polarsys.capella.project.nature by org.polarsys.capella.library.nature

Hi Philippe,
This worked, thank you. It is worth noting that the opening and closing tag in the .melodymodeller file needs to be changed from Project to Library so there are two separate lines to be changed twice