added basic structure

This commit is contained in:
Sebastian Sdorra
2010-09-08 15:16:42 +02:00
parent 90588d188f
commit 6250565bf3
20 changed files with 562 additions and 7 deletions

View File

@@ -9,6 +9,7 @@ package sonia.scm;
//~--- JDK imports ------------------------------------------------------------
import sonia.scm.repository.RepositoryType;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlElement;