annotate ivy.xml @ 17:a88e2f8fb117 tip

added a replace transformer to remove ;) smilies
author ferrall@nwoca.org
date Tue, 08 Feb 2011 09:27:40 -0500
parents 5da2e67620f9
children
rev   line source
2
5da2e67620f9 Upgrade to Ivy configuration and begin clean up of tests. Added FreeBSD license.
smith@nwoca.org
parents:
diff changeset
1 <?xml version="1.0" encoding="UTF-8"?>
5da2e67620f9 Upgrade to Ivy configuration and begin clean up of tests. Added FreeBSD license.
smith@nwoca.org
parents:
diff changeset
2 <ivy-module version="2.0">
5da2e67620f9 Upgrade to Ivy configuration and begin clean up of tests. Added FreeBSD license.
smith@nwoca.org
parents:
diff changeset
3 <info module="html2wiki" organisation="org.ssdt-ohio" revision="0.2.0" status="integration"/>
5da2e67620f9 Upgrade to Ivy configuration and begin clean up of tests. Added FreeBSD license.
smith@nwoca.org
parents:
diff changeset
4 <configurations>
5da2e67620f9 Upgrade to Ivy configuration and begin clean up of tests. Added FreeBSD license.
smith@nwoca.org
parents:
diff changeset
5 <conf name="compile"/>
5da2e67620f9 Upgrade to Ivy configuration and begin clean up of tests. Added FreeBSD license.
smith@nwoca.org
parents:
diff changeset
6 <conf name="runtime"/>
5da2e67620f9 Upgrade to Ivy configuration and begin clean up of tests. Added FreeBSD license.
smith@nwoca.org
parents:
diff changeset
7 <conf name="compile-test"/>
5da2e67620f9 Upgrade to Ivy configuration and begin clean up of tests. Added FreeBSD license.
smith@nwoca.org
parents:
diff changeset
8 <conf name="runtime-test"/>
5da2e67620f9 Upgrade to Ivy configuration and begin clean up of tests. Added FreeBSD license.
smith@nwoca.org
parents:
diff changeset
9 </configurations>
5da2e67620f9 Upgrade to Ivy configuration and begin clean up of tests. Added FreeBSD license.
smith@nwoca.org
parents:
diff changeset
10 <dependencies >
5da2e67620f9 Upgrade to Ivy configuration and begin clean up of tests. Added FreeBSD license.
smith@nwoca.org
parents:
diff changeset
11 <dependency org="org.apache.commons" name="com.springsource.org.apache.commons.io" rev="1.4.0" />
5da2e67620f9 Upgrade to Ivy configuration and begin clean up of tests. Added FreeBSD license.
smith@nwoca.org
parents:
diff changeset
12 <dependency org="org.junit" name="com.springsource.org.junit" rev="4.8.1" />
5da2e67620f9 Upgrade to Ivy configuration and begin clean up of tests. Added FreeBSD license.
smith@nwoca.org
parents:
diff changeset
13 </dependencies>
5da2e67620f9 Upgrade to Ivy configuration and begin clean up of tests. Added FreeBSD license.
smith@nwoca.org
parents:
diff changeset
14 </ivy-module>