components/grails/patches/runant.py.patch
author Petr Sumbera <petr.sumbera@oracle.com>
Fri, 27 Sep 2013 00:13:38 -0700
changeset 1488 04528ffd139d
parent 413 1a6d7a739179
child 3918 d8138667d338
permissions -rw-r--r--
17508584 Upgrade Wireshark to version 1.10.2 17442735 problem in UTILITY/WIRESHARK
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
413
1a6d7a739179 7063888 Move Grails to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     1
*** 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
     2
--- 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
     3
***************
1a6d7a739179 7063888 Move Grails to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     4
*** 1,4 ****
1a6d7a739179 7063888 Move Grails to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     5
! #!/usr/bin/python
1a6d7a739179 7063888 Move Grails to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     6
  # Copyright 2001,2003-2004 The Apache Software Foundation
1a6d7a739179 7063888 Move Grails to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     7
  #
1a6d7a739179 7063888 Move Grails to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     8
  #  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
     9
--- 1,4 ----
1a6d7a739179 7063888 Move Grails to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    10
! #!/usr/bin/python2.6
1a6d7a739179 7063888 Move Grails to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    11
  # Copyright 2001,2003-2004 The Apache Software Foundation
1a6d7a739179 7063888 Move Grails to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    12
  #
1a6d7a739179 7063888 Move Grails to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    13
  #  Licensed under the Apache License, Version 2.0 (the "License");