[
Date Prev][
Date Next][
Thread Prev][
Thread Next][
Date Index][
Thread Index]
[
List Home]
Re: [pde-dev] Update site.xml
|
It appears that your feature is not of the right form. In your update site directory you should end up with a plugins directory containing your plugins, a features directory containing your features and the site.xml. In your update site, there is only a features directory, and it doesn't contain any features. Instead it contains a plugin.
Make sure you have the plugin project in the workspace, then create a feature project and make sure the feature.xml points to your plugin project. Then create an update site and point to the feature project.
Curtis
Lars Carlsson ---26/07/2008 01:57:59 PM---Hi
![]()
From: | ![]()
Lars Carlsson <larsrss@xxxxxxxxx> |
![]()
To: | ![]()
pde-dev@xxxxxxxxxxx |
![]()
Date: | ![]()
26/07/2008 01:57 PM |
![]()
Subject: | ![]()
[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="" version="1.0.0">
<category name="ls"/>
</feature>
<category-def name="ls" label="eclipse Launch scheduler Plug-in">
</category-def>
</site>
_______________________________________________
pde-dev mailing list
pde-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/pde-dev

