Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMike Kucera2009-10-21 14:58:54 +0000
committerMike Kucera2009-10-21 14:58:54 +0000
commitd204001ae3aa40d38defe0a4d9c26c500348cc30 (patch)
tree9f9674a6209e51bcde27d78218a336b504d61ef4
parentce11bb2e21acb4366b6d8e0089d1e1a425d4995e (diff)
downloadorg.eclipse.cdt-d204001ae3aa40d38defe0a4d9c26c500348cc30.tar.gz
org.eclipse.cdt-d204001ae3aa40d38defe0a4d9c26c500348cc30.tar.xz
org.eclipse.cdt-d204001ae3aa40d38defe0a4d9c26c500348cc30.zip
backporting xlc parser to 5.0 branch
-rw-r--r--xlc/org.eclipse.cdt.core.lrparser.xlc/.project28
1 files changed, 28 insertions, 0 deletions
diff --git a/xlc/org.eclipse.cdt.core.lrparser.xlc/.project b/xlc/org.eclipse.cdt.core.lrparser.xlc/.project
new file mode 100644
index 00000000000..3bfc968624b
--- /dev/null
+++ b/xlc/org.eclipse.cdt.core.lrparser.xlc/.project
@@ -0,0 +1,28 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+ <name>org.eclipse.cdt.core.lrparser.xlc</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