Skip to main content

Notice: This Wiki is now read only and edits are no longer 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"

(Configuration of Eclipse copyright tool)
(Use Eclipse copyright tool)
Line 16: Line 16:
  
 
====Use Eclipse copyright tool ====
 
====Use Eclipse copyright tool ====
[[Image:Copyrighttool2.jpg]]
 
  
* change to Resource-view of Eclipse
+
Once installed and configured, the Copyright tool can accessed via context menu on a project.
* deselect all working sets, if you have selected - you must see the project structure of your workspace
+
* click right on your project and choose Advanced fix copyrights
+
  
The tool will:
+
[[Image:Copyrighttool2.jpg]]
* insert a header
+
** in java files
+
** if configured, in *.properties files
+
** if configured, with override existing header
+
 
+
The tool will NOT
+
* insert a header in other files like plugin.xml
+

Revision as of 13:00, 30 September 2011

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

You can use the standard software installer ("Help > Install New Software...") to add the Eclipse Project's Releng Tools to your Eclipse configuration.

InstallRelengTools.png

Configuration of Eclipse copyright tool

The Copyright Tool is configured using the preferences.


Copyrighttool.jpg


If you're not sure what to put here, please see the Default Copyright and License Notice.

Use Eclipse copyright tool

Once installed and configured, the Copyright tool can accessed via context menu on a project.

Copyrighttool2.jpg

Back to the top