You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pig.apache.org by da...@apache.org on 2013/03/21 01:57:18 UTC

svn commit: r1459113 - in /pig/trunk: CHANGES.txt build.xml ivy/libraries.properties

Author: daijy
Date: Thu Mar 21 00:57:18 2013
New Revision: 1459113

URL: http://svn.apache.org/r1459113
Log:
PIG-3256: Upgrade jython to 2.5.3 (legal concern)

Modified:
    pig/trunk/CHANGES.txt
    pig/trunk/build.xml
    pig/trunk/ivy/libraries.properties

Modified: pig/trunk/CHANGES.txt
URL: http://svn.apache.org/viewvc/pig/trunk/CHANGES.txt?rev=1459113&r1=1459112&r2=1459113&view=diff
==============================================================================
--- pig/trunk/CHANGES.txt (original)
+++ pig/trunk/CHANGES.txt Thu Mar 21 00:57:18 2013
@@ -253,6 +253,8 @@ INCOMPATIBLE CHANGES
 
 IMPROVEMENTS
 
+PIG-3256: Upgrade jython to 2.5.3 (legal concern) (daijy)
+
 PIG-2988: start deploying pigunit maven artifact part of Pig release process (njw45 via rohini)
 
 PIG-3148: OutOfMemory exception while spilling stale DefaultDataBag. Extra option to gc() before spilling large bag. (knoguchi via rohini)

Modified: pig/trunk/build.xml
URL: http://svn.apache.org/viewvc/pig/trunk/build.xml?rev=1459113&r1=1459112&r2=1459113&view=diff
==============================================================================
--- pig/trunk/build.xml (original)
+++ pig/trunk/build.xml Thu Mar 21 00:57:18 2013
@@ -532,7 +532,7 @@
         <!-- Remove jython jar from mrapp-generated-classpath -->
         <script language="javascript">
           project.setProperty('mr-apps-classpath', project.getProperty('mr-apps-classpath').
-           replace(":" + project.getProperty('ivy.default.ivy.user.dir') + "/cache/org.python/jython-standalone/jars/jython-standalone-2.5.2.jar", ""));
+           replace(":" + project.getProperty('ivy.default.ivy.user.dir') + "/cache/org.python/jython-standalone/jars/jython-standalone-" + project.getProperty('jython.version') + ".jar", ""));
         </script>
         <echo file="${test.build.classes}/mrapp-generated-classpath" message="${mr-apps-classpath}" />
     </target>

Modified: pig/trunk/ivy/libraries.properties
URL: http://svn.apache.org/viewvc/pig/trunk/ivy/libraries.properties?rev=1459113&r1=1459112&r2=1459113&view=diff
==============================================================================
--- pig/trunk/ivy/libraries.properties (original)
+++ pig/trunk/ivy/libraries.properties Thu Mar 21 00:57:18 2013
@@ -61,7 +61,7 @@ jsch.version=0.1.38
 json-simple.version=1.1
 junit.version=4.11
 jruby.version=1.6.7
-jython.version=2.5.2
+jython.version=2.5.3
 rhino.version=1.7R2
 antlr.version=3.4
 stringtemplate.version=4.0.4