Include stub versions of the Java->JavaScript bridge interface so that we

compile properly and we'll link against the real deal at runtime.
This commit is contained in:
Michael Bayne
2006-12-15 02:57:13 +00:00
parent 0236092f1d
commit 6c5918b3c2
3 changed files with 32 additions and 1 deletions
+1 -1
View File
@@ -98,7 +98,7 @@
<!-- builds our distribution files -->
<target name="dist" depends="check-available,compile">
<jar destfile="${deploy.dir}/${app.name}.jar" manifest="lib/manifest.mf"
basedir="${deploy.dir}/classes"/>
basedir="${deploy.dir}/classes" excludes="**/netscape/**"/>
</target>
<!-- optimizes, combines and removes dead code -->