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 429335 | Differences between
and this patch

Collapse All | Expand All

(-)../org.eclipse.equinox.launcher.gtk.solaris.x86/.project (-1 / +1 lines)
Lines 1-6 Link Here
1
<?xml version="1.0" encoding="UTF-8"?>
1
<?xml version="1.0" encoding="UTF-8"?>
2
<projectDescription>
2
<projectDescription>
3
	<name>org.eclipse.equinox.launcher.gtk.solaris.x86</name>
3
	<name>org.eclipse.equinox.launcher.gtk.solaris.x86_64</name>
4
	<comment></comment>
4
	<comment></comment>
5
	<projects>
5
	<projects>
6
	</projects>
6
	</projects>
(-)../org.eclipse.equinox.launcher.gtk.solaris.x86/build.properties (-1 / +1 lines)
Lines 10-16 Link Here
10
###############################################################################
10
###############################################################################
11
bin.includes = META-INF/,\
11
bin.includes = META-INF/,\
12
               eclipse_*.so,\
12
               eclipse_*.so,\
13
               launcher.gtk.solaris.x86.properties,\
13
               launcher.gtk.solaris.x86_64.properties,\
14
               about.html
14
               about.html
15
               
15
               
16
customBuildCallbacks=customBuildCallbacks.xml
16
customBuildCallbacks=customBuildCallbacks.xml
(-)../org.eclipse.equinox.launcher.gtk.solaris.x86/META-INF/MANIFEST.MF (-3 / +3 lines)
Lines 2-10 Link Here
2
Bundle-ManifestVersion: 2
2
Bundle-ManifestVersion: 2
3
Bundle-Name: %pluginName
3
Bundle-Name: %pluginName
4
Bundle-Vendor: %providerName
4
Bundle-Vendor: %providerName
5
Bundle-SymbolicName: org.eclipse.equinox.launcher.gtk.solaris.x86;singleton:=true
5
Bundle-SymbolicName: org.eclipse.equinox.launcher.gtk.solaris.x86_64;singleton:=true
6
Bundle-Version: 1.1.200.qualifier
6
Bundle-Version: 1.1.200.qualifier
7
Fragment-Host: org.eclipse.equinox.launcher;bundle-version="[1.0.0,1.4.0)"
7
Fragment-Host: org.eclipse.equinox.launcher;bundle-version="[1.0.0,1.4.0)"
8
Eclipse-PlatformFilter: (& (osgi.ws=gtk) (osgi.os=solaris) (osgi.arch=x86))
8
Eclipse-PlatformFilter: (& (osgi.ws=gtk) (osgi.os=solaris) (osgi.arch=x86_64))
9
Bundle-Localization: launcher.gtk.solaris.x86
9
Bundle-Localization: launcher.gtk.solaris.x86_64
10
Eclipse-BundleShape: dir
10
Eclipse-BundleShape: dir
(-)../org.eclipse.equinox.launcher.gtk.solaris.x86/META-INF/p2.inf (+5 lines)
Line 0 Link Here
1
# bug 429343 - launcher needs VM argument "-d64" on Solaris to use the
2
# 64-bit JVM
3
4
instructions.configure = addJvmArg(jvmArg:-d64);removeProgramArg(programArg:--launcher.XXMaxPermSize);
5
(-)../org.eclipse.equinox.launcher.gtk.solaris.x86/pom.xml (-2 / +2 lines)
Lines 18-30 Link Here
18
    <relativePath>../../launcher-binary-parent</relativePath>
18
    <relativePath>../../launcher-binary-parent</relativePath>
19
  </parent>
19
  </parent>
20
  <groupId>org.eclipse.equinox</groupId>
20
  <groupId>org.eclipse.equinox</groupId>
21
  <artifactId>org.eclipse.equinox.launcher.gtk.solaris.x86</artifactId>
21
  <artifactId>org.eclipse.equinox.launcher.gtk.solaris.x86_64</artifactId>
22
  <version>1.1.200-SNAPSHOT</version>
22
  <version>1.1.200-SNAPSHOT</version>
23
  <packaging>eclipse-plugin</packaging>
23
  <packaging>eclipse-plugin</packaging>
24
24
25
  <properties>
25
  <properties>
26
    <os>solaris</os>
26
    <os>solaris</os>
27
    <ws>gtk</ws>
27
    <ws>gtk</ws>
28
    <arch>x86</arch>
28
    <arch>x86_64</arch>
29
  </properties>
29
  </properties>
30
</project>
30
</project>

Return to bug 429335