buildframework/helium/builder/template/configure_jython.sh.ftl
changeset 628 7c4a911dc066
parent 587 85df38eb4012
--- a/buildframework/helium/builder/template/configure_jython.sh.ftl	Wed Jun 16 16:51:40 2010 +0300
+++ b/buildframework/helium/builder/template/configure_jython.sh.ftl	Fri Aug 13 14:59:05 2010 +0300
@@ -20,4 +20,4 @@
 ============================================================================
 -->
 #!/bin/sh
-export HLM_EGG_JYTHONPATH=<#list project.getReference('egg.hlm.deps.fileset').toString().split(';') as file>${r'$'}HELIUM_HOME/${file}:</#list>
+export HLM_EGG_JYTHONPATH=<#list project.getReference('egg.hlm.deps.fileset').toString().split(ant['path.separator']) as file>${r'$'}HELIUM_HOME/${file?substring(ant['source.root.dir']?length + 1)?replace('\\', '/')}:</#list>