Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [platform-releng-dev] [eclipse-build]Build I20060301-0800 (Timestamp: 200603010800):Automated JUnit testing complete. Test failures/errors occurred.

Here is a patch for the chkpii error in pde.core.



And a patch for ui.intro warning in javadoc:



Olivier




eclipse-releng@xxxxxxxxxxx 
Sent by: platform-releng-dev-bounces@xxxxxxxxxxx
2006-03-01 14:03
Please respond to
"Eclipse platform release engineering list."


To
platform-releng-dev@xxxxxxxxxxx
cc

Subject
[platform-releng-dev] [eclipse-build]Build I20060301-0800 (Timestamp: 
200603010800):Automated JUnit testing complete. Test failures/errors 
occurred.






Build I20060301-0800 (Timestamp: 200603010800):  Automated JUnit testing 
is complete.  Test failures/errors occurred in the following: 

org.eclipse.core.tests.runtime_linux.gtk.x86
org.eclipse.jdt.debug.tests_win32.win32.x86
org.eclipse.jdt.ui.tests.refactoring_macosx.carbon.ppc
org.eclipse.releng.tests_linux.gtk.x86
org.eclipse.releng.tests_macosx.carbon.ppc
org.eclipse.releng.tests_win32.win32.x86

HTTP Download:

                 
http://download.eclipse.org/eclipse/downloads/drops/I20060301-0800 

FTP Download:

                 user: anonymous
                 password: (e-mail address or leave blank)
                 server:  download.eclipse.org
                 cd to directory:  I20060301-0800

                 or

                 ftp://download.eclipse.org/I20060301-0800
_______________________________________________
platform-releng-dev mailing list
platform-releng-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/platform-releng-dev

### Eclipse Workspace Patch 1.0
#P org.eclipse.pde.core
Index: src/org/eclipse/pde/internal/core/pderesources.properties
===================================================================
RCS file: /cvsroot/eclipse/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/pderesources.properties,v
retrieving revision 1.35
diff -u -r1.35 pderesources.properties
--- src/org/eclipse/pde/internal/core/pderesources.properties	28 Feb 2006 06:12:38 -0000	1.35
+++ src/org/eclipse/pde/internal/core/pderesources.properties	1 Mar 2006 20:16:57 -0000
@@ -96,7 +96,7 @@
 Builders_Manifest_deprecated_3_0 = Element ''{0}'' is deprecated as of Eclipse 3.0
 BuildErrorReporter_missingFolder=The folder "{0}" does not exist in the workspace
 BuildErrorReporter_sourceMissing=A "source.." build entry is missing
-Builders_Manifest_key_not_found = Key ''{0}'' is not found in the plugin's properties file
+Builders_Manifest_key_not_found = Key ''{0}'' is not found in the plugin''s properties file
 BuildErrorReporter_missingEntry=An "{0}" build entry is missing
 
 Builders_Convert_missingAttribute = ''{0}'' attribute is missing
### Eclipse Workspace Patch 1.0
#P org.eclipse.ui.intro
Index: src/org/eclipse/ui/intro/config/IntroConfigurer.java
===================================================================
RCS file: /cvsroot/eclipse/org.eclipse.ui.intro/src/org/eclipse/ui/intro/config/IntroConfigurer.java,v
retrieving revision 1.7
diff -u -r1.7 IntroConfigurer.java
--- src/org/eclipse/ui/intro/config/IntroConfigurer.java	27 Feb 2006 02:57:27 -0000	1.7
+++ src/org/eclipse/ui/intro/config/IntroConfigurer.java	1 Mar 2006 20:21:14 -0000
@@ -29,7 +29,7 @@
 	/**
 	 * The identifier of the named group where the configurer can contribute local tool bar actions.
 	 * 
-	 * @see #init(IIntroSite)
+	 * @see #init(IIntroSite, Map)
 	 */
 	public static final String TB_ADDITIONS = "additions"; //$NON-NLS-1$
 

Back to the top