Skip to content

Commit

Permalink
Update recipes in metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
carmstrong committed Jan 24, 2014
1 parent c20e8fe commit ec75b06
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion metadata.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ec75b06

Please sign in to comment.