javauis/javalegacyutils/build/build.xml
branchRCL_3
changeset 21 4376525cdefb
parent 14 04becd199f91
equal deleted inserted replaced
19:71c436fe3ce0 21:4376525cdefb
    29   <property name="javah.classnames" 
    29   <property name="javah.classnames" 
    30             value="com.nokia.mj.impl.rt.legacy.EventProcessor,
    30             value="com.nokia.mj.impl.rt.legacy.EventProcessor,
    31                    com.nokia.mj.impl.rt.legacy.MemoryUtil,
    31                    com.nokia.mj.impl.rt.legacy.MemoryUtil,
    32                    com.nokia.mj.impl.rt.legacy.MIDEventServer,
    32                    com.nokia.mj.impl.rt.legacy.MIDEventServer,
    33                    com.nokia.mj.impl.rt.legacy.NativeError"/>
    33                    com.nokia.mj.impl.rt.legacy.NativeError"/>
       
    34 
       
    35   <target name="create.internal.api.jar">
       
    36     <omj.internal.apis includes="com/nokia/mj/impl/rt/legacy/MIDEventServer.class,
       
    37                                  com/nokia/mj/impl/rt/legacy/Security.class"/>
       
    38   </target>
       
    39 
    34 </project>
    40 </project>
    35 
    41