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 127397 Details for
Bug 254300
Branding
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]
Equinox patch (no p2)
254300.txt (text/plain), 57.48 KB, created by
Thomas Watson
on 2009-03-03 17:02:20 EST
(
hide
)
Description:
Equinox patch (no p2)
Filename:
MIME Type:
Creator:
Thomas Watson
Created:
2009-03-03 17:02:20 EST
Size:
57.48 KB
patch
obsolete
>### Eclipse Workspace Patch 1.0 >#P org.eclipse.equinox.launcher.carbon.macosx >Index: launcher.carbon.macosx.properties >=================================================================== >RCS file: /cvsroot/rt/org.eclipse.equinox/framework/bundles/org.eclipse.equinox.launcher/fragments/org.eclipse.equinox.launcher.carbon.macosx/launcher.carbon.macosx.properties,v >retrieving revision 1.2 >diff -u -r1.2 launcher.carbon.macosx.properties >--- launcher.carbon.macosx.properties 28 Jul 2008 15:59:52 -0000 1.2 >+++ launcher.carbon.macosx.properties 3 Mar 2009 22:01:38 -0000 >@@ -9,4 +9,4 @@ > # IBM Corporation - initial API and implementation > ############################################################################### > pluginName = Equinox Launcher MacOSX Carbon Fragment >-providerName = Eclipse.org >+providerName = Eclipse.org - Equinox >#P org.eclipse.equinox.util >Index: META-INF/MANIFEST.MF >=================================================================== >RCS file: /cvsroot/rt/org.eclipse.equinox/compendium/bundles/org.eclipse.equinox.util/META-INF/MANIFEST.MF,v >retrieving revision 1.6 >diff -u -r1.6 MANIFEST.MF >--- META-INF/MANIFEST.MF 18 Feb 2009 15:54:24 -0000 1.6 >+++ META-INF/MANIFEST.MF 3 Mar 2009 22:01:38 -0000 >@@ -1,9 +1,9 @@ > Manifest-Version: 1.0 > Bundle-ManifestVersion: 2 > Bundle-SymbolicName: org.eclipse.equinox.util >-Bundle-Name: Equinox Util Bundle >-Bundle-Version: 1.0.1.qualifier >-Bundle-Vendor: Eclipse >+Bundle-Name: %bundleName >+Bundle-Version: 1.0.100.qualifier >+Bundle-Vendor: %bundleVendor > Bundle-Activator: org.eclipse.equinox.internal.util.UtilActivator > Bundle-Description: The Equinox Util Bundle contains services to facilitate bundle developers in their programming, and to lighten resource usage at runtime. > Import-Package: >@@ -25,3 +25,4 @@ > org.eclipse.equinox.internal.util.timer;version="1.0";x-friends:="org.eclipse.equinox.ds,org.eclipse.equinox.ip" > Bundle-RequiredExecutionEnvironment: OSGi/Minimum-1.1 > Bundle-ActivationPolicy: lazy >+Bundle-Localization: plugin >Index: build.properties >=================================================================== >RCS file: /cvsroot/rt/org.eclipse.equinox/compendium/bundles/org.eclipse.equinox.util/build.properties,v >retrieving revision 1.1 >diff -u -r1.1 build.properties >--- build.properties 13 Feb 2008 08:30:46 -0000 1.1 >+++ build.properties 3 Mar 2009 22:01:38 -0000 >@@ -2,5 +2,6 @@ > output.. = bin/ > bin.includes = META-INF/,\ > .,\ >- about.html >+ about.html,\ >+ plugin.properties > src.includes = about.html >Index: plugin.properties >=================================================================== >RCS file: plugin.properties >diff -N plugin.properties >--- /dev/null 1 Jan 1970 00:00:00 -0000 >+++ plugin.properties 1 Jan 1970 00:00:00 -0000 >@@ -0,0 +1,3 @@ >+#Properties file for org.eclipse.equinox.util >+bundleVendor = Eclipse.org - Equinox >+bundleName = Equinox Util Bundle >\ No newline at end of file >#P org.eclipse.equinox.http.servletbridge >Index: META-INF/MANIFEST.MF >=================================================================== >RCS file: /cvsroot/rt/org.eclipse.equinox/server-side/bundles/org.eclipse.equinox.http.servletbridge/META-INF/MANIFEST.MF,v >retrieving revision 1.4 >diff -u -r1.4 MANIFEST.MF >--- META-INF/MANIFEST.MF 14 Mar 2007 17:42:59 -0000 1.4 >+++ META-INF/MANIFEST.MF 3 Mar 2009 22:01:39 -0000 >@@ -3,7 +3,7 @@ > Bundle-Name: %bundleName > Bundle-Vendor: %bundleProvider > Bundle-SymbolicName: org.eclipse.equinox.http.servletbridge >-Bundle-Version: 1.0.0.qualifier >+Bundle-Version: 1.0.100.qualifier > Bundle-Activator: org.eclipse.equinox.http.servletbridge.internal.Activator > Bundle-Localization: plugin > Import-Package: javax.servlet;version="2.3", >Index: plugin.properties >=================================================================== >RCS file: /cvsroot/rt/org.eclipse.equinox/server-side/bundles/org.eclipse.equinox.http.servletbridge/plugin.properties,v >retrieving revision 1.1 >diff -u -r1.1 plugin.properties >--- plugin.properties 14 Mar 2007 17:42:59 -0000 1.1 >+++ plugin.properties 3 Mar 2009 22:01:39 -0000 >@@ -9,4 +9,4 @@ > # IBM Corporation - initial API and implementation > ############################################################################### > bundleName = Servletbridge Http Service >-providerName = Eclipse.org >+providerName = Eclipse.org - Equinox >#P org.eclipse.equinox.jsp.jasper.registry >Index: plugin.properties >=================================================================== >RCS file: /cvsroot/rt/org.eclipse.equinox/server-side/bundles/org.eclipse.equinox.jsp.jasper.registry/plugin.properties,v >retrieving revision 1.2 >diff -u -r1.2 plugin.properties >--- plugin.properties 23 May 2007 21:09:51 -0000 1.2 >+++ plugin.properties 3 Mar 2009 22:01:40 -0000 >@@ -9,4 +9,4 @@ > # IBM Corporation - initial API and implementation > ############################################################################### > bundleName = Jasper Jsp Registry Support Plug-in >-providerName = Eclipse.org >+providerName = Eclipse.org - Equinox >Index: META-INF/MANIFEST.MF >=================================================================== >RCS file: /cvsroot/rt/org.eclipse.equinox/server-side/bundles/org.eclipse.equinox.jsp.jasper.registry/META-INF/MANIFEST.MF,v >retrieving revision 1.8 >diff -u -r1.8 MANIFEST.MF >--- META-INF/MANIFEST.MF 27 Feb 2008 15:44:50 -0000 1.8 >+++ META-INF/MANIFEST.MF 3 Mar 2009 22:01:40 -0000 >@@ -4,7 +4,7 @@ > Bundle-Vendor: %providerName > Bundle-Localization: plugin > Bundle-SymbolicName: org.eclipse.equinox.jsp.jasper.registry >-Bundle-Version: 1.0.0.qualifier >+Bundle-Version: 1.0.100.qualifier > Bundle-Activator: org.eclipse.equinox.internal.jsp.jasper.registry.Activator > Import-Package: org.eclipse.equinox.jsp.jasper, > org.osgi.framework;version="1.3.0", >#P org.eclipse.equinox.cm >Index: plugin.properties >=================================================================== >RCS file: /cvsroot/rt/org.eclipse.equinox/compendium/bundles/org.eclipse.equinox.cm/plugin.properties,v >retrieving revision 1.1 >diff -u -r1.1 plugin.properties >--- plugin.properties 18 Feb 2008 21:51:26 -0000 1.1 >+++ plugin.properties 3 Mar 2009 22:01:40 -0000 >@@ -9,4 +9,4 @@ > # IBM Corporation - initial API and implementation > ############################################################################### > bundleName = Configuration Admin >-providerName = Eclipse.org >+providerName = Eclipse.org - Equinox >#P org.eclipse.equinox.http.servlet >Index: META-INF/MANIFEST.MF >=================================================================== >RCS file: /cvsroot/rt/org.eclipse.equinox/compendium/bundles/org.eclipse.equinox.http.servlet/META-INF/MANIFEST.MF,v >retrieving revision 1.8 >diff -u -r1.8 MANIFEST.MF >--- META-INF/MANIFEST.MF 29 Jan 2008 22:46:08 -0000 1.8 >+++ META-INF/MANIFEST.MF 3 Mar 2009 22:01:41 -0000 >@@ -3,7 +3,7 @@ > Bundle-Name: %bundleName > Bundle-Vendor: %providerName > Bundle-SymbolicName: org.eclipse.equinox.http.servlet >-Bundle-Version: 1.0.100.qualifier >+Bundle-Version: 1.0.200.qualifier > Bundle-Activator: org.eclipse.equinox.http.servlet.internal.Activator > Bundle-Localization: plugin > Bundle-RequiredExecutionEnvironment: CDC-1.0/Foundation-1.0, >Index: plugin.properties >=================================================================== >RCS file: /cvsroot/rt/org.eclipse.equinox/compendium/bundles/org.eclipse.equinox.http.servlet/plugin.properties,v >retrieving revision 1.2 >diff -u -r1.2 plugin.properties >--- plugin.properties 23 May 2007 21:09:55 -0000 1.2 >+++ plugin.properties 3 Mar 2009 22:01:41 -0000 >@@ -9,4 +9,4 @@ > # IBM Corporation - initial API and implementation > ############################################################################### > bundleName = Http Services Servlet >-providerName = Eclipse.org >+providerName = Eclipse.org - Equinox >#P org.eclipse.equinox.launcher.gtk.solaris.sparc >Index: launcher.gtk.solaris.sparc.properties >=================================================================== >RCS file: /cvsroot/rt/org.eclipse.equinox/framework/bundles/org.eclipse.equinox.launcher/fragments/org.eclipse.equinox.launcher.gtk.solaris.sparc/launcher.gtk.solaris.sparc.properties,v >retrieving revision 1.1 >diff -u -r1.1 launcher.gtk.solaris.sparc.properties >--- launcher.gtk.solaris.sparc.properties 5 Feb 2007 17:14:14 -0000 1.1 >+++ launcher.gtk.solaris.sparc.properties 3 Mar 2009 22:01:42 -0000 >@@ -9,4 +9,4 @@ > # IBM Corporation - initial API and implementation > ############################################################################### > pluginName = Equinox Launcher Sparc Fragment >-providerName = Eclipse.org >+providerName = Eclipse.org - Equinox >#P org.eclipse.equinox.security >Index: plugin.properties >=================================================================== >RCS file: /cvsroot/rt/org.eclipse.equinox/security/bundles/org.eclipse.equinox.security/plugin.properties,v >retrieving revision 1.2 >diff -u -r1.2 plugin.properties >--- plugin.properties 17 Mar 2008 21:41:54 -0000 1.2 >+++ plugin.properties 3 Mar 2009 22:01:42 -0000 >@@ -10,7 +10,7 @@ > ############################################################################### > > pluginName = Equinox Java Authentication and Authorization Service (JAAS) >-providerName = Eclipse.org >+providerName = Eclipse.org - Equinox > configProviderExtName = JAAS Login Configuration Provider > loginModuleExtName = JAAS LoginModule > callbackHandlerExtName = JAAS CallbackHandler >#P org.eclipse.equinox.supplement >Index: plugin.properties >=================================================================== >RCS file: /cvsroot/rt/org.eclipse.equinox/framework/bundles/org.eclipse.osgi/supplement/plugin.properties,v >retrieving revision 1.1 >diff -u -r1.1 plugin.properties >--- plugin.properties 21 Nov 2006 15:20:17 -0000 1.1 >+++ plugin.properties 3 Mar 2009 22:01:43 -0000 >@@ -9,4 +9,4 @@ > # IBM Corporation - initial API and implementation > ############################################################################### > pluginName = Supplemental Equinox Functionality >-providerName = Eclipse.org >+providerName = Eclipse.org - Equinox >#P org.eclipse.equinox.launcher.gtk.solaris.x86 >Index: launcher.gtk.solaris.x86.properties >=================================================================== >RCS file: /cvsroot/rt/org.eclipse.equinox/framework/bundles/org.eclipse.equinox.launcher/contributed/org.eclipse.equinox.launcher.gtk.solaris.x86/launcher.gtk.solaris.x86.properties,v >retrieving revision 1.1 >diff -u -r1.1 launcher.gtk.solaris.x86.properties >--- launcher.gtk.solaris.x86.properties 4 Dec 2007 20:58:40 -0000 1.1 >+++ launcher.gtk.solaris.x86.properties 3 Mar 2009 22:01:44 -0000 >@@ -9,4 +9,4 @@ > # IBM Corporation - initial API and implementation > ############################################################################### > pluginName = Equinox Launcher Solaris X86 Fragment >-providerName = Eclipse.org >+providerName = Eclipse.org - Equinox >#P org.eclipse.equinox.concurrent >Index: plugin.properties >=================================================================== >RCS file: /cvsroot/rt/org.eclipse.equinox/components/bundles/org.eclipse.equinox.concurrent/plugin.properties,v >retrieving revision 1.1 >diff -u -r1.1 plugin.properties >--- plugin.properties 22 Jan 2009 02:13:20 -0000 1.1 >+++ plugin.properties 3 Mar 2009 22:01:45 -0000 >@@ -7,4 +7,4 @@ > # EclipseSource - initial API and implementation > ################################################################################# > pluginName=Equinox Concurrent API >-pluginProvider=Eclipse.org >+pluginProvider=Eclipse.org - Equinox >#P org.eclipse.equinox.launcher.wpf.win32.x86 >Index: launcher.wpf.win32.x86.properties >=================================================================== >RCS file: /cvsroot/rt/org.eclipse.equinox/framework/bundles/org.eclipse.equinox.launcher/fragments/org.eclipse.equinox.launcher.wpf.win32.x86/launcher.wpf.win32.x86.properties,v >retrieving revision 1.1 >diff -u -r1.1 launcher.wpf.win32.x86.properties >--- launcher.wpf.win32.x86.properties 13 Mar 2007 21:57:14 -0000 1.1 >+++ launcher.wpf.win32.x86.properties 3 Mar 2009 22:01:46 -0000 >@@ -9,4 +9,4 @@ > # IBM Corporation - initial API and implementation > ############################################################################### > pluginName = Equinox Launcher WPF Win32 X86 Fragment >-providerName = Eclipse.org >+providerName = Eclipse.org - Equinox >#P org.eclipse.equinox.http.jetty6 >Index: plugin.properties >=================================================================== >RCS file: /cvsroot/rt/org.eclipse.equinox/compendium/bundles/org.eclipse.equinox.http.jetty6/plugin.properties,v >retrieving revision 1.1 >diff -u -r1.1 plugin.properties >--- plugin.properties 14 Mar 2007 17:43:00 -0000 1.1 >+++ plugin.properties 3 Mar 2009 22:01:47 -0000 >@@ -9,6 +9,6 @@ > # IBM Corporation - initial API and implementation > ############################################################################### > bundleName = Jetty Http Service >-providerName = Eclipse.org >+providerName = Eclipse.org - Equinox > configurationName = Http Server Configuration > configurationDescription = Provides Http Server Configuration Parameters >\ No newline at end of file >#P org.eclipse.osgi.services >Index: plugin.properties >=================================================================== >RCS file: /cvsroot/rt/org.eclipse.equinox/compendium/bundles/org.eclipse.osgi.services/plugin.properties,v >retrieving revision 1.5 >diff -u -r1.5 plugin.properties >--- plugin.properties 31 May 2007 15:04:22 -0000 1.5 >+++ plugin.properties 3 Mar 2009 22:01:48 -0000 >@@ -8,7 +8,7 @@ > # Contributors: > # IBM Corporation - initial API and implementation > ############################################################################### >-osgiServices = OSGi Release 4.0.1 Services >-eclipse.org = Eclipse.org >-osgiServicesDes = OSGi Service Platform Release 4.0.1 Service Interfaces and Classes >+osgiServices = OSGi Release 4.2.0 Services >+eclipse.org = Eclipse.org - Equinox >+osgiServicesDes = OSGi Service Platform Release 4.2.0 Service Interfaces and Classes > copyright = Copyright (c) 2003, 2004 IBM Corporation and others. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 which accompanies this distribution, and is available at http://www.eclipse.org/legal/epl-v10.html >#P org.eclipse.equinox.launcher.cocoa.macosx.x86_64 >Index: launcher.cocoa.macosx.x86_64.properties >=================================================================== >RCS file: /cvsroot/rt/org.eclipse.equinox/framework/bundles/org.eclipse.equinox.launcher/fragments/org.eclipse.equinox.launcher.cocoa.macosx.x86_64/launcher.cocoa.macosx.x86_64.properties,v >retrieving revision 1.1 >diff -u -r1.1 launcher.cocoa.macosx.x86_64.properties >--- launcher.cocoa.macosx.x86_64.properties 24 Nov 2008 16:59:09 -0000 1.1 >+++ launcher.cocoa.macosx.x86_64.properties 3 Mar 2009 22:01:48 -0000 >@@ -9,4 +9,4 @@ > # IBM Corporation - initial API and implementation > ############################################################################### > pluginName = Equinox Launcher MacOSX Cocoa Fragment >-providerName = Eclipse.org >+providerName = Eclipse.org - Equinox >#P org.eclipse.equinox.io >Index: META-INF/MANIFEST.MF >=================================================================== >RCS file: /cvsroot/rt/org.eclipse.equinox/compendium/bundles/org.eclipse.equinox.io/META-INF/MANIFEST.MF,v >retrieving revision 1.2 >diff -u -r1.2 MANIFEST.MF >--- META-INF/MANIFEST.MF 13 Feb 2008 15:00:39 -0000 1.2 >+++ META-INF/MANIFEST.MF 3 Mar 2009 22:01:49 -0000 >@@ -1,9 +1,9 @@ > Manifest-Version: 1.0 > Bundle-ManifestVersion: 2 >-Bundle-Name: IO Connector Service >+Bundle-Name: %bundleName > Bundle-SymbolicName: org.eclipse.equinox.io >-Bundle-Version: 1.0.0.qualifier >-Bundle-Vendor: Eclipse >+Bundle-Version: 1.0.100.qualifier >+Bundle-Vendor: %bundleVendor > Bundle-Activator: org.eclipse.equinox.internal.io.impl.Activator > Bundle-Description: This bundle contains service for creating connections. > Import-Package: >@@ -22,3 +22,4 @@ > org.eclipse.equinox.internal.io.util; x-internal:=true > Bundle-RequiredExecutionEnvironment: OSGi/Minimum-1.0 > Provided-Services: class=org.osgi.service.io.ConnectorService >+Bundle-Localization: plugin >Index: build.properties >=================================================================== >RCS file: /cvsroot/rt/org.eclipse.equinox/compendium/bundles/org.eclipse.equinox.io/build.properties,v >retrieving revision 1.1 >diff -u -r1.1 build.properties >--- build.properties 13 Feb 2008 08:32:44 -0000 1.1 >+++ build.properties 3 Mar 2009 22:01:49 -0000 >@@ -2,5 +2,6 @@ > output.. = bin/ > bin.includes = META-INF/,\ > .,\ >- about.html >+ about.html,\ >+ plugin.properties > src.includes = about.html >Index: plugin.properties >=================================================================== >RCS file: plugin.properties >diff -N plugin.properties >--- /dev/null 1 Jan 1970 00:00:00 -0000 >+++ plugin.properties 1 Jan 1970 00:00:00 -0000 >@@ -0,0 +1,3 @@ >+#Properties file for org.eclipse.equinox.io >+bundleVendor = Eclipse.org - Equinox >+bundleName = IO Connector Service >\ No newline at end of file >#P org.eclipse.equinox.http >Index: META-INF/MANIFEST.MF >=================================================================== >RCS file: /cvsroot/rt/org.eclipse.equinox/compendium/bundles/org.eclipse.equinox.http/META-INF/MANIFEST.MF,v >retrieving revision 1.6 >diff -u -r1.6 MANIFEST.MF >--- META-INF/MANIFEST.MF 15 Oct 2007 19:51:53 -0000 1.6 >+++ META-INF/MANIFEST.MF 3 Mar 2009 22:01:50 -0000 >@@ -1,6 +1,6 @@ > Bundle-ManifestVersion: 2 > Bundle-Vendor: %bundleVendor >-Bundle-Version: 1.0.200.qualifier >+Bundle-Version: 1.0.300.qualifier > Bundle-Activator: org.eclipse.equinox.http.Activator > Bundle-Copyright: %bundleCopyright > Bundle-SymbolicName: org.eclipse.equinox.http >Index: plugin.properties >=================================================================== >RCS file: /cvsroot/rt/org.eclipse.equinox/compendium/bundles/org.eclipse.equinox.http/plugin.properties,v >retrieving revision 1.1 >diff -u -r1.1 plugin.properties >--- plugin.properties 15 Dec 2005 20:22:05 -0000 1.1 >+++ plugin.properties 3 Mar 2009 22:01:50 -0000 >@@ -8,6 +8,6 @@ > # Contributors: > # IBM Corporation - initial API and implementation > ############################################################################### >-bundleVendor = Eclipse.org >+bundleVendor = Eclipse.org - Equinox > bundleName = HTTP Service > bundleCopyright = Copyright (c) IBM Corp. 1999, 2005 >#P org.eclipse.equinox.ip >Index: META-INF/MANIFEST.MF >=================================================================== >RCS file: /cvsroot/rt/org.eclipse.equinox/compendium/bundles/org.eclipse.equinox.ip/META-INF/MANIFEST.MF,v >retrieving revision 1.3 >diff -u -r1.3 MANIFEST.MF >--- META-INF/MANIFEST.MF 15 Jan 2009 08:59:00 -0000 1.3 >+++ META-INF/MANIFEST.MF 3 Mar 2009 22:01:51 -0000 >@@ -1,9 +1,9 @@ > Manifest-Version: 1.0 > Bundle-ManifestVersion: 2 >-Bundle-Name: Initial Provisioning >+Bundle-Name: %bundleName > Bundle-SymbolicName: org.eclipse.equinox.ip > Bundle-Version: 1.1.0.qualifier >-Bundle-Vendor: Eclipse >+Bundle-Vendor: %bundleVendor > Bundle-Description: Provides implementation of the Intial Provisioning service > defined by OSGi specification release 4. > Bundle-Activator: org.eclipse.equinox.internal.ip.impl.ProvisioningAgent >@@ -38,4 +38,5 @@ > org.eclipse.equinox.internal.ip.provider.file.FileProvider;100 > Bundle-RequiredExecutionEnvironment: CDC-1.0/Foundation-1.0, > J2SE-1.3 >+Bundle-Localization: plugin > >Index: build.properties >=================================================================== >RCS file: /cvsroot/rt/org.eclipse.equinox/compendium/bundles/org.eclipse.equinox.ip/build.properties,v >retrieving revision 1.1 >diff -u -r1.1 build.properties >--- build.properties 13 Feb 2008 08:32:19 -0000 1.1 >+++ build.properties 3 Mar 2009 22:01:51 -0000 >@@ -2,5 +2,6 @@ > output.. = bin/ > bin.includes = META-INF/,\ > .,\ >- about.html >+ about.html,\ >+ plugin.properties > src.includes = about.html >Index: plugin.properties >=================================================================== >RCS file: plugin.properties >diff -N plugin.properties >--- /dev/null 1 Jan 1970 00:00:00 -0000 >+++ plugin.properties 1 Jan 1970 00:00:00 -0000 >@@ -0,0 +1,3 @@ >+#Properties file for org.eclipse.equinox.ip >+bundleVendor = Eclipse.org - Equinox >+bundleName = Initial Provisioning >\ No newline at end of file >#P org.eclipse.equinox.registry >Index: plugin.properties >=================================================================== >RCS file: /cvsroot/rt/org.eclipse.equinox/components/bundles/org.eclipse.equinox.registry/plugin.properties,v >retrieving revision 1.2 >diff -u -r1.2 plugin.properties >--- plugin.properties 28 Nov 2007 20:52:20 -0000 1.2 >+++ plugin.properties 3 Mar 2009 22:01:52 -0000 >@@ -9,5 +9,5 @@ > # IBM Corporation - initial API and implementation > ############################################################################### > pluginName = Extension Registry Support >-providerName = Eclipse.org >+providerName = Eclipse.org - Equinox > adaptersName = Adapter factories >#P org.eclipse.equinox.wireadmin >Index: build.properties >=================================================================== >RCS file: /cvsroot/rt/org.eclipse.equinox/compendium/bundles/org.eclipse.equinox.wireadmin/build.properties,v >retrieving revision 1.3 >diff -u -r1.3 build.properties >--- build.properties 13 Feb 2008 08:33:53 -0000 1.3 >+++ build.properties 3 Mar 2009 22:01:52 -0000 >@@ -2,5 +2,6 @@ > output.. = bin/ > bin.includes = META-INF/,\ > .,\ >- about.html >+ about.html,\ >+ plugin.properties > src.includes = about.html >Index: META-INF/MANIFEST.MF >=================================================================== >RCS file: /cvsroot/rt/org.eclipse.equinox/compendium/bundles/org.eclipse.equinox.wireadmin/META-INF/MANIFEST.MF,v >retrieving revision 1.7 >diff -u -r1.7 MANIFEST.MF >--- META-INF/MANIFEST.MF 1 Apr 2008 13:18:17 -0000 1.7 >+++ META-INF/MANIFEST.MF 3 Mar 2009 22:01:52 -0000 >@@ -1,9 +1,9 @@ > Manifest-Version: 1.0 > Bundle-ManifestVersion: 2 >-Bundle-Name: Wire Admin Service >+Bundle-Name: %bundleName > Bundle-SymbolicName: org.eclipse.equinox.wireadmin > Bundle-Version: 1.0.0.qualifier >-Bundle-Vendor: Eclipse >+Bundle-Vendor: %bundleVendor > Bundle-Description: This bundle provides utility classes for Producer and Consumer services. > Bundle-Activator: org.eclipse.equinox.internal.wireadmin.Activator > Import-Package: org.eclipse.equinox.internal.util.hash;version="1.0.0", >@@ -16,3 +16,4 @@ > org.osgi.util.tracker;version="1.3" > Export-Package: org.eclipse.equinox.internal.wireadmin; x-internal:=true > Bundle-RequiredExecutionEnvironment: OSGi/Minimum-1.0 >+Bundle-Localization: plugin >Index: plugin.properties >=================================================================== >RCS file: plugin.properties >diff -N plugin.properties >--- /dev/null 1 Jan 1970 00:00:00 -0000 >+++ plugin.properties 1 Jan 1970 00:00:00 -0000 >@@ -0,0 +1,3 @@ >+#Properties file for org.eclipse.equinox.wireadmin >+bundleVendor = Eclipse.org - Equinox >+bundleName = Wire Admin Service >\ No newline at end of file >#P org.eclipse.equinox.launcher.win32.win32.ia64 >Index: launcher.win32.win32.ia64.properties >=================================================================== >RCS file: /cvsroot/rt/org.eclipse.equinox/framework/bundles/org.eclipse.equinox.launcher/fragments/org.eclipse.equinox.launcher.win32.win32.ia64/launcher.win32.win32.ia64.properties,v >retrieving revision 1.1 >diff -u -r1.1 launcher.win32.win32.ia64.properties >--- launcher.win32.win32.ia64.properties 19 Nov 2007 22:41:29 -0000 1.1 >+++ launcher.win32.win32.ia64.properties 3 Mar 2009 22:01:53 -0000 >@@ -9,4 +9,4 @@ > # IBM Corporation - initial API and implementation > ############################################################################### > pluginName = Equinox Launcher Win32 IA64 Fragment >-providerName = Eclipse.org >+providerName = Eclipse.org - Equinox >#P org.eclipse.equinox.launcher.win32.win32.x86 >Index: launcher.win32.win32.x86.properties >=================================================================== >RCS file: /cvsroot/rt/org.eclipse.equinox/framework/bundles/org.eclipse.equinox.launcher/fragments/org.eclipse.equinox.launcher.win32.win32.x86/launcher.win32.win32.x86.properties,v >retrieving revision 1.1 >diff -u -r1.1 launcher.win32.win32.x86.properties >--- launcher.win32.win32.x86.properties 5 Feb 2007 17:14:14 -0000 1.1 >+++ launcher.win32.win32.x86.properties 3 Mar 2009 22:01:54 -0000 >@@ -9,4 +9,4 @@ > # IBM Corporation - initial API and implementation > ############################################################################### > pluginName = Equinox Launcher Win32 X86 Fragment >-providerName = Eclipse.org >+providerName = Eclipse.org - Equinox >#P org.eclipse.equinox.transforms.xslt >Index: META-INF/MANIFEST.MF >=================================================================== >RCS file: /cvsroot/rt/org.eclipse.equinox/components/bundles/org.eclipse.equinox.transforms.xslt/META-INF/MANIFEST.MF,v >retrieving revision 1.7 >diff -u -r1.7 MANIFEST.MF >--- META-INF/MANIFEST.MF 22 Feb 2008 16:20:20 -0000 1.7 >+++ META-INF/MANIFEST.MF 3 Mar 2009 22:01:55 -0000 >@@ -3,7 +3,7 @@ > Bundle-Name: %bundleName > Bundle-Vendor: %providerName > Bundle-SymbolicName: org.eclipse.equinox.transforms.xslt >-Bundle-Version: 1.0.0.qualifier >+Bundle-Version: 1.0.100.qualifier > Bundle-RequiredExecutionEnvironment: J2SE-1.4 > Import-Package: org.eclipse.osgi.framework.log;version="1.0.0", > org.osgi.framework;version="1.3.0", >Index: bundle.properties >=================================================================== >RCS file: /cvsroot/rt/org.eclipse.equinox/components/bundles/org.eclipse.equinox.transforms.xslt/bundle.properties,v >retrieving revision 1.2 >diff -u -r1.2 bundle.properties >--- bundle.properties 9 Feb 2008 12:01:19 -0000 1.2 >+++ bundle.properties 3 Mar 2009 22:01:55 -0000 >@@ -9,4 +9,4 @@ > # IBM Corporation - initial API and implementation > ############################################################################### > bundleName=XSLT Transform Provider >-providerName=Eclipse.org >\ No newline at end of file >+providerName=Eclipse.org - Equinox >\ No newline at end of file >#P org.eclipse.equinox.http.jetty5 >Index: META-INF/MANIFEST.MF >=================================================================== >RCS file: /cvsroot/rt/org.eclipse.equinox/compendium/bundles/org.eclipse.equinox.http.jetty5/META-INF/MANIFEST.MF,v >retrieving revision 1.15 >diff -u -r1.15 MANIFEST.MF >--- META-INF/MANIFEST.MF 24 Apr 2008 17:55:49 -0000 1.15 >+++ META-INF/MANIFEST.MF 3 Mar 2009 22:01:56 -0000 >@@ -4,7 +4,7 @@ > Bundle-Vendor: %providerName > Bundle-Localization: plugin > Bundle-SymbolicName: org.eclipse.equinox.http.jetty >-Bundle-Version: 1.1.0.qualifier >+Bundle-Version: 1.1.100.qualifier > Bundle-Activator: org.eclipse.equinox.http.jetty.internal.Activator > Import-Package: javax.servlet;version="[2.4.0,2.6.0)", > javax.servlet.http;version="[2.4.0,2.6.0)", >Index: plugin.properties >=================================================================== >RCS file: /cvsroot/rt/org.eclipse.equinox/compendium/bundles/org.eclipse.equinox.http.jetty5/plugin.properties,v >retrieving revision 1.1 >diff -u -r1.1 plugin.properties >--- plugin.properties 14 Mar 2007 17:43:00 -0000 1.1 >+++ plugin.properties 3 Mar 2009 22:01:56 -0000 >@@ -9,6 +9,6 @@ > # IBM Corporation - initial API and implementation > ############################################################################### > bundleName = Jetty Http Service >-providerName = Eclipse.org >+providerName = Eclipse.org - Equinox > configurationName = Http Server Configuration > configurationDescription = Provides Http Server Configuration Parameters >\ No newline at end of file >#P org.eclipse.equinox.event >Index: META-INF/MANIFEST.MF >=================================================================== >RCS file: /cvsroot/rt/org.eclipse.equinox/compendium/bundles/org.eclipse.equinox.event/META-INF/MANIFEST.MF,v >retrieving revision 1.8 >diff -u -r1.8 MANIFEST.MF >--- META-INF/MANIFEST.MF 22 Feb 2008 17:02:19 -0000 1.8 >+++ META-INF/MANIFEST.MF 3 Mar 2009 22:01:56 -0000 >@@ -1,6 +1,6 @@ > Bundle-ManifestVersion: 2 > Bundle-Name: %bundleName >-Bundle-Version: 1.1.0.qualifier >+Bundle-Version: 1.1.100.qualifier > Bundle-SymbolicName: org.eclipse.equinox.event > Bundle-Activator: org.eclipse.equinox.internal.event.Activator > Bundle-Copyright: %bundleCopyright >Index: plugin.properties >=================================================================== >RCS file: /cvsroot/rt/org.eclipse.equinox/compendium/bundles/org.eclipse.equinox.event/plugin.properties,v >retrieving revision 1.1 >diff -u -r1.1 plugin.properties >--- plugin.properties 15 Dec 2005 20:20:41 -0000 1.1 >+++ plugin.properties 3 Mar 2009 22:01:56 -0000 >@@ -8,6 +8,6 @@ > # Contributors: > # IBM Corporation - initial API and implementation > ############################################################################### >-bundleVendor = Eclipse.org >+bundleVendor = Eclipse.org - Equinox > bundleName = Event Admin > bundleCopyright = Copyright (c) IBM Corp. 2005 >#P org.eclipse.equinox.metatype >Index: plugin.properties >=================================================================== >RCS file: /cvsroot/rt/org.eclipse.equinox/compendium/bundles/org.eclipse.equinox.metatype/plugin.properties,v >retrieving revision 1.1 >diff -u -r1.1 plugin.properties >--- plugin.properties 15 Dec 2005 20:25:22 -0000 1.1 >+++ plugin.properties 3 Mar 2009 22:01:58 -0000 >@@ -8,6 +8,6 @@ > # Contributors: > # IBM Corporation - initial API and implementation > ############################################################################### >-bundleVendor = Eclipse.org >+bundleVendor = Eclipse.org - Equinox > bundleName = Meta Type > bundleCopyright = Copyright (c) IBM Corp. 2005 >#P org.eclipse.equinox.launcher.gtk.linux.x86 >Index: launcher.gtk.linux.x86.properties >=================================================================== >RCS file: /cvsroot/rt/org.eclipse.equinox/framework/bundles/org.eclipse.equinox.launcher/fragments/org.eclipse.equinox.launcher.gtk.linux.x86/launcher.gtk.linux.x86.properties,v >retrieving revision 1.1 >diff -u -r1.1 launcher.gtk.linux.x86.properties >--- launcher.gtk.linux.x86.properties 5 Feb 2007 17:14:14 -0000 1.1 >+++ launcher.gtk.linux.x86.properties 3 Mar 2009 22:01:59 -0000 >@@ -9,4 +9,4 @@ > # IBM Corporation - initial API and implementation > ############################################################################### > pluginName = Equinox Launcher Linux X86 Fragment >-providerName = Eclipse.org >+providerName = Eclipse.org - Equinox >#P org.eclipse.equinox.security.ui >Index: plugin.properties >=================================================================== >RCS file: /cvsroot/rt/org.eclipse.equinox/security/bundles/org.eclipse.equinox.security.ui/plugin.properties,v >retrieving revision 1.11 >diff -u -r1.11 plugin.properties >--- plugin.properties 13 May 2008 14:58:02 -0000 1.11 >+++ plugin.properties 3 Mar 2009 22:02:00 -0000 >@@ -10,7 +10,7 @@ > ############################################################################### > > pluginName = Equinox Security Default UI >-providerName = Eclipse.org >+providerName = Eclipse.org - Equinox > security = Security > policy = Authorization > certificates = Certificates >#P org.eclipse.equinox.http.registry >Index: plugin.properties >=================================================================== >RCS file: /cvsroot/rt/org.eclipse.equinox/server-side/bundles/org.eclipse.equinox.http.registry/plugin.properties,v >retrieving revision 1.1 >diff -u -r1.1 plugin.properties >--- plugin.properties 14 Mar 2007 17:43:01 -0000 1.1 >+++ plugin.properties 3 Mar 2009 22:02:00 -0000 >@@ -9,7 +9,7 @@ > # IBM Corporation - initial API and implementation > ############################################################################### > bundleName = Http Service Registry Extensions >-providerName = Eclipse.org >+providerName = Eclipse.org - Equinox > servletsName = HttpService servlets > resourcesName = HttpService resources > httpcontextsName = HttpService httpcontexts >Index: META-INF/MANIFEST.MF >=================================================================== >RCS file: /cvsroot/rt/org.eclipse.equinox/server-side/bundles/org.eclipse.equinox.http.registry/META-INF/MANIFEST.MF,v >retrieving revision 1.9 >diff -u -r1.9 MANIFEST.MF >--- META-INF/MANIFEST.MF 16 Apr 2008 14:55:20 -0000 1.9 >+++ META-INF/MANIFEST.MF 3 Mar 2009 22:02:00 -0000 >@@ -2,7 +2,7 @@ > Bundle-ManifestVersion: 2 > Bundle-Name: %bundleName > Bundle-SymbolicName: org.eclipse.equinox.http.registry;singleton:=true >-Bundle-Version: 1.0.100.qualifier >+Bundle-Version: 1.0.200.qualifier > Bundle-Activator: org.eclipse.equinox.http.registry.internal.Activator > Bundle-Localization: plugin > Require-Bundle: org.eclipse.equinox.common, >#P org.eclipse.equinox.launcher.gtk.linux.ppc >Index: launcher.gtk.linux.ppc.properties >=================================================================== >RCS file: /cvsroot/rt/org.eclipse.equinox/framework/bundles/org.eclipse.equinox.launcher/fragments/org.eclipse.equinox.launcher.gtk.linux.ppc/launcher.gtk.linux.ppc.properties,v >retrieving revision 1.1 >diff -u -r1.1 launcher.gtk.linux.ppc.properties >--- launcher.gtk.linux.ppc.properties 5 Feb 2007 17:14:13 -0000 1.1 >+++ launcher.gtk.linux.ppc.properties 3 Mar 2009 22:02:01 -0000 >@@ -9,4 +9,4 @@ > # IBM Corporation - initial API and implementation > ############################################################################### > pluginName = Equinox Launcher Linux PPC Fragment >-providerName = Eclipse.org >+providerName = Eclipse.org - Equinox >#P org.eclipse.equinox.launcher.gtk.linux.s390 >Index: launcher.gtk.linux.s390.properties >=================================================================== >RCS file: /cvsroot/rt/org.eclipse.equinox/framework/bundles/org.eclipse.equinox.launcher/contributed/org.eclipse.equinox.launcher.gtk.linux.s390/launcher.gtk.linux.s390.properties,v >retrieving revision 1.1 >diff -u -r1.1 launcher.gtk.linux.s390.properties >--- launcher.gtk.linux.s390.properties 30 May 2007 17:22:50 -0000 1.1 >+++ launcher.gtk.linux.s390.properties 3 Mar 2009 22:02:02 -0000 >@@ -9,4 +9,4 @@ > # IBM Corporation - initial API and implementation > ############################################################################### > pluginName = Equinox Launcher Linux s390 Fragment >-providerName = Eclipse.org >+providerName = Eclipse.org - Equinox >#P org.eclipse.equinox.launcher.motif.aix.ppc >Index: launcher.motif.aix.ppc.properties >=================================================================== >RCS file: /cvsroot/rt/org.eclipse.equinox/framework/bundles/org.eclipse.equinox.launcher/fragments/org.eclipse.equinox.launcher.motif.aix.ppc/launcher.motif.aix.ppc.properties,v >retrieving revision 1.1 >diff -u -r1.1 launcher.motif.aix.ppc.properties >--- launcher.motif.aix.ppc.properties 5 Feb 2007 17:14:13 -0000 1.1 >+++ launcher.motif.aix.ppc.properties 3 Mar 2009 22:02:03 -0000 >@@ -9,4 +9,4 @@ > # IBM Corporation - initial API and implementation > ############################################################################### > pluginName = Equinox Launcher AIX PPC Fragment >-providerName = Eclipse.org >+providerName = Eclipse.org - Equinox >#P org.eclipse.equinox.app >Index: plugin.properties >=================================================================== >RCS file: /cvsroot/rt/org.eclipse.equinox/compendium/bundles/org.eclipse.equinox.app/plugin.properties,v >retrieving revision 1.2 >diff -u -r1.2 plugin.properties >--- plugin.properties 25 Jul 2006 14:30:02 -0000 1.2 >+++ plugin.properties 3 Mar 2009 22:02:04 -0000 >@@ -9,6 +9,6 @@ > # IBM Corporation - initial API and implementation > ############################################################################### > pluginName = Equinox Application Container >-providerName = Eclipse.org >+providerName = Eclipse.org - Equinox > applicationsName = Applications > productsName = Products >#P org.eclipse.equinox.security.macosx >Index: fragment.properties >=================================================================== >RCS file: /cvsroot/rt/org.eclipse.equinox/security/bundles/org.eclipse.equinox.security.macosx/fragment.properties,v >retrieving revision 1.3 >diff -u -r1.3 fragment.properties >--- fragment.properties 9 May 2008 19:29:10 -0000 1.3 >+++ fragment.properties 3 Mar 2009 22:02:05 -0000 >@@ -9,6 +9,6 @@ > # IBM Corporation - initial API and implementation > ############################################################################### > fragmentName = OS X Keystore service integration >-providerName = Eclipse.org >+providerName = Eclipse.org - Equinox > macModuleName = OS X Keystore Integration > providerDescription = The provider uses the operating system\'s keyring to store a randomly generated user-specific \'master\' password. Users who can log into the operating system account can access contents of the secure storage. >#P org.eclipse.equinox.launcher.motif.hpux.ia64_32 >Index: launcher.motif.hpux.ia64_32.properties >=================================================================== >RCS file: /cvsroot/rt/org.eclipse.equinox/framework/bundles/org.eclipse.equinox.launcher/fragments/org.eclipse.equinox.launcher.motif.hpux.ia64_32/launcher.motif.hpux.ia64_32.properties,v >retrieving revision 1.1 >diff -u -r1.1 launcher.motif.hpux.ia64_32.properties >--- launcher.motif.hpux.ia64_32.properties 25 Oct 2007 15:46:34 -0000 1.1 >+++ launcher.motif.hpux.ia64_32.properties 3 Mar 2009 22:02:06 -0000 >@@ -9,4 +9,4 @@ > # IBM Corporation - initial API and implementation > ############################################################################### > pluginName = Equinox Launcher HPUX IA64_32 Fragment >-providerName = Eclipse.org >+providerName = Eclipse.org - Equinox >#P org.eclipse.equinox.launcher.cocoa.macosx >Index: launcher.cocoa.macosx.properties >=================================================================== >RCS file: /cvsroot/rt/org.eclipse.equinox/framework/bundles/org.eclipse.equinox.launcher/fragments/org.eclipse.equinox.launcher.cocoa.macosx/launcher.cocoa.macosx.properties,v >retrieving revision 1.1 >diff -u -r1.1 launcher.cocoa.macosx.properties >--- launcher.cocoa.macosx.properties 28 Jul 2008 15:59:52 -0000 1.1 >+++ launcher.cocoa.macosx.properties 3 Mar 2009 22:02:06 -0000 >@@ -9,4 +9,4 @@ > # IBM Corporation - initial API and implementation > ############################################################################### > pluginName = Equinox Launcher MacOSX Cocoa Fragment >-providerName = Eclipse.org >+providerName = Eclipse.org - Equinox >#P org.eclipse.osgi.util >Index: plugin.properties >=================================================================== >RCS file: /cvsroot/rt/org.eclipse.equinox/compendium/bundles/org.eclipse.osgi.util/plugin.properties,v >retrieving revision 1.5 >diff -u -r1.5 plugin.properties >--- plugin.properties 31 May 2007 15:04:22 -0000 1.5 >+++ plugin.properties 3 Mar 2009 22:02:07 -0000 >@@ -8,7 +8,7 @@ > # Contributors: > # IBM Corporation - initial API and implementation > ############################################################################### >-osgiUtil = OSGi Release 4.0.1 Utility Classes >-eclipse.org = Eclipse.org >-osgiUtilDes = OSGi Service Platform Release 4.0.1 Utility Classes >+osgiUtil = OSGi Release 4.2.0 Utility Classes >+eclipse.org = Eclipse.org - Equinox >+osgiUtilDes = OSGi Service Platform Release 4.2.0 Utility Classes > copyright = Copyright (c) 2003, 2005 IBM Corporation and others. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 which accompanies this distribution, and is available at http://www.eclipse.org/legal/epl-v10.html >#P org.eclipse.equinox.preferences >Index: plugin.properties >=================================================================== >RCS file: /cvsroot/rt/org.eclipse.equinox/compendium/bundles/org.eclipse.equinox.preferences/plugin.properties,v >retrieving revision 1.1 >diff -u -r1.1 plugin.properties >--- plugin.properties 21 Nov 2005 23:08:28 -0000 1.1 >+++ plugin.properties 3 Mar 2009 22:02:08 -0000 >@@ -9,6 +9,6 @@ > # IBM Corporation - initial API and implementation > ############################################################################### > pluginName = Eclipse Preferences Mechanism >-providerName = Eclipse.org >+providerName = Eclipse.org - Equinox > preferencesExtPtName = Platform Preferences > preferencesName=Preferences >#P org.eclipse.equinox.servletbridge >Index: plugin.properties >=================================================================== >RCS file: /cvsroot/rt/org.eclipse.equinox/server-side/bundles/org.eclipse.equinox.servletbridge/plugin.properties,v >retrieving revision 1.1 >diff -u -r1.1 plugin.properties >--- plugin.properties 21 Mar 2007 02:51:49 -0000 1.1 >+++ plugin.properties 3 Mar 2009 22:02:09 -0000 >@@ -9,4 +9,4 @@ > # IBM Corporation - initial API and implementation > ############################################################################### > bundleName = Servletbridge >-providerName = Eclipse.org >+providerName = Eclipse.org - Equinox >#P org.eclipse.equinox.device >Index: plugin.properties >=================================================================== >RCS file: /cvsroot/rt/org.eclipse.equinox/compendium/bundles/org.eclipse.equinox.device/plugin.properties,v >retrieving revision 1.1 >diff -u -r1.1 plugin.properties >--- plugin.properties 15 Dec 2005 19:59:24 -0000 1.1 >+++ plugin.properties 3 Mar 2009 22:02:09 -0000 >@@ -8,6 +8,6 @@ > # Contributors: > # IBM Corporation - initial API and implementation > ############################################################################### >-bundleVendor = Eclipse.org >+bundleVendor = Eclipse.org - Equinox > bundleName = Device Access Service > bundleCopyright = Copyright (c) IBM Corp. 1999, 2005 >Index: META-INF/MANIFEST.MF >=================================================================== >RCS file: /cvsroot/rt/org.eclipse.equinox/compendium/bundles/org.eclipse.equinox.device/META-INF/MANIFEST.MF,v >retrieving revision 1.4 >diff -u -r1.4 MANIFEST.MF >--- META-INF/MANIFEST.MF 27 Feb 2008 16:20:03 -0000 1.4 >+++ META-INF/MANIFEST.MF 3 Mar 2009 22:02:09 -0000 >@@ -1,6 +1,6 @@ > Bundle-ManifestVersion: 2 > Bundle-Name: %bundleName >-Bundle-Version: 1.0.1.qualifier >+Bundle-Version: 1.0.100.qualifier > Bundle-Activator: org.eclipse.equinox.device.Activator > Bundle-SymbolicName: org.eclipse.equinox.device > Bundle-Vendor: %bundleVendor >#P org.eclipse.equinox.log >Index: plugin.properties >=================================================================== >RCS file: /cvsroot/rt/org.eclipse.equinox/compendium/bundles/org.eclipse.equinox.log/plugin.properties,v >retrieving revision 1.1 >diff -u -r1.1 plugin.properties >--- plugin.properties 15 Dec 2005 20:23:07 -0000 1.1 >+++ plugin.properties 3 Mar 2009 22:02:10 -0000 >@@ -8,6 +8,6 @@ > # Contributors: > # IBM Corporation - initial API and implementation > ############################################################################### >-bundleVendor = Eclipse.org >+bundleVendor = Eclipse.org - Equinox > bundleName = Log Service > bundleCopyright = Copyright (c) IBM Corp. 1999, 2005 >Index: META-INF/MANIFEST.MF >=================================================================== >RCS file: /cvsroot/rt/org.eclipse.equinox/compendium/bundles/org.eclipse.equinox.log/META-INF/MANIFEST.MF,v >retrieving revision 1.7 >diff -u -r1.7 MANIFEST.MF >--- META-INF/MANIFEST.MF 3 Dec 2007 15:17:02 -0000 1.7 >+++ META-INF/MANIFEST.MF 3 Mar 2009 22:02:10 -0000 >@@ -1,6 +1,6 @@ > Bundle-ManifestVersion: 2 > Bundle-Vendor: %bundleVendor >-Bundle-Version: 1.1.0.qualifier >+Bundle-Version: 1.1.100.qualifier > Bundle-Activator: org.eclipse.equinox.log.Activator > Bundle-Copyright: %bundleCopyright > Bundle-SymbolicName: org.eclipse.equinox.log >#P org.eclipse.equinox.launcher >Index: launcher.properties >=================================================================== >RCS file: /cvsroot/rt/org.eclipse.equinox/framework/bundles/org.eclipse.equinox.launcher/launcher.properties,v >retrieving revision 1.1 >diff -u -r1.1 launcher.properties >--- launcher.properties 5 Feb 2007 17:14:13 -0000 1.1 >+++ launcher.properties 3 Mar 2009 22:02:11 -0000 >@@ -9,4 +9,4 @@ > # IBM Corporation - initial API and implementation > ############################################################################### > pluginName = Equinox Launcher >-providerName = Eclipse.org >+providerName = Eclipse.org - Equinox >#P org.eclipse.equinox.launcher.gtk.linux.x86_64 >Index: launcher.gtk.linux.x86_64.properties >=================================================================== >RCS file: /cvsroot/rt/org.eclipse.equinox/framework/bundles/org.eclipse.equinox.launcher/fragments/org.eclipse.equinox.launcher.gtk.linux.x86_64/launcher.gtk.linux.x86_64.properties,v >retrieving revision 1.1 >diff -u -r1.1 launcher.gtk.linux.x86_64.properties >--- launcher.gtk.linux.x86_64.properties 5 Feb 2007 17:14:14 -0000 1.1 >+++ launcher.gtk.linux.x86_64.properties 3 Mar 2009 22:02:12 -0000 >@@ -9,4 +9,4 @@ > # IBM Corporation - initial API and implementation > ############################################################################### > pluginName = Equinox Launcher Linux X86_64 Fragment >-providerName = Eclipse.org >+providerName = Eclipse.org - Equinox >#P org.eclipse.equinox.launcher.gtk.linux.s390x >Index: launcher.gtk.linux.s390x.properties >=================================================================== >RCS file: /cvsroot/rt/org.eclipse.equinox/framework/bundles/org.eclipse.equinox.launcher/contributed/org.eclipse.equinox.launcher.gtk.linux.s390x/launcher.gtk.linux.s390x.properties,v >retrieving revision 1.1 >diff -u -r1.1 launcher.gtk.linux.s390x.properties >--- launcher.gtk.linux.s390x.properties 30 May 2007 17:22:50 -0000 1.1 >+++ launcher.gtk.linux.s390x.properties 3 Mar 2009 22:02:13 -0000 >@@ -9,4 +9,4 @@ > # IBM Corporation - initial API and implementation > ############################################################################### > pluginName = Equinox Launcher Linux s390x Fragment >-providerName = Eclipse.org >+providerName = Eclipse.org - Equinox >#P org.eclipse.equinox.launcher.motif.solaris.sparc >Index: launcher.motif.solaris.sparc.properties >=================================================================== >RCS file: /cvsroot/rt/org.eclipse.equinox/framework/bundles/org.eclipse.equinox.launcher/fragments/org.eclipse.equinox.launcher.motif.solaris.sparc/launcher.motif.solaris.sparc.properties,v >retrieving revision 1.1 >diff -u -r1.1 launcher.motif.solaris.sparc.properties >--- launcher.motif.solaris.sparc.properties 7 May 2007 20:04:59 -0000 1.1 >+++ launcher.motif.solaris.sparc.properties 3 Mar 2009 22:02:14 -0000 >@@ -9,4 +9,4 @@ > # IBM Corporation - initial API and implementation > ############################################################################### > pluginName = Equinox Launcher Motif Solaris Sparc Fragment >-providerName = Eclipse.org >+providerName = Eclipse.org - Equinox >#P org.eclipse.equinox.launcher.win32.win32.x86_64 >Index: launcher.win32.win32.x86_64.properties >=================================================================== >RCS file: /cvsroot/rt/org.eclipse.equinox/framework/bundles/org.eclipse.equinox.launcher/fragments/org.eclipse.equinox.launcher.win32.win32.x86_64/launcher.win32.win32.x86_64.properties,v >retrieving revision 1.1 >diff -u -r1.1 launcher.win32.win32.x86_64.properties >--- launcher.win32.win32.x86_64.properties 30 Jul 2007 17:58:19 -0000 1.1 >+++ launcher.win32.win32.x86_64.properties 3 Mar 2009 22:02:15 -0000 >@@ -9,4 +9,4 @@ > # IBM Corporation - initial API and implementation > ############################################################################### > pluginName = Equinox Launcher Win32 X86_64 Fragment >-providerName = Eclipse.org >+providerName = Eclipse.org - Equinox >#P org.eclipse.equinox.ds >Index: build.properties >=================================================================== >RCS file: /cvsroot/rt/org.eclipse.equinox/compendium/bundles/org.eclipse.equinox.ds/build.properties,v >retrieving revision 1.4 >diff -u -r1.4 build.properties >--- build.properties 1 Oct 2008 13:40:53 -0000 1.4 >+++ build.properties 3 Mar 2009 22:02:16 -0000 >@@ -3,5 +3,6 @@ > bin.includes = META-INF/,\ > .,\ > about.html,\ >- .options >+ .options,\ >+ plugin.properties > src.includes = about.html >Index: META-INF/MANIFEST.MF >=================================================================== >RCS file: /cvsroot/rt/org.eclipse.equinox/compendium/bundles/org.eclipse.equinox.ds/META-INF/MANIFEST.MF,v >retrieving revision 1.13 >diff -u -r1.13 MANIFEST.MF >--- META-INF/MANIFEST.MF 23 Feb 2009 15:56:04 -0000 1.13 >+++ META-INF/MANIFEST.MF 3 Mar 2009 22:02:16 -0000 >@@ -1,9 +1,9 @@ > Manifest-Version: 1.0 > Bundle-ManifestVersion: 2 >-Bundle-Name: Declarative Services >+Bundle-Name: %bundleName > Bundle-SymbolicName: org.eclipse.equinox.ds;singleton:=true > Bundle-Version: 1.1.0.qualifier >-Bundle-Vendor: Eclipse >+Bundle-Vendor: %bundleVendor > Bundle-Activator: org.eclipse.equinox.internal.ds.Activator > Bundle-Description: This bundle provides support for OSGi > Declarative Services. This module implements a declarative service model, >@@ -40,3 +40,4 @@ > CDC-1.1/Foundation-1.1, > J2SE-1.4 > Lazy-ManifestFilter: (Service-Component=*) >+Bundle-Localization: plugin >Index: plugin.properties >=================================================================== >RCS file: plugin.properties >diff -N plugin.properties >--- /dev/null 1 Jan 1970 00:00:00 -0000 >+++ plugin.properties 1 Jan 1970 00:00:00 -0000 >@@ -0,0 +1,3 @@ >+#Properties file for org.eclipse.equinox.ds >+bundleVendor = Eclipse.org - Equinox >+bundleName = Declarative Services >\ No newline at end of file >#P org.eclipse.equinox.security.win32.x86 >Index: fragment.properties >=================================================================== >RCS file: /cvsroot/rt/org.eclipse.equinox/security/bundles/org.eclipse.equinox.security.win32.x86/fragment.properties,v >retrieving revision 1.3 >diff -u -r1.3 fragment.properties >--- fragment.properties 9 May 2008 19:29:09 -0000 1.3 >+++ fragment.properties 3 Mar 2009 22:02:16 -0000 >@@ -9,6 +9,6 @@ > # IBM Corporation - initial API and implementation > ############################################################################### > fragmentName = Windows Data Protection services integration >-providerName = Eclipse.org >+providerName = Eclipse.org - Equinox > windowsModuleName = Windows Integration > providerDescription = The provider uses Windows APIs to encrypt a randomly generated \'master\' password in a way specific to the login credentials. Users who can log into the Windows account can access contents of the secure storage. >#P org.eclipse.osgi >Index: systembundle.properties >=================================================================== >RCS file: /cvsroot/rt/org.eclipse.equinox/framework/bundles/org.eclipse.osgi/systembundle.properties,v >retrieving revision 1.3 >diff -u -r1.3 systembundle.properties >--- systembundle.properties 10 May 2006 16:17:27 -0000 1.3 >+++ systembundle.properties 3 Mar 2009 22:02:17 -0000 >@@ -9,5 +9,5 @@ > # IBM Corporation - initial API and implementation > ############################################################################### > systemBundle = OSGi System Bundle >-eclipse.org = Eclipse.org >+eclipse.org = Eclipse.org - Equinox > copyright = Copyright (c) 2003, 2004 IBM Corporation and others. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 which accompanies this distribution, and is available at http://www.eclipse.org/legal/epl-v10.html >#P org.eclipse.equinox.transforms.hook >Index: META-INF/MANIFEST.MF >=================================================================== >RCS file: /cvsroot/rt/org.eclipse.equinox/components/bundles/org.eclipse.equinox.transforms.hook/META-INF/MANIFEST.MF,v >retrieving revision 1.4 >diff -u -r1.4 MANIFEST.MF >--- META-INF/MANIFEST.MF 21 Feb 2008 19:52:33 -0000 1.4 >+++ META-INF/MANIFEST.MF 3 Mar 2009 22:02:18 -0000 >@@ -3,7 +3,7 @@ > Bundle-Name: %bundleName > Bundle-Vendor: %providerName > Bundle-SymbolicName: org.eclipse.equinox.transforms.hook >-Bundle-Version: 1.0.0.qualifier >+Bundle-Version: 1.0.100.qualifier > Fragment-Host: org.eclipse.osgi;bundle-version="[3.2.0,4.0.0)" > Bundle-RequiredExecutionEnvironment: J2SE-1.4 > Bundle-Localization: transformsHook >Index: transformsHook.properties >=================================================================== >RCS file: /cvsroot/rt/org.eclipse.equinox/components/bundles/org.eclipse.equinox.transforms.hook/transformsHook.properties,v >retrieving revision 1.1 >diff -u -r1.1 transformsHook.properties >--- transformsHook.properties 21 Feb 2008 19:52:33 -0000 1.1 >+++ transformsHook.properties 3 Mar 2009 22:02:18 -0000 >@@ -9,4 +9,4 @@ > # IBM Corporation - initial API and implementation > ############################################################################### > bundleName=Transformer Hook Framework Extension >-providerName=Eclipse.org >\ No newline at end of file >+providerName=Eclipse.org - Equinox >\ No newline at end of file >#P org.eclipse.equinox.common >Index: plugin.properties >=================================================================== >RCS file: /cvsroot/rt/org.eclipse.equinox/components/bundles/org.eclipse.equinox.common/plugin.properties,v >retrieving revision 1.1 >diff -u -r1.1 plugin.properties >--- plugin.properties 21 Nov 2005 23:08:10 -0000 1.1 >+++ plugin.properties 3 Mar 2009 22:02:19 -0000 >@@ -9,4 +9,4 @@ > # IBM Corporation - initial API and implementation > ############################################################################### > pluginName = Common Eclipse Runtime >-providerName = Eclipse.org >+providerName = Eclipse.org - Equinox >#P org.eclipse.equinox.useradmin >Index: plugin.properties >=================================================================== >RCS file: /cvsroot/rt/org.eclipse.equinox/compendium/bundles/org.eclipse.equinox.useradmin/plugin.properties,v >retrieving revision 1.1 >diff -u -r1.1 plugin.properties >--- plugin.properties 15 Dec 2005 20:26:41 -0000 1.1 >+++ plugin.properties 3 Mar 2009 22:02:19 -0000 >@@ -8,6 +8,6 @@ > # Contributors: > # IBM Corporation - initial API and implementation > ############################################################################### >-bundleVendor = Eclipse.org >+bundleVendor = Eclipse.org - Equinox > bundleName = User Admin Service > bundleCopyright = Copyright (c) IBM Corp. 2001, 2005 >#P org.eclipse.equinox.jsp.jasper >Index: plugin.properties >=================================================================== >RCS file: /cvsroot/rt/org.eclipse.equinox/server-side/bundles/org.eclipse.equinox.jsp.jasper/plugin.properties,v >retrieving revision 1.2 >diff -u -r1.2 plugin.properties >--- plugin.properties 23 May 2007 21:09:52 -0000 1.2 >+++ plugin.properties 3 Mar 2009 22:02:20 -0000 >@@ -9,4 +9,4 @@ > # IBM Corporation - initial API and implementation > ############################################################################### > bundleName = Jasper Jsp Support Bundle >-providerName = Eclipse.org >+providerName = Eclipse.org - Equinox >Index: META-INF/MANIFEST.MF >=================================================================== >RCS file: /cvsroot/rt/org.eclipse.equinox/server-side/bundles/org.eclipse.equinox.jsp.jasper/META-INF/MANIFEST.MF,v >retrieving revision 1.7 >diff -u -r1.7 MANIFEST.MF >--- META-INF/MANIFEST.MF 29 Jan 2008 22:46:12 -0000 1.7 >+++ META-INF/MANIFEST.MF 3 Mar 2009 22:02:21 -0000 >@@ -4,7 +4,7 @@ > Bundle-Vendor: %providerName > Bundle-Localization: plugin > Bundle-SymbolicName: org.eclipse.equinox.jsp.jasper >-Bundle-Version: 1.0.100.qualifier >+Bundle-Version: 1.0.200.qualifier > Bundle-Activator: org.eclipse.equinox.internal.jsp.jasper.Activator > Import-Package: javax.servlet;version="2.4", > javax.servlet.http;version="2.4", >#P org.eclipse.equinox.launcher.motif.linux.x86 >Index: launcher.motif.linux.x86.properties >=================================================================== >RCS file: /cvsroot/rt/org.eclipse.equinox/framework/bundles/org.eclipse.equinox.launcher/fragments/org.eclipse.equinox.launcher.motif.linux.x86/launcher.motif.linux.x86.properties,v >retrieving revision 1.1 >diff -u -r1.1 launcher.motif.linux.x86.properties >--- launcher.motif.linux.x86.properties 7 Feb 2007 18:29:16 -0000 1.1 >+++ launcher.motif.linux.x86.properties 3 Mar 2009 22:02:21 -0000 >@@ -9,4 +9,4 @@ > # IBM Corporation - initial API and implementation > ############################################################################### > pluginName = Equinox Launcher Motif Linux X86 Fragment >-providerName = Eclipse.org >+providerName = Eclipse.org - Equinox >#P org.eclipse.equinox.launcher.motif.hpux.PA_RISC >Index: launcher.motif.hpux.PA_RISC.properties >=================================================================== >RCS file: /cvsroot/rt/org.eclipse.equinox/framework/bundles/org.eclipse.equinox.launcher/fragments/org.eclipse.equinox.launcher.motif.hpux.PA_RISC/launcher.motif.hpux.PA_RISC.properties,v >retrieving revision 1.1 >diff -u -r1.1 launcher.motif.hpux.PA_RISC.properties >--- launcher.motif.hpux.PA_RISC.properties 5 Feb 2007 17:14:14 -0000 1.1 >+++ launcher.motif.hpux.PA_RISC.properties 3 Mar 2009 22:02:23 -0000 >@@ -9,4 +9,4 @@ > # IBM Corporation - initial API and implementation > ############################################################################### > pluginName = Equinox Launcher PA_RISC Fragment >-providerName = Eclipse.org >+providerName = Eclipse.org - Equinox
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 254300
: 127397