added layout manager and moved library files in the build. popcorn-port
authorhamidouk
Fri, 21 Oct 2011 11:21:56 +0200
branchpopcorn-port
changeset 112 12b37d456341
parent 111 df08c7f9535c
child 113 ebfd0d17e427
added layout manager and moved library files in the build.
sbin/build/client.xml
--- a/sbin/build/client.xml	Fri Oct 21 11:21:35 2011 +0200
+++ b/sbin/build/client.xml	Fri Oct 21 11:21:56 2011 +0200
@@ -70,10 +70,10 @@
 	<target name="concatenate" description="Build the developer release file" depends="make_templates">
 	    <concat encoding="UTF-8" outputencoding="UTF-8" destfile="../../build/LdtPlayer-release.js">
 			<filelist dir="../../src/js/" files="header.js" />
-	        <filelist dir="../../src/js" files="popcorn.js popcorn.youtube.js popcorn.code.js popcorn.jwplayer.js jwplayer.js" />
+	        <filelist dir="../../src/js/libs" files="popcorn.js popcorn.youtube.js popcorn.code.js popcorn.jwplayer.js jwplayer.js mustache.js" />
 	        <filelist dir="../../src/js" files="LdtPlayer.js" />
 	    	<filelist dir="../../build" files="compiled_templates.js" />
-	    	<filelist dir="../../src/js" files="mustache.js utils.js data.js site.js ui.js widgets.js" />
+	    	<filelist dir="../../src/js" files="utils.js data.js site.js ui.js widgets.js layout.js" />
 			<fileset dir="../../src/js/widgets" casesensitive="yes">
 					<include name="**/*.js"/>					
 			</fileset>