diff options
author | mattinger <[email protected]> | 2007-03-08 19:50:39 +0000 |
---|---|---|
committer | mattinger <[email protected]> | 2007-03-08 19:50:39 +0000 |
commit | b4d4d4eb6e4ac4260f25bd10e4c2e02e410a6635 (patch) | |
tree | 40a2a4e15e86dc6d5233d7617dcffb48578dc713 | |
parent | 8c4a5840393d98da39f62301968a25c5e5328cdb (diff) |
git-svn-id: file:///home/sven/projects/JOGL/temp/ant-contrib/svn/ant-contrib-code/branches/ant-1.7.0-upgrade@106 32d7a393-a5a9-423c-abd3-5d954feb1f2f
-rw-r--r-- | ant1.5/src/java/net/sf/antcontrib/antlib.xml | 48 |
1 files changed, 0 insertions, 48 deletions
diff --git a/ant1.5/src/java/net/sf/antcontrib/antlib.xml b/ant1.5/src/java/net/sf/antcontrib/antlib.xml deleted file mode 100644 index 203b12e..0000000 --- a/ant1.5/src/java/net/sf/antcontrib/antlib.xml +++ /dev/null @@ -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> |