Andrew Overholt a80e77b
diff -up ./build.xml.pdebuildlocation ./build.xml
Andrew Overholt a80e77b
--- ./build.xml.pdebuildlocation	2008-08-28 15:32:09.000000000 -0400
Andrew Overholt a80e77b
+++ ./build.xml	2008-08-28 15:41:33.000000000 -0400
Andrew Overholt a80e77b
@@ -1597,7 +1597,7 @@
Andrew Overholt a80e77b
           if="eclipse.home"
Andrew Overholt a80e77b
           description="Locate org.eclipse.pde.build plug-in and set the property 'eclipse.pde.dir'">
Andrew Overholt a80e77b
     <first id="eclipse.pde.plugin.dir">
Andrew Overholt a80e77b
-      <dirset dir="${eclipse.home}/plugins">
Andrew Overholt a80e77b
+      <dirset dir="${eclipse.home}/dropins/sdk/plugins">
Andrew Overholt a80e77b
         <include name="org.eclipse.pde.build_*"/>
Andrew Overholt a80e77b
       </dirset>
Andrew Overholt a80e77b
     </first>