Skip to Content.
Sympa Menu

notify-dpml - svn commit: r1759 - development/main/home/transit/handler/src/main/net/dpml/transit/artifact

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: r1759 - development/main/home/transit/handler/src/main/net/dpml/transit/artifact
  • Date: Wed, 09 Feb 2005 10:14:24 +0100

Author: mcconnell
Date: Wed Feb 9 10:14:23 2005
New Revision: 1759

Modified:

development/main/home/transit/handler/src/main/net/dpml/transit/artifact/ResourceHostFactory.java
Log:
Update the resource host factory to anchor relative file references to
DPML_SYSTEM_HOME.

Modified:
development/main/home/transit/handler/src/main/net/dpml/transit/artifact/ResourceHostFactory.java
==============================================================================
---
development/main/home/transit/handler/src/main/net/dpml/transit/artifact/ResourceHostFactory.java
(original)
+++
development/main/home/transit/handler/src/main/net/dpml/transit/artifact/ResourceHostFactory.java
Wed Feb 9 10:14:23 2005
@@ -363,7 +363,7 @@
File f = new File( base );
if( !f.isAbsolute() )
{
- f = new File( Transit.DPML_HOME, base );
+ f = new File( Transit.DPML_SYSTEM_HOME, base );
}
base = f.toURL().toExternalForm();
}



  • svn commit: r1759 - development/main/home/transit/handler/src/main/net/dpml/transit/artifact, mcconnell, 02/09/2005

Archive powered by MHonArc 2.6.24.

Top of Page