Skip to main content



      Home
Home » Eclipse Projects » Plugin Development Environment (PDE) » Category name is not getting displayed
Category name is not getting displayed [message #54849] Tue, 14 April 2009 04:54
Eclipse UserFriend
Hi,
We converted our RDP plugin as features, so that user can use software
update to install it. We able to successfully create the features for our
plugin but our features are shown under "uncategorised", but we have given
a category id to it.

Here is our site.xml,

<?xml version="1.0" encoding="UTF-8"?>
<site>
<feature url="features/RDP_1.0.0.jar" id="RDP" version="1.0.0"
os="linux,win32" ws="gtk,win32">
<category name="RDPFeatures"/>
</feature>
<category-def name="RDPFeatures" label="RDPFeatures"/>
</site>


Kindly let me know what went wrong here.

Thanks,
Ganeshraj.S
Previous Topic:Retrieve activated plugins for extension id
Next Topic:Category name is not getting displayed
Goto Forum:
  


Current Time: Wed Apr 30 03:07:21 EDT 2025

Powered by FUDForum. Page generated in 0.05919 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top