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 254300
Collapse All | Expand All

(-)launcher.carbon.macosx.properties (-1 / +1 lines)
Lines 9-12 Link Here
9
#     IBM Corporation - initial API and implementation
9
#     IBM Corporation - initial API and implementation
10
###############################################################################
10
###############################################################################
11
pluginName = Equinox Launcher MacOSX Carbon Fragment
11
pluginName = Equinox Launcher MacOSX Carbon Fragment
12
providerName = Eclipse.org
12
providerName = Eclipse.org - Equinox
(-)META-INF/MANIFEST.MF (-3 / +4 lines)
Lines 1-9 Link Here
1
Manifest-Version: 1.0
1
Manifest-Version: 1.0
2
Bundle-ManifestVersion: 2
2
Bundle-ManifestVersion: 2
3
Bundle-SymbolicName: org.eclipse.equinox.util
3
Bundle-SymbolicName: org.eclipse.equinox.util
4
Bundle-Name: Equinox Util Bundle
4
Bundle-Name: %bundleName
5
Bundle-Version: 1.0.1.qualifier
5
Bundle-Version: 1.0.100.qualifier
6
Bundle-Vendor: Eclipse
6
Bundle-Vendor: %bundleVendor
7
Bundle-Activator: org.eclipse.equinox.internal.util.UtilActivator
7
Bundle-Activator: org.eclipse.equinox.internal.util.UtilActivator
8
Bundle-Description: The Equinox Util Bundle contains services to facilitate bundle developers in their programming, and to lighten resource usage at runtime.
8
Bundle-Description: The Equinox Util Bundle contains services to facilitate bundle developers in their programming, and to lighten resource usage at runtime.
9
Import-Package: 
9
Import-Package: 
Lines 25-27 Link Here
25
 org.eclipse.equinox.internal.util.timer;version="1.0";x-friends:="org.eclipse.equinox.ds,org.eclipse.equinox.ip"
25
 org.eclipse.equinox.internal.util.timer;version="1.0";x-friends:="org.eclipse.equinox.ds,org.eclipse.equinox.ip"
26
Bundle-RequiredExecutionEnvironment: OSGi/Minimum-1.1
26
Bundle-RequiredExecutionEnvironment: OSGi/Minimum-1.1
27
Bundle-ActivationPolicy: lazy
27
Bundle-ActivationPolicy: lazy
28
Bundle-Localization: plugin
(-)build.properties (-1 / +2 lines)
Lines 2-6 Link Here
2
output.. = bin/
2
output.. = bin/
3
bin.includes = META-INF/,\
3
bin.includes = META-INF/,\
4
               .,\
4
               .,\
5
               about.html
5
               about.html,\
6
               plugin.properties
6
src.includes = about.html
7
src.includes = about.html
(-)plugin.properties (+3 lines)
Added Link Here
1
#Properties file for org.eclipse.equinox.util
2
bundleVendor = Eclipse.org - Equinox
3
bundleName = Equinox Util Bundle
(-)META-INF/MANIFEST.MF (-1 / +1 lines)
Lines 3-9 Link Here
3
Bundle-Name: %bundleName
3
Bundle-Name: %bundleName
4
Bundle-Vendor: %bundleProvider
4
Bundle-Vendor: %bundleProvider
5
Bundle-SymbolicName: org.eclipse.equinox.http.servletbridge
5
Bundle-SymbolicName: org.eclipse.equinox.http.servletbridge
6
Bundle-Version: 1.0.0.qualifier
6
Bundle-Version: 1.0.100.qualifier
7
Bundle-Activator: org.eclipse.equinox.http.servletbridge.internal.Activator
7
Bundle-Activator: org.eclipse.equinox.http.servletbridge.internal.Activator
8
Bundle-Localization: plugin
8
Bundle-Localization: plugin
9
Import-Package: javax.servlet;version="2.3",
9
Import-Package: javax.servlet;version="2.3",
(-)plugin.properties (-1 / +1 lines)
Lines 9-12 Link Here
9
#     IBM Corporation - initial API and implementation
9
#     IBM Corporation - initial API and implementation
10
###############################################################################
10
###############################################################################
11
bundleName = Servletbridge Http Service
11
bundleName = Servletbridge Http Service
12
providerName = Eclipse.org
12
providerName = Eclipse.org - Equinox
(-)plugin.properties (-1 / +1 lines)
Lines 9-12 Link Here
9
#     IBM Corporation - initial API and implementation
9
#     IBM Corporation - initial API and implementation
10
###############################################################################
10
###############################################################################
11
bundleName = Jasper Jsp Registry Support Plug-in
11
bundleName = Jasper Jsp Registry Support Plug-in
12
providerName = Eclipse.org
12
providerName = Eclipse.org - Equinox
(-)META-INF/MANIFEST.MF (-1 / +1 lines)
Lines 4-10 Link Here
4
Bundle-Vendor: %providerName
4
Bundle-Vendor: %providerName
5
Bundle-Localization: plugin
5
Bundle-Localization: plugin
6
Bundle-SymbolicName: org.eclipse.equinox.jsp.jasper.registry
6
Bundle-SymbolicName: org.eclipse.equinox.jsp.jasper.registry
7
Bundle-Version: 1.0.0.qualifier
7
Bundle-Version: 1.0.100.qualifier
8
Bundle-Activator: org.eclipse.equinox.internal.jsp.jasper.registry.Activator
8
Bundle-Activator: org.eclipse.equinox.internal.jsp.jasper.registry.Activator
9
Import-Package: org.eclipse.equinox.jsp.jasper,
9
Import-Package: org.eclipse.equinox.jsp.jasper,
10
 org.osgi.framework;version="1.3.0",
10
 org.osgi.framework;version="1.3.0",
