components/grails/patches/runant.py.patch
author John Beck <John.Beck@Oracle.COM>
Wed, 18 Mar 2015 13:27:20 -0700
branchs11-update
changeset 3984 03ec35f09e5b
parent 413 1a6d7a739179
permissions -rw-r--r--
20663199 six Userland components need work for Python 2.6 -> 2.7 move
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
3984
03ec35f09e5b 20663199 six Userland components need work for Python 2.6 -> 2.7 move
John Beck <John.Beck@Oracle.COM>
parents: 413
diff changeset
     1
The status of this patch is unknown.
03ec35f09e5b 20663199 six Userland components need work for Python 2.6 -> 2.7 move
John Beck <John.Beck@Oracle.COM>
parents: 413
diff changeset
     2
413
1a6d7a739179 7063888 Move Grails to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     3
*** grails-1.0.3/ant/bin/runant.py.orig	Fri Jul  8 09:46:11 2011
1a6d7a739179 7063888 Move Grails to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     4
--- grails-1.0.3/ant/bin/runant.py	Fri Jul  8 09:46:26 2011
1a6d7a739179 7063888 Move Grails to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     5
***************
1a6d7a739179 7063888 Move Grails to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     6
*** 1,4 ****
1a6d7a739179 7063888 Move Grails to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     7
! #!/usr/bin/python
1a6d7a739179 7063888 Move Grails to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     8
  # Copyright 2001,2003-2004 The Apache Software Foundation
1a6d7a739179 7063888 Move Grails to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     9
  #
1a6d7a739179 7063888 Move Grails to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    10
  #  Licensed under the Apache License, Version 2.0 (the "License");
1a6d7a739179 7063888 Move Grails to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    11
--- 1,4 ----
3984
03ec35f09e5b 20663199 six Userland components need work for Python 2.6 -> 2.7 move
John Beck <John.Beck@Oracle.COM>
parents: 413
diff changeset
    12
! #!/usr/bin/python2.7
413
1a6d7a739179 7063888 Move Grails to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    13
  # Copyright 2001,2003-2004 The Apache Software Foundation
1a6d7a739179 7063888 Move Grails to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    14
  #
1a6d7a739179 7063888 Move Grails to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    15
  #  Licensed under the Apache License, Version 2.0 (the "License");