mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-04 18:29:37 +02:00
GP-2324: Upgrading Jython to 2.7.3
This commit is contained in:
parent
e79bd65944
commit
062f64282a
3 changed files with 5 additions and 5 deletions
|
@ -1,4 +1,4 @@
|
||||||
DATA SEARCH IGNORE DIR: jython-2.7.2
|
DATA SEARCH IGNORE DIR: jython-2.7.3
|
||||||
EXCLUDE FROM GHIDRA JAR: true
|
EXCLUDE FROM GHIDRA JAR: true
|
||||||
MODULE FILE LICENSE: lib/jython-standalone-2.7.2.jar Jython License
|
MODULE FILE LICENSE: lib/jython-standalone-2.7.3.jar Jython License
|
||||||
|
|
||||||
|
|
|
@ -24,8 +24,8 @@ apply plugin: 'eclipse'
|
||||||
eclipse.project.name = 'Features Python'
|
eclipse.project.name = 'Features Python'
|
||||||
|
|
||||||
|
|
||||||
def JYTHON = "org.python:jython-standalone:2.7.2"
|
def JYTHON = "org.python:jython-standalone:2.7.3"
|
||||||
def JYTHON_DIR = "jython-2.7.2"
|
def JYTHON_DIR = "jython-2.7.3"
|
||||||
|
|
||||||
configurations {
|
configurations {
|
||||||
jython
|
jython
|
||||||
|
|
|
@ -27,7 +27,7 @@ import utilities.util.FileUtilities;
|
||||||
*/
|
*/
|
||||||
public class PythonUtils {
|
public class PythonUtils {
|
||||||
|
|
||||||
public static final String PYTHON_NAME = "jython-2.7.2";
|
public static final String PYTHON_NAME = "jython-2.7.3";
|
||||||
public static final String PYTHON_CACHEDIR = "jython_cachedir";
|
public static final String PYTHON_CACHEDIR = "jython_cachedir";
|
||||||
public static final String PYTHON_SRC = "python-src";
|
public static final String PYTHON_SRC = "python-src";
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue