255430c
--- plugins/org.eclipse.jdt.launching/scripts/customBuild.xml.orig	2009-03-09 15:06:45.000000000 +0100
255430c
+++ plugins/org.eclipse.jdt.launching/scripts/customBuild.xml	2009-03-09 16:57:53.000000000 +0100
255430c
@@ -14,5 +14,64 @@
255430c
     	<property name="bundleJavacTarget" value="${tempTarget}"/>
255430c
     </target>	
255430c
 
255430c
+	<target name="noDefault">
255430c
+		<echo message="This file must be called with explicit targets" />
255430c
+	</target>
255430c
+	
255430c
+	<target name="pre.build.jars">
255430c
+	</target>
255430c
+
255430c
+	<target name="post.build.jars">
255430c
+	</target>
255430c
+
255430c
+	<target name="pre.build.sources">
255430c
+	</target>
255430c
+
255430c
+	<target name="post.build.sources">
255430c
+	</target>
255430c
+
255430c
+	<target name="pre.name">
255430c
+	</target>
255430c
+
255430c
+	<target name="pre.@dot">
255430c
+	</target>
255430c
+
255430c
+	<target name="post.compile.name">
255430c
+	</target>
255430c
+	<target name="post.compile.lib/launchingsupport.jar">
255430c
+	</target>
255430c
+
255430c
+	<target name="post.compile.@dot">
255430c
+	</target>
255430c
+
255430c
+	<target name="post.name">
255430c
+	</target>
255430c
+
255430c
+	<target name="post.@dot">
255430c
+	</target>
255430c
+	
255430c
+	<target name="pre.gather.bin.parts">
255430c
+	</target>
255430c
+
255430c
+	<target name="post.gather.bin.parts">
255430c
+	</target>
255430c
+
255430c
+	<target name="pre.gather.sources">
255430c
+	</target>
255430c
+
255430c
+	<target name="post.gather.sources">
255430c
+	</target>
255430c
+
255430c
+	<target name="pre.gather.logs">
255430c
+	</target>
255430c
+
255430c
+	<target name="post.gather.logs">
255430c
+	</target>
255430c
+
255430c
+	<target name="pre.clean">
255430c
+	</target>
255430c
+
255430c
+	<target name="post.clean">
255430c
+	</target>
255430c
 
255430c
 </project>
255430c
\ No newline at end of file