You are viewing a plain text version of this content. The canonical link for it is here.
Posted to slide-dev@jakarta.apache.org by pn...@apache.org on 2004/09/15 18:40:14 UTC

cvs commit: jakarta-slide/proposals/tamino/src/store/org/apache/slide/store/tamino/tools Env.java

pnever      2004/09/15 09:40:14

  Modified:    proposals/tamino/src/store/org/apache/slide/store/tamino/tools
                        Tag: TWS421_BRANCH Env.java
  Log:
  Bug: could not output version info
  
  Revision  Changes    Path
  No                   revision
  No                   revision
  1.1.4.1   +6 -5      jakarta-slide/proposals/tamino/src/store/org/apache/slide/store/tamino/tools/Env.java
  
  Index: Env.java
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/proposals/tamino/src/store/org/apache/slide/store/tamino/tools/Env.java,v
  retrieving revision 1.1
  retrieving revision 1.1.4.1
  diff -u -r1.1 -r1.1.4.1
  --- Env.java	25 Mar 2004 16:18:04 -0000	1.1
  +++ Env.java	15 Sep 2004 16:40:14 -0000	1.1.4.1
  @@ -83,7 +83,7 @@
        * @return product information string
        */
       public String getVersion() throws IOException {
  -        String jarFileName = "inodav-store.jar";  // TODO
  +        String jarFileName = "tws-store.jar";  // TODO
           File file = new File(getLibDirectory(), jarFileName);
           Manifest mf;
           JarFile jarFile;
  @@ -104,7 +104,8 @@
               by = getAttr(attrs, "Built-By");
               host = getAttr(attrs, "Built-Host");
               return name + " " +
  -                "Version " + version + "\n(built " + date + " by " + by + " on " + host + ")";
  +                "Version " + version + "\n(built " + date + " by " + by + " on " + host + ")\n" +
  +                "Copyright 1999-2004 The Apache Software Foundation.";
           } else {
               return "(no version info)";
           }
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: slide-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: slide-dev-help@jakarta.apache.org