Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVivian Kong2009-10-26 02:36:41 +0000
committerVivian Kong2009-10-26 02:36:41 +0000
commite41605fb722a5b1d3030fc6d3247769585c57056 (patch)
treec034b3f795feec649a9387b6adc62436066ece66
parent71d43a958e37f5341eb802d4756a6227be6562cb (diff)
downloadorg.eclipse.cdt-e41605fb722a5b1d3030fc6d3247769585c57056.tar.gz
org.eclipse.cdt-e41605fb722a5b1d3030fc6d3247769585c57056.tar.xz
org.eclipse.cdt-e41605fb722a5b1d3030fc6d3247769585c57056.zip
add xlc parser to build
-rw-r--r--releng/org.eclipse.cdt.releng/build.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/releng/org.eclipse.cdt.releng/build.xml b/releng/org.eclipse.cdt.releng/build.xml
index 90440060e58..ad86bfc5fb3 100644
--- a/releng/org.eclipse.cdt.releng/build.xml
+++ b/releng/org.eclipse.cdt.releng/build.xml
@@ -426,6 +426,12 @@
<param name="tagmodule" value="org.eclipse.cdt/xlc/org.eclipse.cdt.make.xlc.core"/>
</antcall>
<antcall target="tagone">
+ <param name="tagmodule" value="org.eclipse.cdt/xlc/org.eclipse.cdt.core.lrparser.xlc"/>
+ </antcall>
+ <antcall target="tagone">
+ <param name="tagmodule" value="org.eclipse.cdt/xlc/org.eclipse.cdt.core.lrparser.xlc.tests"/>
+ </antcall>
+ <antcall target="tagone">
<param name="tagmodule" value="org.eclipse.cdt/xlc/org.eclipse.cdt.xlc.feature"/>
</antcall>
<antcall target="tagone">

Back to the top