(-)plugin.properties (-1 / +1 lines)
Lines 9-12 Link Here
9
#     IBM Corporation - initial API and implementation
9
#     IBM Corporation - initial API and implementation
10
###############################################################################
10
###############################################################################
11
bundleName = Configuration Admin
11
bundleName = Configuration Admin
12
providerName = Eclipse.org
12
providerName = Eclipse.org - Equinox
(-)META-INF/MANIFEST.MF (-1 / +1 lines)
Lines 3-9 Link Here
3
Bundle-Name: %bundleName
3
Bundle-Name: %bundleName
4
Bundle-Vendor: %providerName
4
Bundle-Vendor: %providerName
5
Bundle-SymbolicName: org.eclipse.equinox.http.servlet
5
Bundle-SymbolicName: org.eclipse.equinox.http.servlet
6
Bundle-Version: 1.0.100.qualifier
6
Bundle-Version: 1.0.200.qualifier
7
Bundle-Activator: org.eclipse.equinox.http.servlet.internal.Activator
7
Bundle-Activator: org.eclipse.equinox.http.servlet.internal.Activator
8
Bundle-Localization: plugin
8
Bundle-Localization: plugin
9
Bundle-RequiredExecutionEnvironment: CDC-1.0/Foundation-1.0,
9
Bundle-RequiredExecutionEnvironment: CDC-1.0/Foundation-1.0,
(-)plugin.properties (-1 / +1 lines)
Lines 9-12 Link Here
9
#     IBM Corporation - initial API and implementation
9
#     IBM Corporation - initial API and implementation
10
###############################################################################
10
###############################################################################
11
bundleName = Http Services Servlet
11
bundleName = Http Services Servlet
12
providerName = Eclipse.org
12
providerName = Eclipse.org - Equinox
(-)launcher.gtk.solaris.sparc.properties (-1 / +1 lines)
Lines 9-12 Link Here
9
#     IBM Corporation - initial API and implementation
9
#     IBM Corporation - initial API and implementation
10
###############################################################################
10
###############################################################################
11
pluginName = Equinox Launcher Sparc Fragment
11
pluginName = Equinox Launcher Sparc Fragment
12
providerName = Eclipse.org
12
providerName = Eclipse.org - Equinox
(-)plugin.properties (-1 / +1 lines)
Lines 10-16 Link Here
10
###############################################################################
10
###############################################################################
11
11
12
pluginName = Equinox Java Authentication and Authorization Service (JAAS)
12
pluginName = Equinox Java Authentication and Authorization Service (JAAS)
13
providerName = Eclipse.org
13
providerName = Eclipse.org - Equinox
14
configProviderExtName = JAAS Login Configuration Provider
14
configProviderExtName = JAAS Login Configuration Provider
15
loginModuleExtName = JAAS LoginModule
15
loginModuleExtName = JAAS LoginModule
16
callbackHandlerExtName = JAAS CallbackHandler
16
callbackHandlerExtName = JAAS CallbackHandler
(-)plugin.properties (-1 / +1 lines)
Lines 9-12 Link Here
9
#     IBM Corporation - initial API and implementation
9
#     IBM Corporation - initial API and implementation
10
###############################################################################
10
###############################################################################
11
pluginName = Supplemental Equinox Functionality
11
pluginName = Supplemental Equinox Functionality
12
providerName = Eclipse.org
12
providerName = Eclipse.org - Equinox
(-)launcher.gtk.solaris.x86.properties (-1 / +1 lines)
Lines 9-12 Link Here
9
#     IBM Corporation - initial API and implementation
9
#     IBM Corporation - initial API and implementation
10
###############################################################################
10
###############################################################################
11
pluginName = Equinox Launcher Solaris X86 Fragment
11
pluginName = Equinox Launcher Solaris X86 Fragment
12
providerName = Eclipse.org
12
providerName = Eclipse.org - Equinox
(-)plugin.properties (-1 / +1 lines)
Lines 7-10 Link Here
7
#   EclipseSource - initial API and implementation
7
#   EclipseSource - initial API and implementation
8
#################################################################################
8
#################################################################################
9
pluginName=Equinox Concurrent API
9
pluginName=Equinox Concurrent API
10
pluginProvider=Eclipse.org
10
pluginProvider=Eclipse.org - Equinox
(-)launcher.wpf.win32.x86.properties (-1 / +1 lines)
Lines 9-12 Link Here
9
#     IBM Corporation - initial API and implementation
9
#     IBM Corporation - initial API and implementation
10
###############################################################################
10
###############################################################################
11
pluginName = Equinox Launcher WPF Win32 X86 Fragment
11
pluginName = Equinox Launcher WPF Win32 X86 Fragment
12
providerName = Eclipse.org
12
providerName = Eclipse.org - Equinox
(-)plugin.properties (-1 / +1 lines)
Lines 9-14 Link Here
9
#     IBM Corporation - initial API and implementation
9
#     IBM Corporation - initial API and implementation
10
###############################################################################
10
###############################################################################
11
bundleName = Jetty Http Service
11
bundleName = Jetty Http Service
12
providerName = Eclipse.org
12
providerName = Eclipse.org - Equinox
13
configurationName = Http Server Configuration
13
configurationName = Http Server Configuration
14
configurationDescription = Provides Http Server Configuration Parameters
14
configurationDescription = Provides Http Server Configuration Parameters
(-)plugin.properties (-3 / +3 lines)
Lines 8-14 Link Here
8
# Contributors:
8
# Contributors:
9
#     IBM Corporation - initial API and implementation
9
#     IBM Corporation - initial API and implementation
10
###############################################################################
10
###############################################################################
11
osgiServices = OSGi Release 4.0.1 Services
11
osgiServices = OSGi Release 4.2.0 Services
12
eclipse.org = Eclipse.org
12
eclipse.org = Eclipse.org - Equinox
13
osgiServicesDes = OSGi Service Platform Release 4.0.1 Service Interfaces and Classes
13
osgiServicesDes = OSGi Service Platform Release 4.2.0 Service Interfaces and Classes
14
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
14
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
(-)launcher.cocoa.macosx.x86_64.properties (-1 / +1 lines)
Lines 9-12 Link Here
9
#     IBM Corporation - initial API and implementation
9
#     IBM Corporation - initial API and implementation
10
###############################################################################
10
###############################################################################
11
pluginName = Equinox Launcher MacOSX Cocoa Fragment
11
pluginName = Equinox Launcher MacOSX Cocoa Fragment
12
providerName = Eclipse.org
12
providerName = Eclipse.org - Equinox
(-)META-INF/MANIFEST.MF (-3 / +4 lines)
Lines 1-9 Link Here
1
Manifest-Version: 1.0
1
Manifest-Version: 1.0
2
Bundle-ManifestVersion: 2
2
Bundle-ManifestVersion: 2
3
Bundle-Name: IO Connector Service
3
Bundle-Name: %bundleName
4
Bundle-SymbolicName: org.eclipse.equinox.io
4
Bundle-SymbolicName: org.eclipse.equinox.io
5
Bundle-Version: 1.0.0.qualifier
5
Bundle-Version: 1.0.100.qualifier
6
Bundle-Vendor: Eclipse
6
Bundle-Vendor: %bundleVendor
7
Bundle-Activator: org.eclipse.equinox.internal.io.impl.Activator
7
Bundle-Activator: org.eclipse.equinox.internal.io.impl.Activator
8
Bundle-Description: This bundle contains service for creating connections. 
8
Bundle-Description: This bundle contains service for creating connections. 
9
Import-Package: 
9
Import-Package: 
Lines 22-24 Link Here
22
 org.eclipse.equinox.internal.io.util; x-internal:=true
