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/07 18:26:59 UTC

svn commit: r1718428 - /openmeetings/branches/3.1.x/openmeetings-flash/pom.xml

Author: solomax
Date: Mon Dec  7 17:26:59 2015
New Revision: 1718428

URL: http://svn.apache.org/viewvc?rev=1718428&view=rev
Log:
All flex components are being build

Modified:
    openmeetings/branches/3.1.x/openmeetings-flash/pom.xml

Modified: openmeetings/branches/3.1.x/openmeetings-flash/pom.xml
URL: http://svn.apache.org/viewvc/openmeetings/branches/3.1.x/openmeetings-flash/pom.xml?rev=1718428&r1=1718427&r2=1718428&view=diff
==============================================================================
--- openmeetings/branches/3.1.x/openmeetings-flash/pom.xml (original)
+++ openmeetings/branches/3.1.x/openmeetings-flash/pom.xml Mon Dec  7 17:26:59 2015
@@ -79,8 +79,8 @@
 						<configuration>
 							<exportAntProperties>true</exportAntProperties>
 							<target>
-								<ant antfile="${basedir}/openlaszlo.xml" target="compile.laszlo.main.debug"/>
-								<!--ant antfile="${basedir}/openlaszlo.xml" target="client.only"/-->
+								<!--ant antfile="${basedir}/openlaszlo.xml" target="compile.laszlo.main.debug"/-->
+								<ant antfile="${basedir}/openlaszlo.xml" target="client.only"/>
 								<!--ant antfile="${basedir}/openlaszlo.xml" target="client.debug.only"/-->
 							</target>
 							<skip>${om.quick.build}</skip>