argouml-tigris-org / argouml

Main project of argouml. Some information in the wiki. Some old releases in releases. (depends on parentpom, testmodels)
246 stars 92 forks source link

Fix #29: Allow to specify an order when loading user UML profiles #30

Closed stcarrez closed 4 years ago

stcarrez commented 4 years ago

In getList, check if the directory contains the file 'argouml-profiles.conf' and read that file to only take into account the UML files defined in the file (one per line) and keep the order to load them.

In resolve(), don't use a HashSet<> for the allUnresolvedItems because we want to preserve the load order.

Change-Id: Ia84e94241af3edc1c96d6884ba2042b66d74eafe

linustolke commented 4 years ago

This change is now imported into gerrithub.