Author: julien(a)jboss.com
Date: 2007-09-15 07:54:15 -0400 (Sat, 15 Sep 2007)
New Revision: 8283
Modified:
modules/web/trunk/tools/etc/buildfragments/buildmagic.ent
modules/web/trunk/web/build.xml
Log:
fix minor issues in the build
Modified: modules/web/trunk/tools/etc/buildfragments/buildmagic.ent
===================================================================
--- modules/web/trunk/tools/etc/buildfragments/buildmagic.ent 2007-09-15 11:42:10 UTC (rev
8282)
+++ modules/web/trunk/tools/etc/buildfragments/buildmagic.ent 2007-09-15 11:54:15 UTC (rev
8283)
@@ -80,7 +80,7 @@
<property file="${user.home}/.buildmagic.properties"/>
<property file="${user.home}/.ant.properties"/>
- <!-- Setup the JBoss environment -->
+ <!-- Setup the environment -->
<property environment="env"/>
<!-- Define jboss home -->
@@ -93,7 +93,7 @@
</and>
</condition>
- <!-- Define jboss home -->
+ <!-- Define tomcat home -->
<condition property="tomcat-6.0.home"
value="${env.TOMCAT_6_0_HOME}">
<and>
<not>
Modified: modules/web/trunk/web/build.xml
===================================================================
--- modules/web/trunk/web/build.xml 2007-09-15 11:42:10 UTC (rev 8282)
+++ modules/web/trunk/web/build.xml 2007-09-15 11:54:15 UTC (rev 8283)
@@ -243,7 +243,7 @@
</target>
<target name="cargo.setup" depends="init">
- <property name="cargo.log.dir"
value="${build.output}/cargo"/>
+ <property name="cargo.log.dir"
value="${module.output}/cargo"/>
<mkdir dir="${cargo.log.dir}"/>
<taskdef resource="cargo.tasks">
<classpath>
Show replies by date