Files
ChocolateyPackages/JDK7/jdk7.nuspec
2014-01-03 11:56:33 -05:00

25 lines
1.2 KiB
XML

<?xml version="1.0"?>
<package xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<metadata>
<id>jdk7</id>
<title>Java Platform (JDK) 7</title>
<version>7.0.45</version>
<authors>Oracle</authors>
<owners>Ethan J Brown</owners>
<summary>Java Development Kit. Includes a complete JRE plus tools for developing, debugging, and monitoring Java applications.</summary>
<description>Java Development Kit. Includes a complete JRE plus tools for developing, debugging, and monitoring Java applications.
http://www.oracle.com/technetwork/java/javase/downloads/index.html
</description>
<projectUrl>http://www.java.com/</projectUrl>
<tags>java jdk jre debugger</tags>
<licenseUrl>http://www.oracle.com/technetwork/java/javase/terms/license/index.html</licenseUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<iconUrl>https://github.com/Iristyle/ChocolateyPackages/raw/master/JDK7/jdk7_logo.jpg</iconUrl>
<releaseNotes>http://www.oracle.com/technetwork/java/javase/7u45-relnotes-2016950.html</releaseNotes>
</metadata>
<files>
<file src="tools\**" target="tools" />
</files>
</package>