You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openmeetings.apache.org by so...@apache.org on 2015/12/30 11:59:28 UTC

svn commit: r1722309 - /openmeetings/application/trunk/openmeetings-flash/openlaszlo.xml

Author: solomax
Date: Wed Dec 30 10:59:28 2015
New Revision: 1722309

URL: http://svn.apache.org/viewvc?rev=1722309&view=rev
Log:
Flex compilation in trunk is fixed

Modified:
    openmeetings/application/trunk/openmeetings-flash/openlaszlo.xml

Modified: openmeetings/application/trunk/openmeetings-flash/openlaszlo.xml
URL: http://svn.apache.org/viewvc/openmeetings/application/trunk/openmeetings-flash/openlaszlo.xml?rev=1722309&r1=1722308&r2=1722309&view=diff
==============================================================================
--- openmeetings/application/trunk/openmeetings-flash/openlaszlo.xml (original)
+++ openmeetings/application/trunk/openmeetings-flash/openlaszlo.xml Wed Dec 30 10:59:28 2015
@@ -24,7 +24,7 @@
 	xmlns:ivy="antlib:org.apache.ivy.ant"
 	xmlns:artifact="antlib:org.apache.maven.artifact.ant"
 	>
-	<property name="laszlo46.home" value="${basedir}/openlaszlo46" />
+	<property name="laszlo46.home" value="${basedir}/openlaszlo/openlaszlo46" />
 	<!-- LPS Properties -->
 	<property name="out.dir.swf" value="${dist.webapps.dir}/public" />
 	<property name="flex.src.dir" value="${webcontent.base.dir}/flex" />
@@ -122,10 +122,10 @@
 	</target>
 	<target name="-retrieve-openlaszlo46" unless="laszlo46.installed" description="Retrieves the libraries if needed" depends="-availability-check">
 		<mkdir dir="${openlaszlo}"/>
-		<get src="https://dl.bintray.com/openmeetings/maven/org/openlaszlo/openlaszlo/4.9.5/openlaszlo-4.9.5.tgz"
+		<get src="https://dl.bintray.com/openmeetings/maven/org/openlaszlo/openlaszlo/4.9.6/openlaszlo-4.9.6.tgz"
 			dest="${openlaszlo}" usetimestamp="true"/>
-		<untar src="${openlaszlo}/openlaszlo-4.9.5.tgz" dest="${openlaszlo}" compression="gzip" />
-		<chmod dir="${laszlo46.home}/WEB-INF/flexsdk" perm="755" includes="**/mxmlc*" />
+		<untar src="${openlaszlo}/openlaszlo-4.9.6.tgz" dest="${openlaszlo}" compression="gzip" />
+		<chmod dir="${laszlo46.home}/WEB-INF/flexsdk" perm="a+x" includes="**/mxmlc*" />
 		<delete>
 			<fileset dir="${openlaszlo}" includes="openlaszlo*.tgz"/>
 		</delete>