22
 org.eclipse.equinox.internal.io.util; x-internal:=true
23
Bundle-RequiredExecutionEnvironment: OSGi/Minimum-1.0
23
Bundle-RequiredExecutionEnvironment: OSGi/Minimum-1.0
24
Provided-Services: class=org.osgi.service.io.ConnectorService
24
Provided-Services: class=org.osgi.service.io.ConnectorService
25
Bundle-Localization: plugin
(-)build.properties (-1 / +2 lines)
Lines 2-6 Link Here
2
output.. = bin/
2
output.. = bin/
3
bin.includes = META-INF/,\
3
bin.includes = META-INF/,\
4
               .,\
4
               .,\
5
               about.html
5
               about.html,\
6
               plugin.properties
6
src.includes = about.html
7
src.includes = about.html
(-)plugin.properties (+3 lines)
Added Link Here
1
#Properties file for org.eclipse.equinox.io
2
bundleVendor = Eclipse.org - Equinox
3
bundleName = IO Connector Service
(-)META-INF/MANIFEST.MF (-1 / +1 lines)
Lines 1-6 Link Here
1
Bundle-ManifestVersion: 2
1
Bundle-ManifestVersion: 2
2
Bundle-Vendor: %bundleVendor
2
Bundle-Vendor: %bundleVendor
3
Bundle-Version: 1.0.200.qualifier
3
Bundle-Version: 1.0.300.qualifier
4
Bundle-Activator: org.eclipse.equinox.http.Activator
4
Bundle-Activator: org.eclipse.equinox.http.Activator
5
Bundle-Copyright: %bundleCopyright
5
Bundle-Copyright: %bundleCopyright
6
Bundle-SymbolicName: org.eclipse.equinox.http
6
Bundle-SymbolicName: org.eclipse.equinox.http
(-)plugin.properties (-1 / +1 lines)
Lines 8-13 Link Here
8
# Contributors:
8
# Contributors:
9
#     IBM Corporation - initial API and implementation
9
#     IBM Corporation - initial API and implementation
10
###############################################################################
10
###############################################################################
11
bundleVendor = Eclipse.org
11
bundleVendor = Eclipse.org - Equinox
12
bundleName = HTTP Service
12
bundleName = HTTP Service
13
bundleCopyright = Copyright (c) IBM Corp. 1999, 2005
13
bundleCopyright = Copyright (c) IBM Corp. 1999, 2005
(-)META-INF/MANIFEST.MF (-2 / +3 lines)
Lines 1-9 Link Here
1
Manifest-Version: 1.0
1
Manifest-Version: 1.0
2
Bundle-ManifestVersion: 2
2
Bundle-ManifestVersion: 2
3
Bundle-Name: Initial Provisioning
3
Bundle-Name: %bundleName
4
Bundle-SymbolicName: org.eclipse.equinox.ip
4
Bundle-SymbolicName: org.eclipse.equinox.ip
5
Bundle-Version: 1.1.0.qualifier
5
Bundle-Version: 1.1.0.qualifier
6
Bundle-Vendor: Eclipse
6
Bundle-Vendor: %bundleVendor
7
Bundle-Description: Provides implementation of the Intial Provisioning service
7
Bundle-Description: Provides implementation of the Intial Provisioning service
8
 defined by OSGi specification release 4.
8
 defined by OSGi specification release 4.
9
Bundle-Activator: org.eclipse.equinox.internal.ip.impl.ProvisioningAgent
9
Bundle-Activator: org.eclipse.equinox.internal.ip.impl.ProvisioningAgent
Lines 38-41 Link Here
38
 org.eclipse.equinox.internal.ip.provider.file.FileProvider;100
38
 org.eclipse.equinox.internal.ip.provider.file.FileProvider;100
39
Bundle-RequiredExecutionEnvironment: CDC-1.0/Foundation-1.0,
39
Bundle-RequiredExecutionEnvironment: CDC-1.0/Foundation-1.0,
40
 J2SE-1.3
40
 J2SE-1.3
41
Bundle-Localization: plugin
41
42
(-)build.properties (-1 / +2 lines)
Lines 2-6 Link Here
2
output.. = bin/
2
output.. = bin/
3
bin.includes = META-INF/,\
3
bin.includes = META-INF/,\
4
               .,\
