Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Watson2016-04-28 21:10:46 +0000
committerThomas Watson2016-04-28 21:10:46 +0000
commit38c7472358b829dac4ef35dddf53e71d909b3576 (patch)
treec2f126a03bb649d2e8d640f18bc6ad4c91d95bf8 /features
parent7585991d024fb8603c8795204e4079dd7cdb9bce (diff)
downloadrt.equinox.framework-38c7472358b829dac4ef35dddf53e71d909b3576.tar.gz
rt.equinox.framework-38c7472358b829dac4ef35dddf53e71d909b3576.tar.xz
rt.equinox.framework-38c7472358b829dac4ef35dddf53e71d909b3576.zip
Bug 492013 - repeating comparator errors related to launcher feature
Clean up remaining solaris x86 and sparc stuff Change-Id: I0471eda0054ff9661e32dd86178f3ec4128e4441 Signed-off-by: Thomas Watson <tjwatson@us.ibm.com>
Diffstat (limited to 'features')
-rw-r--r--features/org.eclipse.equinox.executable.feature/build.properties5
-rw-r--r--features/org.eclipse.equinox.executable.feature/pom.xml2
-rw-r--r--features/org.eclipse.equinox.executable.feature/resources/build.properties4
-rw-r--r--features/org.eclipse.equinox.executable.feature/resources/build.xml16
4 files changed, 0 insertions, 27 deletions
diff --git a/features/org.eclipse.equinox.executable.feature/build.properties b/features/org.eclipse.equinox.executable.feature/build.properties
index fbe1bc960..06719a6e2 100644
--- a/features/org.eclipse.equinox.executable.feature/build.properties
+++ b/features/org.eclipse.equinox.executable.feature/build.properties
@@ -46,14 +46,9 @@ root.aix.gtk.ppc.permissions.755=launcher
root.hpux.gtk.ia64=bin/gtk/hpux/ia64
root.hpux.gtk.ia64.permissions.755=launcher
-root.solaris.gtk.x86=bin/gtk/solaris/x86
-root.solaris.gtk.x86.permissions.755=launcher
root.solaris.gtk.x86_64=bin/gtk/solaris/x86_64
root.solaris.gtk.x86_64.permissions.755=launcher
-root.solaris.gtk.sparc=bin/gtk/solaris/sparc
-root.solaris.gtk.sparc.permissions.755=launcher
-
root.linux.gtk.x86_64=bin/gtk/linux/x86_64,gtk_root
root.linux.gtk.x86_64.permissions.755=libcairo-swt.so
diff --git a/features/org.eclipse.equinox.executable.feature/pom.xml b/features/org.eclipse.equinox.executable.feature/pom.xml
index 09fc6c310..c9e8bce0b 100644
--- a/features/org.eclipse.equinox.executable.feature/pom.xml
+++ b/features/org.eclipse.equinox.executable.feature/pom.xml
@@ -511,8 +511,6 @@
<include name="gtk/linux/ppc64le/**/*"/>
<include name="gtk/linux/x86/**/*"/>
<include name="gtk/linux/x86_64/**/*"/>
- <include name="gtk/solaris/sparc/**/*"/>
- <include name="gtk/solaris/x86/**/*"/>
<include name="gtk/solaris/x86_64/**/*"/>
<include name="win32/win32/x86/**/*"/>
<include name="win32/win32/x86_64/**/*"/>
diff --git a/features/org.eclipse.equinox.executable.feature/resources/build.properties b/features/org.eclipse.equinox.executable.feature/resources/build.properties
index 1f9d3d5d3..9edd9bc96 100644
--- a/features/org.eclipse.equinox.executable.feature/resources/build.properties
+++ b/features/org.eclipse.equinox.executable.feature/resources/build.properties
@@ -48,12 +48,8 @@ root.aix.gtk.ppc.permissions.755=launcher
root.hpux.gtk.ia64=bin/gtk/hpux/ia64
root.hpux.gtk.ia64.permissions.755=launcher
-root.solaris.gtk.x86=bin/gtk/solaris/x86
-root.solaris.gtk.x86.permissions.755=launcher
root.solaris.gtk.x86_64=bin/gtk/solaris/x86_64
root.solaris.gtk.x86_64.permissions.755=launcher
-root.solaris.gtk.sparc=bin/gtk/solaris/sparc
-root.solaris.gtk.sparc.permissions.755=launcher
root.linux.gtk.x86_64=bin/gtk/linux/x86_64,gtk_root
root.linux.gtk.x86_64.permissions.755=libcairo-swt.so
diff --git a/features/org.eclipse.equinox.executable.feature/resources/build.xml b/features/org.eclipse.equinox.executable.feature/resources/build.xml
index 958f9230f..4352acb57 100644
--- a/features/org.eclipse.equinox.executable.feature/resources/build.xml
+++ b/features/org.eclipse.equinox.executable.feature/resources/build.xml
@@ -212,20 +212,6 @@
</copy>
<chmod perm="755" dir="${feature.base}/linux.gtk.s390/${collectingFolder}" includes="launcher" />
</target>
- <target name="rootFilessolaris_gtk_sparc">
- <mkdir dir="${feature.base}/solaris.gtk.sparc/${collectingFolder}"/>
- <copy todir="${feature.base}/solaris.gtk.sparc/${collectingFolder}" failonerror="true" overwrite="true">
- <fileset dir="${basedir}/bin/gtk/solaris/sparc" includes="**" />
- </copy>
- <chmod perm="755" dir="${feature.base}/solaris.gtk.sparc/${collectingFolder}" includes="launcher" />
- </target>
- <target name="rootFilessolaris_gtk_x86">
- <mkdir dir="${feature.base}/solaris.gtk.x86/${collectingFolder}"/>
- <copy todir="${feature.base}/solaris.gtk.x86/${collectingFolder}" failonerror="true" overwrite="true">
- <fileset dir="${basedir}/bin/gtk/solaris/x86" includes="**" />
- </copy>
- <chmod perm="755" dir="${feature.base}/solaris.gtk.x86/${collectingFolder}" includes="launcher" />
- </target>
<target name="rootFilessolaris_gtk_x86_64">
<mkdir dir="${feature.base}/solaris.gtk.x86_64/${collectingFolder}"/>
<copy todir="${feature.base}/solaris.gtk.x86_64/${collectingFolder}" failonerror="true" overwrite="true">
@@ -264,8 +250,6 @@
<antcall target="rootFileslinux_gtk_x86_64"/>
<antcall target="rootFileslinux_gtk_ia64"/>
<antcall target="rootFileslinux_gtk_s390x"/>
- <antcall target="rootFilessolaris_gtk_sparc"/>
- <antcall target="rootFilessolaris_gtk_x86"/>
<antcall target="rootFilessolaris_gtk_x86_64"/>
<antcall target="rootFilesaix_gtk_ppc64"/>
<antcall target="rootFilesaix_gtk_ppc"/>

Back to the top