| author | cavaliet |
| Thu, 02 Aug 2012 18:25:30 +0200 | |
| branch | new-model |
| changeset 933 | 8604bc7b4712 |
| parent 924 | 64c2eaafe5e2 |
| child 936 | c66260a734ca |
| permissions | -rwxr-xr-x |
|
52
2ec3deb0a0d5
Added a build script to build the js files on unix. Also changed README to
hamidouk
parents:
diff
changeset
|
1 |
#!/bin/sh |
|
887
6a04bd37da0a
Corrected lib loading function so several instances of the Metadataplayer can be called
veltr
parents:
52
diff
changeset
|
2 |
sh ../res/ant/bin/ant -f client.xml |
| 924 | 3 |
cp ../../build/LdtPlayer-core.js ../../test/metadataplayer |
4 |
cp -R ../../src/css/* ../../test/metadataplayer |
|
| 904 | 5 |
cp -R ../../src/widgets/* ../../test/metadataplayer |