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 2010/05/21 20:11:49 UTC

svn commit: r947107 [1/3] - in /hadoop/pig/trunk: ./ lib/jdiff/ src/docs/ src/docs/src/documentation/conf/ src/docs/src/documentation/content/xdocs/

Author: daijy
Date: Fri May 21 18:11:49 2010
New Revision: 947107

URL: http://svn.apache.org/viewvc?rev=947107&view=rev
Log:
PIG-1373: We need to add jdiff output to docs on the website

Added:
    hadoop/pig/trunk/lib/jdiff/pig_0.7.0.xml
    hadoop/pig/trunk/src/docs/src/documentation/conf/
    hadoop/pig/trunk/src/docs/src/documentation/conf/cli.xconf
Removed:
    hadoop/pig/trunk/lib/jdiff/pig_0.3.1.xml
Modified:
    hadoop/pig/trunk/CHANGES.txt
    hadoop/pig/trunk/build.xml
    hadoop/pig/trunk/src/docs/forrest.properties
    hadoop/pig/trunk/src/docs/src/documentation/content/xdocs/site.xml

Modified: hadoop/pig/trunk/CHANGES.txt
URL: http://svn.apache.org/viewvc/hadoop/pig/trunk/CHANGES.txt?rev=947107&r1=947106&r2=947107&view=diff
==============================================================================
--- hadoop/pig/trunk/CHANGES.txt (original)
+++ hadoop/pig/trunk/CHANGES.txt Fri May 21 18:11:49 2010
@@ -24,6 +24,8 @@ INCOMPATIBLE CHANGES
 
 IMPROVEMENTS
 
+PIG-1373: We need to add jdiff output to docs on the website (daijy)
+
 PIG-1422: Duplicate code in LOPrinter.java (zjffdu)
 
 PIG-1420: Make CONCAT act on all fields of a tuple, instead of just the first two fields of a tuple (rjurney via dvryaboy)

Modified: hadoop/pig/trunk/build.xml
URL: http://svn.apache.org/viewvc/hadoop/pig/trunk/build.xml?rev=947107&r1=947106&r2=947107&view=diff
==============================================================================
--- hadoop/pig/trunk/build.xml (original)
+++ hadoop/pig/trunk/build.xml Fri May 21 18:11:49 2010
@@ -154,7 +154,7 @@
     <property name="xerces.jar" value="${ivy.lib.dir}/xerces-${xerces.version}.jar"/>
     <property name="jdiff.build.dir" value="${build.docs}/jdiff"/>						
     <property name="jdiff.xml.dir" value="${lib.dir}/jdiff"/>	
-    <property name="jdiff.stable" value="0.3.1"/>
+    <property name="jdiff.stable" value="0.7.0"/>
     <property name="jdiff.stable.javadoc" value="http://hadoop.apache.org/${name}/docs/r${jdiff.stable}/api/"/>	
 
     <!-- ====================================================== -->