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
(-)rt.equinox.framework/bundles/org.eclipse.equinox.launcher.gtk.solaris.x86/target/MANIFEST.MF (-6 / +7 lines)
Lines 1-17 Link Here
1
Manifest-Version: 1.0
1
Manifest-Version: 1.0
2
Eclipse-SourceReferences: scm:git:http://git.eclipse.org/gitroot/equin
2
Eclipse-SourceReferences: scm:git:http://git.eclipse.org/gitroot/equin
3
 ox/rt.equinox.framework.git;path="bundles/org.eclipse.equinox.launche
3
 ox/rt.equinox.framework.git;path="bundles/org.eclipse.equinox.launche
4
 r.gtk.solaris.x86";commitId=ddf0ae7a62c82abbfaf695c1dfccbbb0bb49f547
4
 r.gtk.solaris.x86_64";commitId=ddf0ae7a62c82abbfaf695c1dfccbbb0bb49f5
5
 47
5
Bundle-Vendor: %providerName
6
Bundle-Vendor: %providerName
6
Fragment-Host: org.eclipse.equinox.launcher;bundle-version="[1.0.0,1.4
7
Fragment-Host: org.eclipse.equinox.launcher;bundle-version="[1.0.0,1.4
7
 .0)"
8
 .0)"
8
Eclipse-BundleShape: dir
9
Eclipse-BundleShape: dir
9
Bundle-Version: 1.1.200.v20140225-1619
10
Bundle-Version: 1.1.200.v20140228-1356
10
Eclipse-PlatformFilter: (& (osgi.ws=gtk) (osgi.os=solaris) (osgi.arch=
11
Eclipse-PlatformFilter: (& (osgi.ws=gtk) (osgi.os=solaris) (osgi.arch=
11
 x86))
12
 x86_64))
12
Bundle-Localization: launcher.gtk.solaris.x86
13
Bundle-Localization: launcher.gtk.solaris.x86_64
13
Bundle-Name: %pluginName
14
Bundle-Name: %pluginName
14
Bundle-ManifestVersion: 2
15
Bundle-ManifestVersion: 2
15
Bundle-SymbolicName: org.eclipse.equinox.launcher.gtk.solaris.x86;sing
16
Bundle-SymbolicName: org.eclipse.equinox.launcher.gtk.solaris.x86_64;s
16
 leton:=true
17
 ingleton:=true
17
18
(-)rt.equinox.framework/bundles/org.eclipse.equinox.launcher.gtk.solaris.x86/target/local-artifacts.properties (-4 / +4 lines)
Lines 1-4 Link Here
1
#Fri Feb 28 18:22:51 CET 2014
1
#Fri Feb 28 18:22:52 CET 2014
2
artifact.attached.p2metadata=/home/h2841/git/eclipse/eclipse.platform.releng.aggregator/rt.equinox.framework/bundles/org.eclipse.equinox.launcher.gtk.solaris.x86/target/p2content.xml
2
artifact.attached.p2metadata=/home/h2841/git/eclipse/eclipse.platform.releng.aggregator/rt.equinox.framework/bundles/org.eclipse.equinox.launcher.gtk.solaris.x86_64/target/p2content.xml
3
artifact.main=/home/h2841/git/eclipse/eclipse.platform.releng.aggregator/rt.equinox.framework/bundles/org.eclipse.equinox.launcher.gtk.solaris.x86/target/org.eclipse.equinox.launcher.gtk.solaris.x86-1.1.200-SNAPSHOT.jar
3
artifact.main=/home/h2841/git/eclipse/eclipse.platform.releng.aggregator/rt.equinox.framework/bundles/org.eclipse.equinox.launcher.gtk.solaris.x86_64/target/org.eclipse.equinox.launcher.gtk.solaris.x86_64-1.1.200-SNAPSHOT.jar
4
artifact.attached.p2artifacts=/home/h2841/git/eclipse/eclipse.platform.releng.aggregator/rt.equinox.framework/bundles/org.eclipse.equinox.launcher.gtk.solaris.x86/target/p2artifacts.xml
4
artifact.attached.p2artifacts=/home/h2841/git/eclipse/eclipse.platform.releng.aggregator/rt.equinox.framework/bundles/org.eclipse.equinox.launcher.gtk.solaris.x86_64/target/p2artifacts.xml
(-)rt.equinox.framework/bundles/org.eclipse.equinox.launcher.gtk.solaris.x86/target/p2artifacts.xml (-4 / +4 lines)
Lines 1-12 Link Here
1
<?xml version='1.0' encoding='UTF-8'?>
1
<?xml version='1.0' encoding='UTF-8'?>
2
<?artifactRepository version='1.1.0'?>
2
<?artifactRepository version='1.1.0'?>
3
<artifacts size='1'>
3
<artifacts size='1'>
4
  <artifact classifier='osgi.bundle' id='org.eclipse.equinox.launcher.gtk.solaris.x86' version='1.1.200.v20140225-1619'>
