Skip to Content.
Sympa Menu

notify-dpml - svn commit: r1923 - development/main/metro/composition/impl/src/main/net/dpml/composition/model/impl

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: r1923 - development/main/metro/composition/impl/src/main/net/dpml/composition/model/impl
  • Date: Wed, 02 Mar 2005 05:47:33 +0100

Author: mcconnell
Date: Wed Mar 2 05:47:31 2005
New Revision: 1923

Modified:

development/main/metro/composition/impl/src/main/net/dpml/composition/model/impl/DefaultContainmentModel.java
Log:
Update to the composition model to correctly handle artifact urls. See
https://lists.ibiblio.org/sympa/arc/support-dpml/2005q1/000580.html.

Modified:
development/main/metro/composition/impl/src/main/net/dpml/composition/model/impl/DefaultContainmentModel.java
==============================================================================
---
development/main/metro/composition/impl/src/main/net/dpml/composition/model/impl/DefaultContainmentModel.java
(original)
+++
development/main/metro/composition/impl/src/main/net/dpml/composition/model/impl/DefaultContainmentModel.java
Wed Mar 2 05:47:31 2005
@@ -1131,7 +1131,7 @@
DefaultConfigurationBuilder builder =
new DefaultConfigurationBuilder();
Configuration config =
- builder.build( spec );
+ builder.build( url.openStream(), spec );

final ContainmentProfile profile =
CREATOR.createContainmentProfile( config );



  • svn commit: r1923 - development/main/metro/composition/impl/src/main/net/dpml/composition/model/impl, mcconnell, 03/01/2005

Archive powered by MHonArc 2.6.24.

Top of Page