-
Notifications
You must be signed in to change notification settings - Fork 2
/
ivy.nuspec
29 lines (29 loc) · 1.49 KB
/
ivy.nuspec
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
<?xml version="1.0" encoding="utf-8"?>
<!-- Do not remove this test for UTF-8: if “Ω” doesn’t appear as greek uppercase omega letter enclosed in quotation marks, you should use an editor that supports UTF-8, not this one. -->
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>ivy</id>
<version>2.5.2</version>
<packageSourceUrl>https://github.com/tdunnington/IvyChocolatey</packageSourceUrl>
<owners>Tim Dunnington</owners>
<title>ivy (Install)</title>
<authors>Apache Software Foundation</authors>
<projectUrl>http://ant.apache.org/ivy/</projectUrl>
<iconUrl>http://ant.apache.org/ivy/images/logo.png</iconUrl>
<licenseUrl>http://ant.apache.org/ivy/license.html</licenseUrl>
<copyright>2014 The Apache Software Foundation</copyright>
<tags>ivy ant java</tags>
<summary>Installs the Ivy extensions into Ant</summary>
<description>Ivy is a package dependency system for Java. The system works in conjunction (and as a plugin to) Ant.</description>
<dependencies>
<dependency id="ant" />
</dependencies>
<docsUrl>http://ant.apache.org/ivy/history/latest-milestone/index.html</docsUrl>
<mailingListUrl>http://mail-archives.apache.org/mod_mbox/ant-ivy-user/</mailingListUrl>
<bugTrackerUrl>http://issues.apache.org/jira/browse/IVY</bugTrackerUrl>
<projectSourceUrl>https://github.com/apache/ant-ivy</projectSourceUrl>
</metadata>
<files>
<file src="tools\**" target="tools" />
</files>
</package>