-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathivy.xml
40 lines (35 loc) · 1.9 KB
/
ivy.xml
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
30
31
32
33
34
35
36
37
38
39
40
<?xml version="1.0" encoding="ISO-8859-1"?>
<?xml-stylesheet type="text/xsl" href="/ivyrepo/ivy-doc.xsl"?>
<ivy-module version="1.3">
<info
organisation="percussion"
module="pso-dynamic-code-reorganizer"
revision="1.0"
status="integration">
<description>This is the stand alone PSO Dynamic Code Organizer. It allows content to be reformatted during
assembly with Velocity through the use of several tags.
Copyright 2005-2010 Percussion Software, Inc. All rights reserved. </description>
</info>
<configurations>
<conf name="default" description="provides standard JAR for use with Server" />
<conf name="test" extends="default" visibility="private" description="for test only" />
</configurations>
<publications>
<!-- add your output JARs here -->
<artifact name="dynreorg-server.jar" type="jar" />
</publications>
<dependencies>
<dependency org="percussion" name="rhythmyx" rev="6.6" conf="default->default" />
<!-- add any other dependencies here -->
<dependency org="xstream" name="xstream" rev="1.1.3" conf="default->default" />
<dependency org="commons-logging" name="commons-logging" rev="1.1.1" conf="default->default" />
<!-- make sure you have some unit tests -->
<dependency org="jmock" name="jmock" rev="2.2.0" conf="test->default" />
<dependency org="junit" name="junit" rev="4.1" conf="test->default"/>
<dependency org="org.springframework" name="spring" rev="2.5.5" conf="default" />
<dependency org="org.springframework" name="spring-test" rev="2.5.5" conf="default" />
<!-- log4j should only be needed for unit tests, don't build compile time dependencies to it -->
<dependency org="apache" name="log4j" rev="1.2.+" conf="test->default"/>
<dependency org="objenesis" name="objenesis" rev="1.0" conf="test->default" />
</dependencies>
</ivy-module>