notify-dpml AT lists.ibiblio.org
Subject: DPML Notify
List archive
svn commit: r2570 - development/main/magic/core/src/main/net/dpml/magic/tasks
- From: peter AT neubauer.se
- To: notify-dpml AT lists.ibiblio.org
- Subject: svn commit: r2570 - development/main/magic/core/src/main/net/dpml/magic/tasks
- Date: Mon, 16 May 2005 12:23:38 +0000
Author: peter AT neubauer.se
Date: Mon May 16 12:23:35 2005
New Revision: 2570
Modified:
development/main/magic/core/src/main/net/dpml/magic/tasks/BlockTask.java
Log:
making the activation attribute more explicit
Modified:
development/main/magic/core/src/main/net/dpml/magic/tasks/BlockTask.java
==============================================================================
--- development/main/magic/core/src/main/net/dpml/magic/tasks/BlockTask.java
(original)
+++ development/main/magic/core/src/main/net/dpml/magic/tasks/BlockTask.java
Mon May 16 12:23:35 2005
@@ -395,7 +395,11 @@
if( !component.getActivation() )
{
- writer.write( " activation=\"false\" " );
+ writer.write( " activation=\"false\"" );
+ }
+ else
+ {
+ writer.write( " activation=\"true\"" );
}
Object[] children = component.getChildren();
- svn commit: r2570 - development/main/magic/core/src/main/net/dpml/magic/tasks, peter, 05/16/2005
Archive powered by MHonArc 2.6.24.