Author: gtrasuk
Date: Thu Dec 11 05:00:56 2014
New Revision: 1644555
URL: http://svn.apache.org/r1644555
Log:
There is no longer a separate class-server project. There is simply a tools
project that contains the runtime tools.
Removed:
river/river-rt-tools/trunk/class-server/
Modified:
river/river-rt-tools/trunk/pom.xml
Modified: river/river-rt-tools/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/river/river-rt-tools/trunk/pom.xml?rev=1644555&r1=1644554&r2=1644555&view=diff
==============================================================================
--- river/river-rt-tools/trunk/pom.xml (original)
+++ river/river-rt-tools/trunk/pom.xml Thu Dec 11 05:00:56 2014
@@ -7,6 +7,7 @@
<packaging>pom</packaging>
<name>river-rt-tools</name>
<modules>
- <module>class-server</module>
+ <module>start</module>
+ <module>tools</module>
</modules>
</project>
\ No newline at end of file