javaextensions/midppush/build/build.xml
changeset 79 2f468c1958d0
parent 21 2a9601315dfc
--- a/javaextensions/midppush/build/build.xml	Fri Sep 17 08:28:21 2010 +0300
+++ b/javaextensions/midppush/build/build.xml	Mon Oct 04 00:10:53 2010 +0300
@@ -1,6 +1,6 @@
 <!--
 #
-# Copyright (c) 2008-2009 Nokia Corporation and/or its subsidiary(-ies).
+# Copyright (c) 2008-2010 Nokia Corporation and/or its subsidiary(-ies).
 # All rights reserved.
 # This component and the accompanying materials are made available
 # under the terms of "Eclipse Public License v1.0"
@@ -12,7 +12,7 @@
 #
 # Contributors:
 #
-# Description: 
+# Description:
 #
 -->
 
@@ -27,7 +27,7 @@
   <!-- Needed by the utilities.xml. See the description form the utilities.xml
        file -->
 
-  <property name="javah.classnames" 
+  <property name="javah.classnames"
             value="com.nokia.mj.impl.push.PushRegistryImpl,
                    com.nokia.mj.impl.push.PushValidatorLoader"/>
 
@@ -35,5 +35,9 @@
       <omj.public.apis includes="javax/microedition/io/PushRegistry.class"/>
   </target>
 
+  <target name="create.internal.api.jar">
+    <omj.internal.apis includes="com/nokia/mj/impl/push/PushUtil*.class"/>
+  </target>
+
 </project>