module.config.php #1

  • //
  • guest/
  • matt_attaway/
  • Swarm_Demo_Extensions/
  • CloneWorld/
  • config/
  • module.config.php
  • View
  • Commits
  • Open Download .zip Download (420 B)
<?php
/**
 * Perforce Swarm
 *
 * @copyright   2013 Perforce Software. All rights reserved
 * @license     Please see LICENSE.txt in top-level folder of this distribution.
 * @version     2013.1.MAIN-TEST_ONLY/597594
 */

// this module just modifies activity and has no views of its own, there is not much to do here
// if you wanted users to be able to configure the module, you'd have variables here
return array(
);
# Change User Description Committed
#1 8403 Matt Attaway Sample Swarm project to generate events

This module demonstrates firiing off a new event based on the content of
the event that is passed in. It also shows how we can run our own Perforce
commands and work with the results.

To install, copy the 'CloneWorld' directory into the 'modules' directory
in your Swarm installation and restart Apache