From ec75b06471b81d7a857ffa16672378098e11b608 Mon Sep 17 00:00:00 2001 From: Christopher Armstrong Date: Fri, 24 Jan 2014 14:31:15 -0800 Subject: [PATCH] Update recipes in metadata --- metadata.rb | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/metadata.rb b/metadata.rb index e477c4ce..784818c7 100644 --- a/metadata.rb +++ b/metadata.rb @@ -6,11 +6,17 @@ long_description IO.read(File.join(File.dirname(__FILE__), 'README.md')) version "1.19.1" -recipe "java", "Installs Java runtime" +recipe "java::default", "Installs Java runtime" +recipe "java::ibm", "Installs the JDK for IBM" +recipe "java::ibm_tar", "Installs the JDK for IBM from a tarball" recipe "java::openjdk", "Installs the OpenJDK flavor of Java" recipe "java::oracle", "Installs the Oracle flavor of Java" recipe "java::oracle_i386", "Installs the 32-bit jvm without setting it as the default" recipe "java::oracle_rpm", "Installs the Oracle RPM flavor of Java" +recipe "java::purge_packages", "Purges old Sun JDK packages" +recipe "java::set_attributes_from_version", "Sets various attributes that depend on jdk_version" +recipe "java::set_java_home", "Sets the JAVA_HOME environment variable" +recipe "java::windows", "Installs the JDK on Windows" %w{ debian