1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-08-13 11:15:38 +02:00

add source to the XLC feature

This commit is contained in:
Vivian Kong 2008-02-26 16:26:06 +00:00
parent 38315df8f8
commit 0da7636b1b
3 changed files with 10 additions and 1 deletions

View file

@ -9,6 +9,7 @@
<target name="testbuild" depends="zips,test,copy"/>
<target name="buildcopy" depends="zips,copy"/>
<target name="cdtbuild" depends="tag,zips,test,upload"/>
<target name="buildzip" depends="zips"/>
<target name="init">
<touch file="${user.home}/.cvspass" />
@ -386,6 +387,9 @@
<antcall target="tagone">
<param name="tagmodule" value="org.eclipse.cdt/xlc/org.eclipse.cdt.errorparsers.xlc"/>
</antcall>
<antcall target="tagone">
<param name="tagmodule" value="org.eclipse.cdt/xlc/org.eclipse.cdt.errorparsers.xlc.tests"/>
</antcall>
<antcall target="tagone">
<param name="tagmodule" value="org.eclipse.cdt/xlc/org.eclipse.cdt.make.xlc.core"/>
</antcall>

View file

@ -1,4 +1,4 @@
###############################################################################
###############################################################################
# Copyright (c) 2006 IBM Corporation and others.
# All rights reserved. This program and the accompanying materials
# are made available under the terms of the Eclipse Public License v1.0
@ -14,3 +14,4 @@ bin.includes = feature.xml,\
epl-v10.html,\
eclipse_update_120.jpg
root = rootfiles
generate.feature@org.eclipse.cdt.xlc.source = org.eclipse.cdt.xlc.feature

View file

@ -21,6 +21,10 @@
<url>
<update label="%updateSiteName" url="http://download.eclipse.org/tools/cdt/releases/europa/"/>
</url>
<includes
id="org.eclipse.cdt.xlc.source"
version="0.0.0"/>
<requires>
<import plugin="org.eclipse.ui"/>