Skip to content

Latest commit

 

History

History
42 lines (33 loc) · 1.37 KB

README.md

File metadata and controls

42 lines (33 loc) · 1.37 KB

TestPlugin

Testing and demonstration plugin using SpoutAPI.

Copyright © 2011, SpoutDev [email protected]
TestPlugin is licensed under GNU LESSER GENERAL PUBLIC LICENSE Version 3

Visit our website.

Follow Spout on Twitter @SpoutDev

Source

The latest and greatest source of TestPlugin can be found on GitHub.
Download the latest builds from Jenkins.

Compiling

TestPlugin uses Maven to handle its dependencies.

TestPlugin requires SpoutAPI (preferrably the latest version or source).

  • Install Maven 2 or 3
  • Checkout this repo and run: mvn clean package

Coding and Pull Request Formatting

  • Generally follows the Oracle coding standards.
  • TestPlugin uses tabs, no spaces.
  • No 80 column limit or midstatement newlines.
  • Pull requests must compile and work.
  • Pull requests must be formatted properly.

Please follow the above conventions if you want your pull requests accepted.