Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Niefer2009-08-28 20:06:59 +0000
committerAndrew Niefer2009-08-28 20:06:59 +0000
commit22c2da9a903c0996a12104e19884e3fd265d9d75 (patch)
treed7396790c75a868a76e6f5e93641ae796b0a2c89 /bundles/org.eclipse.equinox.p2.tests/testData/ProductActionTest
parented135c1460c846c77bc31a9a0a13895ba8967245 (diff)
downloadrt.equinox.p2-22c2da9a903c0996a12104e19884e3fd265d9d75.tar.gz
rt.equinox.p2-22c2da9a903c0996a12104e19884e3fd265d9d75.tar.xz
rt.equinox.p2-22c2da9a903c0996a12104e19884e3fd265d9d75.zip
280339 - [publisher] Allow quoting of spaces in .product arguments
Diffstat (limited to 'bundles/org.eclipse.equinox.p2.tests/testData/ProductActionTest')
-rw-r--r--bundles/org.eclipse.equinox.p2.tests/testData/ProductActionTest/productWithConfig/sample.product4
1 files changed, 2 insertions, 2 deletions
diff --git a/bundles/org.eclipse.equinox.p2.tests/testData/ProductActionTest/productWithConfig/sample.product b/bundles/org.eclipse.equinox.p2.tests/testData/ProductActionTest/productWithConfig/sample.product
index 4e73f6de0..b40252424 100644
--- a/bundles/org.eclipse.equinox.p2.tests/testData/ProductActionTest/productWithConfig/sample.product
+++ b/bundles/org.eclipse.equinox.p2.tests/testData/ProductActionTest/productWithConfig/sample.product
@@ -8,8 +8,8 @@
</configIni>
<launcherArgs>
- <programArgs>programArg</programArgs>
- <vmArgs>vmArg</vmArgs>
+ <programArgs>programArg -name "My Name"</programArgs>
+ <vmArgs>vmArg -Dfoo="b a r"</vmArgs>
<vmArgsMac>-XstartOnFirstThread -Dorg.eclipse.swt.internal.carbon.smallFonts</vmArgsMac>
</launcherArgs>

Back to the top