01: package com.beust.testng; 02: 03: /** 04: * For backward compatibility. 05: * 06: * Created on Jun 18, 2005 07: * @author <a href="mailto:cedric@beust.com">Cedric Beust</a> 08: * @deprecated Use org.testng.TestNGAntTask 09: */ 10: public class TestNGAntTask extends org.testng.TestNGAntTask { 11: }