OSDN Git Service

Import java version 1.11.4 cookbook-site-imported-java-1.11.4
authorwhitestar <whitestar@gaea.test>
Sat, 1 Jun 2013 13:33:30 +0000 (22:33 +0900)
committerwhitestar <whitestar@gaea.test>
Sat, 1 Jun 2013 13:33:30 +0000 (22:33 +0900)
commit9bcfb3952d75b76acaa0926811fc6b683cbc8e1c
treed3317b2024e98f60fcdca701d7854c9aef05240a
parent603d394388b2fe29f6c23cf99c3df9a796d3c97b
Import java version 1.11.4
28 files changed:
cookbooks/java/.gitignore [new file with mode: 0644]
cookbooks/java/.kitchen.yml [new file with mode: 0644]
cookbooks/java/Berksfile [new file with mode: 0644]
cookbooks/java/CHANGELOG.md [new file with mode: 0644]
cookbooks/java/CONTRIBUTING.md [new file with mode: 0644]
cookbooks/java/Gemfile [new file with mode: 0644]
cookbooks/java/Guardfile [new file with mode: 0644]
cookbooks/java/LICENSE [new file with mode: 0644]
cookbooks/java/README.md [new file with mode: 0644]
cookbooks/java/TESTING.md [new file with mode: 0644]
cookbooks/java/attributes/default.rb [new file with mode: 0644]
cookbooks/java/files/default/tests/minitest/openjdk_test.rb [new file with mode: 0644]
cookbooks/java/files/default/tests/minitest/oracle_test.rb [new file with mode: 0644]
cookbooks/java/files/default/tests/minitest/support/helpers.rb [new file with mode: 0644]
cookbooks/java/libraries/helpers.rb [new file with mode: 0644]
cookbooks/java/metadata.json [new file with mode: 0644]
cookbooks/java/metadata.rb [new file with mode: 0644]
cookbooks/java/providers/ark.rb [new file with mode: 0644]
cookbooks/java/recipes/default.rb [new file with mode: 0644]
cookbooks/java/recipes/ibm.rb [new file with mode: 0644]
cookbooks/java/recipes/openjdk.rb [new file with mode: 0644]
cookbooks/java/recipes/oracle.rb [new file with mode: 0644]
cookbooks/java/recipes/oracle_i386.rb [new file with mode: 0644]
cookbooks/java/recipes/set_java_home.rb [new file with mode: 0644]
cookbooks/java/recipes/windows.rb [new file with mode: 0644]
cookbooks/java/resources/ark.rb [new file with mode: 0644]
cookbooks/java/templates/default/ibm_jdk.installer.properties.erb [new file with mode: 0644]
cookbooks/java/templates/default/oracle.jinfo.erb [new file with mode: 0644]