4
               .,\
5
               about.html
5
               about.html,\
6
               plugin.properties
6
src.includes = about.html
7
src.includes = about.html
(-)plugin.properties (+3 lines)
Added Link Here
1
#Properties file for org.eclipse.equinox.ip
2
bundleVendor = Eclipse.org - Equinox
3
bundleName = Initial Provisioning
(-)plugin.properties (-1 / +1 lines)
Lines 9-13 Link Here
9
#     IBM Corporation - initial API and implementation
9
#     IBM Corporation - initial API and implementation
10
###############################################################################
10
###############################################################################
11
pluginName = Extension Registry Support
11
pluginName = Extension Registry Support
12
providerName = Eclipse.org
12
providerName = Eclipse.org - Equinox
13
adaptersName = Adapter factories
13
adaptersName = Adapter factories
(-)build.properties (-1 / +2 lines)
Lines 2-6 Link Here
2
output.. = bin/
2
output.. = bin/
3
bin.includes = META-INF/,\
3
bin.includes = META-INF/,\
4
               .,\
4
               .,\
5
               about.html
5
               about.html,\
6
               plugin.properties
6
src.includes = about.html
7
src.includes = about.html
(-)META-INF/MANIFEST.MF (-2 / +3 lines)
Lines 1-9 Link Here
1
Manifest-Version: 1.0
1
Manifest-Version: 1.0
2
Bundle-ManifestVersion: 2
2
Bundle-ManifestVersion: 2
3
Bundle-Name: Wire Admin Service
3
Bundle-Name: %bundleName
4
Bundle-SymbolicName: org.eclipse.equinox.wireadmin
4
Bundle-SymbolicName: org.eclipse.equinox.wireadmin
5
Bundle-Version: 1.0.0.qualifier
5
Bundle-Version: 1.0.0.qualifier
6
Bundle-Vendor: Eclipse
6
Bundle-Vendor: %bundleVendor
7
Bundle-Description: This bundle provides utility classes for Producer and Consumer services.
7
Bundle-Description: This bundle provides utility classes for Producer and Consumer services.
8
Bundle-Activator: org.eclipse.equinox.internal.wireadmin.Activator
8
Bundle-Activator: org.eclipse.equinox.internal.wireadmin.Activator
9
Import-Package: org.eclipse.equinox.internal.util.hash;version="1.0.0",
9
Import-Package: org.eclipse.equinox.internal.util.hash;version="1.0.0",
Lines 16-18 Link Here
16
 org.osgi.util.tracker;version="1.3"
16
 org.osgi.util.tracker;version="1.3"
17
Export-Package: org.eclipse.equinox.internal.wireadmin; x-internal:=true
17
Export-Package: org.eclipse.equinox.internal.wireadmin; x-internal:=true
18
Bundle-RequiredExecutionEnvironment: OSGi/Minimum-1.0
18
Bundle-RequiredExecutionEnvironment: OSGi/Minimum-1.0
19
Bundle-Localization: plugin
(-)plugin.properties (+3 lines)
Added Link Here
1
#Properties file for org.eclipse.equinox.wireadmin
2
bundleVendor = Eclipse.org - Equinox
3
bundleName = Wire Admin Service
(-)launcher.win32.win32.ia64.properties (-1 / +1 lines)
Lines 9-12 Link Here
9
#     IBM Corporation - initial API and implementation
9
#     IBM Corporation - initial API and implementation
10
###############################################################################
10
###############################################################################
11
pluginName = Equinox Launcher Win32 IA64 Fragment
11
pluginName = Equinox Launcher Win32 IA64 Fragment
12
providerName = Eclipse.org
12
providerName = Eclipse.org - Equinox
(-)launcher.win32.win32.x86.properties (-1 / +1 lines)
Lines 9-12 Link Here
9
#     IBM Corporation - initial API and implementation
9
#     IBM Corporation - initial API and implementation
10
###############################################################################
10
###############################################################################
11
pluginName = Equinox Launcher Win32 X86 Fragment
11
pluginName = Equinox Launcher Win32 X86 Fragment
12
providerName = Eclipse.org
12
providerName = Eclipse.org - Equinox
(-)META-INF/MANIFEST.MF (-1 / +1 lines)
Lines 3-9 Link Here
3
Bundle-Name: %bundleName
3
Bundle-Name: %bundleName
4
Bundle-Vendor: %providerName
4
Bundle-Vendor: %providerName
5
Bundle-SymbolicName: org.eclipse.equinox.transforms.xslt
5
Bundle-SymbolicName: org.eclipse.equinox.transforms.xslt
6
Bundle-Version: 1.0.0.qualifier
6
Bundle-Version: 1.0.100.qualifier
7
Bundle-RequiredExecutionEnvironment: J2SE-1.4
7
Bundle-RequiredExecutionEnvironment: J2SE-1.4
8
Import-Package: org.eclipse.osgi.framework.log;version="1.0.0",
8
Import-Package: org.eclipse.osgi.framework.log;version="1.0.0",
9
 org.osgi.framework;version="1.3.0",
9
 org.osgi.framework;version="1.3.0",
(-)bundle.properties (-1 / +1 lines)
Lines 9-12 Link Here
9
#     IBM Corporation - initial API and implementation
9
#     IBM Corporation - initial API and implementation
10
###############################################################################
10
###############################################################################
11
bundleName=XSLT Transform Provider
11
bundleName=XSLT Transform Provider
12
providerName=Eclipse.org
12
providerName=Eclipse.org - Equinox
(-)META-INF/MANIFEST.MF (-1 / +1 lines)
Lines 4-10 Link Here
4
Bundle-Vendor: %providerName
4
Bundle-Vendor: %providerName
5
Bundle-Localization: plugin
5
Bundle-Localization: plugin
6
Bundle-SymbolicName: org.eclipse.equinox.http.jetty
6
Bundle-SymbolicName: org.eclipse.equinox.http.jetty
7
Bundle-Version: 1.1.0.qualifier
7
Bundle-Version: 1.1.100.qualifier
8
Bundle-Activator: org.eclipse.equinox.http.jetty.internal.Activator
8
Bundle-Activator: org.eclipse.equinox.http.jetty.internal.Activator
9
Import-Package: javax.servlet;version="[2.4.0,2.6.0)",
9
Import-Package: javax.servlet;version="[2.4.0,2.6.0)",
10
 javax.servlet.http;version="[2.4.0,2.6.0)",
