Skip to Content.
Sympa Menu

notify-dpml - r1342 - 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: r1342 - trunk/main/depot/tools/builder/src/main/net/dpml/tools/impl
  • Date: Sat, 8 Apr 2006 19:47:28 +0200

Author: mcconnell
Date: 2006-04-08 19:47:27 +0200 (Sat, 08 Apr 2006)
New Revision: 1342

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-04-08 17:38:06 UTC (rev 1341)
+++
trunk/main/depot/tools/builder/src/main/net/dpml/tools/impl/DefaultContext.java
2006-04-08 17:47:27 UTC (rev 1342)
@@ -65,24 +65,6 @@

StandardBuilder.configureProject( project, resource );

- //String[] names = resource.getPropertyNames();
- //for( int i=0; i<names.length; i++ )
- //{
- // String name = names[i];
- // String value = resource.getProperty( name );
- // project.setNewProperty( name, value );
- //}
-
- //project.setNewProperty( "project.name", m_resource.getName() );
- //project.setNewProperty( "project.version", m_resource.getVersion()
);
- //if( null == m_resource.getParent() )
- //{
- // project.setNewProperty( "project.group", "" );
- //}
- //else
- //{
- // project.setNewProperty( "project.group",
m_resource.getParent().getResourcePath() );
- //}
project.setNewProperty( "project.nl", "\n" );
project.setNewProperty(
"project.line",




  • r1342 - trunk/main/depot/tools/builder/src/main/net/dpml/tools/impl, mcconnell at BerliOS, 04/08/2006

Archive powered by MHonArc 2.6.24.

Top of Page