The RMI interface to Application is now put into a separate RemoteApplication class.
This commit is contained in:
parent
2be26331b6
commit
50853a16c6
3 changed files with 59 additions and 21 deletions
|
@ -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>
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue