javacommons/gcfprotocols/socket/socket/build/build.xml
branchRCL_3
changeset 83 26b2b12093af
parent 60 6c158198356e
--- a/javacommons/gcfprotocols/socket/socket/build/build.xml	Wed Sep 15 12:05:25 2010 +0300
+++ b/javacommons/gcfprotocols/socket/socket/build/build.xml	Wed Oct 13 14:23:59 2010 +0300
@@ -41,8 +41,7 @@
 
   <property name="javah.classnames" 
             value="com.nokia.mj.impl.socket.SocketConnectionImpl,
-                   com.nokia.mj.impl.socket.ServerSocketConnectionImpl,
-                   com.nokia.mj.impl.properties.socket.SocketDynamicPropertyHandler"/>
+                   com.nokia.mj.impl.socket.ServerSocketConnectionImpl"/>
 
   <target name="create.internal.api.jar">
   	<omj.internal.apis includes="com/nokia/mj/impl/gcf/protocol/socket/Protocol.class,
@@ -55,12 +54,6 @@
   	<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>