Author: remy.maucherat(a)jboss.com
Date: 2008-10-30 10:26:53 -0400 (Thu, 30 Oct 2008)
New Revision: 830
Modified:
trunk/build.xml
Log:
- Only compile the Comet related classes.
Modified: trunk/build.xml
===================================================================
--- trunk/build.xml 2008-10-30 12:09:10 UTC (rev 829)
+++ trunk/build.xml 2008-10-30 14:26:53 UTC (rev 830)
@@ -835,6 +835,8 @@
source="${compile.source}"
optimize="${compile.optimize}"
classpath="${tomcat.classes}">
+ <include name="org/jboss/web/comet/**" />
+ <include name="org/apache/cometd/**" />
</javac>
</target>
Show replies by date