User Tools

Site Tools


eclipse:eclipse_rcp

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
eclipse:eclipse_rcp [2016/07/23 12:21] – [Fallpits] skipidareclipse:eclipse_rcp [2023/11/01 07:15] (current) – ↷ Links adapted because of a move operation skipidar
Line 1: Line 1:
-depe====== Eclipse - Rich Client Platform (RCP) ======+====== Eclipse - Rich Client Platform (RCP) ======
  
 ==== Documents ====  ==== Documents ==== 
Line 1195: Line 1195:
  
  
 +
 +
 +==== Download the Eclipse RCP updatesite ====
 +
 +To install Eclipse plugins offline you have to download the updatesite.
 +Here is an example to download instasearch.
 +
 +<code>
 +set eclipse_home="D:\Programme\_Development\Eclipse Mars - RCP\eclipse.exe"
 +set updatesite=http://dl.bintray.com/ajermakovics/InstaSearch/
 +set folder=d:\Temp\instasearch\
 +
 +
 +%eclipse_home% -application org.eclipse.equinox.p2.artifact.repository.mirrorApplication -source %updatesite% -destination %folder%
 +%eclipse_home% -application org.eclipse.equinox.p2.metadata.repository.mirrorApplication -source %updatesite% -destination %folder%
 +</code>
  
  
Line 1235: Line 1251:
  
  
-==== Download the Eclipse RCP updatesite ==== 
- 
-To install Eclipse plugins offline you have to download the updatesite. 
-Here is an example to download instasearch. 
- 
-<code> 
-set eclipse_home="D:\Programme\_Development\Eclipse Mars - RCP\eclipse.exe" 
-set updatesite=http://dl.bintray.com/ajermakovics/InstaSearch/ 
-set folder=d:\Temp\instasearch\ 
- 
- 
-%eclipse_home% -application org.eclipse.equinox.p2.artifact.repository.mirrorApplication -source %updatesite% -destination %folder% 
-%eclipse_home% -application org.eclipse.equinox.p2.metadata.repository.mirrorApplication -source %updatesite% -destination %folder% 
-</code> 
  
 ==== Target Platform ==== ==== Target Platform ====
eclipse/eclipse_rcp.1469276512.txt.gz · Last modified: (external edit)