Skip to Content.
Sympa Menu

notify-dpml - r1637 - trunk/main/depot/library/src/main/net/dpml/library/info

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: r1637 - trunk/main/depot/library/src/main/net/dpml/library/info
  • Date: Sun, 23 Jul 2006 19:59:38 +0200

Author: mcconnell
Date: 2006-07-23 19:59:26 +0200 (Sun, 23 Jul 2006)
New Revision: 1637

Modified:
trunk/main/depot/library/src/main/net/dpml/library/info/LibraryDecoder.java
Log:
resolve bug concerning non-recognition of project info title data

Modified:
trunk/main/depot/library/src/main/net/dpml/library/info/LibraryDecoder.java
===================================================================
---
trunk/main/depot/library/src/main/net/dpml/library/info/LibraryDecoder.java
2006-07-23 17:52:05 UTC (rev 1636)
+++
trunk/main/depot/library/src/main/net/dpml/library/info/LibraryDecoder.java
2006-07-23 17:59:26 UTC (rev 1637)
@@ -596,7 +596,7 @@
Element child = ElementHelper.getChild( element, "description" );
if( null == child )
{
- return null;
+ return new InfoDirective( title, null );
}
else
{




  • r1637 - trunk/main/depot/library/src/main/net/dpml/library/info, mcconnell at BerliOS, 07/23/2006

Archive powered by MHonArc 2.6.24.

Top of Page