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/15 11:53] skipidareclipse:eclipse_rcp [2023/11/01 07:15] (current) – ↷ Links adapted because of a move operation skipidar
Line 204: Line 204:
 </code>  </code> 
 {{http://i46.tinypic.com/2ypkbbt.png}} {{http://i46.tinypic.com/2ypkbbt.png}}
- 
  
  
Line 1196: 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 1233: Line 1248:
 </WRAP> </WRAP>
   * Injections will only be processed in classes, which are referenced in Application Model. \\ (see [[http://www.vogella.com/tutorials/EclipseRCP/article.html#d234227e2830|On which objects does Eclipse perform dependency injection?]])   * Injections will only be processed in classes, which are referenced in Application Model. \\ (see [[http://www.vogella.com/tutorials/EclipseRCP/article.html#d234227e2830|On which objects does Eclipse perform dependency injection?]])
 +
 +
 +
 +
 ==== Target Platform ==== ==== Target Platform ====
  
eclipse/eclipse_rcp.1468583621.txt.gz · Last modified: (external edit)