Download
Getting Started
Members
Projects
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
More
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
Toggle navigation
Bugzilla – Attachment 146400 Details for
Bug 278968
Remove org.eclipse.jdt.ui.examples.projects
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
Terms of Use
|
Copyright Agent
Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read
this important communication.
[patch]
Fix
patch.txt (text/plain), 9.10 KB, created by
Dani Megert
on 2009-09-03 10:20:47 EDT
(
hide
)
Description:
Fix
Filename:
MIME Type:
Creator:
Dani Megert
Created:
2009-09-03 10:20:47 EDT
Size:
9.10 KB
patch
obsolete
>### Eclipse Workspace Patch 1.0 >#P org.eclipse.sdk.examples-feature >Index: feature.xml >=================================================================== >RCS file: /cvsroot/eclipse/org.eclipse.sdk.examples-feature/feature.xml,v >retrieving revision 1.52 >diff -u -r1.52 feature.xml >--- feature.xml 17 Jul 2008 21:02:17 -0000 1.52 >+++ feature.xml 3 Sep 2009 14:22:59 -0000 >@@ -57,12 +57,6 @@ > version="0.0.0"/> > > <plugin >- id="org.eclipse.jdt.ui.examples.projects" >- download-size="0" >- install-size="0" >- version="0.0.0"/> >- >- <plugin > id="org.eclipse.jface.examples.databinding" > download-size="0" > install-size="0" >#P org.eclipse.jdt.doc.isv >Index: buildDoc.xml >=================================================================== >RCS file: /cvsroot/eclipse/org.eclipse.jdt.doc.isv/buildDoc.xml,v >retrieving revision 1.44 >diff -u -r1.44 buildDoc.xml >--- buildDoc.xml 29 Nov 2007 14:16:54 -0000 1.44 >+++ buildDoc.xml 3 Sep 2009 14:23:00 -0000 >@@ -7,7 +7,6 @@ > > <target name="all" depends="init" unless="index.present"> > <antcall target="convertSchemaToHtml" /> >- <antcall target="examplesDocCopy" /> > <antcall target="generateJavadoc" /> > <antcall target="build.index" /> > <!--antcall target="createDocZip" /--> >@@ -34,15 +33,6 @@ > <record name="${basedir}/jdtconvert.txt" action="stop"/> > </target> > >- <target name="examplesDocCopy" > >- <copy todir="samples"> >- <fileset dir=".."> >- <include name="org.eclipse.jdt.ui.examples.projects/doc-html/"/> >- </fileset> >- </copy> >- </target> >- >- > <target name="getJavadocPath"> > <available file="${java.home}/../bin/javadoc.exe" property="javadoc" value="${java.home}/../bin/javadoc.exe"/> > <available file="${java.home}/../bin/javadoc" property="javadoc" value="${java.home}/../bin/javadoc" /> >#P org.eclipse.releng >Index: maps/jdtui.map >=================================================================== >RCS file: /cvsroot/eclipse/org.eclipse.releng/maps/jdtui.map,v >retrieving revision 1.789 >diff -u -r1.789 jdtui.map >--- maps/jdtui.map 2 Sep 2009 17:26:54 -0000 1.789 >+++ maps/jdtui.map 3 Sep 2009 14:23:01 -0000 >@@ -12,7 +12,6 @@ > plugin@org.eclipse.jdt.core.manipulation=v20090902-1317,:pserver:anonymous@dev.eclipse.org:/cvsroot/eclipse, > > plugin@org.eclipse.jdt.ui=v20090902-1317,:pserver:anonymous@dev.eclipse.org:/cvsroot/eclipse, >-plugin@org.eclipse.jdt.ui.examples.projects=v20090902-1317,:pserver:anonymous@dev.eclipse.org:/cvsroot/eclipse, > plugin@org.eclipse.jdt.ui.tests=v20090902-1317,:pserver:anonymous@dev.eclipse.org:/cvsroot/eclipse, > plugin@org.eclipse.jdt.ui.tests.refactoring=v20090902-1317,:pserver:anonymous@dev.eclipse.org:/cvsroot/eclipse, > >#P www jdt-ui >Index: dev.php >=================================================================== >RCS file: /cvsroot/org.eclipse/www/jdt/ui/dev.php,v >retrieving revision 1.4 >diff -u -r1.4 dev.php >--- dev.php 17 Jul 2009 14:40:14 -0000 1.4 >+++ dev.php 3 Sep 2009 14:23:02 -0000 >@@ -107,7 +107,6 @@ > <h4>Documentation and tests:</h4> > <ul> > <li><a href="http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.jdt.doc.user/">org.eclipse.jdt.doc.user</a></li> >- <li><a href="http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.jdt.ui.examples.projects/">org.eclipse.jdt.ui.examples.projects</a></li> > <li><a href="http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.jdt.ui.tests/">org.eclipse.jdt.ui.tests</a></li> > <li><a href="http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.jdt.ui.tests.refactoring/">org.eclipse.jdt.ui.tests.refactoring</a></li> > </ul> >#P Eclipse JDT Builds >Index: scripts/exportplugins.xml >=================================================================== >RCS file: /home/cvs/zrheclipse/Eclipse JDT Builds/scripts/exportplugins.xml,v >retrieving revision 1.46 >diff -u -r1.46 exportplugins.xml >--- scripts/exportplugins.xml 2 Sep 2009 18:36:58 -0000 1.46 >+++ scripts/exportplugins.xml 3 Sep 2009 14:23:04 -0000 >@@ -63,7 +63,6 @@ > <antcall target="exportPlugin"><param name="exportPluginName" value="org.eclipse.core.filebuffers"/></antcall> > > <antcall target="exportPlugin"><param name="exportPluginName" value="org.eclipse.jdt.ui"/></antcall> >- <antcall target="exportPlugin"><param name="exportPluginName" value="org.eclipse.jdt.ui.examples.projects"/><param name="newPlugin" value="true"/></antcall> > <antcall target="exportPlugin"><param name="exportPluginName" value="org.eclipse.search"/></antcall> > <antcall target="exportPlugin"><param name="exportPluginName" value="org.eclipse.jdt.junit"/></antcall> > >Index: scripts/build.xml >=================================================================== >RCS file: /home/cvs/zrheclipse/Eclipse JDT Builds/scripts/build.xml,v >retrieving revision 1.4 >diff -u -r1.4 build.xml >--- scripts/build.xml 9 Dec 2002 09:46:05 -0000 1.4 >+++ scripts/build.xml 3 Sep 2009 14:23:04 -0000 >@@ -66,10 +66,6 @@ > </antcall> > > <antcall target="try copy plugin"> >- <param name="plugin" value="org.eclipse.jdt.ui.examples.projects" /> >- </antcall> >- >- <antcall target="try copy plugin"> > <param name="plugin" value="org.eclipse.pde.junit" /> > </antcall> > >Index: tools/deleteZRHPlugins.bat >=================================================================== >RCS file: /home/cvs/zrheclipse/Eclipse JDT Builds/tools/deleteZRHPlugins.bat,v >retrieving revision 1.1 >diff -u -r1.1 deleteZRHPlugins.bat >--- tools/deleteZRHPlugins.bat 11 Nov 2005 13:45:31 -0000 1.1 >+++ tools/deleteZRHPlugins.bat 3 Sep 2009 14:23:04 -0000 >@@ -15,7 +15,6 @@ > java -jar rm.jar plugins\org.eclipse.text_* > java -jar rm.jar plugins\org.eclipse.jface.text_* > java -jar rm.jar plugins\org.eclipse.core.filebuffers_* >-java -jar rm.jar plugins\org.eclipse.jdt.ui.examples.projects_* > java -jar rm.jar plugins\org.eclipse.jdt.junit.runtime_* > > rem pause >\ No newline at end of file >Index: Buildmeister.html >=================================================================== >RCS file: /home/cvs/zrheclipse/Eclipse JDT Builds/Buildmeister.html,v >retrieving revision 1.64 >diff -u -r1.64 Buildmeister.html >--- Buildmeister.html 13 Mar 2007 08:20:25 -0000 1.64 >+++ Buildmeister.html 3 Sep 2009 14:23:04 -0000 >@@ -10,7 +10,7 @@ > see here for information on <a href="#2.0">How to submit a 2.0 build</a><br> > see here for information on <a href="#1.0">How to submit a 1.0 build</a><br> > <br> >-the build schedule is <a href="http://dev.eclipse.org/viewcvs/index.cgi/%7Echeckout%7E/platform-releng-home/buildSchedule.html">here</a><br> >+the build schedule is <a href="http://www.eclipse.org/eclipse/platform-releng/buildSchedule.html">here</a><br> > <br> > <ol> > <li>The Eclipse runtime location is >@@ -172,7 +172,6 @@ > org.eclipse.jdt.junit4.runtime<br> > org.eclipse.jdt.text.tests<br> > org.eclipse.jdt.ui<br> >-org.eclipse.jdt.ui.examples.projects<br> > org.eclipse.jdt.ui.tests<br> > org.eclipse.jdt.ui.tests.refactoring<br> > org.eclipse.jface.text<br> >@@ -210,7 +209,6 @@ > org.eclipse.jdt.junit4.runtime<br> > org.eclipse.jdt.text.tests<br> > org.eclipse.jdt.ui<br> >-org.eclipse.jdt.ui.examples.projects<br> > org.eclipse.jdt.ui.tests<br> > org.eclipse.jdt.ui.tests.refactoring<br> > org.eclipse.jface.text<br> >@@ -277,7 +275,6 @@ > org.eclipse.jdt.launching<br> > org.eclipse.jdt.text.tests<br> > org.eclipse.jdt.ui<br> >-org.eclipse.jdt.ui.examples.projects<br> > org.eclipse.jdt.ui.tests<br> > org.eclipse.jdt.ui.tests.refactoring<br> > org.eclipse.jface<br> >#P org.eclipse.jdt.doc.user >Index: gettingStarted/qs-3.htm >=================================================================== >RCS file: /cvsroot/eclipse/org.eclipse.jdt.doc.user/gettingStarted/qs-3.htm,v >retrieving revision 1.59 >diff -u -r1.59 qs-3.htm >--- gettingStarted/qs-3.htm 6 Apr 2009 14:09:23 -0000 1.59 >+++ gettingStarted/qs-3.htm 3 Sep 2009 14:23:04 -0000 >@@ -1,7 +1,7 @@ > <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> > <html lang="en"> > <head> >-<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." > >+<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." > > <link rel="stylesheet" href="../book.css" charset="ISO-8859-1" type="text/css"> > <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> > <meta http-equiv="Content-Style-Type" content="text/css"> >@@ -23,7 +23,7 @@ > > <P>First you need to download the JUnit source code.</P> > <OL> >- <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> >+ <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> > <LI>Save the archive (do not extract) to a directory from now on referenced as <em><Downloads></em>.</LI> > </OL> > <H2>Creating the project</H2>
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 278968
: 146400