View | Details | Raw Unified | Return to bug 384104
Collapse All | Expand All

(-)a/platform/org.eclipse.platform/META-INF/MANIFEST.MF (-1 / +1 lines)
Lines 2-8 Link Here
2
Bundle-ManifestVersion: 2
2
Bundle-ManifestVersion: 2
3
Bundle-Name: %pluginName
3
Bundle-Name: %pluginName
4
Bundle-SymbolicName: org.eclipse.platform; singleton:=true
4
Bundle-SymbolicName: org.eclipse.platform; singleton:=true
5
Bundle-Version: 4.2.0.qualifier
5
Bundle-Version: 4.2.1.qualifier
6
Bundle-ClassPath: platform.jar
6
Bundle-ClassPath: platform.jar
7
Bundle-Vendor: %providerName
7
Bundle-Vendor: %providerName
8
Bundle-Localization: plugin
8
Bundle-Localization: plugin
(-)a/platform/org.eclipse.platform/plugin.properties (-1 / +1 lines)
Lines 14-20 Link Here
14
productName=Eclipse Platform
14
productName=Eclipse Platform
15
productBlurb=Eclipse Platform\n\
15
productBlurb=Eclipse Platform\n\
16
\n\
16
\n\
17
Version: 4.2.0\n\
17
Version: 4.2.1\n\
18
Build id: {0}\n\
18
Build id: {0}\n\
19
\n\
19
\n\
20
(c) Copyright Eclipse contributors and others 2000, 2012.  All rights reserved.\n\
20
(c) Copyright Eclipse contributors and others 2000, 2012.  All rights reserved.\n\
(-)a/platform/org.eclipse.platform/plugin_customization.ini (+3 lines)
Lines 24-29 Link Here
24
# show progress on startup
24
# show progress on startup
25
org.eclipse.ui/SHOW_PROGRESS_ON_STARTUP=true
25
org.eclipse.ui/SHOW_PROGRESS_ON_STARTUP=true
26
26
27
# lightweight auto-refresh on access by default
28
org.eclipse.core.resources/refresh.lightweight.enabled=true
29
27
# Welcome theme to use
30
# Welcome theme to use
28
org.eclipse.ui.intro/INTRO_THEME = org.eclipse.ui.intro.universal.slate
31
org.eclipse.ui.intro/INTRO_THEME = org.eclipse.ui.intro.universal.slate
29
32
(-)a/platform/org.eclipse.platform/pom.xml (-1 / +1 lines)
Lines 21-26 Link Here
21
  </parent>
21
  </parent>
22
  <groupId>org.eclipse.platform</groupId>
22
  <groupId>org.eclipse.platform</groupId>
23
  <artifactId>org.eclipse.platform</artifactId>
23
  <artifactId>org.eclipse.platform</artifactId>
24
  <version>4.2.0-SNAPSHOT</version>
24
  <version>4.2.1-SNAPSHOT</version>
25
  <packaging>eclipse-plugin</packaging>
25
  <packaging>eclipse-plugin</packaging>
26
</project>
26
</project>

Return to bug 384104