[Jboss-cvs] JBossAS SVN: r57063 - branches/Branch_4_0/build

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Sep 21 15:39:39 EDT 2006


Author: rrajesh
Date: 2006-09-21 15:39:38 -0400 (Thu, 21 Sep 2006)
New Revision: 57063

Modified:
   branches/Branch_4_0/build/build-release.xml
Log:
JBAS-3652 JBossEULA license agreement bundled with release

Modified: branches/Branch_4_0/build/build-release.xml
===================================================================
--- branches/Branch_4_0/build/build-release.xml	2006-09-21 19:35:42 UTC (rev 57062)
+++ branches/Branch_4_0/build/build-release.xml	2006-09-21 19:39:38 UTC (rev 57063)
@@ -210,6 +210,7 @@
       <copy todir="${jboss.dist}/docs/licenses">
          <fileset dir="${jboss.thirdparty}/licenses"/>
       </copy>
+      <copy file="${jboss.build.dir}/docs/JBossEULA.txt" todir="${jboss.dist}/docs/licenses"/>
       <!-- Copy the build/docs to the dist root -->
       <copy todir="${jboss.dist}">
          <fileset dir="${jboss.build.dir}/docs"/>




More information about the jboss-cvs-commits mailing list