-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME
29 lines (17 loc) · 951 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
Distributed Programming II
==========================
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 folder containing the Javadoc documentation
of the interfaces used for the assignment (from Part a)
- dtd The folder where you have to put the dtd of your solution (from Part a)
- xsd The folder where you must put your schema file (from Part a)
- lib The folder containing the jars needed for this
assignment
- src The folder where you must put your code and where
you can find the sources provided with the assignment
- gen The folder where files will be automatically generated