You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lenya.apache.org by an...@apache.org on 2008/04/06 19:33:10 UTC

svn commit: r645275 - /lenya/trunk/src/resources/build/modules2build.xsl

Author: andreas
Date: Sun Apr  6 10:33:09 2008
New Revision: 645275

URL: http://svn.apache.org/viewvc?rev=645275&view=rev
Log:
Adding version to JAR filename in module impl classpath.

Modified:
    lenya/trunk/src/resources/build/modules2build.xsl

Modified: lenya/trunk/src/resources/build/modules2build.xsl
URL: http://svn.apache.org/viewvc/lenya/trunk/src/resources/build/modules2build.xsl?rev=645275&r1=645274&r2=645275&view=diff
==============================================================================
--- lenya/trunk/src/resources/build/modules2build.xsl (original)
+++ lenya/trunk/src/resources/build/modules2build.xsl Sun Apr  6 10:33:09 2008
@@ -182,7 +182,7 @@
     
     <path id="module.classpath.{$id}.impl">
       <path refid="module.classpath.{$id}.api"/>
-      <fileset dir="${{build.webapp}}/WEB-INF/lib" includes="lenya-module-{$id}-api.jar"/>
+      <fileset dir="${{build.webapp}}/WEB-INF/lib" includes="lenya-module-{$id}-${{version}}-api.jar"/>
     </path>
     
     <target name="compile-module-{$id}" if="compile.module.{$id}">



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@lenya.apache.org
For additional commands, e-mail: commits-help@lenya.apache.org