Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[riena-dev] org.eclipse.riena.ui.swt.statusline ext. point - illegal attribute 'class' ?

Something seems to be slightly wrong with the
org.eclipse.riena.ui.swt.statusline Extension Point definition: In the
plugin.xml of org.eclipse.riena.example.client I've got a warning
'Illegal attribute 'class''. Apparently the class is needed for this
to work, therefore I guess that it's missing in the extension point
schema?

 <extension
          point="org.eclipse.riena.ui.swt.statusline">
       <contentFactory
             class="org.eclipse.riena.ui.swt.DefaultStatuslineContentFactory"
 <----- warning: Illegal attribute 'class'
             factory="org.eclipse.riena.example.client.statusline.ExampleStatuslineContentFactory">
       </contentFactory>
    </extension>

Please have a look.

Kind regards,
Elias.

-- 
Elias Volanakis | Technical Lead | EclipseSource Portland
elias@xxxxxxxxxxxxxxxxx | +1 503 929 5537 | http://eclipsesource.com


Back to the top