added scm-cli and scm-server-util

This commit is contained in:
Sebastian Sdorra
2010-09-11 15:03:17 +02:00
parent 64253bcb4f
commit 85cb34f498
12 changed files with 826 additions and 37 deletions

18
scm-cli/pom.xml Normal file
View File

@@ -0,0 +1,18 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<parent>
<artifactId>scm</artifactId>
<groupId>sonia.scm</groupId>
<version>1.0-SNAPSHOT</version>
</parent>
<groupId>sonia.scm</groupId>
<artifactId>scm-cli</artifactId>
<version>1.0-SNAPSHOT</version>
<name>scm-cli</name>
</project>