Skip to content
Snippets Groups Projects
Commit dbcf64c2 authored by tpylak's avatar tpylak
Browse files

LMS-940 minor yeastx: better manual tests support

SVN: 11492
parent d52eec3a
No related branches found
No related tags found
No related merge requests found
#!/bin/bash
# ----- compile the plugin and copy it to DSS dir
cd ../../build
. ./antrun.sh jar
cp ../targets/dist/datastore_server-plugins.jar ../../datastore_server/source/
#!/bin/bash #!/bin/bash
./clean.sh ./clean.sh
./make-jar.sh
# ----- compile the plugin and copy it to DSS dir \ No newline at end of file
cd ../../build
. ./antrun.sh jar
cp ../targets/dist/datastore_server-plugins.jar ../../datastore_server/source/
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment