From df79a8d6117a5778bf28b6f468b0f42c0b026dc8 Mon Sep 17 00:00:00 2001 From: Andrew Niefer Date: Tue, 5 Dec 2006 21:56:56 +0000 Subject: Moving launcher code from equinox-incubator/org.eclipse.equinox.launcher (formely from platform-launcher) --- bundles/org.eclipse.equinox.executable/.project | 85 +++++++++++++++++++++++++ 1 file changed, 85 insertions(+) create mode 100644 bundles/org.eclipse.equinox.executable/.project (limited to 'bundles/org.eclipse.equinox.executable/.project') diff --git a/bundles/org.eclipse.equinox.executable/.project b/bundles/org.eclipse.equinox.executable/.project new file mode 100644 index 000000000..16ad5c453 --- /dev/null +++ b/bundles/org.eclipse.equinox.executable/.project @@ -0,0 +1,85 @@ + + + org.eclipse.equinox.executable + + + + + + org.eclipse.cdt.make.core.makeBuilder + clean,full,incremental, + + + org.eclipse.cdt.make.core.build.arguments + + + + org.eclipse.cdt.core.errorOutputParser + org.eclipse.cdt.core.MakeErrorParser;org.eclipse.cdt.core.GCCErrorParser;org.eclipse.cdt.core.GASErrorParser;org.eclipse.cdt.core.GLDErrorParser;org.eclipse.cdt.core.VCErrorParser; + + + org.eclipse.cdt.make.core.environment + JAVA_JNI=C:/Dev/Java/IBM_1.5.0/include|DEFAULT_OS=${system_property:osgi.os}|DEFAULT_WS=${system_property:osgi.ws}|DEFAULT_OS_ARCH=${system_property:osgi.arch}| + + + org.eclipse.cdt.make.core.enableAutoBuild + false + + + org.eclipse.cdt.make.core.build.target.inc + all + + + org.eclipse.cdt.make.core.enableFullBuild + true + + + org.eclipse.cdt.make.core.enabledIncrementalBuild + true + + + org.eclipse.cdt.make.core.build.location + \org.eclipse.equinox.executable\library\${system_property:osgi.ws} + + + org.eclipse.cdt.make.core.build.command + make + + + org.eclipse.cdt.make.core.build.target.clean + clean + + + org.eclipse.cdt.make.core.enableCleanBuild + true + + + org.eclipse.cdt.make.core.append_environment + true + + + org.eclipse.cdt.make.core.useDefaultBuildCmd + true + + + org.eclipse.cdt.make.core.build.target.auto + all + + + org.eclipse.cdt.make.core.stopOnError + false + + + + + org.eclipse.cdt.make.core.ScannerConfigBuilder + + + + + + org.eclipse.cdt.core.cnature + org.eclipse.cdt.make.core.makeNature + org.eclipse.cdt.make.core.ScannerConfigNature + + -- cgit v1.2.3