Remove exchange readme and update script

This commit is contained in:
Makoto Onuki 2010-02-04 13:09:28 -08:00
parent 0e4f9a834a
commit 217466edce
2 changed files with 1 additions and 12 deletions

View File

@ -1,11 +0,0 @@
Exchange support in the Email application can be removed. In order to do so,
run the remove-exchange-support.sh script and rebuild the application. In case
the script doesn't work, here's how to do it manually.
1. Remove everything under src/com/android/exchange/ and
tests/src/com/android/exchange/.
2. Check all the *.xml and *.java files, and remove all the lines surrounded by
EXCHANGE-REMOVE-SECTION-START and EXCHANGE-REMOVE-SECTION-END.
3. Check all the *.java files and remove all imports from com.android.exchange
and its subpackages.

View File

@ -15,7 +15,7 @@
# limitations under the License.
#
# Run this script to remove Exchange support from the Email application.
# You can remove exchange by running this script.
#
set -e # fail fast