Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
View | Details | Raw Unified | Return to bug 278968
Collapse All | Expand All

(-)feature.xml (-6 lines)
Lines 57-68 Link Here
57
         version="0.0.0"/>
57
         version="0.0.0"/>
58
58
59
   <plugin
59
   <plugin
60
         id="org.eclipse.jdt.ui.examples.projects"
61
         download-size="0"
62
         install-size="0"
63
         version="0.0.0"/>
64
65
   <plugin
66
         id="org.eclipse.jface.examples.databinding"
60
         id="org.eclipse.jface.examples.databinding"
67
         download-size="0"
61
         download-size="0"
68
         install-size="0"
62
         install-size="0"
(-)buildDoc.xml (-10 lines)
Lines 7-13 Link Here
7
7
8
	<target name="all" depends="init" unless="index.present">
8
	<target name="all" depends="init" unless="index.present">
9
		<antcall target="convertSchemaToHtml" />
9
		<antcall target="convertSchemaToHtml" />
10
		<antcall target="examplesDocCopy" />
11
		<antcall target="generateJavadoc" />
10
		<antcall target="generateJavadoc" />
12
		<antcall target="build.index" />
11
		<antcall target="build.index" />
13
		<!--antcall target="createDocZip" /-->
12
		<!--antcall target="createDocZip" /-->
Lines 34-48 Link Here
34
		<record name="${basedir}/jdtconvert.txt" action="stop"/>
33
		<record name="${basedir}/jdtconvert.txt" action="stop"/>
35
	</target>
34
	</target>
36
35
37
	<target name="examplesDocCopy" >
38
		<copy todir="samples">
39
			<fileset dir="..">
40
				<include name="org.eclipse.jdt.ui.examples.projects/doc-html/"/>
41
			</fileset>
42
		</copy>
43
	</target>
44
45
46
	<target name="getJavadocPath">
36
	<target name="getJavadocPath">
47
		<available file="${java.home}/../bin/javadoc.exe" property="javadoc" value="${java.home}/../bin/javadoc.exe"/>
37
		<available file="${java.home}/../bin/javadoc.exe" property="javadoc" value="${java.home}/../bin/javadoc.exe"/>
48
		<available file="${java.home}/../bin/javadoc" property="javadoc" value="${java.home}/../bin/javadoc" />
38
		<available file="${java.home}/../bin/javadoc" property="javadoc" value="${java.home}/../bin/javadoc" />
(-)maps/jdtui.map (-1 lines)
Lines 12-18 Link Here
12
plugin@org.eclipse.jdt.core.manipulation=v20090902-1317,:pserver:anonymous@dev.eclipse.org:/cvsroot/eclipse,
12
plugin@org.eclipse.jdt.core.manipulation=v20090902-1317,:pserver:anonymous@dev.eclipse.org:/cvsroot/eclipse,
13
13
14
plugin@org.eclipse.jdt.ui=v20090902-1317,:pserver:anonymous@dev.eclipse.org:/cvsroot/eclipse,
14
plugin@org.eclipse.jdt.ui=v20090902-1317,:pserver:anonymous@dev.eclipse.org:/cvsroot/eclipse,
15
plugin@org.eclipse.jdt.ui.examples.projects=v20090902-1317,:pserver:anonymous@dev.eclipse.org:/cvsroot/eclipse,
16
plugin@org.eclipse.jdt.ui.tests=v20090902-1317,:pserver:anonymous@dev.eclipse.org:/cvsroot/eclipse,
15
plugin@org.eclipse.jdt.ui.tests=v20090902-1317,:pserver:anonymous@dev.eclipse.org:/cvsroot/eclipse,
17
plugin@org.eclipse.jdt.ui.tests.refactoring=v20090902-1317,:pserver:anonymous@dev.eclipse.org:/cvsroot/eclipse,
16
plugin@org.eclipse.jdt.ui.tests.refactoring=v20090902-1317,:pserver:anonymous@dev.eclipse.org:/cvsroot/eclipse,
18
17
(-)dev.php (-1 lines)
Lines 107-113 Link Here
107
			<h4>Documentation and tests:</h4>
107
			<h4>Documentation and tests:</h4>
108
			<ul>
108
			<ul>
109
				<li><a href="http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.jdt.doc.user/">org.eclipse.jdt.doc.user</a></li>
