deep

a Cross Development Platform for Java

User Tools

Site Tools


dev:eclipse_integration

Differences

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

Link to this comparison view

dev:eclipse_integration [2016/02/25 13:33] – created - external edit 127.0.0.1dev:eclipse_integration [2022/12/20 15:54] (current) – [Eclipse Integration] ursgraf
Line 1: Line 1:
 ====== Eclipse Integration ====== ====== Eclipse Integration ======
 The project **deep** contains an integration into eclipse as plugin. Though the compiler and linker are not dependent on eclipse and can run standalone, see [[.:launcher|Launcher]]. All configuration details are given in the configuration files (see [[.:configuration|Configuration]]). These files must be parsed for the various eclipse wizards and dialogues and changes must be stored back to those files. It is possible to work without eclipse at all.\\ The project **deep** contains an integration into eclipse as plugin. Though the compiler and linker are not dependent on eclipse and can run standalone, see [[.:launcher|Launcher]]. All configuration details are given in the configuration files (see [[.:configuration|Configuration]]). These files must be parsed for the various eclipse wizards and dialogues and changes must be stored back to those files. It is possible to work without eclipse at all.\\
-All plugin related components are packed in //ch.ntb.inf.deep.eclipse//. There, they are split into //launcher//, //nature// and //ui//. The only exception to this is the necessary //MANIFEST.MF//, //plugin.xml// and //build.properties//. They must be placed in the root directory.\\ +All plugin related components are packed in //org.deepjava.eclipse//. There, they are split into //launcher//, //nature// and //ui//. The only exception to this is the necessary //MANIFEST.MF//, //plugin.xml// and //build.properties//. They must be placed in the root directory.\\ 
 To test the plugin itself, the project can be run as eclipse application as described in [[.:launcher|Launcher]].  To test the plugin itself, the project can be run as eclipse application as described in [[.:launcher|Launcher]]. 
  
dev/eclipse_integration.1456403585.txt.gz · Last modified: 2016/02/25 13:33 by 127.0.0.1