Author: solomax
Date: Wed Jul 11 06:25:15 2012
New Revision: 1360025

URL: http://svn.apache.org/viewvc?rev=1360025&view=rev
Log:
Space escaping was added to flash command line

Modified:
    incubator/openmeetings/branches/2.0/build.xml

Modified: incubator/openmeetings/branches/2.0/build.xml
URL: 
http://svn.apache.org/viewvc/incubator/openmeetings/branches/2.0/build.xml?rev=1360025&r1=1360024&r2=1360025&view=diff
==============================================================================
--- incubator/openmeetings/branches/2.0/build.xml (original)
+++ incubator/openmeetings/branches/2.0/build.xml Wed Jul 11 06:25:15 2012
@@ -407,7 +407,7 @@
                        <jvmarg value="-Dlzproxied=${laszlo.proxied}" />
                        <jvmarg value="-Xms1024M" />
                        <jvmarg value="-Xmx1024M" />
-                       <arg line="--runtime=${flash.runtime} --dir 
${out.dir.swf} --onerror warn ${flash.main.file}" />
+                       <arg line="--runtime=${flash.runtime} --dir 
&quot;${out.dir.swf}&quot; --onerror warn ${flash.main.file}" />
                </java>
        </target>
        


Reply via email to