From f9067a66d5efc23c6384f2dc2aadd4ec8f35943e Mon Sep 17 00:00:00 2001 From: "mark@chromium.org" Date: Wed, 18 Nov 2009 21:43:16 +0000 Subject: Clean up transition_lprojs. The transition is over. BUG=none TEST=none Review URL: http://codereview.chromium.org/399082 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@32409 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/tools/build/mac/transition_lprojs | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100755 chrome/tools/build/mac/transition_lprojs (limited to 'chrome/tools') diff --git a/chrome/tools/build/mac/transition_lprojs b/chrome/tools/build/mac/transition_lprojs deleted file mode 100755 index 40ccb44..0000000 --- a/chrome/tools/build/mac/transition_lprojs +++ /dev/null @@ -1,22 +0,0 @@ -#!/bin/sh - -# Copyright (c) 2009 The Chromium Authors. All rights reserved. -# Use of this source code is governed by a BSD-style license that can be -# found in the LICENSE file. - -# Clean up the old .lproj structure, where English was in en_US.lproj, and -# en.lproj was a symbolic link. -# -# TODO(mark): Remove after November 17, 2009, allowing two weeks for the -# transition. - -RESOURCES_DIR="${BUILT_PRODUCTS_DIR}/${CONTENTS_FOLDER_PATH}/Resources" - -# Always dump en_US.lproj. -rm -rf "${RESOURCES_DIR}/en_US.lproj" - -# Only dump en.lproj if it's a symbolic link. If it's a directory, then the -# transition has already been performed. -if [ -L "${RESOURCES_DIR}/en.lproj" ] ; then - rm -f "${RESOURCES_DIR}/en.lproj" -fi -- cgit v1.1