开发者

Finding an old version of an eclipse feature

I need org.eclipse.equinox.executable.3.4.1 feature jar specifically to create my eclipse plugin product.

I am using Buckminster to resolve dependencies. In my feature I have specified version 3.4.1 exactly to be able to query the repository for that version only. And my rmap is as follows.

<searchPath name="target.platform.online">
    <provider componentTypes="eclipse.feature,osgi.bundle"
        readerType="p2" source="false" mutable="false">
        <uri format="http://download.eclipse.org/releases/helios" />
    </provider>
    <provider componentTypes="eclipse.feature,osgi.bundle"
        readerType="p2" source="false" mutable="false">
        <uri format="http://download.eclipse.org/eclipse/updates/3.6" />
    </provider>
</searchPath>

When no specific version is provided, using the repository http://download.eclipse.org/releases/helios provides 3.4.2. For the specific 3.4.1 version, dependency resolution ends with error as 3.4.1 cannot be found in the repository. Where can the versio开发者_如何转开发n 3.4.1 be found or if they exist also in the same repository what kind of configuration is needed to be able to query an old version?

Update: I couldn't find the update site that includes the 3.4.1 version but under Equinox download page release 3.6.1 contains the org.eclipse.equinox.executable feature version 3.4.1.

Knowing which eclipse update site contain this feature would be really helpful.


The version of the feature you are looking for is still present in the the Helios update site but old version are hidden by default from the Eclipse installation UI. To see previous versions, uncheck "Show only latest versions of available software".

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