just testing a new way of doing Mir.Version string
authormh <mh>
Tue, 26 Nov 2002 01:54:18 +0000 (01:54 +0000)
committermh <mh>
Tue, 26 Nov 2002 01:54:18 +0000 (01:54 +0000)
source/mir/misc/MirConfig.java

index b188752..67295a1 100755 (executable)
@@ -79,6 +79,8 @@ public class MirConfig extends Configuration {
     initConfResource(confName);
     configHash = new HashMap();
 
+    configHash.put("Mir.Version", "$Name:  $");
+
     configHash.put("Home", ctx.getRealPath("/"));
     configHash.put("ServletContext", ctx);
     configHash.put("RootUri", ctxPath);