Index: pegasus-source-4.0.0/build.xml
===================================================================
--- pegasus-source-4.0.0.orig/build.xml	2012-03-01 07:46:25.000000000 -0800
+++ pegasus-source-4.0.0/build.xml	2012-05-21 11:17:39.305907895 -0700
@@ -362,7 +362,7 @@
 
 
 
-  <target name="dist" depends="jar,vdl-jar,man-install,ctools-all,externals"
+  <target name="dist" depends="jar,vdl-jar,man-install,ctools-all"
           description="Sets up the dist directory">
     <!-- bin -->
     <mkdir dir="${dist.bin}"/>
@@ -439,9 +439,6 @@
       <fileset dir="lib/pegasus/python" includes="**/*.py"/>
     </copy>
     <chmod perm="0755" type="file">
-      <fileset dir="${dist.lib}/externals/python/boto/tests" includes="*.py"/>
-    </chmod>
-    <chmod perm="0755" type="file">
       <fileset dir="${dist.lib}/python">
         <include name="Pegasus/plots_stats/plots/populate.py"/>
         <include name="Pegasus/plots_stats/plots/pegasus_breakdown.py"/>
@@ -512,9 +509,9 @@
     <delete file="stamp"/>
   </target>
 
-  <target name="clean" depends="build-clean,ctools-clean,externals-clean"
+  <target name="clean" depends="build-clean,ctools-clean"
 	  description="Run {build,ctools,externals}-clean" />
-  <target name="build" depends="ctools-all,externals,jar,vdl-jar"/>
+  <target name="build" depends="ctools-all,jar,vdl-jar"/>
 
   <target name="junit" depends="jar"
 	  description="Execute the Java unit testing (not yet)">
