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/03/09 18:05:40 UTC

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

Author: andreas
Date: Sun Mar  9 10:05:38 2008
New Revision: 635286

URL: http://svn.apache.org/viewvc?rev=635286&view=rev
Log:
Don't allow module APIs to reference the implementations.

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=635286&r1=635285&r2=635286&view=diff
==============================================================================
--- lenya/trunk/src/resources/build/modules2build.xsl (original)
+++ lenya/trunk/src/resources/build/modules2build.xsl Sun Mar  9 10:05:38 2008
@@ -197,8 +197,9 @@
           deprecation="${{deprecation}}"
           target="${{target.vm}}"
           nowarn="${{nowarn}}"
-          source="${{src.java.version}}">
-          <src path="{$src}/java/src"/>
+          source="${{src.java.version}}"
+          srcdir="{$src}/java/src"
+          sourcepath="">
           <xsl:for-each select="mod:export[@package]">
             <include name="{translate(@package, '.', '/')}/*.java"/>
           </xsl:for-each>



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