16 lines
814 B
XML
16 lines
814 B
XML
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
|
<ivy-module version="2.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://ant.apache.org/ivy/schemas/ivy.xsd">
|
||
|
|
<!-- status is one of "release", "milestone", or "integration" -->
|
||
|
|
<info organisation="com.declarativeengineering" module="Common" status="integration">
|
||
|
|
<repository name="ibiblio" url="http://media:8081/artifactory/libs-release" pattern="[organization]/[module]/[revision]/[module]-[revision](-[classifier]).[ext]" artifacts="true"/>
|
||
|
|
</info>
|
||
|
|
<!--
|
||
|
|
<dependancies>
|
||
|
|
<dependancy org="org.tigris.subversion" name="svnant" rev="latest.release"/>
|
||
|
|
</dependancies>
|
||
|
|
-->
|
||
|
|
<publications>
|
||
|
|
<artifact name="DE Common" type="bin" ext="jar"/>
|
||
|
|
<artifact name="DE Common" type="src" ext="zip"/>
|
||
|
|
</publications>
|
||
|
|
</ivy-module>
|