Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "Development Resources/How to Use Eclipse Copyright Tool"

(Install the org.eclipse.releng.tools plugin to eClipse)
(Install the org.eclipse.releng.tools plugin to eClipse)
Line 2: Line 2:
  
 
Take the plugin from eClipse repository like the documentation [[Eclipse_copyright_tool]] described:
 
Take the plugin from eClipse repository like the documentation [[Eclipse_copyright_tool]] described:
- use the CVS plugin of eClipse to checkout the org.eclipse.releng.tools into your workspace
+
* use the CVS plugin of eClipse to checkout the org.eclipse.releng.tools into your workspace
- you can use Windows - preference - CVS - CVS Repositories
+
* you can use Windows - preference - CVS - CVS Repositories
-- Host: dev.eclipse.org
+
** Host: dev.eclipse.org
-- Repository: /cvsroot/eclipse
+
** Repository: /cvsroot/eclipse
- click on versions and look for org.eclipse.releng.tools-bundle
+
* click on versions and look for org.eclipse.releng.tools-bundle
- pick out the bundle version of your eClipse version e. g. org.eclipse.releng.tools R3_3_1_1
+
* pick out the bundle version of your eClipse version e. g. org.eclipse.releng.tools R3_3_1_1
- choose check out to import the bundle into your workspace
+
* choose check out to import the bundle into your workspace
  
 
To install this plugin to eClipse you have to export this bundle into the plugins-folder of eClipse:
 
To install this plugin to eClipse you have to export this bundle into the plugins-folder of eClipse:
- right click on bundle and export
+
* right click on bundle and export
- choose plugin-development and then Deployable plug-ins and fragments
+
* choose plugin-development and then Deployable plug-ins and fragments
- choose the plugins subfolder of your eClipse folder
+
* choose the plugins subfolder of your eClipse folder
- this exports a file like 'org.eclipse.releng.tools_3.3.0.200809301227.jar' into this plugin folder
+
* this exports a file like 'org.eclipse.releng.tools_3.3.0.200809301227.jar' into this plugin folder
- restart your eClipse workspace
+
* restart your eClipse workspace
  
 
====Configuration of Eclipse copyright tool ====
 
====Configuration of Eclipse copyright tool ====

Revision as of 09:49, 30 September 2008

Install the org.eclipse.releng.tools plugin to eClipse

Take the plugin from eClipse repository like the documentation Eclipse_copyright_tool described:

  • use the CVS plugin of eClipse to checkout the org.eclipse.releng.tools into your workspace
  • you can use Windows - preference - CVS - CVS Repositories
    • Host: dev.eclipse.org
    • Repository: /cvsroot/eclipse
  • click on versions and look for org.eclipse.releng.tools-bundle
  • pick out the bundle version of your eClipse version e. g. org.eclipse.releng.tools R3_3_1_1
  • choose check out to import the bundle into your workspace

To install this plugin to eClipse you have to export this bundle into the plugins-folder of eClipse:

  • right click on bundle and export
  • choose plugin-development and then Deployable plug-ins and fragments
  • choose the plugins subfolder of your eClipse folder
  • this exports a file like 'org.eclipse.releng.tools_3.3.0.200809301227.jar' into this plugin folder
  • restart your eClipse workspace

Configuration of Eclipse copyright tool

Back to the top