Installed Eclipse Still referring to eclipse.org URL [message #1799837] |
Fri, 14 December 2018 09:24  |
Eclipse User |
|
|
|
I created a modified products catalog and installed eclipse 2018-09 with it. When I open the IDE and I select Preferences/Install/Update/Available Software Sites the location of all of the sites still refer to internet based update sites even though this have all been mirrored to an intranet network share and all oomph setup P2 director repository used to install this eclipse used the network share mirrored P2 repository. For example the site 2018-09 shows this location:
http://download.eclipse.org/releases/2018-09
How can I correct that?
|
|
|
|
|
Re: Installed Eclipse Still referring to eclipse.org URL [message #1799856 is a reply to message #1799841] |
Fri, 14 December 2018 18:04  |
Eclipse User |
|
|
|
Depending on the format, there will be an content.xml, content.xml.xz, or content .jar (or combination there of), and in that XML (in the jar or .xz), you can search for these URLs to find out what I mean. E.g., <touchpointData size='1'>
<instructions size='1'>
<instruction key='configure'>
addRepository(type:0,location:http${#58}//download.eclipse.org/eclipse/updates/4.10,name:The Eclipse Project Updates);addRepository(type:1,location:http${#58}//download.eclipse.org/eclipse/updates/4.10,name:The Eclipse Project Updates);addRepository(type:0,location:http${#58}//download.eclipse.org/releases/2018-12,name:2018-12);addRepository(type:1,location:http${#58}//download.eclipse.org/releases/2018-12,name:2018-12);mkdir(path:${installFolder}/dropins);
</instruction>
</instructions>
</touchpointData>
|
|
|
Powered by
FUDForum. Page generated in 0.03614 seconds