Index: /branches/amp_3_6_0/Makefile
===================================================================
--- /branches/amp_3_6_0/Makefile	(revision 2335)
+++ /branches/amp_3_6_0/Makefile	(working copy)
@@ -9,7 +9,7 @@
 SubDir = 
 SubDir += lib src tools 
 ExtensionsDir = monitoring auditing rs_api vpn_mgmt
-ResourceIp = 10.3.0.58
+ResourceIp = 192.168.100.11
 
 all: 
 	tools/create_ver_h.pl AMP
Index: /branches/amp_3_6_0/src/webui/webui/htdocs/Makefile
===================================================================
--- /branches/amp_3_6_0/src/webui/webui/htdocs/Makefile	(revision 2335)
+++ /branches/amp_3_6_0/src/webui/webui/htdocs/Makefile	(working copy)
@@ -2,4 +2,4 @@
 	#echo "generating restful API doc for webui, please wait...";
 	#env PYTHONPATH=/usr/lib/python2.7/site-packages DJANGO_SETTINGS_MODULE=djproject.settings /usr/local/bin/python ./new/src/setup.py restdoc
 	echo "Compiling css/js file for new WebUI, please wait...";
-	cd ./new/src/client && curl -O http://10.3.0.58/ampnodemodules/node_modules.tar.gz && tar zxvf node_modules.tar.gz && grunt && rm -rf node_modules* && cd ../../../
+	cd ./new/src/client && curl -O http://192.168.100.11/ampnodemodules/node_modules.tar.gz && tar zxvf node_modules.tar.gz && grunt && rm -rf node_modules* && cd ../../../
