feat: JDK 7 first cut

- grab file from Oracle using special cookie
 - use regular choc to do silent install
This commit is contained in:
Iristyle
2013-06-06 01:24:54 -04:00
parent 29bc3ae4e9
commit 33cd5478b5
3 changed files with 65 additions and 0 deletions

25
JDK7/jdk7.nuspec Normal file
View File

@@ -0,0 +1,25 @@
<?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.21</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/7u21-relnotes-1932873.html
</releaseNotes>
</metadata>
<files>
<file src="tools\**" target="tools" />
</files>
</package>