Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/releng
diff options
context:
space:
mode:
authorVivian Kong2008-08-26 18:35:13 +0000
committerVivian Kong2008-08-26 18:35:13 +0000
commit54d0aeb51f6ade5558312f18c5cc09613bc91fd1 (patch)
treef4acbd620824034c0d1fe76d51598398d5a85624 /releng
parentb4981a7e628eb0a1c091e4aa313408cc054781b2 (diff)
downloadorg.eclipse.cdt-54d0aeb51f6ade5558312f18c5cc09613bc91fd1.tar.gz
org.eclipse.cdt-54d0aeb51f6ade5558312f18c5cc09613bc91fd1.tar.xz
org.eclipse.cdt-54d0aeb51f6ade5558312f18c5cc09613bc91fd1.zip
update build script to tag lrparser.tests and upc.tests
Diffstat (limited to 'releng')
-rw-r--r--releng/org.eclipse.cdt.releng/build.xml8
1 files changed, 7 insertions, 1 deletions
diff --git a/releng/org.eclipse.cdt.releng/build.xml b/releng/org.eclipse.cdt.releng/build.xml
index 1d246a33f5a..aacd01bcb1a 100644
--- a/releng/org.eclipse.cdt.releng/build.xml
+++ b/releng/org.eclipse.cdt.releng/build.xml
@@ -15,7 +15,7 @@
<tstamp/>
<property name="eclipseDist" value="/home/data/httpd/download.eclipse.org/eclipse/downloads/drops/S-3.4RC4-200806091311/eclipse-SDK-3.4RC4-linux-gtk-ppc.tar.gz"/>
<property name="mylynDist" value="/home/data/httpd/download.eclipse.org/tools/mylyn/update/ganymede/mylyn-3.0.0.I20080526-0000-e3.4.zip"/>
- <property name="branchVersion" value="5.0.0"/>
+ <property name="branchVersion" value="5.1.0"/>
<property name="timestamp" value="${DSTAMP}${TSTAMP}" />
<property name="forceContextQualifier" value="${timestamp}"/>
<property name="buildingOSGi" value="true"/>
@@ -392,12 +392,18 @@
<param name="tagmodule" value="org.eclipse.cdt/lrparser/org.eclipse.cdt.core.lrparser.feature"/>
</antcall>
<antcall target="tagone">
+ <param name="tagmodule" value="org.eclipse.cdt/lrparser/org.eclipse.cdt.core.lrparser.tests"/>
+ </antcall>
+ <antcall target="tagone">
<param name="tagmodule" value="org.eclipse.cdt/upc/org.eclipse.cdt.core.parser.upc"/>
</antcall>
<antcall target="tagone">
<param name="tagmodule" value="org.eclipse.cdt/upc/org.eclipse.cdt.core.parser.upc.feature"/>
</antcall>
<antcall target="tagone">
+ <param name="tagmodule" value="org.eclipse.cdt/upc/org.eclipse.cdt.core.parser.upc.tests"/>
+ </antcall>
+ <antcall target="tagone">
<param name="tagmodule" value="org.eclipse.cdt/xlc/org.eclipse.cdt.managedbuilder.xlc.core"/>
</antcall>
<antcall target="tagone">

Back to the top