merge with multiverse stm branch

This commit is contained in:
jboner 2009-08-16 00:35:11 +02:00
commit ae9c93d689
21 changed files with 1503 additions and 666 deletions

5
util-java/pom.xml Normal file → Executable file
View file

@ -25,6 +25,11 @@
<artifactId>protobuf-java</artifactId>
<version>2.1.0</version>
</dependency>
<dependency>
<groupId>org.multiverse</groupId>
<artifactId>multiverse</artifactId>
<version>0.3</version>
</dependency>
</dependencies>
<build>