Details
-
Task
-
Status: Closed
-
Major
-
Resolution: Fixed
-
Installer Core 3.0.0, JCR Installer 3.0.0, File Installer 1.0.0
-
None
Description
The used symbolic names by the various parts of the installer (osgi installer, jcr installer, file installer) do not really have something in common, it would rather make sense to use a unified scheme, like
org.apache.sling.installer.core (today: ...osgi.installer)
org.apache.sling.installer.provider.jcr (today: ...jcr.jcrinstall)
org.apache.sling.installer.provider.file (today: ...install.fileinstall)
In addition, the package names should match these symbolic names:
- the api goes to org.apache.sling.installer.core
- the osgi impl moves to org.apache.sling.installer.core.impl.*
- the providers use org.apache.sling.installer.provider.XYZ.impl.*