The RMI interface to Application is now put into a separate RemoteApplication class.

This commit is contained in:
hns 2002-09-26 16:43:46 +00:00
parent 2be26331b6
commit 50853a16c6
3 changed files with 59 additions and 21 deletions

View file

@ -92,7 +92,7 @@
optimize="${optimize}">
<classpath refid="build.class.path" />
</javac>
<rmic classname="helma.framework.core.Application" base="${build.classes}"/>
<rmic classname="helma.framework.core.RemoteApplication" base="${build.classes}"/>
</target>