|
@@ -340,7 +340,7 @@
|
|
|
</goals>
|
|
|
<configuration>
|
|
|
<appArgLine>-consoleLog -clean -nosplash -debug \
|
|
|
- -application
|
|
|
+ -application\
|
|
|
org.eclipse.equinox.p2.director -destination \
|
|
|
${distro.work.dir}/macosx-cocoa-x86_64/eclipse/ -profile \
|
|
|
${profile} -p2.os macosx -p2.ws cocoa -p2.arch x86_64 \
|
|
@@ -356,10 +356,11 @@
|
|
|
</goals>
|
|
|
<configuration>
|
|
|
<appArgLine>-consoleLog -clean -nosplash -debug \
|
|
|
- -application
|
|
|
+ -application\
|
|
|
org.eclipse.equinox.p2.director -destination \
|
|
|
- ${distro.work.dir}/win32-win32-x86/eclipse/ -profile ${profile}
|
|
|
- \
|
|
|
+ ${distro.work.dir}/win32-win32-x86/eclipse/\
|
|
|
+ -profile\
|
|
|
+ ${profile}\
|
|
|
-p2.os win32 -p2.ws win32 -p2.arch x86 -repository \
|
|
|
${update.sites} -installIUs ${features}
|
|
|
</appArgLine>
|
|
@@ -373,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
|
|
|
- \
|
|
|
+ ${profile} -p2.os win32 -p2.ws win32 -p2.arch x86_64 \
|
|
|
+ -repository\
|
|
|
${update.sites} -installIUs ${features}
|
|
|
</appArgLine>
|
|
|
</configuration>
|
|
@@ -390,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>
|
|
@@ -408,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>
|