Andrew Overholt 88a225c
--- plugins/org.eclipse.pde.core/targets/rcpWithSource.target.old	2009-09-09 20:58:19.915548076 +0100
Andrew Overholt 88a225c
+++ plugins/org.eclipse.pde.core/targets/rcpWithSource.target	2009-09-09 21:03:43.845541597 +0100
Andrew Overholt 88a225c
@@ -3,15 +3,9 @@
Andrew Overholt 88a225c
 
Andrew Overholt 88a225c
 <target name="Base RCP with Source">
Andrew Overholt 88a225c
 
Andrew Overholt 88a225c
-   <location useDefault="true"/>
Andrew Overholt 88a225c
-
Andrew Overholt 88a225c
-   <content>
Andrew Overholt 88a225c
-      <plugins>
Andrew Overholt 88a225c
-      </plugins>
Andrew Overholt 88a225c
-      <features>
Andrew Overholt 88a225c
-         <feature id="org.eclipse.rcp"/>
Andrew Overholt 88a225c
-         <feature id="org.eclipse.rcp.source"/>
Andrew Overholt 88a225c
-      </features>
Andrew Overholt 88a225c
-   </content>
Andrew Overholt 88a225c
+   <locations>
Andrew Overholt 88a225c
+      <location id="org.eclipse.rcp" path="${eclipse_home}" type="Feature"/>
Andrew Overholt 88a225c
+      <location id="org.eclipse.rcp.source" path="${eclipse_home}/dropins/sdk" type="Feature"/>
Andrew Overholt 88a225c
+   </locations>
Andrew Overholt 88a225c
 
Andrew Overholt 88a225c
 </target>