Allow to have several directories to search for UML default profiles
stcarrez opened this issue · 0 comments
stcarrez commented
We can set the following system configuration argouml.profiles.directory
but it only accepts a single directory.
Sometimes the default UML profiles are stored in different directories and it would be nice to allow ArgoUML
to search for these UML profiles from several directories (which is already supported).
One simple way to do this is to allow the argouml.profiles.directory
configuration variable to hold several paths and have ArgoUML look at each of them. A simple ';' directory separator can be used to avoid problems on Windows.