-
Notifications
You must be signed in to change notification settings - Fork 0
/
README
32 lines (17 loc) · 1004 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
Distributed Programming II (A.Y. 2015/16)
======================================================
Final Test 2
----------------
This archive contains:
- README This file
- Assignment4a.pdf The text of assignment 4 part a
- Assignment4b.pdf The text of assignment 4 part b
- FinalTest2.pdf The text of the final test
- build.xml Ant file to run server, client, and test programs (the same of Assignment 4)
- buildTest2.xml Ant file to run the final tests and to make the final zip file.
Note: the only targets to be run in buildTest2,xml are run-final-test and make-final-zip.
- lib A directory containing the jars needed for this
assignment
- src The directory where you must put your source code and where you find given source code
- wsdl The directory where you must put your WSDL files
- custom A directory where you can put your customization binding files