OSDN Git Service

detect too recent version of the ant rules and display an error.
authorXavier Ducrohet <xav@android.com>
Thu, 25 Feb 2010 00:22:07 +0000 (16:22 -0800)
committerXavier Ducrohet <xav@android.com>
Thu, 25 Feb 2010 02:10:21 +0000 (18:10 -0800)
commitaf01c6dd3ec76d1a35df48d29b66c846789a3fc7
treecddc24a676eeb5c7bfed79a8e0cb7d5e5149dee7
parentc10712c9c0d1603aa7e834517bb1d00b179c034b
detect too recent version of the ant rules and display an error.

This is to solve the case where a user somehow update a platform
component but not the tools. the custom Ant tasks will detect
the revision of the ant rules and fail if it's too recent.

Change-Id: Ica91a500ca980f9ed5f3a7c4fb09b85a63b8037b
anttasks/src/com/android/ant/SetupTask.java