I'm trying to write a template to have a skeleton of a procedure.
I'm trying to have a procedure header containing CVS tags (specially $Date, which will be replace by CVS to have the cheking date on CVS).
While testing this templace, $date is automaticaly replace by the current date.
Is there a way to "protect" this text to prevent PL/SQL dev. to modify this text ?
I'm trying to have a procedure header containing CVS tags (specially $Date, which will be replace by CVS to have the cheking date on CVS).
While testing this templace, $date is automaticaly replace by the current date.
Is there a way to "protect" this text to prevent PL/SQL dev. to modify this text ?