File: eclipse-jdt_launch-customBuild.patch

package info (click to toggle)
eclipse 3.5.2-6squeeze2
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 297,208 kB
  • ctags: 426,326
  • sloc: java: 2,527,099; ansic: 122,607; xml: 100,868; cpp: 33,545; jsp: 3,869; sh: 2,557; perl: 1,650; makefile: 272; csh: 151; python: 69; php: 24
file content (68 lines) | stat: -rw-r--r-- 1,378 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
--- plugins/org.eclipse.jdt.launching/scripts/customBuild.xml.orig	2009-03-09 15:06:45.000000000 +0100
+++ plugins/org.eclipse.jdt.launching/scripts/customBuild.xml	2009-03-09 16:57:53.000000000 +0100
@@ -24,5 +24,64 @@
     	<property name="bundleJavacTarget" value="${tempTarget}"/>
     </target>	
 
+	<target name="noDefault">
+		<echo message="This file must be called with explicit targets" />
+	</target>
+	
+	<target name="pre.build.jars">
+	</target>
+
+	<target name="post.build.jars">
+	</target>
+
+	<target name="pre.build.sources">
+	</target>
+
+	<target name="post.build.sources">
+	</target>
+
+	<target name="pre.name">
+	</target>
+
+	<target name="pre.@dot">
+	</target>
+
+	<target name="post.compile.name">
+	</target>
+	<target name="post.compile.lib/launchingsupport.jar">
+	</target>
+
+	<target name="post.compile.@dot">
+	</target>
+
+	<target name="post.name">
+	</target>
+
+	<target name="post.@dot">
+	</target>
+	
+	<target name="pre.gather.bin.parts">
+	</target>
+
+	<target name="post.gather.bin.parts">
+	</target>
+
+	<target name="pre.gather.sources">
+	</target>
+
+	<target name="post.gather.sources">
+	</target>
+
+	<target name="pre.gather.logs">
+	</target>
+
+	<target name="post.gather.logs">
+	</target>
+
+	<target name="pre.clean">
+	</target>
+
+	<target name="post.clean">
+	</target>
 
 </project>
\ No newline at end of file