From d74e07460f8b49cee1472896e34f82581dd813d3 Mon Sep 17 00:00:00 2001 From: jtimberman Date: Sun, 25 Apr 2010 12:51:37 -0600 Subject: [PATCH] Remove metadata.json and update application readme. * Metadata.json can be generated with the rake tasks. * Use 'metadata[cookbook]' and 'metadata_all' to generate .json. * Application readme needed a few more clarification points. --- metadata.json | 41 ----------------------------------------- 1 file changed, 41 deletions(-) delete mode 100644 metadata.json diff --git a/metadata.json b/metadata.json deleted file mode 100644 index 8d3626a..0000000 --- a/metadata.json +++ /dev/null @@ -1,41 +0,0 @@ -{ - "dependencies": { - "java": [ - - ], - "runit": [ - - ] - }, - "replacing": { - }, - "description": "Installs activemq and sets it up as a runit service", - "groupings": { - }, - "platforms": { - "ubuntu": [ - - ], - "debian": [ - - ] - }, - "version": "0.2.0", - "recommendations": { - }, - "name": "activemq", - "maintainer": "Opscode, Inc.", - "long_description": "= DESCRIPTION:\n\nInstalls activemq and sets up a runit service.\n\n= REQUIREMENTS:\n\nTested on Ubuntu 9.04.\n\nOpscode cookbooks:\n\n* java\n* runit\n\n= ATTRIBUTES:\n\n* activemq[:mirror] - download URL up to the apache/activemq/apache-activemq directory.\n* activemq[:version] - version to install.\n\n= USAGE:\n\nInclude the default recipe on systems where you want to run activemq. At this time the cookbook doesn't use any custom configuration for activemq.\n\n= LICENSE AND AUTHOR:\n\nAuthor:: Joshua Timberman ()\n\nCopyright:: 2009, 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", - "recipes": { - }, - "suggestions": { - }, - "maintainer_email": "cookbooks@opscode.com", - "attributes": { - }, - "conflicting": { - }, - "license": "Apache 2.0", - "providing": { - } - } \ No newline at end of file