109
				<li><a href="http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.jdt.doc.user/">org.eclipse.jdt.doc.user</a></li>
110
				<li><a href="http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.jdt.ui.examples.projects/">org.eclipse.jdt.ui.examples.projects</a></li>
111
				<li><a href="http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.jdt.ui.tests/">org.eclipse.jdt.ui.tests</a></li>
110
				<li><a href="http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.jdt.ui.tests/">org.eclipse.jdt.ui.tests</a></li>
112
				<li><a href="http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.jdt.ui.tests.refactoring/">org.eclipse.jdt.ui.tests.refactoring</a></li>
111
				<li><a href="http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.jdt.ui.tests.refactoring/">org.eclipse.jdt.ui.tests.refactoring</a></li>
113
			</ul>
112
			</ul>
(-)scripts/exportplugins.xml (-1 lines)
Lines 63-69 Link Here
63
		<antcall target="exportPlugin"><param name="exportPluginName" value="org.eclipse.core.filebuffers"/></antcall>
63
		<antcall target="exportPlugin"><param name="exportPluginName" value="org.eclipse.core.filebuffers"/></antcall>
64
64
65
		<antcall target="exportPlugin"><param name="exportPluginName" value="org.eclipse.jdt.ui"/></antcall>
65
		<antcall target="exportPlugin"><param name="exportPluginName" value="org.eclipse.jdt.ui"/></antcall>
66
		<antcall target="exportPlugin"><param name="exportPluginName" value="org.eclipse.jdt.ui.examples.projects"/><param name="newPlugin" value="true"/></antcall>
67
		<antcall target="exportPlugin"><param name="exportPluginName" value="org.eclipse.search"/></antcall>
66
		<antcall target="exportPlugin"><param name="exportPluginName" value="org.eclipse.search"/></antcall>
68
		<antcall target="exportPlugin"><param name="exportPluginName" value="org.eclipse.jdt.junit"/></antcall> 
67
		<antcall target="exportPlugin"><param name="exportPluginName" value="org.eclipse.jdt.junit"/></antcall> 
69
68
(-)scripts/build.xml (-4 lines)
Lines 66-75 Link Here
66
		</antcall>
66
		</antcall>
67
		
67
		
68
		<antcall target="try copy plugin">
68
		<antcall target="try copy plugin">
69
			<param name="plugin" value="org.eclipse.jdt.ui.examples.projects" />
70
		</antcall>
71
		
72
		<antcall target="try copy plugin">
73
			<param name="plugin" value="org.eclipse.pde.junit" />
69
			<param name="plugin" value="org.eclipse.pde.junit" />
74
		</antcall>
70
		</antcall>
75
		
71
		
(-)tools/deleteZRHPlugins.bat (-1 lines)
Lines 15-21 Link Here
15
java -jar rm.jar plugins\org.eclipse.text_*
15
java -jar rm.jar plugins\org.eclipse.text_*
16
java -jar rm.jar plugins\org.eclipse.jface.text_*
16
java -jar rm.jar plugins\org.eclipse.jface.text_*
17
java -jar rm.jar plugins\org.eclipse.core.filebuffers_*
17
java -jar rm.jar plugins\org.eclipse.core.filebuffers_*
18
java -jar rm.jar plugins\org.eclipse.jdt.ui.examples.projects_*
19
java -jar rm.jar plugins\org.eclipse.jdt.junit.runtime_*
18
java -jar rm.jar plugins\org.eclipse.jdt.junit.runtime_*
20
19
21
rem pause
20
rem pause
(-)Buildmeister.html (-4 / +1 lines)
Lines 10-16 Link Here
10
see here for information on <a href="#2.0">How to submit a 2.0 build</a><br>
10
see here for information on <a href="#2.0">How to submit a 2.0 build</a><br>
11
see here for information on <a href="#1.0">How to submit a 1.0 build</a><br>
11
see here for information on <a href="#1.0">How to submit a 1.0 build</a><br>
12
<br>
12
<br>
13
the build schedule is <a href="http://dev.eclipse.org/viewcvs/index.cgi/%7Echeckout%7E/platform-releng-home/buildSchedule.html">here</a><br>
13
the build schedule is <a href="http://www.eclipse.org/eclipse/platform-releng/buildSchedule.html">here</a><br>
14
<br>
14
<br>
15
<ol>
15
<ol>
16
  <li>The Eclipse runtime location is
