### Eclipse Workspace Patch 1.0 #P org.eclipse.platform-feature Index: macosx.carbon/configuration/config.ini =================================================================== RCS file: /cvsroot/eclipse/org.eclipse.platform-feature/macosx.carbon/configuration/config.ini,v retrieving revision 1.11 diff -u -r1.11 config.ini --- macosx.carbon/configuration/config.ini 7 Nov 2007 21:45:24 -0000 1.11 +++ macosx.carbon/configuration/config.ini 3 Feb 2009 20:28:31 -0000 @@ -38,7 +38,7 @@ # If the "start" tag is added then the bundle will be marked as started after being installed. # Simple bundle locations are interepreted as relative to the framework's parent directory. # The startlevel indicates the OSGi start level at which the bundle should run. -osgi.bundles=org.eclipse.equinox.common@2:start, org.eclipse.update.configurator@3:start, org.eclipse.core.runtime@start +osgi.bundles=org.eclipse.equinox.common@2:start, org.eclipse.update.configurator@3:start, org.eclipse.core.runtime@start, org.eclipse.equinox.ds@2:start # The product to run. A given Eclipse configuration may contain many products. # The product identified will supply the branding (window icons, title bar text) etc Index: macosx.cocoa/configuration/config.ini =================================================================== RCS file: /cvsroot/eclipse/org.eclipse.platform-feature/macosx.cocoa/configuration/config.ini,v retrieving revision 1.1 diff -u -r1.1 config.ini --- macosx.cocoa/configuration/config.ini 9 Sep 2008 18:02:32 -0000 1.1 +++ macosx.cocoa/configuration/config.ini 3 Feb 2009 20:28:31 -0000 @@ -38,7 +38,7 @@ # If the "start" tag is added then the bundle will be marked as started after being installed. # Simple bundle locations are interepreted as relative to the framework's parent directory. # The startlevel indicates the OSGi start level at which the bundle should run. -osgi.bundles=org.eclipse.equinox.common@2:start, org.eclipse.update.configurator@3:start, org.eclipse.core.runtime@start +osgi.bundles=org.eclipse.equinox.common@2:start, org.eclipse.update.configurator@3:start, org.eclipse.core.runtime@start, org.eclipse.equinox.ds@2:start # The product to run. A given Eclipse configuration may contain many products. # The product identified will supply the branding (window icons, title bar text) etc Index: gtk/configuration/config.ini =================================================================== RCS file: /cvsroot/eclipse/org.eclipse.platform-feature/gtk/configuration/config.ini,v retrieving revision 1.11 diff -u -r1.11 config.ini --- gtk/configuration/config.ini 7 Nov 2007 21:45:24 -0000 1.11 +++ gtk/configuration/config.ini 3 Feb 2009 20:28:31 -0000 @@ -38,7 +38,7 @@ # If the "start" tag is added then the bundle will be marked as started after being installed. # Simple bundle locations are interepreted as relative to the framework's parent directory. # The startlevel indicates the OSGi start level at which the bundle should run. -osgi.bundles=org.eclipse.equinox.common@2:start, org.eclipse.update.configurator@3:start, org.eclipse.core.runtime@start +osgi.bundles=org.eclipse.equinox.common@2:start, org.eclipse.update.configurator@3:start, org.eclipse.core.runtime@start, org.eclipse.equinox.ds@2:start # The product to run. A given Eclipse configuration may contain many products. # The product identified will supply the branding (window icons, title bar text) etc Index: motif/configuration/config.ini =================================================================== RCS file: /cvsroot/eclipse/org.eclipse.platform-feature/motif/configuration/config.ini,v retrieving revision 1.11 diff -u -r1.11 config.ini --- motif/configuration/config.ini 7 Nov 2007 21:45:24 -0000 1.11 +++ motif/configuration/config.ini 3 Feb 2009 20:28:31 -0000 @@ -38,7 +38,7 @@ # If the "start" tag is added then the bundle will be marked as started after being installed. # Simple bundle locations are interepreted as relative to the framework's parent directory. # The startlevel indicates the OSGi start level at which the bundle should run. -osgi.bundles=org.eclipse.equinox.common@2:start, org.eclipse.update.configurator@3:start, org.eclipse.core.runtime@start +osgi.bundles=org.eclipse.equinox.common@2:start, org.eclipse.update.configurator@3:start, org.eclipse.core.runtime@start, org.eclipse.equinox.ds@2:start # The product to run. A given Eclipse configuration may contain many products. # The product identified will supply the branding (window icons, title bar text) etc Index: win32/configuration/config.ini =================================================================== RCS file: /cvsroot/eclipse/org.eclipse.platform-feature/win32/configuration/config.ini,v retrieving revision 1.12 diff -u -r1.12 config.ini --- win32/configuration/config.ini 7 Nov 2007 21:45:24 -0000 1.12 +++ win32/configuration/config.ini 3 Feb 2009 20:28:31 -0000 @@ -38,7 +38,7 @@ # If the "start" tag is added then the bundle will be marked as started after being installed. # Simple bundle locations are interepreted as relative to the framework's parent directory. # The startlevel indicates the OSGi start level at which the bundle should run. -osgi.bundles=org.eclipse.equinox.common@2:start, org.eclipse.update.configurator@3:start, org.eclipse.core.runtime@start +osgi.bundles=org.eclipse.equinox.common@2:start, org.eclipse.update.configurator@3:start, org.eclipse.core.runtime@start, org.eclipse.equinox.ds@2:start # The product to run. A given Eclipse configuration may contain many products. # The product identified will supply the branding (window icons, title bar text) etc Index: wpf/configuration/config.ini =================================================================== RCS file: /cvsroot/eclipse/org.eclipse.platform-feature/wpf/configuration/config.ini,v retrieving revision 1.2 diff -u -r1.2 config.ini --- wpf/configuration/config.ini 7 Nov 2007 21:45:24 -0000 1.2 +++ wpf/configuration/config.ini 3 Feb 2009 20:28:31 -0000 @@ -38,7 +38,7 @@ # If the "start" tag is added then the bundle will be marked as started after being installed. # Simple bundle locations are interepreted as relative to the framework's parent directory. # The startlevel indicates the OSGi start level at which the bundle should run. -osgi.bundles=org.eclipse.equinox.common@2:start, org.eclipse.update.configurator@3:start, org.eclipse.core.runtime@start +osgi.bundles=org.eclipse.equinox.common@2:start, org.eclipse.update.configurator@3:start, org.eclipse.core.runtime@start, org.eclipse.equinox.ds@2:start # The product to run. A given Eclipse configuration may contain many products. # The product identified will supply the branding (window icons, title bar text) etc #P org.eclipse.sdk Index: macosx.cocoa/configuration/config.ini =================================================================== RCS file: /cvsroot/eclipse/org.eclipse.sdk-feature/features/org.eclipse.sdk/macosx.cocoa/configuration/config.ini,v retrieving revision 1.1 diff -u -r1.1 config.ini --- macosx.cocoa/configuration/config.ini 9 Sep 2008 18:23:31 -0000 1.1 +++ macosx.cocoa/configuration/config.ini 3 Feb 2009 20:28:32 -0000 @@ -39,7 +39,7 @@ # Simple bundle locations are interepreted as relative to the framework's parent directory. # The startlevel indicates the OSGi start level at which the bundle should run. # If this value is not set, the system computes an appropriate default. -osgi.bundles=org.eclipse.equinox.common@2:start, org.eclipse.update.configurator@3:start, org.eclipse.core.runtime@start +osgi.bundles=org.eclipse.equinox.common@2:start, org.eclipse.update.configurator@3:start, org.eclipse.core.runtime@start, org.eclipse.equinox.ds@2:start # The product to run. A given Eclipse configuration may contain many products. # The product identified will supply the branding (window icons, title bar text) etc Index: motif/configuration/config.ini =================================================================== RCS file: /cvsroot/eclipse/org.eclipse.sdk-feature/features/org.eclipse.sdk/motif/configuration/config.ini,v retrieving revision 1.6 diff -u -r1.6 config.ini --- motif/configuration/config.ini 7 Nov 2007 21:45:23 -0000 1.6 +++ motif/configuration/config.ini 3 Feb 2009 20:28:32 -0000 @@ -39,7 +39,7 @@ # Simple bundle locations are interepreted as relative to the framework's parent directory. # The startlevel indicates the OSGi start level at which the bundle should run. # If this value is not set, the system computes an appropriate default. -osgi.bundles=org.eclipse.equinox.common@2:start, org.eclipse.update.configurator@3:start, org.eclipse.core.runtime@start +osgi.bundles=org.eclipse.equinox.common@2:start, org.eclipse.update.configurator@3:start, org.eclipse.core.runtime@start, org.eclipse.equinox.ds@2:start # The product to run. A given Eclipse configuration may contain many products. # The product identified will supply the branding (window icons, title bar text) etc Index: macosx.carbon/configuration/config.ini =================================================================== RCS file: /cvsroot/eclipse/org.eclipse.sdk-feature/features/org.eclipse.sdk/macosx.carbon/configuration/config.ini,v retrieving revision 1.6 diff -u -r1.6 config.ini --- macosx.carbon/configuration/config.ini 7 Nov 2007 21:45:22 -0000 1.6 +++ macosx.carbon/configuration/config.ini 3 Feb 2009 20:28:32 -0000 @@ -39,7 +39,7 @@ # Simple bundle locations are interepreted as relative to the framework's parent directory. # The startlevel indicates the OSGi start level at which the bundle should run. # If this value is not set, the system computes an appropriate default. -osgi.bundles=org.eclipse.equinox.common@2:start, org.eclipse.update.configurator@3:start, org.eclipse.core.runtime@start +osgi.bundles=org.eclipse.equinox.common@2:start, org.eclipse.update.configurator@3:start, org.eclipse.core.runtime@start, org.eclipse.equinox.ds@2:start # The product to run. A given Eclipse configuration may contain many products. # The product identified will supply the branding (window icons, title bar text) etc Index: wpf/configuration/config.ini =================================================================== RCS file: /cvsroot/eclipse/org.eclipse.sdk-feature/features/org.eclipse.sdk/wpf/configuration/config.ini,v retrieving revision 1.2 diff -u -r1.2 config.ini --- wpf/configuration/config.ini 7 Nov 2007 21:45:22 -0000 1.2 +++ wpf/configuration/config.ini 3 Feb 2009 20:28:32 -0000 @@ -39,7 +39,7 @@ # Simple bundle locations are interepreted as relative to the framework's parent directory. # The startlevel indicates the OSGi start level at which the bundle should run. # If this value is not set, the system computes an appropriate default. -osgi.bundles=org.eclipse.equinox.common@2:start, org.eclipse.update.configurator@3:start, org.eclipse.core.runtime@start +osgi.bundles=org.eclipse.equinox.common@2:start, org.eclipse.update.configurator@3:start, org.eclipse.core.runtime@start, org.eclipse.equinox.ds@2:start # The product to run. A given Eclipse configuration may contain many products. # The product identified will supply the branding (window icons, title bar text) etc Index: gtk/configuration/config.ini =================================================================== RCS file: /cvsroot/eclipse/org.eclipse.sdk-feature/features/org.eclipse.sdk/gtk/configuration/config.ini,v retrieving revision 1.6 diff -u -r1.6 config.ini --- gtk/configuration/config.ini 7 Nov 2007 21:45:23 -0000 1.6 +++ gtk/configuration/config.ini 3 Feb 2009 20:28:32 -0000 @@ -39,7 +39,7 @@ # Simple bundle locations are interepreted as relative to the framework's parent directory. # The startlevel indicates the OSGi start level at which the bundle should run. # If this value is not set, the system computes an appropriate default. -osgi.bundles=org.eclipse.equinox.common@2:start, org.eclipse.update.configurator@3:start, org.eclipse.core.runtime@start +osgi.bundles=org.eclipse.equinox.common@2:start, org.eclipse.update.configurator@3:start, org.eclipse.core.runtime@start, org.eclipse.equinox.ds@2:start # The product to run. A given Eclipse configuration may contain many products. # The product identified will supply the branding (window icons, title bar text) etc Index: win32/configuration/config.ini =================================================================== RCS file: /cvsroot/eclipse/org.eclipse.sdk-feature/features/org.eclipse.sdk/win32/configuration/config.ini,v retrieving revision 1.6 diff -u -r1.6 config.ini --- win32/configuration/config.ini 7 Nov 2007 21:45:22 -0000 1.6 +++ win32/configuration/config.ini 3 Feb 2009 20:28:32 -0000 @@ -39,7 +39,7 @@ # Simple bundle locations are interepreted as relative to the framework's parent directory. # The startlevel indicates the OSGi start level at which the bundle should run. # If this value is not set, the system computes an appropriate default. -osgi.bundles=org.eclipse.equinox.common@2:start, org.eclipse.update.configurator@3:start, org.eclipse.core.runtime@start +osgi.bundles=org.eclipse.equinox.common@2:start, org.eclipse.update.configurator@3:start, org.eclipse.core.runtime@start, org.eclipse.equinox.ds@2:start # The product to run. A given Eclipse configuration may contain many products. # The product identified will supply the branding (window icons, title bar text) etc #P org.eclipse.rcp Index: rootfiles/configuration/config.ini =================================================================== RCS file: /cvsroot/eclipse/org.eclipse.sdk-feature/features/org.eclipse.rcp/rootfiles/configuration/config.ini,v retrieving revision 1.7 diff -u -r1.7 config.ini --- rootfiles/configuration/config.ini 7 Nov 2007 21:45:22 -0000 1.7 +++ rootfiles/configuration/config.ini 3 Feb 2009 20:28:33 -0000 @@ -38,7 +38,7 @@ # If the "start" tag is added then the bundle will be marked as started after being installed. # Simple bundle locations are interepreted as relative to the framework's parent directory. # The startlevel indicates the OSGi start level at which the bundle should run. -#osgi.bundles=org.eclipse.equinox.common@2:start, org.eclipse.update.configurator@3:start, org.eclipse.core.runtime@start +#osgi.bundles=org.eclipse.equinox.common@2:start, org.eclipse.update.configurator@3:start, org.eclipse.core.runtime@start, org.eclipse.equinox.ds@2:start # The product to run. A given Eclipse configuration may contain many products. # The product identified will supply the branding (window icons, title bar text) etc Index: feature.xml =================================================================== RCS file: /cvsroot/eclipse/org.eclipse.sdk-feature/features/org.eclipse.rcp/feature.xml,v retrieving revision 1.84 diff -u -r1.84 feature.xml --- feature.xml 15 Dec 2008 20:18:13 -0000 1.84 +++ feature.xml 3 Feb 2009 20:28:33 -0000 @@ -440,8 +440,22 @@ download-size="0" install-size="0" version="0.0.0" + unpack="false"/> + + + + - +