Jack, I think you also need to add svn:keywords svn property to these new files so that Rev and Date keywords get expanded properly.
Jarek On Tue, Jan 5, 2010 at 11:16 PM, <[email protected]> wrote: > Author: caijunj > Date: Wed Jan 6 04:16:46 2010 > New Revision: 896318 > > URL: http://svn.apache.org/viewvc?rev=896318&view=rev > Log: > GERONIMO-3003 - Fix the revision and date field in two new files > > Modified: > > geronimo/server/branches/2.1/framework/modules/geronimo-cli/src/main/java/org/apache/geronimo/cli/deployer/EncryptCommandMetaData.java > > geronimo/server/branches/2.1/framework/modules/geronimo-deploy-tool/src/main/java/org/apache/geronimo/deployment/cli/CommandEncrypt.java > > Modified: > geronimo/server/branches/2.1/framework/modules/geronimo-cli/src/main/java/org/apache/geronimo/cli/deployer/EncryptCommandMetaData.java > URL: > http://svn.apache.org/viewvc/geronimo/server/branches/2.1/framework/modules/geronimo-cli/src/main/java/org/apache/geronimo/cli/deployer/EncryptCommandMetaData.java?rev=896318&r1=896317&r2=896318&view=diff > ============================================================================== > --- > geronimo/server/branches/2.1/framework/modules/geronimo-cli/src/main/java/org/apache/geronimo/cli/deployer/EncryptCommandMetaData.java > (original) > +++ > geronimo/server/branches/2.1/framework/modules/geronimo-cli/src/main/java/org/apache/geronimo/cli/deployer/EncryptCommandMetaData.java > Wed Jan 6 04:16:46 2010 > @@ -18,7 +18,7 @@ > > > /** > - * @version $Rev: 515007 $ $Date: 2007-03-06 18:26:41 +1100 (Tue, 06 Mar > 2007) $ > + * @version $Rev$ $Date$ > */ > public class EncryptCommandMetaData extends BaseCommandMetaData { > public static final CommandMetaData META_DATA = new > EncryptCommandMetaData(); > > Modified: > geronimo/server/branches/2.1/framework/modules/geronimo-deploy-tool/src/main/java/org/apache/geronimo/deployment/cli/CommandEncrypt.java > URL: > http://svn.apache.org/viewvc/geronimo/server/branches/2.1/framework/modules/geronimo-deploy-tool/src/main/java/org/apache/geronimo/deployment/cli/CommandEncrypt.java?rev=896318&r1=896317&r2=896318&view=diff > ============================================================================== > --- > geronimo/server/branches/2.1/framework/modules/geronimo-deploy-tool/src/main/java/org/apache/geronimo/deployment/cli/CommandEncrypt.java > (original) > +++ > geronimo/server/branches/2.1/framework/modules/geronimo-deploy-tool/src/main/java/org/apache/geronimo/deployment/cli/CommandEncrypt.java > Wed Jan 6 04:16:46 2010 > @@ -31,7 +31,7 @@ > /** > * The CLI command to encrypt a given string. > * > - * @version $Rev: 617588 $ $Date: 2008-02-02 02:20:07 +0800 (Sat, 02 Feb > 2008) $ > + * @version $Rev$ $Date$ > */ > public class CommandEncrypt extends AbstractCommand { > > > >
