SF.net SVN: ant-contrib: [106] branches/ant-1.7.0-upgrade/ant1.5/src/java/ net/sf/antcontrib/antlib.xml
| Newsgroups | gmane.comp.java.ant-contrib.devel |
|---|---|
| Message-ID | <[email protected]> |
Revision: 106
http://svn.sourceforge.net/ant-contrib/?rev=106&view=rev
Author: mattinger
Date: 2007-03-08 11:50:39 -0800 (Thu, 08 Mar 2007)
Log Message:
-----------
Removed Paths:
-------------
branches/ant-1.7.0-upgrade/ant1.5/src/java/net/sf/antcontrib/antlib.xml
Deleted: branches/ant-1.7.0-upgrade/ant1.5/src/java/net/sf/antcontrib/antlib.xml
===================================================================
--- branches/ant-1.7.0-upgrade/ant1.5/src/java/net/sf/antcontrib/antlib.xml 2007-03-08 19:45:50 UTC (rev 105)
+++ branches/ant-1.7.0-upgrade/ant1.5/src/java/net/sf/antcontrib/antlib.xml 2007-03-08 19:50:39 UTC (rev 106)
@@ -1,48 +0,0 @@
-<antlib>
- <!-- typedef the tasks that work for ant less than 1.6 -->
- <taskdef resource="net/sf/antcontrib/antcontrib.properties"/>
-
- <taskdef
- name="for"
- classname="net.sf.antcontrib.logic.ForTask"
- onerror="ignore"/>
-
- <typedef
- name="httpState"
- classname="net.sf.antcontrib.net.httpclient.HttpStateType"
- onerror="ignore" />
- <typedef
- name="httpClient"
- classname="net.sf.antcontrib.net.httpclient.HttpClientType"
- onerror="ignore" />
- <taskdef name="getCookie"
- classname="net.sf.antcontrib.net.httpclient.GetCookieTask"
- onerror="ignore" />
- <taskdef name="addCookie"
- classname="net.sf.antcontrib.net.httpclient.AddCookieTask"
- onerror="ignore" />
- <taskdef name="clearCookies"
- classname="net.sf.antcontrib.net.httpclient.ClearCookiesTask"
- onerror="ignore" />
- <taskdef name="addCredentials"
- classname="net.sf.antcontrib.net.httpclient.AddCredentialsTask"
- onerror="ignore" />
- <taskdef name="clearCredentials"
- classname="net.sf.antcontrib.net.httpclient.ClearCredentialsTask"
- onerror="ignore" />
- <taskdef name="purgeExpiredCookies"
- classname="net.sf.antcontrib.net.httpclient.PurgeExpiredCookiesTask"
- onerror="ignore" />
- <taskdef name="postMethod"
- classname="net.sf.antcontrib.net.httpclient.PostMethodTask"
- onerror="ignore" />
- <taskdef name="getMethod"
- classname="net.sf.antcontrib.net.httpclient.GetMethodTask"
- onerror="ignore" />
- <taskdef name="headMethod"
- classname="net.sf.antcontrib.net.httpclient.HeadMethodTask"
- onerror="ignore" />
- <taskdef name="importurl"
- classname="net.sf.antcontrib.net.URLImportTask"
- onerror="ignore"/>
-</antlib>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV