Removed RMI compiler tags for Remote Image manipulation classes

(which have been removed).
This commit is contained in:
hns 2002-06-11 17:06:56 +00:00
parent c0417d5a6a
commit a6e1df85b0

View file

@ -110,8 +110,6 @@
</classpath>
</javac>
<rmic classname="helma.framework.core.Application" base="${build.classes}"/>
<rmic classname="helma.image.Server" base="${build.classes}"/>
<rmic classname="helma.image.RemoteImage" base="${build.classes}"/>
</target>
<!-- =================================================================== -->
@ -253,8 +251,6 @@
</classpath>
</javac>
<rmic classname="helma.framework.core.Application" base="${snapshot.classes}"/>
<rmic classname="helma.image.Server" base="${snapshot.classes}"/>
<rmic classname="helma.image.RemoteImage" base="${snapshot.classes}"/>
</target>
<!-- =================================================================== -->