--- a/sbin/build/client.xml Mon Nov 28 12:11:36 2011 +0100
+++ b/sbin/build/client.xml Mon Nov 28 12:14:31 2011 +0100
@@ -70,8 +70,7 @@
<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/libs" files="popcorn.js popcorn.youtube.js popcorn.code.js popcorn.jwplayer.js popcorn.mediafragment.js jwplayer.js mustache.js raphael.js" />
- <filelist dir="../../src/js" files="LdtPlayer.js" />
+ <filelist dir="../../src/js/libs" files="popcorn.js popcorn.youtube.js popcorn.code.js popcorn.jwplayer.js popcorn.mediafragment.js jwplayer.js mustache.js raphael.js lazyload.js" />
<filelist dir="../../build" files="compiled_templates.js" />
<filelist dir="../../src/js" files="utils.js data.js site.js ui.js widgets.js layout.js init.js" />
<fileset dir="../../src/js/widgets" casesensitive="yes">
@@ -101,4 +100,4 @@
<arg path="${jslint.js}"/>
</apply>
</target>
-</project>
\ No newline at end of file
+</project>