[eclipse-pydev] Another fix to compile against Luna.

Alexander Kurtakov akurtakov at fedoraproject.org
Thu May 29 18:01:31 UTC 2014


commit c5c22517701936142cb1ed340febca57fffa62c7
Author: Alexander Kurtakov <akurtako at redhat.com>
Date:   Thu May 29 21:01:21 2014 +0300

    Another fix to compile against Luna.

 eclipse-pydev.spec |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/eclipse-pydev.spec b/eclipse-pydev.spec
index 0b33b55..ad3b9ff 100644
--- a/eclipse-pydev.spec
+++ b/eclipse-pydev.spec
@@ -78,6 +78,7 @@ sed --in-place 's:libs/,\\:libs/:' plugins/org.python.pydev/build.properties
 sed --in-place 's:libs/WinRegistry-4.5.jar::' plugins/org.python.pydev/build.properties
 
 sed --in-place 's:@Override::g' plugins/org.python.pydev/src/org/python/pydev/builder/PyDevBuilder.java
+sed --in-place 's:<Object, Object>:<String, String>:g' plugins/org.python.pydev.debug/src/org/python/pydev/debug/ui/launching/PythonRunner.java
 
 # remove pre-generated build files
 find . -name build.xml | xargs rm


More information about the scm-commits mailing list