You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by ev...@apache.org on 2005/04/05 15:03:51 UTC

svn commit: r160168 - in maven/maven-1/plugins/trunk/jnlp: plugin.jelly xdocs/changes.xml

Author: evenisse
Date: Tue Apr  5 06:03:50 2005
New Revision: 160168

URL: http://svn.apache.org/viewcvs?view=rev&rev=160168
Log:
Fix extension for external site.

Modified:
    maven/maven-1/plugins/trunk/jnlp/plugin.jelly
    maven/maven-1/plugins/trunk/jnlp/xdocs/changes.xml

Modified: maven/maven-1/plugins/trunk/jnlp/plugin.jelly
URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/jnlp/plugin.jelly?view=diff&r1=160167&r2=160168
==============================================================================
--- maven/maven-1/plugins/trunk/jnlp/plugin.jelly (original)
+++ maven/maven-1/plugins/trunk/jnlp/plugin.jelly Tue Apr  5 06:03:50 2005
@@ -163,7 +163,7 @@
                         </j:if>
                         <j:if test="${dep.getProperty('jnlp.extension.jnlp')!= null}">
                             <j:choose>
-                                <j:when test="${dep.getProperty('jnlp.extension.site')!= null})">
+                                <j:when test="${dep.getProperty('jnlp.extension.site')!= null}">
                                     <extension name="${lib.file.name}" href="http://${dep.getProperty('jnlp.extension.site')}/${dep.getProperty('jnlp.extension.dir')}/${dep.getProperty('jnlp.extension.jnlp')}"/>
                                 </j:when>
                                 <j:otherwise>

Modified: maven/maven-1/plugins/trunk/jnlp/xdocs/changes.xml
URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/jnlp/xdocs/changes.xml?view=diff&r1=160167&r2=160168
==============================================================================
--- maven/maven-1/plugins/trunk/jnlp/xdocs/changes.xml (original)
+++ maven/maven-1/plugins/trunk/jnlp/xdocs/changes.xml Tue Apr  5 06:03:50 2005
@@ -27,6 +27,7 @@
   <body>
     <release version="1.5" date="In CVS">
       <action dev="evenisse" type="add" issue="MPJNLP-21">Add a default value for maven.jnlp.vendor property.</action>
+      <action dev="evenisse" type="fix" due-to="Steve Molloy">Fix extension for external site.</action>
     </release>
     <release version="1.4.1" date="2004-08-26">
       <action dev="evenisse" type="add" issue="MPJNLP-2">Add extension support.</action>



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