Revision: 4724
          http://sourceforge.net/p/vexi/code/4724
Author:   mkpg2
Date:     2014-09-05 21:14:48 +0000 (Fri, 05 Sep 2014)
Log Message:
-----------
Default to true.

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-05 20:56:19 UTC (rev 4723)
+++ 
trunk/org.vexi-build.deployment/src/main/java/org/vexi/build/deployment/VexiDeploymentAssembler.java
        2014-09-05 21:14:48 UTC (rev 4724)
@@ -155,7 +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));
+                           m.put("fork", props.getBool("fork", true));
                            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
Vexi-svn@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/vexi-svn

Reply via email to