Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[pde-dev] Update site.xml

Hi
I have made a plug-in and an update site but I can't get my site.xml to work I have used the eclipse update site tool but I can't get it to work with add update site.
It would be great if you could try my site.xml
http://eclipselaunchsc.sourceforge.net/update/



Site.xml   :
<?xml version="1.0" encoding="UTF-8"?>
<site>
<description url="http://eclipselaunchsc.sourceforge.net/update/";>eclipse Launch scheduler plugin 1.0.0</description> <feature id="org.eclipse.ls" url="features/org.eclipse.ls_1.0.0.jar" version="1.0.0">
               <category name="ls"/>
       </feature>
       <category-def name="ls" label="eclipse Launch scheduler Plug-in">
</category-def>
</site>



Back to the top