THIS PLUGIN IS DEPRECATED, PLEASE USE sfPluginManagerPlugin NOW AS IT HAS ALL THE FUNCTIONALITY NEEDED FOR MANAGING YOUR PLUGINS
NOTE: This wiki page is to replace the original sfPluginPackageMaker page so that it is possible to host this plugin on plugins.symfony-project.com and install this plugin from the command line using "symfony plugin-install http://plugins.symfony-project.com/sfPackageMakerPlugin".
Say you want to package a plugin named "sfMyFancyPlugin".
- Move the package.xml file that is possibly in your plugin directory
- Put the skeleton file in the plugins directory of your project and rename it "package-sfMyFancyPlugin.xml".
- Edit the fields that are not marked as automatic.
- From the project root issue "symfony plugin-build-package sfMyFancyPlugin". This command overwrites any package.xml that would happen to be in the sfMyFancyPlugin folder.
Attachments
- sfPluginPackageMaker-0.1.0.tgz (1.7 kB) -
Original file preserved for posterity
, added by subzero2000 on 01/28/07 00:25:31. - sfPackageMakerPlugin-0.1.1.tgz (1.8 kB) -
Plugin renamed to allow hosting through plugins.symfony-project.com and updated to allow installation under symfony 1.0. Also suppresses echoing of XML for contents node, and removes "[automatic]" from the generated contents node
, added by subzero2000 on 01/28/07 01:08:59.