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:
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="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>
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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"/>
|
||||
|
|
Loading…
Add table
Reference in a new issue