1 |
jstuyts |
1231 |
<?xml version="1.0" encoding="ISO-8859-1"?> |
2 |
|
|
<?xml-stylesheet type="text/xsl" href="http://repository.hippocms.org/ivy/ivy-doc.xsl"?> |
3 |
|
|
<ivy-module version="1.3" |
4 |
|
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
5 |
|
|
xsi:noNamespaceSchemaLocation="http://www.jayasoft.org/misc/ivy/ivy.xsd"> |
6 |
|
|
<info organisation="hippo" module="mulatrecon-script-context" revision="${project.version}" status="${project.version.status}"> |
7 |
|
|
<license name="Apache License, Version 2.0" url="http://www.apache.org/licenses/LICENSE-2.0.html" /> |
8 |
|
|
<ivyauthor name="Hippo" url="http://www.hippo.nl/"/> |
9 |
|
|
<description homepage="http://www.hippocms.org/"></description> |
10 |
|
|
</info> |
11 |
|
|
<!-- NEVER MODIFY CONFIGURATIONS! MAKE CHANGES TO THE PROJECT TYPE. --> |
12 |
|
|
<configurations> |
13 |
|
|
<include file="${sant.home}/project-types/${sant.project.type}/ivy-configurations.xml" /> |
14 |
|
|
</configurations> |
15 |
|
|
<!-- NEVER MODIFY PUBLICATIONS! MAKE CHANGES TO THE PROJECT TYPE. --> |
16 |
|
|
<publications> |
17 |
|
|
<artifact name="mulatrecon-script-context" type="jar"> |
18 |
|
|
<conf name="deployment"/> |
19 |
|
|
</artifact> |
20 |
|
|
<artifact name="mulatrecon-script-context-unoptimized" type="jar"> |
21 |
|
|
<conf name="development"/> |
22 |
|
|
</artifact> |
23 |
|
|
</publications> |
24 |
|
|
<dependencies> |
25 |
|
|
<dependency org="testng" name="testng" rev="${dependencies.testng.version}"> |
26 |
|
|
<conf name="test"> |
27 |
|
|
<mapped name="default"/> |
28 |
|
|
</conf> |
29 |
|
|
</dependency> |
30 |
|
|
<dependency org="junit" name="junit" rev="${dependencies.junit.version}"> |
31 |
|
|
<conf name="test"> |
32 |
|
|
<mapped name="default"/> |
33 |
|
|
</conf> |
34 |
|
|
</dependency> |
35 |
|
|
<dependency org="jmock" name="jmock" rev="${dependencies.jmock.version}"> |
36 |
|
|
<conf name="test"> |
37 |
|
|
<mapped name="default"/> |
38 |
|
|
</conf> |
39 |
|
|
</dependency> |
40 |
|
|
</dependencies> |
41 |
|
|
</ivy-module> |