~wattazoum/livrezmoi/projectdeposit

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
<?xml version="1.0" encoding="UTF-8" ?>
<Deposit>
	<Project name="Projet1" user="wata">
		<Version>
			<titre>Maversion1</titre>
			<jar>Monjar1</jar>
			<build>Monbuild1</build>
			<comments>MonComment</comments>
			<date>02/03/2004</date>
		</version>
		<version>
			<titre>Maversion2</titre>
			<jar>Monjar2</jar>
			<comments>Monbuild2</comments>
			<comments>MonComment2</comments>
			<date>02/03/2004</date>
		</Version>
	</Project>
	<Project name="Projet2" user="prof">
		<Version>
			<titre>Maversion1</titre>
			<jar>Monjar2</jar>
			<build>Monbuild2</build>
			<comments>MonComment2</comments>
			<date>02/03/2004</date>
		</Version>
	</Projet>
</Deposit>