Skip to Content.
Sympa Menu

notify-dpml - r1225 - trunk/main/depot/tools/builder/src/main/net/dpml/tools/impl

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: r1225 - trunk/main/depot/tools/builder/src/main/net/dpml/tools/impl
  • Date: Sun, 19 Mar 2006 18:02:01 +0100

Author: mcconnell
Date: 2006-03-19 18:02:00 +0100 (Sun, 19 Mar 2006)
New Revision: 1225

Modified:

trunk/main/depot/tools/builder/src/main/net/dpml/tools/impl/DefaultContext.java
Log:
housekeeping

Modified:
trunk/main/depot/tools/builder/src/main/net/dpml/tools/impl/DefaultContext.java
===================================================================
---
trunk/main/depot/tools/builder/src/main/net/dpml/tools/impl/DefaultContext.java
2006-03-19 17:00:49 UTC (rev 1224)
+++
trunk/main/depot/tools/builder/src/main/net/dpml/tools/impl/DefaultContext.java
2006-03-19 17:02:00 UTC (rev 1225)
@@ -179,38 +179,6 @@
}

/**
- * Return the value of a property. If the project contains a declaration
- * for the property then that value will be returned, otherwise the
property
- * will be resolved relative to the current resource.
- *
- * @param type the type production
- * @param key the property key
- * @param value the default value
- * @return the property value or null if undefined
- */
- /*
- public String getProperty( Type type, String key, String value )
- {
- if( null == type )
- {
- return getProperty( key, value );
- }
- else
- {
- String result = type.getProperty( key );
- if( null != result )
- {
- return result;
- }
- else
- {
- return getProperty( key, value );
- }
- }
- }
- */
-
- /**
* Return an Ant path suitable for comile or runtime usage. If the
supplied scope is
* less than Scope.RUNTIME a runtime path is returned otherwise the test
path is
* returned.




  • r1225 - trunk/main/depot/tools/builder/src/main/net/dpml/tools/impl, mcconnell at BerliOS, 03/19/2006

Archive powered by MHonArc 2.6.24.

Top of Page