Mercurial > jmeCapture
comparison build.xml @ 24:5f616cc420dd
improved WaveFileWriter using tritonus
author | Robert McIntyre <rlm@mit.edu> |
---|---|
date | Sun, 30 Oct 2011 04:42:40 -0700 |
parents | 87f818f58975 |
children | c4bfbf5d090e |
comparison
equal
deleted
inserted
replaced
23:b643413c3aba | 24:5f616cc420dd |
---|---|
17 <pathelement path="${lib}/logback-core.jar"/> | 17 <pathelement path="${lib}/logback-core.jar"/> |
18 <pathelement path="${lib}/lwjgl.jar"/> | 18 <pathelement path="${lib}/lwjgl.jar"/> |
19 <pathelement path="${lib}/slf4j-api.jar"/> | 19 <pathelement path="${lib}/slf4j-api.jar"/> |
20 <pathelement path="${lib}/xuggle-xuggler.jar"/> | 20 <pathelement path="${lib}/xuggle-xuggler.jar"/> |
21 <pathelement path="${lib}/xuggle-xuggler-test.jar"/> | 21 <pathelement path="${lib}/xuggle-xuggler-test.jar"/> |
22 <pathelement path="${lib}/tritonus_aos-0.3.6.jar"/> | |
23 <pathelement path="${lib}/tritonus_share.jar"/> | |
22 </path> | 24 </path> |
23 | 25 |
24 <target name="prepare"> | 26 <target name="prepare"> |
25 <mkdir dir="${build}"/> | 27 <mkdir dir="${build}"/> |
26 </target> | 28 </target> |