Skip to content

Commit

Permalink
updated metadata in prep of release to cookbooks site.
Browse files Browse the repository at this point in the history
  • Loading branch information
schisamo committed Nov 18, 2010
1 parent ef13f6a commit 501fa82
Show file tree
Hide file tree
Showing 10 changed files with 17 additions and 11 deletions.
3 changes: 2 additions & 1 deletion ant/metadata.json
Expand Up @@ -41,10 +41,11 @@
]
},
"name": "ant",
"version": "0.0.1",
"version": "0.10.0",
"conflicting": {
},
"license": "Apache 2.0",
"recipes": {
"ant::default": "Installs and configures Ant"
}
}
4 changes: 3 additions & 1 deletion ant/metadata.rb
Expand Up @@ -3,10 +3,12 @@
license "Apache 2.0"
description "Installs/Configures ant"
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
version "0.0.1"
version "0.10.0"
%w{ java jpackage }.each do |cb|
depends cb
end
%w{ debian ubuntu centos redhat fedora }.each do |os|
supports os
end

recipe "ant::default", "Installs and configures Ant"
2 changes: 1 addition & 1 deletion java_sun/metadata.json
Expand Up @@ -29,7 +29,7 @@
]
},
"name": "java_sun",
"version": "0.9.2",
"version": "0.10.0",
"conflicting": {
},
"license": "Apache 2.0",
Expand Down
2 changes: 1 addition & 1 deletion java_sun/metadata.rb
Expand Up @@ -3,7 +3,7 @@
license "Apache 2.0"
description "Installs Sun java"
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
version "0.9.2"
version "0.10.0"

depends 'java'

Expand Down
4 changes: 2 additions & 2 deletions jetty/metadata.json
Expand Up @@ -22,7 +22,7 @@
},
"suggestions": {
},
"long_description": "Description\n===========\n\nInstalls and configures Jetty, Java servlet engine and webserver.\n\nRequirements\n============\n\nPlatform: \n\n* Debian, Ubuntu (OpenJDK, Sun)\n* CentOS, Red Hat, Fedora (OpenJDK)\n\nThe following Opscode cookbooks are dependencies:\n\n* java\n\nAttributes\n==========\n\n* `node[\"jetty\"][\"host\"]` - Listen to connections from this network host.\n* `node[\"jetty\"][\"port\"]` - The network port used by Jetty.\n* `node[\"jetty\"][\"jetty_args\"]` - Additional arguments to pass to Jetty \n* `node[\"jetty\"][\"java_options\"]` - Extra options to pass to the JVM \n\nUsage\n=====\n\nSimply include the recipe where you want Jetty installed.\n\nTODO\n====\n\n* enable SSL support\n* instrument logging\n\nLicense and Author\n==================\n\nAuthor:: Seth Chisamore (<schisamo@opscode.com>)\n\nCopyright:: 2010, Opscode, Inc\n\nLicensed under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License.\nYou may obtain a copy of the License at\n\n http://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the specific language governing permissions and\nlimitations under the License.\n",
"long_description": "Description\n===========\n\nInstalls and configures Jetty, Java servlet engine and webserver.\n\nRequirements\n============\n\nPlatform: \n\n* Debian, Ubuntu (OpenJDK, Sun)\n* CentOS, Red Hat, Fedora (OpenJDK)\n\nThe following Opscode cookbooks are dependencies:\n\n* java\n\nAttributes\n==========\n\n* `node[\"jetty\"][\"host\"]` - Listen to connections from this network host, default '0.0.0.0'.\n* `node[\"jetty\"][\"port\"]` - The network port used by Jetty, default '8080.\n* `node[\"jetty\"][\"jetty_args\"]` - Additional arguments to pass to Jetty, default ''.\n* `node[\"jetty\"][\"java_options\"]` - Extra options to pass to the JVM, default '-Xmx256m -Djava.awt.headless=true'.\n\nUsage\n=====\n\nSimply include the recipe where you want Jetty installed.\n\nTODO\n====\n\n* enable SSL support\n* instrument logging\n\nLicense and Author\n==================\n\nAuthor:: Seth Chisamore (<schisamo@opscode.com>)\n\nCopyright:: 2010, Opscode, Inc\n\nLicensed under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License.\nYou may obtain a copy of the License at\n\n http://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the specific language governing permissions and\nlimitations under the License.\n",
"platforms": {
"debian": [

Expand All @@ -46,6 +46,6 @@
},
"license": "Apache 2.0",
"recipes": {
"jetty::default": "Main Jetty configuration"
"jetty::default": "Installs and configures Jetty"
}
}
2 changes: 1 addition & 1 deletion jetty/metadata.rb
Expand Up @@ -13,4 +13,4 @@
supports os
end

recipe "jetty::default", "Main Jetty configuration"
recipe "jetty::default", "Installs and configures Jetty"
3 changes: 2 additions & 1 deletion jpackage/metadata.json
Expand Up @@ -32,10 +32,11 @@
]
},
"name": "jpackage",
"version": "0.0.1",
"version": "0.10.0",
"conflicting": {
},
"license": "Apache 2.0",
"recipes": {
"jpackage::default": "Installs and configures jpackage"
}
}
4 changes: 3 additions & 1 deletion jpackage/metadata.rb
Expand Up @@ -3,10 +3,12 @@
license "Apache 2.0"
description "Installs/Configures jpackage"
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
version "0.0.1"
version "0.10.0"

depends "java"

%w{ centos redhat fedora }.each do |os|
supports os
end

recipe "jpackage::default", "Installs and configures jpackage"
2 changes: 1 addition & 1 deletion maven/metadata.json
Expand Up @@ -41,7 +41,7 @@
]
},
"name": "maven",
"version": "0.0.1",
"version": "0.10.0",
"conflicting": {
},
"license": "Apache 2.0",
Expand Down
2 changes: 1 addition & 1 deletion maven/metadata.rb
Expand Up @@ -3,7 +3,7 @@
license "Apache 2.0"
description "Installs/Configures maven"
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
version "0.0.1"
version "0.10.0"

%w{ java jpackage }.each do |cb|
depends cb
Expand Down

0 comments on commit 501fa82

Please sign in to comment.