Author: markt
Date: Tue Sep 3 19:26:17 2013
New Revision: 1519804
URL: http://svn.apache.org/r1519804
Log:
Tomcat only uses package-info.java files for Javadoc so don't bother creating
empty class files from them.
Modified:
tomcat/trunk/build.xml
Modified: tomcat/trunk/build.xml
URL:
http://svn.apache.org/viewvc/tomcat/trunk/build.xml?rev=1519804&r1=1519803&r2=1519804&view=diff
==============================================================================
--- tomcat/trunk/build.xml (original)
+++ tomcat/trunk/build.xml Tue Sep 3 19:26:17 2013
@@ -611,7 +611,8 @@
optimize="${compile.optimize}"
excludes="**/.svn/**"
encoding="ISO-8859-1"
- includeAntRuntime="true" >
+ includeAntRuntime="true"
+ createMissingPackageInfoClass="false" >
<compilerarg value="-Xlint:unchecked"/>
<classpath refid="compile.classpath" />
<exclude name="org/apache/naming/factory/webservices/**" />
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]