~ubuntu-branches/ubuntu/raring/libxml-java/raring

« back to all changes in this revision

Viewing changes to ivy.xml

  • Committer: Package Import Robot
  • Author(s): tony mancill, Miguel Landaeta, tony mancill
  • Date: 2011-12-23 09:07:02 UTC
  • mfrom: (3.1.5 sid)
  • Revision ID: package-import@ubuntu.com-20111223090702-wvpt3s2m696owb5d
Tags: 1.1.6.dfsg-3
[Miguel Landaeta]
* Team upload.
* Add Build-Depends on ant-optional. (Closes: #652753).
* Bump Standards-Version to 3.9.2. No changes were required.
* Switch to source format 3.0 (quilt).
* Remove deprecated simple-patchsys management patch system.

[tony mancill]
* Add Vcs-Git and Vcs-Browser to d/control. (Closes: #653038)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="UTF-8"?>
 
2
<ivy-module version="2.0" xmlns:m="http://ant.apache.org/ivy/maven">
 
3
        <info organisation="${ivy.artifact.group}" module="${ivy.artifact.id}" revision="${project.revision}" />
 
4
 
 
5
        <configurations>
 
6
                <conf name="default" />
 
7
                <conf name="test" visibility="private" />
 
8
                <conf name="source" />
 
9
        </configurations>
 
10
 
 
11
        <publications>
 
12
                <artifact name="${ivy.artifact.id}" type="jar" conf="default" />
 
13
                <artifact name="${ivy.artifact.id}" m:classifier="sources" type="source" ext="jar" conf="source" />
 
14
        </publications>
 
15
 
 
16
        <dependencies defaultconf="default->default">
 
17
                <!--  internal dependencies -->
 
18
                <dependency org="${ivy.artifact.group}" name="libbase" rev="${dependency.libbase.revision}" transitive="true" changing="true" />
 
19
                <dependency org="${ivy.artifact.group}" name="libloader" rev="${dependency.libloader.revision}" transitive="true" changing="true" />
 
20
 
 
21
                <!--  external dependencies -->
 
22
                <dependency org="commons-logging" name="commons-logging-api" rev="1.0.4" transitive="false" />
 
23
                <dependency org="xml-apis" name="xml-apis" rev="1.0.b2" transitive="false" />
 
24
 
 
25
                <!-- testing dependencies -->
 
26
                <dependency org="junit" name="junit" rev="3.8.1" transitive="false" conf="test->default" />
 
27
 
 
28
        </dependencies>
 
29
</ivy-module>