]> git.pld-linux.org Git - packages/ant.git/blobdiff - ant-antRun.patch
- up to 1.9.3
[packages/ant.git] / ant-antRun.patch
index 2488390b5ea25f917db6c82393edb417e515240b..1d72345bb17d0be5133ff26045ff067de7424438 100644 (file)
@@ -10,24 +10,4 @@ diff -ur apache-ant-1.6.5/src/main/org/apache/tools/ant/taskdefs/Exec.java apach
                      command = antRun + " " + dir + " " + command;
                  }
              }
-diff -ur apache-ant-1.6.5/src/main/org/apache/tools/ant/taskdefs/Execute.java apache-ant-1.6.5-antRun/src/main/org/apache/tools/ant/taskdefs/Execute.java
---- apache-ant-1.6.5/src/main/org/apache/tools/ant/taskdefs/Execute.java       2005-06-02 15:19:56.000000000 +0200
-+++ apache-ant-1.6.5-antRun/src/main/org/apache/tools/ant/taskdefs/Execute.java        2006-09-12 15:01:09.000000000 +0200
-@@ -127,7 +127,7 @@
-             }
-         } else {
-             // Generic
--            shellLauncher = new ScriptCommandLauncher("bin/antRun",
-+            shellLauncher = new ScriptCommandLauncher("antRun",
-                 new CommandLauncher());
-         }
-     }
-@@ -1038,7 +1038,7 @@
-             }
-             String antRun =
-                 FILE_UTILS.resolveFile(project.getBaseDir(),
--                        antHome + File.separator + myScript).toString();
-+                        "@BINDIR@" + File.separator + myScript).toString();
-             // Build the command
-             File commandDir = workingDir;
+
This page took 0.116783 seconds and 4 git commands to generate.