I want a way to have my code style do something like this.. this comment is in PHP but the concept should work for any eclipse compatible language.\[code\]/* * @author ${user} * @version ${version}*/\[/code\]I would want to update the version variable once, then commit to the repository. So, now when others add comments it would include the Version. This is where the issue comes.. where do you store the Version? Can I just create a \[code\]<version></version>\[/code\] set of tags in the '.project' file and some how reference them from the code styles?