javauis/javalegacyutils/build/build.xml
branchRCL_3
changeset 21 4376525cdefb
parent 14 04becd199f91
--- a/javauis/javalegacyutils/build/build.xml	Wed Jun 09 09:34:07 2010 +0300
+++ b/javauis/javalegacyutils/build/build.xml	Mon Jun 21 15:32:50 2010 +0300
@@ -31,5 +31,11 @@
                    com.nokia.mj.impl.rt.legacy.MemoryUtil,
                    com.nokia.mj.impl.rt.legacy.MIDEventServer,
                    com.nokia.mj.impl.rt.legacy.NativeError"/>
+
+  <target name="create.internal.api.jar">
+    <omj.internal.apis includes="com/nokia/mj/impl/rt/legacy/MIDEventServer.class,
+                                 com/nokia/mj/impl/rt/legacy/Security.class"/>
+  </target>
+
 </project>