| Summary: | Optional dependencies are considered mandatory by the updater | ||
|---|---|---|---|
| Product: | [Eclipse Project] Platform | Reporter: | Hubert Leung <hkyleung> |
| Component: | Update (deprecated - use Eclipse>Equinox>p2) | Assignee: | Platform-Update-Inbox <platform-update-inbox> |
| Status: | RESOLVED WONTFIX | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | CC: | david_williams, mober.at+eclipse |
| Version: | 3.2 | ||
| Target Milestone: | --- | ||
| Hardware: | PC | ||
| OS: | Windows XP | ||
| Whiteboard: | obsolete | ||
|
Description
Hubert Leung
I saw this feature:
features/org.eclipse.tptp.monitoring.runtime_4.2.0.v200604131758.jar
and there are no requires defined only imports and they are not optional:
<?xml version="1.0" encoding="UTF-8"?>
<feature
id="org.eclipse.tptp.monitoring.runtime"
label="%featureName"
version="4.2.0.v200604131758"
provider-name="%providerName">
<install-handler/>
<description>
%description
</description>
<copyright>
(c) Copyright Eclipse contributors and others 2005. All rights reserved.
</copyright>
<license url="%licenseURL">
%license
</license>
<url>
<update label="TPTP Update Site" url="http://eclipse.org/tptp/updates/"/>
<discovery label="TPTP Update Site" url="http://eclipse.org/tptp/updates/"/>
</url>
<includes
id="org.eclipse.tptp.monitoring"
version="4.2.0.v200604131758"/>
<includes
id="org.eclipse.tptp.monitoring.profile.server"
version="4.1.100.v200604131758"/>
<includes
id="org.eclipse.tptp.monitoring.report.birt"
version="4.2.0.v200604131758"/>
<includes
id="org.eclipse.tptp.monitoring.examples"
version="4.2.0.v200604131758"/>
<includes
id="org.eclipse.tptp.monitoring.doc.user"
version="4.2.0.v200604131758"/>
</feature>
Do i have a wrong feature? org.eclipse.tptp.platform.runtime also did not have any optionally included stuff.
branko, is this a dup of bug 146869? The Eclipse Update component is no longer under development, and no longer exists in the Eclipse Platform 4.x stream. If this problem still occurs in Eclipse Platform 4.2 or later, please enter a new bug report against Equinox p2. |