Fix the sdk/scritps/create_*_symlinks for the new SDK git project.
diff --git a/eclipse/scripts/build_server.sh b/eclipse/scripts/build_server.sh
index 39c8dcd..cd4f1ac 100755
--- a/eclipse/scripts/build_server.sh
+++ b/eclipse/scripts/build_server.sh
@@ -49,7 +49,7 @@
   # This needs to run from the top android directory
   # Automatically CD to the top android directory, whatever its name
   D=`dirname "$0"`
-  cd "$D/../../../../" && echo "Switched to directory $PWD"
+  cd "$D/../../../" && echo "Switched to directory $PWD"
 
   # The current Eclipse build has some Linux dependency in its config files
   [ `uname` == "Linux" ] || die "This must run from a Linux box."
@@ -66,7 +66,7 @@
 }
 
 function build_plugin {
-  development/tools/eclipse/scripts/create_all_symlinks.sh
+  sdk/eclipse/scripts/create_all_symlinks.sh
 
   # Qualifier is "v" followed by date/time in YYYYMMDDHHSS format and the optional
   # build number.
@@ -89,7 +89,7 @@
   [ -d "$DEST_DIR/$BUILD_PREFIX" ] || rm -rfv "$DEST_DIR/$BUILD_PREFIX"
 
   # Perform the Eclipse build and move the result in $DEST_DIR/android-build
-  development/tools/eclipse/scripts/build_plugins.sh $QUALIFIER $INTERNAL_BUILD -d "$DEST_DIR" -a "$BUILD_PREFIX"
+  sdk/eclipse/scripts/build_plugins.sh $QUALIFIER $INTERNAL_BUILD -d "$DEST_DIR" -a "$BUILD_PREFIX"
 
   # Cleanup
   [ -d "$QUALIFIER" ] && rm -rfv "$QUALIFIER"