forked from pentaho/data-access
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage-ivy.xml
More file actions
20 lines (18 loc) · 804 Bytes
/
package-ivy.xml
File metadata and controls
20 lines (18 loc) · 804 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?xml version="1.0" encoding="UTF-8"?>
<ivy-module version="2.0" xmlns:m="http://ant.apache.org/ivy/maven">
<info organisation="${ivy.artifact.group}" module="${package.id}" revision="${project.revision}" />
<configurations>
<conf name="default" />
<conf name="runtime" visibility="public" />
<conf name="test" visibility="private" />
<conf name="codegen" visibility="private" />
<conf name="codegen-linux" extends="codegen" visibility="private" />
<conf name="codegen-mac" extends="codegen" visibility="private" />
<conf name="codegen-win" extends="codegen" visibility="private" />
</configurations>
<publications>
<artifact name="${package.id}" type="zip" />
</publications>
<dependencies defaultconf="default->default">
</dependencies>
</ivy-module>