Mercurial > jmeCapture
comparison build.xml @ 10:4c5fc53778c1
moved randelshofer stuff to rightfull place, enabled XuggleVideoRecorder
author | Robert McIntyre <rlm@mit.edu> |
---|---|
date | Wed, 26 Oct 2011 09:38:27 -0700 |
parents | 0e966c8a3e3d |
children | 8a6b1684f536 |
comparison
equal
deleted
inserted
replaced
9:5dfc9e768816 | 10:4c5fc53778c1 |
---|---|
7 <property name="lib" value="lib"/> | 7 <property name="lib" value="lib"/> |
8 | 8 |
9 <path id="classpath"> | 9 <path id="classpath"> |
10 <pathelement path="${lib}/jme"/> | 10 <pathelement path="${lib}/jme"/> |
11 <pathelement path="${lib}/lwjgl.jar"/> | 11 <pathelement path="${lib}/lwjgl.jar"/> |
12 <pathelement path="${lib}/xuggle/xuggle-xuggler.jar"/> | |
13 | |
14 | |
12 </path> | 15 </path> |
13 | 16 |
14 <target name="prepare"> | 17 <target name="prepare"> |
15 <mkdir dir="${build}"/> | 18 <mkdir dir="${build}"/> |
16 </target> | 19 </target> |