Adding update site URLs to find third-party dependencies during install

后端 未结 2 1165
情话喂你
情话喂你 2020-12-16 01:53

I have an Eclipse feature which when installing on Helios requires an additional update-site URL to be present in order to find certain dependencies. Is it possible to autom

2条回答
  •  谎友^
    谎友^ (楼主)
    2020-12-16 02:48

    As Raffi comments on Eldars answer an external update site for dependencies can be added by putting the following entry in the feature.xml file.

    
      
    
    

    This can also be done through the feature.xml editor GUI, in the InformationSites to Visit tab.

    In the GUI this is described as "update sites to visit while looking for new features".

    This seem to generate the entries in content.jar/content.xml that Eldar describes in their answer.

提交回复
热议问题