From 68e921292c231bf2dfe0f77becfc9e0e208ec17a Mon Sep 17 00:00:00 2001 From: Luca Frosini Date: Fri, 27 Oct 2017 10:22:32 +0000 Subject: [PATCH] Fixed descriptor to be cross-compatible git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/vre-management/smart-executor-api@157649 82a268e6-3cf1-43bd-a215-b396298e98cf --- distro/descriptor.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/distro/descriptor.xml b/distro/descriptor.xml index 47a5f4a..c3989bf 100644 --- a/distro/descriptor.xml +++ b/distro/descriptor.xml @@ -8,7 +8,7 @@ ${distroDirectory} - / + ${file.separator} true README @@ -22,8 +22,8 @@ - target/${build.finalName}.jar - /${artifactId} + target${file.separator}${build.finalName}.jar + ${artifactId} \ No newline at end of file