587
|
1 |
<?xml version="1.0" encoding="ISO-8859-1"?>
|
|
2 |
<!--
|
|
3 |
============================================================================
|
|
4 |
Name : ivy.xml
|
|
5 |
Part of : Helium
|
|
6 |
|
|
7 |
Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
|
|
8 |
All rights reserved.
|
|
9 |
This component and the accompanying materials are made available
|
|
10 |
under the terms of the License "Eclipse Public License v1.0"
|
|
11 |
which accompanies this distribution, and is available
|
|
12 |
at the URL "http://www.eclipse.org/legal/epl-v10.html".
|
|
13 |
|
|
14 |
Initial Contributors:
|
|
15 |
Nokia Corporation - initial contribution.
|
|
16 |
|
|
17 |
Contributors:
|
|
18 |
|
|
19 |
Description:
|
|
20 |
|
|
21 |
============================================================================
|
|
22 |
-->
|
|
23 |
<ivy-module version="2.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
24 |
xsi:noNamespaceSchemaLocation="http://ant.apache.org/ivy/schemas/ivy.xsd">
|
|
25 |
<info
|
|
26 |
organisation="com.nokia.helium"
|
|
27 |
module="helium-jpa"
|
|
28 |
status="integration" />
|
|
29 |
|
|
30 |
<dependencies>
|
|
31 |
<dependency org="org.freemarker" name="freemarker" rev="2.3.13" conf="default" />
|
|
32 |
<dependency org="log4j" name="log4j" rev="1.2.9" conf="default" />
|
|
33 |
<dependency org="org.apache.commons" name="commons-io" rev="1.4" conf="default" />
|
|
34 |
<dependency org="net.sourceforge.fmpp" name="fmpp" rev="0.9.13" conf="default" />
|
|
35 |
<dependency org="eclipselink" name="eclipselink" rev="2.0.0" conf="default" />
|
|
36 |
<dependency org="javax.persistence" name="persistence" rev="2.0.0" conf="default" />
|
|
37 |
<dependency org="org.apache.derby" name="derby" rev="10.5" conf="default" />
|
|
38 |
</dependencies>
|
|
39 |
</ivy-module>
|