10
 javax.servlet.http;version="[2.4.0,2.6.0)",
(-)plugin.properties (-1 / +1 lines)
Lines 9-14 Link Here
9
#     IBM Corporation - initial API and implementation
9
#     IBM Corporation - initial API and implementation
10
###############################################################################
10
###############################################################################
11
bundleName = Jetty Http Service
11
bundleName = Jetty Http Service
12
providerName = Eclipse.org
12
providerName = Eclipse.org - Equinox
13
configurationName = Http Server Configuration
13
configurationName = Http Server Configuration
14
configurationDescription = Provides Http Server Configuration Parameters
14
configurationDescription = Provides Http Server Configuration Parameters
(-)META-INF/MANIFEST.MF (-1 / +1 lines)
Lines 1-6 Link Here
1
Bundle-ManifestVersion: 2
1
Bundle-ManifestVersion: 2
2
Bundle-Name: %bundleName
2
Bundle-Name: %bundleName
3
Bundle-Version: 1.1.0.qualifier
3
Bundle-Version: 1.1.100.qualifier
4
Bundle-SymbolicName: org.eclipse.equinox.event
4
Bundle-SymbolicName: org.eclipse.equinox.event
5
Bundle-Activator: org.eclipse.equinox.internal.event.Activator
5
Bundle-Activator: org.eclipse.equinox.internal.event.Activator
6
Bundle-Copyright: %bundleCopyright
6
Bundle-Copyright: %bundleCopyright
(-)plugin.properties (-1 / +1 lines)
Lines 8-13 Link Here
8
# Contributors:
8
# Contributors:
9
#     IBM Corporation - initial API and implementation
9
#     IBM Corporation - initial API and implementation
10
###############################################################################
10
###############################################################################
11
bundleVendor = Eclipse.org
11
bundleVendor = Eclipse.org - Equinox
12
bundleName = Event Admin
12
bundleName = Event Admin
13
bundleCopyright = Copyright (c) IBM Corp. 2005
13
bundleCopyright = Copyright (c) IBM Corp. 2005
(-)plugin.properties (-1 / +1 lines)
Lines 8-13 Link Here
8
# Contributors:
8
# Contributors:
9
#     IBM Corporation - initial API and implementation
9
#     IBM Corporation - initial API and implementation
10
###############################################################################
10
###############################################################################
11
bundleVendor = Eclipse.org
11
bundleVendor = Eclipse.org - Equinox
12
bundleName = Meta Type
12
bundleName = Meta Type
13
bundleCopyright = Copyright (c) IBM Corp. 2005
13
bundleCopyright = Copyright (c) IBM Corp. 2005
(-)launcher.gtk.linux.x86.properties (-1 / +1 lines)
Lines 9-12 Link Here
9
#     IBM Corporation - initial API and implementation
9
#     IBM Corporation - initial API and implementation
10
###############################################################################
10
###############################################################################
11
pluginName = Equinox Launcher Linux X86 Fragment
11
pluginName = Equinox Launcher Linux X86 Fragment
12
providerName = Eclipse.org
12
providerName = Eclipse.org - Equinox
(-)plugin.properties (-1 / +1 lines)
Lines 10-16 Link Here
10
###############################################################################
10
###############################################################################
11
11
12
pluginName = Equinox Security Default UI
12
pluginName = Equinox Security Default UI
13
providerName = Eclipse.org
13
providerName = Eclipse.org - Equinox
14
security = Security
14
security = Security
15
policy = Authorization 
15
policy = Authorization 
16
certificates = Certificates
16
certificates = Certificates
(-)plugin.properties (-1 / +1 lines)
Lines 9-15 Link Here
9
#     IBM Corporation - initial API and implementation
9
#     IBM Corporation - initial API and implementation
10
###############################################################################
10
###############################################################################
11
bundleName = Http Service Registry Extensions
11
bundleName = Http Service Registry Extensions
12
providerName = Eclipse.org
12
providerName = Eclipse.org - Equinox
13
servletsName = HttpService servlets
13
servletsName = HttpService servlets
14
resourcesName = HttpService resources
14
resourcesName = HttpService resources
15
httpcontextsName = HttpService httpcontexts
15
httpcontextsName = HttpService httpcontexts
(-)META-INF/MANIFEST.MF (-1 / +1 lines)
Lines 2-8 Link Here
2
Bundle-ManifestVersion: 2
2
Bundle-ManifestVersion: 2
3
Bundle-Name: %bundleName
3
Bundle-Name: %bundleName
4
Bundle-SymbolicName: org.eclipse.equinox.http.registry;singleton:=true
4
Bundle-SymbolicName: org.eclipse.equinox.http.registry;singleton:=true
5
Bundle-Version: 1.0.100.qualifier
5
Bundle-Version: 1.0.200.qualifier
6
Bundle-Activator: org.eclipse.equinox.http.registry.internal.Activator
6
Bundle-Activator: org.eclipse.equinox.http.registry.internal.Activator
7
Bundle-Localization: plugin
7
Bundle-Localization: plugin
8
Require-Bundle: org.eclipse.equinox.common,
8
Require-Bundle: org.eclipse.equinox.common,
(-)launcher.gtk.linux.ppc.properties (-1 / +1 lines)
Lines 9-12 Link Here
9
#     IBM Corporation - initial API and implementation
9
#     IBM Corporation - initial API and implementation
10
###############################################################################
10
###############################################################################
11
pluginName = Equinox Launcher Linux PPC Fragment
11
pluginName = Equinox Launcher Linux PPC Fragment
12
providerName = Eclipse.org
12
providerName = Eclipse.org - Equinox
(-)launcher.gtk.linux.s390.properties (-1 / +1 lines)
Lines 9-12 Link Here
9
#     IBM Corporation - initial API and implementation
9
#     IBM Corporation - initial API and implementation
10
###############################################################################
10
###############################################################################
11
pluginName = Equinox Launcher Linux s390 Fragment
11
pluginName = Equinox Launcher Linux s390 Fragment
12
providerName = Eclipse.org
12
providerName = Eclipse.org - Equinox
(-)launcher.motif.aix.ppc.properties (-1 / +1 lines)
Lines 9-12 Link Here
9
#     IBM Corporation - initial API and implementation
9
#     IBM Corporation - initial API and implementation
10
###############################################################################
10
###############################################################################
11
pluginName = Equinox Launcher AIX PPC Fragment
11
pluginName = Equinox Launcher AIX PPC Fragment
12
providerName = Eclipse.org
12
providerName = Eclipse.org - Equinox
(-)plugin.properties (-1 / +1 lines)
Lines 9-14 Link Here
9
#     IBM Corporation - initial API and implementation
9
#     IBM Corporation - initial API and implementation
10
###############################################################################
10
###############################################################################
11
pluginName = Equinox Application Container
11
pluginName = Equinox Application Container
12
providerName = Eclipse.org
12
providerName = Eclipse.org - Equinox
13
applicationsName = Applications
13
applicationsName = Applications
14
productsName = Products
14
productsName = Products
(-)fragment.properties (-1 / +1 lines)
Lines 9-14 Link Here
9
#     IBM Corporation - initial API and implementation
9
#     IBM Corporation - initial API and implementation
10
###############################################################################
10
###############################################################################
11
fragmentName = OS X Keystore service integration
11
fragmentName = OS X Keystore service integration
12
providerName = Eclipse.org
12
providerName = Eclipse.org - Equinox
13
macModuleName = OS X Keystore Integration
13
macModuleName = OS X Keystore Integration
14
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.
14
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.
(-)launcher.motif.hpux.ia64_32.properties (-1 / +1 lines)
Lines 9-12 Link Here
9
#     IBM Corporation - initial API and implementation
9
#     IBM Corporation - initial API and implementation
10
###############################################################################
10
###############################################################################
11
pluginName = Equinox Launcher HPUX IA64_32 Fragment
11
pluginName = Equinox Launcher HPUX IA64_32 Fragment
12
providerName = Eclipse.org
12
providerName = Eclipse.org - Equinox
(-)launcher.cocoa.macosx.properties (-1 / +1 lines)
Lines 9-12 Link Here
9
#     IBM Corporation - initial API and implementation
9
#     IBM Corporation - initial API and implementation
10
###############################################################################
10
###############################################################################
11
pluginName = Equinox Launcher MacOSX Cocoa Fragment
11
pluginName = Equinox Launcher MacOSX Cocoa Fragment
12
providerName = Eclipse.org
12
providerName = Eclipse.org - Equinox
(-)plugin.properties (-3 / +3 lines)
Lines 8-14 Link Here
8
# Contributors:
8
# Contributors:
9
#     IBM Corporation - initial API and implementation
9
#     IBM Corporation - initial API and implementation
10
###############################################################################
10
###############################################################################
11
osgiUtil = OSGi Release 4.0.1 Utility Classes
11
osgiUtil = OSGi Release 4.2.0 Utility Classes
12
eclipse.org = Eclipse.org
12
eclipse.org = Eclipse.org - Equinox
13
osgiUtilDes = OSGi Service Platform Release 4.0.1 Utility Classes
13
osgiUtilDes = OSGi Service Platform Release 4.2.0 Utility Classes
14
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
14
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
(-)plugin.properties (-1 / +1 lines)
Lines 9-14 Link Here
9
#     IBM Corporation - initial API and implementation
9
#     IBM Corporation - initial API and implementation
10
###############################################################################
10
###############################################################################
11
pluginName = Eclipse Preferences Mechanism
11
pluginName = Eclipse Preferences Mechanism
12
providerName = Eclipse.org
12
providerName = Eclipse.org - Equinox
13
preferencesExtPtName = Platform Preferences
13
preferencesExtPtName = Platform Preferences
14
preferencesName=Preferences
14
preferencesName=Preferences
(-)plugin.properties (-1 / +1 lines)
Lines 9-12 Link Here
9
#     IBM Corporation - initial API and implementation
9
#     IBM Corporation - initial API and implementation
10
###############################################################################
10
###############################################################################
11
bundleName = Servletbridge
11
bundleName = Servletbridge
12
providerName = Eclipse.org
12
providerName = Eclipse.org - Equinox
(-)plugin.properties (-1 / +1 lines)
Lines 8-13 Link Here
8
# Contributors:
8
# Contributors:
9
#     IBM Corporation - initial API and implementation
9
#     IBM Corporation - initial API and implementation
10
###############################################################################
10
###############################################################################
11
bundleVendor = Eclipse.org
11
bundleVendor = Eclipse.org - Equinox
12
bundleName = Device Access Service
12
bundleName = Device Access Service
13
bundleCopyright = Copyright (c) IBM Corp. 1999, 2005
13
bundleCopyright = Copyright (c) IBM Corp. 1999, 2005
(-)META-INF/MANIFEST.MF (-1 / +1 lines)
Lines 1-6 Link Here
1
Bundle-ManifestVersion: 2
1
Bundle-ManifestVersion: 2
2
Bundle-Name: %bundleName
2
Bundle-Name: %bundleName
3
Bundle-Version: 1.0.1.qualifier
3
Bundle-Version: 1.0.100.qualifier
4
Bundle-Activator: org.eclipse.equinox.device.Activator
4
Bundle-Activator: org.eclipse.equinox.device.Activator
5
Bundle-SymbolicName: org.eclipse.equinox.device
5
Bundle-SymbolicName: org.eclipse.equinox.device
6
Bundle-Vendor: %bundleVendor
6
Bundle-Vendor: %bundleVendor
(-)plugin.properties (-1 / +1 lines)
Lines 8-13 Link Here
8
# Contributors:
8
# Contributors:
9
#     IBM Corporation - initial API and implementation
9
#     IBM Corporation - initial API and implementation
10
###############################################################################
10
###############################################################################
11
bundleVendor = Eclipse.org
11
bundleVendor = Eclipse.org - Equinox
12
bundleName = Log Service
12
bundleName = Log Service
13
bundleCopyright = Copyright (c) IBM Corp. 1999, 2005
13
bundleCopyright = Copyright (c) IBM Corp. 1999, 2005
(-)META-INF/MANIFEST.MF (-1 / +1 lines)
Lines 1-6 Link Here
1
Bundle-ManifestVersion: 2
1
Bundle-ManifestVersion: 2
2
Bundle-Vendor: %bundleVendor
2
Bundle-Vendor: %bundleVendor
3
Bundle-Version: 1.1.0.qualifier
3
Bundle-Version: 1.1.100.qualifier
4
Bundle-Activator: org.eclipse.equinox.log.Activator
4
Bundle-Activator: org.eclipse.equinox.log.Activator
5
Bundle-Copyright: %bundleCopyright
5
Bundle-Copyright: %bundleCopyright
6
Bundle-SymbolicName: org.eclipse.equinox.log
6
Bundle-SymbolicName: org.eclipse.equinox.log
(-)launcher.properties (-1 / +1 lines)
Lines 9-12 Link Here
9
#     IBM Corporation - initial API and implementation
9
#     IBM Corporation - initial API and implementation
10
###############################################################################
10
###############################################################################
11
pluginName = Equinox Launcher
11
pluginName = Equinox Launcher
12
providerName = Eclipse.org
12
providerName = Eclipse.org - Equinox
(-)launcher.gtk.linux.x86_64.properties (-1 / +1 lines)
Lines 9-12 Link Here
9
#     IBM Corporation - initial API and implementation
9
#     IBM Corporation - initial API and implementation
10
###############################################################################
10
###############################################################################
11
pluginName = Equinox Launcher Linux X86_64 Fragment
11
pluginName = Equinox Launcher Linux X86_64 Fragment
12
providerName = Eclipse.org
12
providerName = Eclipse.org - Equinox
(-)launcher.gtk.linux.s390x.properties (-1 / +1 lines)
Lines 9-12 Link Here
9
#     IBM Corporation - initial API and implementation
9
#     IBM Corporation - initial API and implementation
10
###############################################################################
10
###############################################################################
11
pluginName = Equinox Launcher Linux s390x Fragment
11
pluginName = Equinox Launcher Linux s390x Fragment
12
providerName = Eclipse.org
12
providerName = Eclipse.org - Equinox
(-)launcher.motif.solaris.sparc.properties (-1 / +1 lines)
Lines 9-12 Link Here
9
#     IBM Corporation - initial API and implementation
9
#     IBM Corporation - initial API and implementation
10
###############################################################################
10
###############################################################################
11
pluginName = Equinox Launcher Motif Solaris Sparc Fragment
11
pluginName = Equinox Launcher Motif Solaris Sparc Fragment
12
providerName = Eclipse.org
12
providerName = Eclipse.org - Equinox
(-)launcher.win32.win32.x86_64.properties (-1 / +1 lines)
Lines 9-12 Link Here
9
#     IBM Corporation - initial API and implementation
9
#     IBM Corporation - initial API and implementation
10
###############################################################################
10
###############################################################################
11
pluginName = Equinox Launcher Win32 X86_64 Fragment
11
pluginName = Equinox Launcher Win32 X86_64 Fragment
12
providerName = Eclipse.org
12
providerName = Eclipse.org - Equinox
(-)build.properties (-1 / +2 lines)
Lines 3-7 Link Here
3
bin.includes = META-INF/,\
3
bin.includes = META-INF/,\
4
               .,\
