From 751568de867d204a89d07d7b9da9f7f36b6fbe44 Mon Sep 17 00:00:00 2001 From: aheritier Date: Wed, 5 Apr 2006 21:51:31 +0000 Subject: [PATCH] MPTEST-49: Replace the hardcoded ':' by ${path.separator}. It didn't work on windows because of the drive in the directory name. For example : D:\..... git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@391824 13f79535-47bb-0310-9956-ffa450edef68 --- test/plugin.jelly | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/plugin.jelly b/test/plugin.jelly index 2ab25850..a5637abc 100644 --- a/test/plugin.jelly +++ b/test/plugin.jelly @@ -43,8 +43,8 @@ - - ${_testSrcDirs} + + ${_testSrcDirs}