mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-14 03:35:37 +02:00
add source to the XLC feature
This commit is contained in:
parent
38315df8f8
commit
0da7636b1b
3 changed files with 10 additions and 1 deletions
|
@ -9,6 +9,7 @@
|
||||||
<target name="testbuild" depends="zips,test,copy"/>
|
<target name="testbuild" depends="zips,test,copy"/>
|
||||||
<target name="buildcopy" depends="zips,copy"/>
|
<target name="buildcopy" depends="zips,copy"/>
|
||||||
<target name="cdtbuild" depends="tag,zips,test,upload"/>
|
<target name="cdtbuild" depends="tag,zips,test,upload"/>
|
||||||
|
<target name="buildzip" depends="zips"/>
|
||||||
|
|
||||||
<target name="init">
|
<target name="init">
|
||||||
<touch file="${user.home}/.cvspass" />
|
<touch file="${user.home}/.cvspass" />
|
||||||
|
@ -386,6 +387,9 @@
|
||||||
<antcall target="tagone">
|
<antcall target="tagone">
|
||||||
<param name="tagmodule" value="org.eclipse.cdt/xlc/org.eclipse.cdt.errorparsers.xlc"/>
|
<param name="tagmodule" value="org.eclipse.cdt/xlc/org.eclipse.cdt.errorparsers.xlc"/>
|
||||||
</antcall>
|
</antcall>
|
||||||
|
<antcall target="tagone">
|
||||||
|
<param name="tagmodule" value="org.eclipse.cdt/xlc/org.eclipse.cdt.errorparsers.xlc.tests"/>
|
||||||
|
</antcall>
|
||||||
<antcall target="tagone">
|
<antcall target="tagone">
|
||||||
<param name="tagmodule" value="org.eclipse.cdt/xlc/org.eclipse.cdt.make.xlc.core"/>
|
<param name="tagmodule" value="org.eclipse.cdt/xlc/org.eclipse.cdt.make.xlc.core"/>
|
||||||
</antcall>
|
</antcall>
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
###############################################################################
|
###############################################################################
|
||||||
# Copyright (c) 2006 IBM Corporation and others.
|
# Copyright (c) 2006 IBM Corporation and others.
|
||||||
# All rights reserved. This program and the accompanying materials
|
# All rights reserved. This program and the accompanying materials
|
||||||
# are made available under the terms of the Eclipse Public License v1.0
|
# are made available under the terms of the Eclipse Public License v1.0
|
||||||
|
@ -14,3 +14,4 @@ bin.includes = feature.xml,\
|
||||||
epl-v10.html,\
|
epl-v10.html,\
|
||||||
eclipse_update_120.jpg
|
eclipse_update_120.jpg
|
||||||
root = rootfiles
|
root = rootfiles
|
||||||
|
generate.feature@org.eclipse.cdt.xlc.source = org.eclipse.cdt.xlc.feature
|
||||||
|
|
|
@ -21,6 +21,10 @@
|
||||||
<url>
|
<url>
|
||||||
<update label="%updateSiteName" url="http://download.eclipse.org/tools/cdt/releases/europa/"/>
|
<update label="%updateSiteName" url="http://download.eclipse.org/tools/cdt/releases/europa/"/>
|
||||||
</url>
|
</url>
|
||||||
|
|
||||||
|
<includes
|
||||||
|
id="org.eclipse.cdt.xlc.source"
|
||||||
|
version="0.0.0"/>
|
||||||
|
|
||||||
<requires>
|
<requires>
|
||||||
<import plugin="org.eclipse.ui"/>
|
<import plugin="org.eclipse.ui"/>
|
||||||
|
|
Loading…
Add table
Reference in a new issue