~ubuntu-branches/ubuntu/raring/ant-contrib/raring

« back to all changes in this revision

Viewing changes to debian/patches/02_592182_fortask.dpatch

  • Committer: Bazaar Package Importer
  • Author(s): tony mancill, Michael Koch, tony mancill
  • Date: 2010-08-08 21:30:03 UTC
  • Revision ID: james.westby@ubuntu.com-20100808213003-nzt9z07e76dyq1ld
Tags: 1.0~b3+svn177-2
* Team upload
[ Michael Koch ]
* Fixed watch file to handle '+svnXXX' part.

[ tony mancill ]
* Include dpatch for ant "for" task.  (Closes: #592182)
  - Thanks to Michael Gilbert.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#! /bin/sh /usr/share/dpatch/dpatch-run
 
2
## 02_592182_fortask.dpatch by Michael Gilbert <michael.s.gilbert (at) gmail.com>
 
3
##
 
4
## All lines beginning with `## DP:' are a description of the patch.
 
5
## DP: add the ant for task to the antcontrib properties file
 
6
 
 
7
@DPATCH@
 
8
 
 
9
--- ant-contrib-1.0~b3+svn177~/src/main/resources/net/sf/antcontrib/antcontrib.properties       2009-09-25 13:23:13.000000000 -0700
 
10
+++ ant-contrib-1.0~b3+svn177/src/main/resources/net/sf/antcontrib/antcontrib.properties        2010-08-08 09:21:30.000000000 -0700
 
11
@@ -14,6 +14,7 @@
 
12
 
 
13
 # Logic tasks
 
14
 if=net.sf.antcontrib.logic.IfTask
 
15
+for=net.sf.antcontrib.logic.ForTask
 
16
 foreach=net.sf.antcontrib.logic.ForEach
 
17
 throw=net.sf.antcontrib.logic.Throw
 
18
 trycatch=net.sf.antcontrib.logic.TryCatchTask