notify-dpml AT lists.ibiblio.org
Subject: DPML Notify
List archive
r1869 - trunk/main/depot/library/src/main/dpml/library/impl
- From: mcconnell at BerliOS <mcconnell AT mail.berlios.de>
- To: notify-dpml AT lists.ibiblio.org
- Subject: r1869 - trunk/main/depot/library/src/main/dpml/library/impl
- Date: Sun, 11 Feb 2007 03:45:38 +0100
Author: mcconnell
Date: 2007-02-11 03:45:38 +0100 (Sun, 11 Feb 2007)
New Revision: 1869
Modified:
trunk/main/depot/library/src/main/dpml/library/impl/DefaultResource.java
Log:
resolve issue with duplicate entries in generated part classpath definitions
Modified:
trunk/main/depot/library/src/main/dpml/library/impl/DefaultResource.java
===================================================================
--- trunk/main/depot/library/src/main/dpml/library/impl/DefaultResource.java
2007-02-11 02:44:57 UTC (rev 1868)
+++ trunk/main/depot/library/src/main/dpml/library/impl/DefaultResource.java
2007-02-11 02:45:38 UTC (rev 1869)
@@ -988,7 +988,10 @@
category,
path,
null );
- list.add( include );
+ if( !list.contains( include ) )
+ {
+ list.add( include );
+ }
}
else
{
@@ -1007,7 +1010,10 @@
category,
urn,
null );
- list.add( include );
+ if( !list.contains( include ) )
+ {
+ list.add( include );
+ }
}
}
}
- r1869 - trunk/main/depot/library/src/main/dpml/library/impl, mcconnell at BerliOS, 02/10/2007
Archive powered by MHonArc 2.6.24.