You are viewing a plain text version of this content. The canonical link for it is here.
Posted to taglibs-dev@jakarta.apache.org by ra...@apache.org on 2006/09/08 00:26:09 UTC

svn commit: r441262 - /jakarta/taglibs/trunks-proper/common.xml

Author: rahul
Date: Thu Sep  7 15:26:07 2006
New Revision: 441262

URL: http://svn.apache.org/viewvc?view=rev&rev=441262
Log:
Allow excludes when building taglib jar file. Absence of the library.src.excludes property (by default) will result in no source files being excluded.

Modified:
    jakarta/taglibs/trunks-proper/common.xml

Modified: jakarta/taglibs/trunks-proper/common.xml
URL: http://svn.apache.org/viewvc/jakarta/taglibs/trunks-proper/common.xml?view=diff&rev=441262&r1=441261&r2=441262
==============================================================================
--- jakarta/taglibs/trunks-proper/common.xml (original)
+++ jakarta/taglibs/trunks-proper/common.xml Thu Sep  7 15:26:07 2006
@@ -284,7 +284,8 @@
     <antcall target="${library.pre}"/>
     <antcall target="template-tld"/>
     <javac srcdir="${library.src}" destdir="${build.library}"
-           classpath="${classpath}" debug="on" deprecation="on"/>
+           classpath="${classpath}" excludes="${library.src.excludes}"
+           debug="on" deprecation="on"/>
     <antcall target="${library.post}"/>
   </target>
 



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