Revision: 4723
http://sourceforge.net/p/vexi/code/4723
Author: mkpg2
Date: 2014-09-05 20:56:19 +0000 (Fri, 05 Sep 2014)
Log Message:
-----------
Support fork parameter in launcher.json.
Modified Paths:
--------------
trunk/org.vexi-build.deployment/src/main/java/org/vexi/build/deployment/VexiDeploymentAssembler.java
Modified:
trunk/org.vexi-build.deployment/src/main/java/org/vexi/build/deployment/VexiDeploymentAssembler.java
===================================================================
---
trunk/org.vexi-build.deployment/src/main/java/org/vexi/build/deployment/VexiDeploymentAssembler.java
2014-09-04 02:41:58 UTC (rev 4722)
+++
trunk/org.vexi-build.deployment/src/main/java/org/vexi/build/deployment/VexiDeploymentAssembler.java
2014-09-05 20:56:19 UTC (rev 4723)
@@ -155,6 +155,7 @@
Map m = new LinkedHashMap();
m.put("applet-jar",launcher.getName());
m.put("applet-class",props.expectString("applet-class"));
+ m.put("fork", props.getBool("fork", false));
if(core!=null)
m.put("core-signed",core.getName());
m.putAll(vexisMap);
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
------------------------------------------------------------------------------
Slashdot TV.
Video for Nerds. Stuff that matters.
http://tv.slashdot.org/
_______________________________________________
Vexi-svn mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/vexi-svn