rename scm-server-util to scm-server-api and added scm-server-jetty

This commit is contained in:
Sebastian Sdorra
2010-09-11 17:59:11 +02:00
parent 85cb34f498
commit e45a5e62ae
15 changed files with 1059 additions and 11 deletions

View File

@@ -0,0 +1,19 @@
/*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package sonia.scm.server;
/**
*
* @author Sebastian Sdorra
*/
public class ServerAllreadyRunningException extends ServerException
{
/** Field description */
private static final long serialVersionUID = 3816513762034851638L;
}