[jboss-cvs] JBossAS SVN: r80958 - trunk/varia.
jboss-cvs-commits at lists.jboss.org
jboss-cvs-commits at lists.jboss.org
Thu Nov 13 16:09:07 EST 2008
Author: dimitris at jboss.org
Date: 2008-11-13 16:09:07 -0500 (Thu, 13 Nov 2008)
New Revision: 80958
Modified:
trunk/varia/build.xml
Log:
JBAS-3916, update the location of the license-info.xml file
Modified: trunk/varia/build.xml
===================================================================
--- trunk/varia/build.xml 2008-11-13 21:08:22 UTC (rev 80957)
+++ trunk/varia/build.xml 2008-11-13 21:09:07 UTC (rev 80958)
@@ -666,13 +666,12 @@
</target>
- <target name="validateHeaders"
+ <target name="validateHeaders" depends="compile"
description="Validate the source tree headers">
<java classname="org.jboss.tools.license.ValidateLicenseHeaders"
fork="true">
<arg value="${project.root}" />
<classpath>
- <path refid="library.classpath" />
<pathelement location="${build.classes}" />
</classpath>
</java>
More information about the jboss-cvs-commits
mailing list