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 /bundles/org.eclipse.equinox.launcher
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 'bundles/org.eclipse.equinox.launcher')
-rw-r--r--bundles/org.eclipse.equinox.launcher/.cdtproject7
-rw-r--r--bundles/org.eclipse.equinox.launcher/.cproject8
2 files changed, 0 insertions, 15 deletions
diff --git a/bundles/org.eclipse.equinox.launcher/.cdtproject b/bundles/org.eclipse.equinox.launcher/.cdtproject
index 66a469dc8..70c61482c 100644
--- a/bundles/org.eclipse.equinox.launcher/.cdtproject
+++ b/bundles/org.eclipse.equinox.launcher/.cdtproject
@@ -100,13 +100,6 @@
<stopOnError>false</stopOnError>
<useDefaultCommand>false</useDefaultCommand>
</target>
-<target name="linux-all" path="library/motif" targetID="org.eclipse.cdt.make.MakeTargetBuilder">
-<buildCommand>make</buildCommand>
-<buildArguments>-f make_linux.mak</buildArguments>
-<buildTarget>all</buildTarget>
-<stopOnError>false</stopOnError>
-<useDefaultCommand>false</useDefaultCommand>
-</target>
</buildTargets>
</item>
</data>
diff --git a/bundles/org.eclipse.equinox.launcher/.cproject b/bundles/org.eclipse.equinox.launcher/.cproject
index 36b45a49d..c77b70e7c 100644
--- a/bundles/org.eclipse.equinox.launcher/.cproject
+++ b/bundles/org.eclipse.equinox.launcher/.cproject
@@ -96,14 +96,6 @@
<stopOnError>false</stopOnError>
<useDefaultCommand>false</useDefaultCommand>
</target>
-<target name="linux-all" path="library/motif" targetID="org.eclipse.cdt.make.MakeTargetBuilder">
-<buildCommand>make</buildCommand>
-<buildArguments>-f make_linux.mak</buildArguments>
-<buildTarget>all</buildTarget>
-<stopOnError>false</stopOnError>
-<useDefaultCommand>false</useDefaultCommand>
-</target>
-</buildTargets>
</storageModule>
<storageModule buildSystemId="org.eclipse.cdt.core.defaultConfigDataProvider" id="converted.config.1529602833" moduleId="org.eclipse.cdt.core.settings" name="convertedConfig">
<externalSettings/>

Back to the top