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

(-)rt.equinox.framework/bundles/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>
(-)rt.equinox.framework/bundles/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
(-)rt.equinox.framework/bundles/org.eclipse.equinox.launcher.gtk.solaris.x86/customBuildCallbacks.xml (-1 / +1 lines)
Lines 43-49 Link Here
43
	<target name="post.build.sources">
43
	<target name="post.build.sources">
44
	</target>
44
	</target>
45
	
45
	
46
	<target name="pre.gather.bin.parts">
46
	<target name="pre.gather.bin.parts" unless="dontFetchBinaries">
47
		<property file="${basedir}/build.properties" />
47
		<property file="${basedir}/build.properties" />
48
		<basename file="${basedir}" property="fragmentName" />
48
		<basename file="${basedir}" property="fragmentName" />
49
		<available file="/gitroot/equinox/rt.equinox.binaries.git" type="dir" property="gitRepo" value="/gitroot/equinox/rt.equinox.binaries.git" />
49
		<available file="/gitroot/equinox/rt.equinox.binaries.git" type="dir" property="gitRepo" value="/gitroot/equinox/rt.equinox.binaries.git" />
(-)rt.equinox.framework/bundles/org.eclipse.equinox.launcher.gtk.solaris.x86/pom.xml (-2 / +2 lines)
Lines 18-24 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
Lines 26-31 Link Here
26
    <launcher-binary.version>1500</launcher-binary.version>
26
    <launcher-binary.version>1500</launcher-binary.version>
27
    <os>solaris</os>
27
    <os>solaris</os>
28
    <ws>gtk</ws>
28
    <ws>gtk</ws>
29
    <arch>x86</arch>
29
    <arch>x86_64</arch>
30
  </properties>
30
  </properties>
31
</project>
31
</project>
(-)rt.equinox.framework/bundles/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

Return to bug 429335