diff options
Diffstat (limited to 'java/common.xml')
| -rw-r--r-- | java/common.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/java/common.xml b/java/common.xml index 0f7117e3f0..6d65f68fc2 100644 --- a/java/common.xml +++ b/java/common.xml @@ -180,7 +180,7 @@ <attribute name="path"/> <element name="args"/> <sequential> - <java jar="${project.root}/lib/required/jython-standalone-2.5.2.jar" fork="true" failonerror="true"> + <java jar="${project.root}/${jython}" fork="true" failonerror="true"> <arg value="-Dpython.path=@{path}"/> <args/> </java> |
