| eclipseCon2005.KCH.AuthDemo.AuthDemoPlugin [message #7367] |
Wed, 08 June 2005 19:01 |
|
Originally posted by: rkalluri.gmail.com
I am trying to play with eclipseCon2005.KCH.AuthDemo.AuthDemoPlugin to
show certain activities based on the role(activity id)
My config is as follows for the activity part in plugin.xml abbreviated
<extension
point="org.eclipse.ui.views">
<view
class="eclipseCon2005.KCH.AuthDemo.views.SalesView"
icon="icons/sales.gif"
id="salesView"
name="%sale"/>
</extension>
<activity
id="employeeActivity"
name="empAct"/>
<activityPatternBinding
activityId="employeeActivity"
pattern="EclipseCon2005\.KCH\.AuthDemo/salesView"/>
I was expecting only salesView to show up in my perspective, but all
other views defined in my plugin.xml show up too.
Is anyone using actvities succesfuly in development or production apps.
Thanks,
Raj
|
|
|
Powered by
FUDForum. Page generated in 0.01822 seconds