{ "info": { "author": "Frederic Junod", "author_email": "frederic.junod@camptocamp.com", "bugtrack_url": null, "classifiers": [ "Framework :: Buildout", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Topic :: Software Development :: Build Tools", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "=====================\nc2c.recipe.jarfile\n=====================\n\nA buildout recipe to create or update jar archive file.\n\nRequirements\n------------\nRequires zc.buildout and the 'jar' command.\n\n\nUsage\n-----\nCreate a buildout.cfg file which contains the following::\n\n [buildout]\n parts = updatewar\n\n [updatewar]\n recipe = c2c.recipe.jarfile\n basedir = foo/bar/\n input = base.war *.png baz/config.yaml WEB-INF/\n output = /path/to/tomcat/webapps/foobar.war\n mode = update\n\nWhere:\n\n * 'basedir' is the directory where the jar will be created.\n * 'input' items are the files to be included in the final jar, they must be\n relative to 'basedir'.\n * 'output' is the jar destination (eg. a tomcat webapps directory)\n * 'mode' [create|update] create a new archive using all the files in 'input'\n or create an updated version of the first item of 'input' using the rest of\n the files \n\nTODO:\n * jar cmd in config file", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/fredj/c2c.recipe.jarfile", "keywords": null, "license": "MIT License", "maintainer": null, "maintainer_email": null, "name": "c2c.recipe.jarfile", "package_url": "https://pypi.org/project/c2c.recipe.jarfile/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/c2c.recipe.jarfile/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/fredj/c2c.recipe.jarfile" }, "release_url": "https://pypi.org/project/c2c.recipe.jarfile/0.4.3/", "requires_dist": null, "requires_python": null, "summary": "A buildout recipe to create or update jar archive file.", "version": "0.4.3" }, "last_serial": 787188, "releases": { "0.4.2": [ { "comment_text": "", "digests": { "md5": "f40b56947f0ae35674a564f4c38cfef4", "sha256": "c515f10c2e6bb07e69a7a93a10f6c5dc453496267ffb13a2333574e0cb00b096" }, "downloads": -1, "filename": "c2c.recipe.jarfile-0.4.2.tar.gz", "has_sig": false, "md5_digest": "f40b56947f0ae35674a564f4c38cfef4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2778, "upload_time": "2010-09-27T09:58:17", "url": "https://files.pythonhosted.org/packages/ff/57/ce4b449c9071899e20a75b08a767a4992c9d739bc7fa46741e5a900c530e/c2c.recipe.jarfile-0.4.2.tar.gz" } ], "0.4.3": [ { "comment_text": "", "digests": { "md5": "c02c495a61a2ccabc8d13e5d19435a00", "sha256": "8e7ded2f7940ae33669f06ea10986ac7a29e13814bbc8188d4f6533bb3ec36ad" }, "downloads": -1, "filename": "c2c.recipe.jarfile-0.4.3.tar.gz", "has_sig": false, "md5_digest": "c02c495a61a2ccabc8d13e5d19435a00", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2888, "upload_time": "2011-02-07T09:57:07", "url": "https://files.pythonhosted.org/packages/d7/5c/dea8b44b681b7647ec94d232c8db60873ff60a2b650dad202630c836b063/c2c.recipe.jarfile-0.4.3.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "c02c495a61a2ccabc8d13e5d19435a00", "sha256": "8e7ded2f7940ae33669f06ea10986ac7a29e13814bbc8188d4f6533bb3ec36ad" }, "downloads": -1, "filename": "c2c.recipe.jarfile-0.4.3.tar.gz", "has_sig": false, "md5_digest": "c02c495a61a2ccabc8d13e5d19435a00", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2888, "upload_time": "2011-02-07T09:57:07", "url": "https://files.pythonhosted.org/packages/d7/5c/dea8b44b681b7647ec94d232c8db60873ff60a2b650dad202630c836b063/c2c.recipe.jarfile-0.4.3.tar.gz" } ] }