Skip to Content.
Sympa Menu

notify-dpml - r1472 - trunk/main/depot/tools/builder/src/main/net/dpml/tools/tasks

notify-dpml AT lists.ibiblio.org

Subject: DPML Notify

List archive

Chronological Thread  
  • From: mcconnell at BerliOS <mcconnell AT mail.berlios.de>
  • To: notify-dpml AT lists.ibiblio.org
  • Subject: r1472 - trunk/main/depot/tools/builder/src/main/net/dpml/tools/tasks
  • Date: Mon, 29 May 2006 16:06:08 +0200

Author: mcconnell
Date: 2006-05-29 16:06:07 +0200 (Mon, 29 May 2006)
New Revision: 1472

Modified:

trunk/main/depot/tools/builder/src/main/net/dpml/tools/tasks/InitializationTask.java
Log:
housekeeping


Modified:
trunk/main/depot/tools/builder/src/main/net/dpml/tools/tasks/InitializationTask.java
===================================================================
---
trunk/main/depot/tools/builder/src/main/net/dpml/tools/tasks/InitializationTask.java
2006-05-29 13:30:16 UTC (rev 1471)
+++
trunk/main/depot/tools/builder/src/main/net/dpml/tools/tasks/InitializationTask.java
2006-05-29 14:06:07 UTC (rev 1472)
@@ -18,8 +18,6 @@

package net.dpml.tools.tasks;

-import java.util.ArrayList;
-
import net.dpml.tools.Context;

/**
@@ -31,19 +29,8 @@
*/
public class InitializationTask extends GenericTask
{
- private ArrayList m_list = new ArrayList();
-
/**
- * Initialize type to processor mapping. During execution the current
- * resource is consulted with respect to the types it declares it
produced.
- * Each type is identified by a unique type id. The collection of type
ids
- * are used to resolve an ordered array of build processors. The build
processor
- * list is established based on the initial type ids combined with any
processor
- * dependencies declared by respective processors. Finally, the sorted
processors
- * are invoked by the standard build listener to handle type production
concerns.
- * Targets in the project template trigger init, prepare, build, package,
test and
- * install build events which are monitored by the standard listener
enabling
- * sequentially executed phased functionality within the repective
processors.
+ * Initialize the project build context.
*/
public void execute()
{




  • r1472 - trunk/main/depot/tools/builder/src/main/net/dpml/tools/tasks, mcconnell at BerliOS, 05/29/2006

Archive powered by MHonArc 2.6.24.

Top of Page