cogu / autosar

A set of python modules for working with AUTOSAR XML files
MIT License
381 stars 165 forks source link

add defaultPackages to workspace #26

Closed parai closed 4 years ago

parai commented 6 years ago

This is for the purpose to fix the issue https://github.com/cogu/autosar/issues/25

cogu commented 6 years ago

defaultPackages has been explicitly removed and all methods using it has been marked as deprecated (will also be removed). The new template class mechansim will have the purpose of replacing this functionality in a much more flexible way.