From e7ed232fe114fd0ea8289c4b0874365210ac0b7a Mon Sep 17 00:00:00 2001 From: Martin Wilke Date: Sun, 7 Sep 2008 22:23:35 +0000 Subject: Helma is an open source web application framework for fast and efficient scripting and serving of your websites and Internet applications. WWW: http://www.helma.org/ PR: ports/127184 Submitted by: Bernhard Froehlich --- www/helma/files/patch-ApplicationManager.java | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 www/helma/files/patch-ApplicationManager.java (limited to 'www/helma/files/patch-ApplicationManager.java') diff --git a/www/helma/files/patch-ApplicationManager.java b/www/helma/files/patch-ApplicationManager.java new file mode 100644 index 000000000000..9cf258490882 --- /dev/null +++ b/www/helma/files/patch-ApplicationManager.java @@ -0,0 +1,12 @@ +--- ../src/helma/main/ApplicationManager.java.orig 2008-04-07 14:45:30.000000000 +0200 ++++ ../src/helma/main/ApplicationManager.java 2008-07-12 16:16:14.000000000 +0200 +@@ -369,6 +369,9 @@ + repositoryImpl = "helma.framework.repository.FileRepository"; + } + } ++ ++ if(!new File(repositoryArgs).isAbsolute()) ++ repositoryArgs = server.getHopHome() + "/" + repositoryArgs; + + try { + Repository newRepository = (Repository) Class.forName(repositoryImpl) -- cgit v1.2.3