C
cyber Boy
Hello,
I would like to automaticaly generate version Id in doc comments in a source
file and I don't know how can I do this.
For example:
org.springframework.security.providers.AuthenticationProvider class
@version $Id: AuthenticationProvider.java 2217 2007-10-27 00:45:30Z luke_t $
I suppose that 2217 is build number and 2007-10-27 is build date and
00:45:30 is build time.
Is that right ?
What I need to do for automaticaly generate this information ?
Regards,
cyber1boy
I would like to automaticaly generate version Id in doc comments in a source
file and I don't know how can I do this.
For example:
org.springframework.security.providers.AuthenticationProvider class
@version $Id: AuthenticationProvider.java 2217 2007-10-27 00:45:30Z luke_t $
I suppose that 2217 is build number and 2007-10-27 is build date and
00:45:30 is build time.
Is that right ?
What I need to do for automaticaly generate this information ?
Regards,
cyber1boy