[jboss-cvs] JBossAS SVN: r79788 - projects/aop/trunk/build/build_for_dist.
jboss-cvs-commits at lists.jboss.org
jboss-cvs-commits at lists.jboss.org
Tue Oct 21 00:20:38 EDT 2008
Author: flavia.rainone at jboss.com
Date: 2008-10-21 00:20:38 -0400 (Tue, 21 Oct 2008)
New Revision: 79788
Modified:
projects/aop/trunk/build/build_for_dist/build.xml
Log:
[JBAOP-668] Fixed the build_dit/build.xml file by removing the org.jboss.aop.annotation.compiler/** classes from compilation,
along with qdox.jar from the classpath.
Modified: projects/aop/trunk/build/build_for_dist/build.xml
===================================================================
--- projects/aop/trunk/build/build_for_dist/build.xml 2008-10-21 02:35:26 UTC (rev 79787)
+++ projects/aop/trunk/build/build_for_dist/build.xml 2008-10-21 04:20:38 UTC (rev 79788)
@@ -66,7 +66,8 @@
<path refid="apache.log4j.classpath"/>
<path refid="javassist.classpath"/>
<path refid="trove.classpath"/>
- <path refid="qdox.classpath"/>
+ <!-- required by org.jboss.aop.annotation.compiler/** -->
+ <!-- <path refid="qdox.classpath"/> -->
<path refid="jboss.core.classpath"/>
<path refid="jboss.reflect.classpath"/>
<path refid="jboss.mdr.classpath"/>
@@ -114,6 +115,8 @@
<src path="${source.java}"/>
<exclude name="org/jboss/aop/definition/**"/>
<exclude name="org/jboss/aop/hook/JRockit*"/>
+ <!-- requires qdox.jar -->
+ <exclude name="org/jboss/aop/annotation/compiler/**"/>
<classpath refid="library.classpath"/>
</javac>
</target>
More information about the jboss-cvs-commits
mailing list