added plugin informations for web interface

This commit is contained in:
Sebastian Sdorra
2010-12-01 17:21:40 +01:00
parent 63061a5ef9
commit 1cacbc3c03
5 changed files with 202 additions and 0 deletions

View File

@@ -33,10 +33,15 @@
package sonia.scm.plugin;
//~--- JDK imports ------------------------------------------------------------
import javax.xml.bind.annotation.XmlRootElement;
/**
*
* @author Sebastian Sdorra
*/
@XmlRootElement(name = "plugin-information")
public class PluginInformation
{