javacommons/gcfprotocols/socket/socket/build/build.xml
branchRCL_3
changeset 24 6c158198356e
parent 14 04becd199f91
--- a/javacommons/gcfprotocols/socket/socket/build/build.xml	Thu Jul 15 18:31:06 2010 +0300
+++ b/javacommons/gcfprotocols/socket/socket/build/build.xml	Thu Aug 19 09:48:13 2010 +0300
@@ -41,7 +41,8 @@
 
   <property name="javah.classnames" 
             value="com.nokia.mj.impl.socket.SocketConnectionImpl,
-                   com.nokia.mj.impl.socket.ServerSocketConnectionImpl"/>
+                   com.nokia.mj.impl.socket.ServerSocketConnectionImpl,
+                   com.nokia.mj.impl.properties.socket.SocketDynamicPropertyHandler"/>
 
   <target name="create.internal.api.jar">
   	<omj.internal.apis includes="com/nokia/mj/impl/gcf/protocol/socket/Protocol.class,
@@ -54,6 +55,12 @@
   	<omj.public.apis includes="javax/microedition/io/SocketConnection.class,
   														 javax/microedition/io/ServerSocketConnection.class"/>
   </target>
+  <target name="system.properties">
+    <properties>
+    		java.src.paths=${java.src.paths}
+        microedition.hostname=:socket.SocketDynamicPropertyHandler
+    </properties>
+  </target>
   
 </project>