4
               .,\
5
               about.html,\
5
               about.html,\
6
               .options
6
               .options,\
7
               plugin.properties
7
src.includes = about.html
8
src.includes = about.html
(-)META-INF/MANIFEST.MF (-2 / +3 lines)
Lines 1-9 Link Here
1
Manifest-Version: 1.0
1
Manifest-Version: 1.0
2
Bundle-ManifestVersion: 2
2
Bundle-ManifestVersion: 2
3
Bundle-Name: Declarative Services
3
Bundle-Name: %bundleName
4
Bundle-SymbolicName: org.eclipse.equinox.ds;singleton:=true
4
Bundle-SymbolicName: org.eclipse.equinox.ds;singleton:=true
5
Bundle-Version: 1.1.0.qualifier
5
Bundle-Version: 1.1.0.qualifier
6
Bundle-Vendor: Eclipse
6
Bundle-Vendor: %bundleVendor
7
Bundle-Activator: org.eclipse.equinox.internal.ds.Activator
7
Bundle-Activator: org.eclipse.equinox.internal.ds.Activator
8
Bundle-Description: This bundle provides support for OSGi 
8
Bundle-Description: This bundle provides support for OSGi 
9
 Declarative Services. This module implements a declarative service model,
9
 Declarative Services. This module implements a declarative service model,
