Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kurtakov2016-10-04 09:52:26 +0000
committerAlexander Kurtakov2016-11-03 17:12:38 +0000
commit747642bf9b3d754108a07a22975f2f221cd569c3 (patch)
treea91caab87de4480e6210374a83d2a80b09078c8b /features/org.eclipse.equinox.executable.feature/.project
parente4c5008a1f22b6c566fdef3fdf0fbf697f9aa3c4 (diff)
downloadrt.equinox.framework-747642bf9b3d754108a07a22975f2f221cd569c3.tar.gz
rt.equinox.framework-747642bf9b3d754108a07a22975f2f221cd569c3.tar.xz
rt.equinox.framework-747642bf9b3d754108a07a22975f2f221cd569c3.zip
Bug 452486 - Remove Motif leftovers
Delete the actual motif code. Change-Id: I94257d7da060ba6b9a4156497a7a189926b00db9 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
Diffstat (limited to 'features/org.eclipse.equinox.executable.feature/.project')
-rw-r--r--features/org.eclipse.equinox.executable.feature/.project2
1 files changed, 1 insertions, 1 deletions
diff --git a/features/org.eclipse.equinox.executable.feature/.project b/features/org.eclipse.equinox.executable.feature/.project
index d55d462a6..fcef345d9 100644
--- a/features/org.eclipse.equinox.executable.feature/.project
+++ b/features/org.eclipse.equinox.executable.feature/.project
@@ -59,7 +59,7 @@
</dictionary>
<dictionary>
<key>org.eclipse.cdt.make.core.environment</key>
- <value>DEFAULT_OS=${system_property:osgi.os}|DEFAULT_OS_ARCH=${system_property:osgi.arch}|X11_HOME=/usr/X11R6|DEFAULT_WS=${system_property:osgi.ws}|JAVA_HOME=${system_property:java.home}/..|MOTIF_HOME=/usr/X11|PKG_CONFIG_PATH=/usr/local/lib/pkgconfig:/usr/local/share/pkgconfig:/usr/lib64/pkgconfig:/usr/share/pkgconfig:/opt/kde3/lib64/pkgconfig:/opt/gnome/lib64/pkgconfig:/opt/gnome/lib64/pkgconfig:/opt/gnome/share/pkgconfig|</value>
+ <value>DEFAULT_OS=${system_property:osgi.os}|DEFAULT_OS_ARCH=${system_property:osgi.arch}|X11_HOME=/usr/X11R6|DEFAULT_WS=${system_property:osgi.ws}|JAVA_HOME=${system_property:java.home}/..|PKG_CONFIG_PATH=/usr/local/lib/pkgconfig:/usr/local/share/pkgconfig:/usr/lib64/pkgconfig:/usr/share/pkgconfig:/opt/kde3/lib64/pkgconfig:/opt/gnome/lib64/pkgconfig:/opt/gnome/lib64/pkgconfig:/opt/gnome/share/pkgconfig|</value>
</dictionary>
<dictionary>
<key>org.eclipse.cdt.make.core.stopOnError</key>

Back to the top