User: user57
Date: 02/02/27 23:07:49
Modified: tasks/src/resources/org/jboss/tools/buildmagic common.xml
Log:
o set a sys prop for build log detection... so we only get one where the
build was started
Revision Changes Path
1.3 +3 -3
buildmagic/tasks/src/resources/org/jboss/tools/buildmagic/common.xml
Index: common.xml
===================================================================
RCS file:
/cvsroot/jboss/buildmagic/tasks/src/resources/org/jboss/tools/buildmagic/common.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- common.xml 28 Feb 2002 06:47:42 -0000 1.2
+++ common.xml 28 Feb 2002 07:07:49 -0000 1.3
@@ -1,4 +1,4 @@
-<!-- $Id: common.xml,v 1.2 2002/02/28 06:47:42 user57 Exp $ -->
+<!-- $Id: common.xml,v 1.3 2002/02/28 07:07:49 user57 Exp $ -->
<!-- ================================================================== -->
<!-- Initialization -->
@@ -92,8 +92,8 @@
<!-- Initialize the build.log -->
<target name="_buildmagic:init:buildlog" unless="init-buildlog.disable">
- <record name="${basedir}/build.log" append="no" loglevel="info"/>
- <property name="init-buildlog.disable" value="true"/>
+ <record name="${basedir}/build.log" append="no"/>
+ <property name="init-buildlog.disable" value="true" system="true"/>
</target>
<!-- Show the running environment if -Dinit.verbose=true -->
_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development