Lines 40-42 Link Here
40
 CDC-1.1/Foundation-1.1,
40
 CDC-1.1/Foundation-1.1,
41
 J2SE-1.4
41
 J2SE-1.4
42
Lazy-ManifestFilter: (Service-Component=*)
42
Lazy-ManifestFilter: (Service-Component=*)
43
Bundle-Localization: plugin
(-)plugin.properties (+3 lines)
Added Link Here
1
#Properties file for org.eclipse.equinox.ds
2
bundleVendor = Eclipse.org - Equinox
3
bundleName = Declarative Services
(-)fragment.properties (-1 / +1 lines)
Lines 9-14 Link Here
9
#     IBM Corporation - initial API and implementation
9
#     IBM Corporation - initial API and implementation
10
###############################################################################
10
###############################################################################
11
fragmentName = Windows Data Protection services integration
11
fragmentName = Windows Data Protection services integration
12
providerName = Eclipse.org
12
providerName = Eclipse.org - Equinox
13
windowsModuleName = Windows Integration
13
windowsModuleName = Windows Integration
14
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.
14
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.
(-)systembundle.properties (-1 / +1 lines)
Lines 9-13 Link Here
9
#     IBM Corporation - initial API and implementation
9
#     IBM Corporation - initial API and implementation
10
###############################################################################
10
###############################################################################
11
systemBundle = OSGi System Bundle
11
systemBundle = OSGi System Bundle
12
eclipse.org = Eclipse.org
12
eclipse.org = Eclipse.org - Equinox
13
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
13
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
(-)META-INF/MANIFEST.MF (-1 / +1 lines)
Lines 3-9 Link Here
3
Bundle-Name: %bundleName
3
Bundle-Name: %bundleName
4
Bundle-Vendor: %providerName
4
Bundle-Vendor: %providerName
5
Bundle-SymbolicName: org.eclipse.equinox.transforms.hook
5
Bundle-SymbolicName: org.eclipse.equinox.transforms.hook
6
Bundle-Version: 1.0.0.qualifier
6
Bundle-Version: 1.0.100.qualifier
7
Fragment-Host: org.eclipse.osgi;bundle-version="[3.2.0,4.0.0)"
7
Fragment-Host: org.eclipse.osgi;bundle-version="[3.2.0,4.0.0)"
8
Bundle-RequiredExecutionEnvironment: J2SE-1.4
8
Bundle-RequiredExecutionEnvironment: J2SE-1.4
9
Bundle-Localization: transformsHook
9
Bundle-Localization: transformsHook
(-)transformsHook.properties (-1 / +1 lines)
Lines 9-12 Link Here
9
#     IBM Corporation - initial API and implementation
9
#     IBM Corporation - initial API and implementation
10
###############################################################################
10
###############################################################################
11
bundleName=Transformer Hook Framework Extension
11
bundleName=Transformer Hook Framework Extension
12
providerName=Eclipse.org
12
providerName=Eclipse.org - Equinox
(-)plugin.properties (-1 / +1 lines)
Lines 9-12 Link Here
9
#     IBM Corporation - initial API and implementation
9
#     IBM Corporation - initial API and implementation
10
###############################################################################
10
###############################################################################
11
pluginName = Common Eclipse Runtime
11
pluginName = Common Eclipse Runtime
12
providerName = Eclipse.org
12
providerName = Eclipse.org - Equinox
(-)plugin.properties (-1 / +1 lines)
Lines 8-13 Link Here
8
# Contributors:
8
# Contributors:
9
#     IBM Corporation - initial API and implementation
9
#     IBM Corporation - initial API and implementation
10
###############################################################################
10
###############################################################################
11
bundleVendor = Eclipse.org
11
bundleVendor = Eclipse.org - Equinox
12
bundleName = User Admin Service
12
bundleName = User Admin Service
13
bundleCopyright = Copyright (c) IBM Corp. 2001, 2005
13
bundleCopyright = Copyright (c) IBM Corp. 2001, 2005
(-)plugin.properties (-1 / +1 lines)
Lines 9-12 Link Here
9
#     IBM Corporation - initial API and implementation
9
#     IBM Corporation - initial API and implementation
10
###############################################################################
10
###############################################################################
11
bundleName = Jasper Jsp Support Bundle
11
bundleName = Jasper Jsp Support Bundle
12
providerName = Eclipse.org
12
providerName = Eclipse.org - Equinox
(-)META-INF/MANIFEST.MF (-1 / +1 lines)
Lines 4-10 Link Here
4
Bundle-Vendor: %providerName
4
Bundle-Vendor: %providerName
5
Bundle-Localization: plugin
5
Bundle-Localization: plugin
6
Bundle-SymbolicName: org.eclipse.equinox.jsp.jasper
6
Bundle-SymbolicName: org.eclipse.equinox.jsp.jasper
7
Bundle-Version: 1.0.100.qualifier
7
Bundle-Version: 1.0.200.qualifier
8
Bundle-Activator: org.eclipse.equinox.internal.jsp.jasper.Activator
8
Bundle-Activator: org.eclipse.equinox.internal.jsp.jasper.Activator
9
Import-Package: javax.servlet;version="2.4",
9
Import-Package: javax.servlet;version="2.4",
10
 javax.servlet.http;version="2.4",
10
 javax.servlet.http;version="2.4",
(-)launcher.motif.linux.x86.properties (-1 / +1 lines)
Lines 9-12 Link Here
9
#     IBM Corporation - initial API and implementation
9
#     IBM Corporation - initial API and implementation
10
###############################################################################
10
###############################################################################
11
pluginName = Equinox Launcher Motif Linux X86 Fragment
11
pluginName = Equinox Launcher Motif Linux X86 Fragment
12
providerName = Eclipse.org
12
providerName = Eclipse.org - Equinox
(-)launcher.motif.hpux.PA_RISC.properties (-1 / +1 lines)
Lines 9-12 Link Here
9
#     IBM Corporation - initial API and implementation
9
#     IBM Corporation - initial API and implementation
10
###############################################################################
10
###############################################################################
11
pluginName = Equinox Launcher PA_RISC Fragment
11
pluginName = Equinox Launcher PA_RISC Fragment
12
providerName = Eclipse.org
12
providerName = Eclipse.org - Equinox

Return to bug 254300