1 |
<?xml version="1.0" encoding="UTF-8"?> |
2 |
<project> |
3 |
<pomVersion>3</pomVersion> |
4 |
<groupId>hippo</groupId> |
5 |
<id>hippo-navigation-model</id> |
6 |
<name>Hippo Navigation API</name> |
7 |
<currentVersion>1.01.00</currentVersion> |
8 |
<organization> |
9 |
<name>Hippo</name> |
10 |
<url>http://www.hippo.nl/</url> |
11 |
</organization> |
12 |
<inceptionYear>2007</inceptionYear> |
13 |
<package>nl.hippo.cocoon</package> |
14 |
<description/> |
15 |
<shortDescription/> |
16 |
|
17 |
<dependencies> |
18 |
|
19 |
<dependency> |
20 |
<id>jakarta-slide:slide-webdavlib</id> |
21 |
<version>2.1b2</version> |
22 |
</dependency> |
23 |
|
24 |
<!-- for tests --> |
25 |
<dependency> |
26 |
<id>junit</id> |
27 |
<groupId>junit</groupId> |
28 |
<version>3.8.1</version> |
29 |
</dependency> |
30 |
|
31 |
<dependency> |
32 |
<id>commons-lang:commons-lang</id> |
33 |
<version>2.0</version> |
34 |
<type>jar</type> |
35 |
</dependency> |
36 |
|
37 |
|
38 |
</dependencies> |
39 |
<build> |
40 |
<sourceDirectory>src/java</sourceDirectory> |
41 |
<unitTestSourceDirectory>src/test</unitTestSourceDirectory> |
42 |
<resources> |
43 |
<resource> |
44 |
<directory>src/java</directory> |
45 |
</resource> |
46 |
</resources> |
47 |
</build> |
48 |
|
49 |
</project> |