Skip to content
This repository has been archived by the owner on Nov 23, 2017. It is now read-only.

Commit

Permalink
ant 0.10.1, install non-versioned ant package
Browse files Browse the repository at this point in the history
  • Loading branch information
schisamo committed Jan 13, 2011
1 parent a0ff5f4 commit eca7883
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 31 deletions.
58 changes: 29 additions & 29 deletions ant/metadata.json
@@ -1,51 +1,51 @@
{
"providing": {
},
"maintainer": "Opscode, Inc.",
"replacing": {
},
"name": "ant",
"description": "Installs/Configures ant",
"maintainer_email": "cookbooks@opscode.com",
"groupings": {
},
"attributes": {
},
"recommendations": {
},
"dependencies": {
"java": [

],
"jpackage": [

]
},
"suggestions": {
},
"long_description": "Description\n===========\n\nInstalls and configures Apache Ant & Ivy\n\nRequirements\n============\n\nPlatform: \n\n* Debian, Ubuntu, CentOS, Red Hat, Fedora\n\nThe following Opscode cookbooks are dependencies:\n\n* java\n* jpackage\n\nAttributes\n==========\n\nUsage\n=====\n\nSimply include the recipe where you want Apache Ant & Ivy installed.\n\nTODO\n====\n\n* plugin support\n* global config template - /etc/ant/ant.conf\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\n\n",
"maintainer": "Opscode, Inc.",
"maintainer_email": "cookbooks@opscode.com",
"license": "Apache 2.0",
"platforms": {
"debian": [

],
"fedora": [
"ubuntu": [

],
"centos": [

],
"ubuntu": [
"redhat": [

],
"redhat": [
"fedora": [

]
},
"name": "ant",
"version": "0.10.0",
"dependencies": {
"java": [

],
"jpackage": [

]
},
"recommendations": {
},
"suggestions": {
},
"conflicting": {
},
"license": "Apache 2.0",
"providing": {
},
"replacing": {
},
"attributes": {
},
"groupings": {
},
"recipes": {
"ant::default": "Installs and configures Ant"
}
},
"version": "0.10.1"
}
4 changes: 2 additions & 2 deletions ant/metadata.rb
Expand Up @@ -3,12 +3,12 @@
license "Apache 2.0"
description "Installs/Configures ant"
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
version "0.10.0"
version "0.10.1"
%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"
recipe "ant::default", "Installs and configures Ant"

0 comments on commit eca7883

Please sign in to comment.