-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME
28 lines (17 loc) · 866 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
Distributed Programming II (A.Y. 2015/16)
======================================================
Assignment n. 1 - Part b
------------------------
This archive contains:
- README This file
- Assignment1b.pdf The text of assignment 1 - Part b
- build.xml Ant file to build and run your code
- doc A directory containing the Javadoc documentation
of the interfaces used for the assignment
- dtd The directory where you must put your dtd file
- lib A directory containing of the jars needed for this
assignment
- src The directory where you must put your code and where
you can find the sources provided with the assignment
- data The directory containing the data necessary for the
assignment.