Skip to Content.
Sympa Menu

notify-dpml - svn commit: r1633 - development/main/magic/core/src/main/net/dpml/magic/model

notify-dpml AT lists.ibiblio.org

Subject: DPML Notify

List archive

Chronological Thread  
  • From: mcconnell AT netcompartner.com
  • To: notify-dpml AT lists.ibiblio.org
  • Subject: svn commit: r1633 - development/main/magic/core/src/main/net/dpml/magic/model
  • Date: Sun, 30 Jan 2005 09:22:42 +0100

Author: mcconnell
Date: Sun Jan 30 09:22:42 2005
New Revision: 1633

Modified:
development/main/magic/core/src/main/net/dpml/magic/model/Resource.java
Log:
trap and explude themse in path objects

Modified:
development/main/magic/core/src/main/net/dpml/magic/model/Resource.java
==============================================================================
--- development/main/magic/core/src/main/net/dpml/magic/model/Resource.java
(original)
+++ development/main/magic/core/src/main/net/dpml/magic/model/Resource.java
Sun Jan 30 09:22:42 2005
@@ -267,7 +267,7 @@
path.createPathElement().setLocation( file );
}
}
- else
+ else if( !"theme".equals( filter ) )
{
if( info.isa( filter ) )
{



  • svn commit: r1633 - development/main/magic/core/src/main/net/dpml/magic/model, mcconnell, 01/30/2005

Archive powered by MHonArc 2.6.24.

Top of Page