components/grails/patches/runant.py.patch
author Vladimir Marek <Vladimir.Marek@oracle.com>
Mon, 21 Nov 2011 07:20:55 -0800
branchs11-sru
changeset 2233 cc544c5cfe9e
parent 413 1a6d7a739179
child 3918 d8138667d338
permissions -rw-r--r--
7114186 Can't publish components in s11-sru branch
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");