You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@oozie.apache.org by tu...@apache.org on 2012/03/01 21:45:54 UTC

svn commit: r1295777 - in /incubator/oozie/trunk: release-log.txt src/main/assemblies/hadooplib.xml

Author: tucu
Date: Thu Mar  1 20:45:54 2012
New Revision: 1295777

URL: http://svn.apache.org/viewvc?rev=1295777&view=rev
Log:
OOZIE-726 Removing switch from default runtime scope to compile scope for hadooplib.xml assembly due to it pulling in JDK tools.jar with compile scope. (abayer via tucu)

Modified:
    incubator/oozie/trunk/release-log.txt
    incubator/oozie/trunk/src/main/assemblies/hadooplib.xml

Modified: incubator/oozie/trunk/release-log.txt
URL: http://svn.apache.org/viewvc/incubator/oozie/trunk/release-log.txt?rev=1295777&r1=1295776&r2=1295777&view=diff
==============================================================================
--- incubator/oozie/trunk/release-log.txt (original)
+++ incubator/oozie/trunk/release-log.txt Thu Mar  1 20:45:54 2012
@@ -1,5 +1,6 @@
 -- Oozie 3.2.0 release
 
+OOZIE-726 Removing switch from default runtime scope to compile scope for hadooplib.xml assembly due to it pulling in JDK tools.jar with compile scope. (abayer via tucu)
 OOZIE-228 For authorization we should use the ACL model (tucu)
 OOZIE-715 Fix TestLocalOozieExample (angeloh via tucu)
 OOZIE-701 Oozie notification URLs don't get replaced with the taken transition (tucu)

Modified: incubator/oozie/trunk/src/main/assemblies/hadooplib.xml
URL: http://svn.apache.org/viewvc/incubator/oozie/trunk/src/main/assemblies/hadooplib.xml?rev=1295777&r1=1295776&r2=1295777&view=diff
==============================================================================
--- incubator/oozie/trunk/src/main/assemblies/hadooplib.xml (original)
+++ incubator/oozie/trunk/src/main/assemblies/hadooplib.xml Thu Mar  1 20:45:54 2012
@@ -28,7 +28,6 @@
             <useTransitiveDependencies>true</useTransitiveDependencies>
             <useTransitiveFiltering>true</useTransitiveFiltering>
             <unpack>false</unpack>
-            <scope>compile</scope>
             <outputDirectory>hadooplib-${project.version}</outputDirectory>
         </dependencySet>
     </dependencySets>