Skip to content

Commit

Permalink
forcing use of vfork, having issues with jspawn
Browse files Browse the repository at this point in the history
  • Loading branch information
yanntm committed May 5, 2024
1 parent 5a70f82 commit 328c203
Showing 1 changed file with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,16 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>
<?pde version="3.5"?>

<product name="fr.lip6.move.gal.itscl.product" uid="fr.lip6.move.gal.itscl.product" id="fr.lip6.move.gal.itscl.product" application="fr.lip6.move.gal.itscl.application" version="1.0.0.qualifier" useFeatures="true" includeLaunchers="true">

<product name="fr.lip6.move.gal.itscl.product" uid="fr.lip6.move.gal.itscl.product" id="fr.lip6.move.gal.itscl.product" application="fr.lip6.move.gal.itscl.application" version="1.0.0.qualifier" type="features" includeLaunchers="true" autoIncludeRequirements="true">

<configIni use="default">
</configIni>

<launcherArgs>
<programArgs>-data @none
</programArgs>
<vmArgs>-Dosgi.locking=none -Declipse.stateSaveDelayInterval=-1 -Dosgi.configuration.area=@none -Xss128m -Xms40m -Xmx16384m
<vmArgs>-Dosgi.locking=none -Declipse.stateSaveDelayInterval=-1 -Dosgi.configuration.area=@none -Xss128m -Xms40m -Xmx16384m -Djdk.lang.Process.launchMechanism=vfork
</vmArgs>
<vmArgsMac>-XstartOnFirstThread -Dorg.eclipse.swt.internal.carbon.smallFonts
</vmArgsMac>
Expand All @@ -25,11 +24,9 @@
</win>
</launcher>


<vm>
</vm>


<plugins>
</plugins>

Expand All @@ -38,7 +35,10 @@
</features>

<configurations>
<plugin id="fr.lip6.move.gal.application.pnmcc" autoStart="true" startLevel="1" />
<plugin id="fr.lip6.move.gal.itscl.application" autoStart="false" startLevel="2" />
<plugin id="org.eclipse.core.runtime" autoStart="true" startLevel="0" />
<property name="osgi.bundlefile.limit" value="0" />
</configurations>

<preferencesInfo>
Expand Down

0 comments on commit 328c203

Please sign in to comment.