Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeff Johnston2018-01-30 20:46:07 +0000
committerJeff Johnston2018-01-30 20:47:12 +0000
commit127e71423ec7b9d54673d7e1a7863272be466f71 (patch)
treec55b97e9f2d8ed80eebae71a28036710645686ad /build/org.eclipse.cdt.meson.ui/.project
parent55fb64151bd85b1766dd92875a28f25117c4e631 (diff)
downloadorg.eclipse.cdt-127e71423ec7b9d54673d7e1a7863272be466f71.tar.gz
org.eclipse.cdt-127e71423ec7b9d54673d7e1a7863272be466f71.tar.xz
org.eclipse.cdt-127e71423ec7b9d54673d7e1a7863272be466f71.zip
Bug 530000 - Add Meson Build support
- initial contribution of Meson Build support based upon Core Build CMake Change-Id: I9a91901254b7750f4f5eef69ed5375a5c1cce0a4
Diffstat (limited to 'build/org.eclipse.cdt.meson.ui/.project')
-rw-r--r--build/org.eclipse.cdt.meson.ui/.project28
1 files changed, 28 insertions, 0 deletions
diff --git a/build/org.eclipse.cdt.meson.ui/.project b/build/org.eclipse.cdt.meson.ui/.project
new file mode 100644
index 00000000000..e70361cee48
--- /dev/null
+++ b/build/org.eclipse.cdt.meson.ui/.project
@@ -0,0 +1,28 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+ <name>org.eclipse.cdt.meson.ui</name>
+ <comment></comment>
+ <projects>
+ </projects>
+ <buildSpec>
+ <buildCommand>
+ <name>org.eclipse.jdt.core.javabuilder</name>
+ <arguments>
+ </arguments>
+ </buildCommand>
+ <buildCommand>
+ <name>org.eclipse.pde.ManifestBuilder</name>
+ <arguments>
+ </arguments>
+ </buildCommand>
+ <buildCommand>
+ <name>org.eclipse.pde.SchemaBuilder</name>
+ <arguments>
+ </arguments>
+ </buildCommand>
+ </buildSpec>
+ <natures>
+ <nature>org.eclipse.pde.PluginNature</nature>
+ <nature>org.eclipse.jdt.core.javanature</nature>
+ </natures>
+</projectDescription>

Back to the top