evenisse    2004/01/29 04:06:50

  Modified:    jnlp     plugin.jelly
               jnlp/xdocs changes.xml
  Log:
  Applied MPJNLP-1.
  
  Revision  Changes    Path
  1.21      +1 -1      maven-plugins/jnlp/plugin.jelly
  
  Index: plugin.jelly
  ===================================================================
  RCS file: /home/cvs/maven-plugins/jnlp/plugin.jelly,v
  retrieving revision 1.20
  retrieving revision 1.21
  diff -u -r1.20 -r1.21
  --- plugin.jelly      29 Jan 2004 12:00:44 -0000      1.20
  +++ plugin.jelly      29 Jan 2004 12:06:50 -0000      1.21
  @@ -92,7 +92,7 @@
                   <resources>
                       <j2se version="${maven.jnlp.j2se.version}"
                              initial-heap-size="${maven.jnlp.j2se.heapsize.initial}"
  -                           maximum-heap-size="${maven.jnlp.j2se.heapsize.max}"/>
  +                           max-heap-size="${maven.jnlp.j2se.heapsize.max}"/>
                       <j:set var="mainExists" value="false"/>
   
                       <j:forEach var="lib" items="${pom.artifacts}">
  
  
  
  1.9       +3 -0      maven-plugins/jnlp/xdocs/changes.xml
  
  Index: changes.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/jnlp/xdocs/changes.xml,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- changes.xml       29 Jan 2004 12:00:44 -0000      1.8
  +++ changes.xml       29 Jan 2004 12:06:50 -0000      1.9
  @@ -9,6 +9,9 @@
     <body>
       <release version="1.3" date="In CVS">
         <action dev="evenisse" type="fix">
  +        MPJNLP-1.
  +      </action>
  +      <action dev="evenisse" type="fix">
           MPJNLP-4. Add support for jar versions
         </action>
         <action dev="jvanzyl" type="update">
  
  
  

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

Reply via email to