Skip to Content.
Sympa Menu

notify-dpml - r1346 - trunk/main/metro/tools/src/main/net/dpml/metro/tools

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: r1346 - trunk/main/metro/tools/src/main/net/dpml/metro/tools
  • Date: Sat, 8 Apr 2006 21:29:28 +0200

Author: mcconnell
Date: 2006-04-08 21:29:23 +0200 (Sat, 08 Apr 2006)
New Revision: 1346

Modified:

trunk/main/metro/tools/src/main/net/dpml/metro/tools/ComponentBuilderTask.java
Log:
housekeeping

Modified:
trunk/main/metro/tools/src/main/net/dpml/metro/tools/ComponentBuilderTask.java
===================================================================
---
trunk/main/metro/tools/src/main/net/dpml/metro/tools/ComponentBuilderTask.java
2006-04-08 18:38:25 UTC (rev 1345)
+++
trunk/main/metro/tools/src/main/net/dpml/metro/tools/ComponentBuilderTask.java
2006-04-08 19:29:23 UTC (rev 1346)
@@ -83,7 +83,7 @@
private PartsDataType m_parts;
private File m_output;
private Type m_type;
- private ComponentDirective m_profile;
+ //private ComponentDirective m_profile;
private boolean m_alias = false;

/**
@@ -509,7 +509,8 @@
ContextDirective context = createContextDirective( classloader, type
);
if( null == context )
{
- return m_profile.getContextDirective();
+ // return m_profile.getContextDirective();
+ return null;
}

//
@@ -562,7 +563,8 @@
{
if( null == m_categories )
{
- return m_profile.getCategoriesDirective();
+ //return m_profile.getCategoriesDirective();
+ return null;
}
else
{




  • r1346 - trunk/main/metro/tools/src/main/net/dpml/metro/tools, mcconnell at BerliOS, 04/08/2006

Archive powered by MHonArc 2.6.24.

Top of Page