4
  <artifact classifier='osgi.bundle' id='org.eclipse.equinox.launcher.gtk.solaris.x86_64' version='1.1.200.v20140228-1356'>
5
    <properties size='5'>
5
    <properties size='5'>
6
      <property name='artifact.size' value='31494'/>
6
      <property name='artifact.size' value='38192'/>
7
      <property name='download.size' value='31494'/>
7
      <property name='download.size' value='38192'/>
8
      <property name='maven-groupId' value='org.eclipse.equinox'/>
8
      <property name='maven-groupId' value='org.eclipse.equinox'/>
9
      <property name='maven-artifactId' value='org.eclipse.equinox.launcher.gtk.solaris.x86'/>
9
      <property name='maven-artifactId' value='org.eclipse.equinox.launcher.gtk.solaris.x86_64'/>
10
      <property name='maven-version' value='1.1.200-SNAPSHOT'/>
10
      <property name='maven-version' value='1.1.200-SNAPSHOT'/>
11
    </properties>
11
    </properties>
12
  </artifact>
12
  </artifact>
(-)rt.equinox.framework/bundles/org.eclipse.equinox.launcher.gtk.solaris.x86/target/p2content.xml (-11 / +11 lines)
Lines 1-22 Link Here
1
<?xml version='1.0' encoding='UTF-8'?>
1
<?xml version='1.0' encoding='UTF-8'?>
2
<units size='1'>
2
<units size='1'>
3
  <unit id='org.eclipse.equinox.launcher.gtk.solaris.x86' version='1.1.200.v20140225-1619'>
3
  <unit id='org.eclipse.equinox.launcher.gtk.solaris.x86_64' version='1.1.200.v20140228-1356'>
4
    <update id='org.eclipse.equinox.launcher.gtk.solaris.x86' range='[0.0.0,1.1.200.v20140225-1619)' severity='0'/>
4
    <update id='org.eclipse.equinox.launcher.gtk.solaris.x86_64' range='[0.0.0,1.1.200.v20140228-1356)' severity='0'/>
5
    <properties size='8'>
5
    <properties size='8'>
6
      <property name='df_LT.providerName' value='Eclipse.org - Equinox'/>
6
      <property name='df_LT.providerName' value='Eclipse.org - Equinox'/>
7
      <property name='df_LT.pluginName' value='Equinox Launcher Solaris X86 Fragment'/>
7
      <property name='df_LT.pluginName' value='Equinox Launcher Solaris X86_64 Fragment'/>
8
      <property name='org.eclipse.equinox.p2.name' value='%pluginName'/>
8
      <property name='org.eclipse.equinox.p2.name' value='%pluginName'/>
9
      <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
9
      <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
10
      <property name='org.eclipse.equinox.p2.bundle.localization' value='launcher.gtk.solaris.x86'/>
10
      <property name='org.eclipse.equinox.p2.bundle.localization' value='launcher.gtk.solaris.x86_64'/>
11
      <property name='maven-groupId' value='org.eclipse.equinox'/>
11
      <property name='maven-groupId' value='org.eclipse.equinox'/>
12
      <property name='maven-artifactId' value='org.eclipse.equinox.launcher.gtk.solaris.x86'/>
12
      <property name='maven-artifactId' value='org.eclipse.equinox.launcher.gtk.solaris.x86_64'/>
13
      <property name='maven-version' value='1.1.200-SNAPSHOT'/>
13
      <property name='maven-version' value='1.1.200-SNAPSHOT'/>
