Tools
Revision as of 11:33, 9 June 2011 by Tuukka Lehtonen (talk | contribs) (Created page with "== [http://wiki.eclipse.org/Eclipse_copyright_tool Eclipse Copyright Tool] == For updating and fixing copyright statements ''.java'', ''.properties'' and ''.xml'' files easily fr...")
Eclipse Copyright Tool
For updating and fixing copyright statements .java, .properties and .xml files easily from the Eclipse IDE.
To install the tool into your Eclipse:
- download this prebuilt version of the org.eclipse.releng.tools plug-in and place it in your Eclipse installation's dropins directory
- restart your IDE
- see HOWTO for usage.
In Simantics, we use this THTH-specific header with the tool:
Copyright (c) ${date} Association for Decentralized Information Management in Industry THTH ry. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 which accompanies this distribution, and is available at http://www.eclipse.org/legal/epl-v10.html Contributors: VTT Technical Research Centre of Finland - initial API and implementation
and set its preferences to:
Default creation year: 2007 Default revision year: 2011
or according to your component's life span.