16
  <li>The Eclipse runtime location is
Lines 172-178 Link Here
172
org.eclipse.jdt.junit4.runtime<br>
172
org.eclipse.jdt.junit4.runtime<br>
173
org.eclipse.jdt.text.tests<br>
173
org.eclipse.jdt.text.tests<br>
174
org.eclipse.jdt.ui<br>
174
org.eclipse.jdt.ui<br>
175
org.eclipse.jdt.ui.examples.projects<br>
176
org.eclipse.jdt.ui.tests<br>
175
org.eclipse.jdt.ui.tests<br>
177
org.eclipse.jdt.ui.tests.refactoring<br>
176
org.eclipse.jdt.ui.tests.refactoring<br>
178
org.eclipse.jface.text<br>
177
org.eclipse.jface.text<br>
Lines 210-216 Link Here
210
org.eclipse.jdt.junit4.runtime<br>
209
org.eclipse.jdt.junit4.runtime<br>
211
org.eclipse.jdt.text.tests<br>
210
org.eclipse.jdt.text.tests<br>
212
org.eclipse.jdt.ui<br>
211
org.eclipse.jdt.ui<br>
213
org.eclipse.jdt.ui.examples.projects<br>
214
org.eclipse.jdt.ui.tests<br>
212
org.eclipse.jdt.ui.tests<br>
215
org.eclipse.jdt.ui.tests.refactoring<br>
213
org.eclipse.jdt.ui.tests.refactoring<br>
216
org.eclipse.jface.text<br>
214
org.eclipse.jface.text<br>
Lines 277-283 Link Here
277
org.eclipse.jdt.launching<br>
275
org.eclipse.jdt.launching<br>
278
org.eclipse.jdt.text.tests<br>
276
org.eclipse.jdt.text.tests<br>
279
org.eclipse.jdt.ui<br>
277
org.eclipse.jdt.ui<br>
280
org.eclipse.jdt.ui.examples.projects<br>
281
org.eclipse.jdt.ui.tests<br>
278
org.eclipse.jdt.ui.tests<br>
282
org.eclipse.jdt.ui.tests.refactoring<br>
279
org.eclipse.jdt.ui.tests.refactoring<br>
283
org.eclipse.jface<br>
280
org.eclipse.jface<br>
(-)gettingStarted/qs-3.htm (-2 / +2 lines)
Lines 1-7 Link Here
1
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
1
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2
<html lang="en">
2
<html lang="en">
3
  <head>
3
  <head>
4
<meta name="copyright" content="Copyright (c) IBM Corporation and others 2000, 2007. This page is made available under license. For full details see the LEGAL in the documentation book that contains this page." >
4
<meta name="copyright" content="Copyright (c) IBM Corporation and others 2000, 2009. This page is made available under license. For full details see the LEGAL in the documentation book that contains this page." >
5
    <link rel="stylesheet" href="../book.css" charset="ISO-8859-1" type="text/css">
5
    <link rel="stylesheet" href="../book.css" charset="ISO-8859-1" type="text/css">
6
    <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
6
    <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
7
    <meta http-equiv="Content-Style-Type" content="text/css">
7
    <meta http-equiv="Content-Style-Type" content="text/css">
Lines 23-29 Link Here
23
23
24
<P>First you need to download the JUnit source code.</P>
24
<P>First you need to download the JUnit source code.</P>
25
<OL>
25
<OL>
26
	<LI>Click <A href="http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.jdt.ui.examples.projects/archive/junit/junit381src.jar?view=co">here</A> to download the JUnit source code.</LI>
26
	<LI>Click <A href="http://www.eclipse.org/jdt/ui/smoke-test/junit3.8.1src.zip">here</A> to download the JUnit source code.</LI>
27
	<LI>Save the archive (do not extract) to a directory from now on referenced as <em>&lt;Downloads&gt;</em>.</LI>
27
	<LI>Save the archive (do not extract) to a directory from now on referenced as <em>&lt;Downloads&gt;</em>.</LI>
28
	</OL>
28
	</OL>
29
<H2>Creating the project</H2>
29
<H2>Creating the project</H2>

Return to bug 278968