浏览代码

try to fix the build

Andreas Mülder 11 年之前
父节点
当前提交
380133b94a
共有 1 个文件被更改,包括 9 次插入9 次删除
  1. 9 9
      releng/org.yakindu.sct.releng/promote-pom.xml

+ 9 - 9
releng/org.yakindu.sct.releng/promote-pom.xml

@@ -356,9 +356,9 @@
 						</goals>
 						<configuration>
 							<appArgLine>-consoleLog -clean -nosplash -debug \
-								-application\
+								-application \
 								org.eclipse.equinox.p2.director -destination \
-								${distro.work.dir}/win32-win32-x86/eclipse/\
+								${distro.work.dir}/win32-win32-x86/eclipse/ \
 								-profile\
 								${profile}\
 								-p2.os win32 -p2.ws win32 -p2.arch x86 -repository \
@@ -374,11 +374,11 @@
 						</goals>
 						<configuration>
 							<appArgLine>-consoleLog -clean -nosplash -debug \
-								-application\
+								-application \
 								org.eclipse.equinox.p2.director -destination \
 								${distro.work.dir}/win32-win32-x86_64/eclipse/ -profile \
 								${profile} -p2.os win32 -p2.ws win32 -p2.arch x86_64 \
-								-repository\
+								-repository \
 								${update.sites} -installIUs ${features}
 							</appArgLine>
 						</configuration>
@@ -391,12 +391,12 @@
 						</goals>
 						<configuration>
 							<appArgLine>-consoleLog -clean -nosplash -debug \
-								-application\
+								-application \
 								org.eclipse.equinox.p2.director -destination \
 								${distro.work.dir}/linux-gtk-x86/eclipse/ -profile \
-								${profile}\
+								${profile} \
 								-p2.os linux -p2.ws gtk -p2.arch x86 \
-								-repository\
+								-repository \
 								${update.sites} -installIUs ${features}
 							</appArgLine>
 						</configuration>
@@ -409,11 +409,11 @@
 						</goals>
 						<configuration>
 							<appArgLine>-consoleLog -clean -nosplash -debug \
-								-application\
+								-application \
 								org.eclipse.equinox.p2.director -destination \
 								${distro.work.dir}/linux-gtk-x86_64/eclipse/ -profile \
 								${profile} -p2.os linux -p2.ws gtk -p2.arch x86_64 \
-								-repository\
+								-repository \
 								${update.sites} -installIUs ${features}
 							</appArgLine>
 						</configuration>