14
    </properties>
14
    </properties>
15
    <provides size='5'>
15
    <provides size='5'>
16
      <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.launcher.gtk.solaris.x86' version='1.1.200.v20140225-1619'/>
16
      <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.launcher.gtk.solaris.x86_64' version='1.1.200.v20140228-1356'/>
17
      <provided namespace='osgi.bundle' name='org.eclipse.equinox.launcher.gtk.solaris.x86' version='1.1.200.v20140225-1619'/>
17
      <provided namespace='osgi.bundle' name='org.eclipse.equinox.launcher.gtk.solaris.x86_64' version='1.1.200.v20140228-1356'/>
18
      <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' version='1.0.0'/>
18
      <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' version='1.0.0'/>
19
      <provided namespace='osgi.fragment' name='org.eclipse.equinox.launcher' version='1.1.200.v20140225-1619'/>
19
      <provided namespace='osgi.fragment' name='org.eclipse.equinox.launcher' version='1.1.200.v20140228-1356'/>
20
      <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
20
      <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
21
    </provides>
21
    </provides>
22
    <requires size='1'>
22
    <requires size='1'>
Lines 23-38 Link Here
23
      <required namespace='osgi.bundle' name='org.eclipse.equinox.launcher' range='[1.0.0,1.4.0)'/>
23
      <required namespace='osgi.bundle' name='org.eclipse.equinox.launcher' range='[1.0.0,1.4.0)'/>
24
    </requires>
24
    </requires>
25
    <filter>
25
    <filter>
26
      (&amp;(osgi.arch=x86)(osgi.os=solaris)(osgi.ws=gtk))
26
      (&amp;(osgi.arch=x86_64)(osgi.os=solaris)(osgi.ws=gtk))
27
    </filter>
27
    </filter>
28
    <artifacts size='1'>
28
    <artifacts size='1'>
29
      <artifact classifier='osgi.bundle' id='org.eclipse.equinox.launcher.gtk.solaris.x86' version='1.1.200.v20140225-1619'/>
29
      <artifact classifier='osgi.bundle' id='org.eclipse.equinox.launcher.gtk.solaris.x86_64' version='1.1.200.v20140228-1356'/>
30
    </artifacts>
30
    </artifacts>
31
    <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
31
    <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
32
    <touchpointData size='1'>
32
    <touchpointData size='1'>
33
      <instructions size='2'>
33
      <instructions size='2'>
34
        <instruction key='manifest'>
34
        <instruction key='manifest'>
35
          Bundle-SymbolicName: org.eclipse.equinox.launcher.gtk.solaris.x86;singleton:=true&#xA;Bundle-Version: 1.1.200.v20140225-1619&#xA;Fragment-Host: org.eclipse.equinox.launcher;bundle-version=&quot;[1.0.0,1.4.0)&quot;
35
          Bundle-SymbolicName: org.eclipse.equinox.launcher.gtk.solaris.x86_64;singleton:=true&#xA;Bundle-Version: 1.1.200.v20140228-1356&#xA;Fragment-Host: org.eclipse.equinox.launcher;bundle-version=&quot;[1.0.0,1.4.0)&quot;&#xA;
36
        </instruction>
36
        </instruction>
37
        <instruction key='zipped'>
37
        <instruction key='zipped'>
38
          true
38
          true
(-)rt.equinox.framework/bundles/org.eclipse.equinox.launcher.gtk.solaris.x86/target/antrun/build-main.xml (-1 / +1 lines)
Lines 2-8 Link Here
2
<project name="maven-antrun-" default="main"  >
2
<project name="maven-antrun-" default="main"  >
3
<target name="main">
3
<target name="main">
4
  <copy todir="." overwrite="true">
4
  <copy todir="." overwrite="true">
5
    <fileset dir="../../../rt.equinox.binaries/org.eclipse.equinox.launcher.gtk.solaris.x86/">
5
    <fileset dir="../../../rt.equinox.binaries/org.eclipse.equinox.launcher.gtk.solaris.x86_64/">
6
      <include name="*.so"/>
6
      <include name="*.so"/>
7
      <include name="*.dll"/>
7
      <include name="*.dll"/>
8
    </fileset>
8
    </fileset>

Return to bug 429335