Difference between revisions of "Tools"
Jump to navigation
Jump to search
Line 14: | Line 14: | ||
# see [http://wiki.eclipse.org/How_to_use_Eclipse_copyright_tool HOWTO] for usage. | # see [http://wiki.eclipse.org/How_to_use_Eclipse_copyright_tool HOWTO] for usage. | ||
− | + | For Simantics code owned by THTH, the following header template is used with the tool: | |
Copyright (c) ${date} Association for Decentralized Information Management in | Copyright (c) ${date} Association for Decentralized Information Management in |
Revision as of 11:47, 9 June 2011
This page lists tools and utility program created for the Simantics project.
Project Set Tester
A useful tool for checking 2 things about Eclipse project set files:
- Do all locations listed in
.psf
files exist in their designated repositories? - What are the differences between the contents of a specified Eclipse workspace and a set of projects listed by
.psf
files? Allows you to see what the workspace contains that is not in .psf's and vice versa.
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.
For Simantics code owned by THTH, the following header template is used 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.