You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-commits@hadoop.apache.org by ma...@apache.org on 2012/04/30 10:38:15 UTC

svn commit: r1332112 - in /hadoop/common/branches/branch-1.0: CHANGES.txt build.xml

Author: mattf
Date: Mon Apr 30 08:38:15 2012
New Revision: 1332112

URL: http://svn.apache.org/viewvc?rev=1332112&view=rev
Log:
HDFS-3316. The tar ball doesn't include jsvc any more. Contributed by Owen O'Malley.

Modified:
    hadoop/common/branches/branch-1.0/CHANGES.txt
    hadoop/common/branches/branch-1.0/build.xml

Modified: hadoop/common/branches/branch-1.0/CHANGES.txt
URL: http://svn.apache.org/viewvc/hadoop/common/branches/branch-1.0/CHANGES.txt?rev=1332112&r1=1332111&r2=1332112&view=diff
==============================================================================
--- hadoop/common/branches/branch-1.0/CHANGES.txt (original)
+++ hadoop/common/branches/branch-1.0/CHANGES.txt Mon Apr 30 08:38:15 2012
@@ -52,6 +52,9 @@ Release 1.0.3 - unreleased
 
     HDFS-3265. PowerPc Build error. (Kumar Ravi via mattf)
 
+    HDFS-3316. The tar ball doesn't include jsvc any more.
+    (Owen O'Malley via mattf)
+
 Release 1.0.2 - 2012.03.24
 
   NEW FEATURES

Modified: hadoop/common/branches/branch-1.0/build.xml
URL: http://svn.apache.org/viewvc/hadoop/common/branches/branch-1.0/build.xml?rev=1332112&r1=1332111&r2=1332112&view=diff
==============================================================================
--- hadoop/common/branches/branch-1.0/build.xml (original)
+++ hadoop/common/branches/branch-1.0/build.xml Mon Apr 30 08:38:15 2012
@@ -1491,7 +1491,7 @@
   <!-- ================================================================== -->
   <!--                                                                    -->
   <!-- ================================================================== -->
-  <target name="package" depends="compile, jar, javadoc, docs, cn-docs, api-report, examples, tools-jar, jar-test, ant-tasks, package-librecordio"
+  <target name="package" depends="compile, jar, javadoc, docs, cn-docs, api-report, examples, tools-jar, jar-test, ant-tasks, package-librecordio, jsvc"
 	  description="assembles multi-platform artifacts for distribution">
     <delete dir="${dist.dir}"/>
     <mkdir dir="${dist.dir}"/>