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 #595059] 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:Category name is not getting displayed
Next Topic:headless update site build like in site editor
Goto Forum:
  


Current Time: Sun Jul 06 14:15:22 EDT 2025

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

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

Back to the top