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 lu...@apache.org on 2005/01/25 12:43:51 UTC

cvs commit: jakarta-slide/src/share/org/apache/slide/util/conf Element.java

luetzkendorf    2005/01/25 03:43:51

  Modified:    src/share/org/apache/slide/util/conf Element.java
  Log:
  last change undone, wasn't a good idea
  
  Revision  Changes    Path
  1.5       +2 -0      jakarta-slide/src/share/org/apache/slide/util/conf/Element.java
  
  Index: Element.java
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/src/share/org/apache/slide/util/conf/Element.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- Element.java	16 Dec 2004 15:44:07 -0000	1.4
  +++ Element.java	25 Jan 2005 11:43:51 -0000	1.5
  @@ -185,6 +185,8 @@
                       }
                       if (value != null) {
                           b.append(value);
  +                    } else {
  +                        b.append("${").append(var).append("}");
                       }
                       
                       b.append(tail);
  
  
  

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