Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[smarthome-dev] ui, extension(s)

Hello,

the Paper UI and the Basic UI are now merged.
They are moved to 'extensions' (directory and groupId).

This is the current situation of UI bundles:

_
|\_ extensions
|  \_ ui
|   |\_ iconset
|   |  \_ org.eclipse.smarthome.ui.iconset.classic
|   |     GAV: org.eclipse.smarthome.extensions.ui.iconset/org.eclipse.smarthome.ui.iconset.classic/${esh.version}
|   |\_ org.eclipse.smarthome.ui.basic
|   |   GAV: org.eclipse.smarthome.extensions.ui/org.eclipse.smarthome.ui.basic/${esh.version}
|    \_ org.eclipse.smarthome.ui.paper
|       GAV: org.eclipse.smarthome.extensions.ui/org.eclipse.smarthome.ui.paper/${esh.version}
|\_ bundles
| \_ ui
| |\_ org.eclipse.smarthome.ui
      GAV: org.eclipse.smarthome/org.eclipse.smarthome.ui/${esh.version}
| |\_ org.eclipse.smarthome.ui.classic
      GAV: org.eclipse.smarthome.ui/org.eclipse.smarthome.ui.classic/${esh.version}
|  \_ org.eclipse.smarthome.ui.icon
      GAV: org.eclipse.smarthome/org.eclipse.smarthome.ui.icon/${esh.version}

I would like to / is this okay for you:

PR 1:
* move "org.eclipse.smarthome.ui.classic" to extensions, change group
id to contain extensions

PR 2:
* change the group id of "org.eclipse.smarthome.ui", to contain the "ui" postfix
see: https://bugs.eclipse.org/bugs/show_bug.cgi?id=464662

PR 3:
* change extensions to extension
** directory name
** group id
All the other directories and group ids are using singular (e.g. binding)

Best regards,
Markus


Back to the top