Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'features/org.eclipse.equinox.executable.feature/.cdtproject')
-rw-r--r--features/org.eclipse.equinox.executable.feature/.cdtproject14
1 files changed, 0 insertions, 14 deletions
diff --git a/features/org.eclipse.equinox.executable.feature/.cdtproject b/features/org.eclipse.equinox.executable.feature/.cdtproject
index 1f97f1385..8640d918c 100644
--- a/features/org.eclipse.equinox.executable.feature/.cdtproject
+++ b/features/org.eclipse.equinox.executable.feature/.cdtproject
@@ -86,20 +86,6 @@
<stopOnError>false</stopOnError>
<useDefaultCommand>false</useDefaultCommand>
</target>
-<target name="linux-all" targetID="org.eclipse.cdt.make.MakeTargetBuilder" path="library/motif">
-<buildCommand>make</buildCommand>
-<buildArguments>-f make_linux.mak JAVA_HOME=/usr/java/1.5 DEFAULT_WS=motif</buildArguments>
-<buildTarget>all</buildTarget>
-<stopOnError>false</stopOnError>
-<useDefaultCommand>false</useDefaultCommand>
-</target>
-<target name="clean" targetID="org.eclipse.cdt.make.MakeTargetBuilder" path="library/motif">
-<buildCommand>make</buildCommand>
-<buildArguments>-f make_linux.mak</buildArguments>
-<buildTarget>clean</buildTarget>
-<stopOnError>false</stopOnError>
-<useDefaultCommand>false</useDefaultCommand>
-</target>
<target name="linux-all" targetID="org.eclipse.cdt.make.MakeTargetBuilder" path="library/gtk">
<buildCommand>make</buildCommand>
<buildArguments>-f make_linux.mak JAVA_HOME=/usr/java/1.5</buildArguments>

Back to the top