enonic / doc-xp

Enonic XP > 7.0 Reference Documentation
2 stars 3 forks source link

Enonic XP 7.0 - Lib upgrade #21

Closed ComLock closed 5 years ago

ComLock commented 5 years ago

I would like a 'Enonic XP 7.0 - Lib upgrade' doc Similar to https://developer.enonic.com/docs/xp/stable/release/apps-upgrade

For example a lib does not use com.enonic.xp.app thus xp.enonicRepo() will fail.

Instead a lib should use com.enonic.xp.base as seen here:

https://github.com/enonic/starter-lib/blob/master/build.gradle#L4

alansemenov commented 5 years ago

Added a section on lib upgrade