jvanzyl     2002/07/23 23:10:38

  Modified:    src/java/org/apache/maven/app Maven.java
  Log:
  o adding getVariable(key)
  
  Revision  Changes    Path
  1.78      +8 -0      jakarta-turbine-maven/src/java/org/apache/maven/app/Maven.java
  
  Index: Maven.java
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-maven/src/java/org/apache/maven/app/Maven.java,v
  retrieving revision 1.77
  retrieving revision 1.78
  diff -u -r1.77 -r1.78
  --- Maven.java        23 Jul 2002 03:21:43 -0000      1.77
  +++ Maven.java        24 Jul 2002 06:10:38 -0000      1.78
  @@ -956,6 +956,14 @@
                                          value );
       }
   
  +    /**
  +     * Get a variable from the jelly context.
  +     */
  +    public Object getVariable(String key)
  +    {
  +        return getJellyContext().getVariable(key);
  +    }        
  +
       /** Load the specified properties file into the aggregate
        *  properties.
        *
  
  
  

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to