[jboss-cvs] JBossAS SVN: r80459 - trunk/build.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Nov 4 03:19:46 EST 2008


Author: dimitris at jboss.org
Date: 2008-11-04 03:19:46 -0500 (Tue, 04 Nov 2008)
New Revision: 80459

Modified:
   trunk/build/build.xml
Log:
fix the minimal/default configs

Modified: trunk/build/build.xml
===================================================================
--- trunk/build/build.xml	2008-11-04 05:43:03 UTC (rev 80458)
+++ trunk/build/build.xml	2008-11-04 08:19:46 UTC (rev 80459)
@@ -729,7 +729,7 @@
         <exclude name="deploy/jms-ds.xml"/>
       </fileset>
     </copy>
-    <copy todir="${install.default}"
+    <copy todir="${install.default.conf}"
           file="${project.root}/server/output/etc/conf/default/jndi.properties" overwrite="true"/>
           
     <copy tofile="${install.default}/deployers/clustering-deployer-jboss-beans.xml"




More information about the jboss-cvs-commits mailing list