You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openmeetings.apache.org by vd...@apache.org on 2016/10/20 03:15:54 UTC

svn commit: r1765743 - /openmeetings/application/branches/3.1.x/openmeetings-screenshare/src/main/jnlp/templates/template.jnlp

Author: vdegtyarev
Date: Thu Oct 20 03:15:54 2016
New Revision: 1765743

URL: http://svn.apache.org/viewvc?rev=1765743&view=rev
Log:
OPENMEETINGS-1491 is fixed. "Start sharing" and "Start recording" works as expected.

Modified:
    openmeetings/application/branches/3.1.x/openmeetings-screenshare/src/main/jnlp/templates/template.jnlp

Modified: openmeetings/application/branches/3.1.x/openmeetings-screenshare/src/main/jnlp/templates/template.jnlp
URL: http://svn.apache.org/viewvc/openmeetings/application/branches/3.1.x/openmeetings-screenshare/src/main/jnlp/templates/template.jnlp?rev=1765743&r1=1765742&r2=1765743&view=diff
==============================================================================
--- openmeetings/application/branches/3.1.x/openmeetings-screenshare/src/main/jnlp/templates/template.jnlp (original)
+++ openmeetings/application/branches/3.1.x/openmeetings-screenshare/src/main/jnlp/templates/template.jnlp Thu Oct 20 03:15:54 2016
@@ -33,7 +33,7 @@
 	</security>
 	<resources>
 		<j2se version='1.8+'/>
-		<jar href="bcprov-jdk15on-1.55.jar"/>
+		<jar href="bcprov-jdk15on-1.55.jar" main="true"/>
 		<jar href="openmeetings-screenshare-${project.version}-full.jar" main="true"/>
 	</resources>
 	<application-desc main-class='org.apache.openmeetings.screenshare.Core'>