mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-09 01:05:38 +02:00
releng updates for new XLC plugins (bug 193605)
This commit is contained in:
parent
d1561de41d
commit
83be4e7382
3 changed files with 9 additions and 1 deletions
|
@ -15,7 +15,7 @@ cd `dirname $0`
|
||||||
mkdir -p tools
|
mkdir -p tools
|
||||||
cd tools
|
cd tools
|
||||||
cvs -d:pserver:anonymous@dev.eclipse.org:/cvsroot/eclipse \
|
cvs -d:pserver:anonymous@dev.eclipse.org:/cvsroot/eclipse \
|
||||||
checkout -r v20071108 org.eclipse.releng.basebuilder
|
checkout -r M4_34 org.eclipse.releng.basebuilder
|
||||||
cd ..
|
cd ..
|
||||||
|
|
||||||
java -jar tools/org.eclipse.releng.basebuilder/plugins/org.eclipse.equinox.launcher.jar \
|
java -jar tools/org.eclipse.releng.basebuilder/plugins/org.eclipse.equinox.launcher.jar \
|
||||||
|
|
|
@ -377,12 +377,18 @@
|
||||||
<param name="tagmodule" value="org.eclipse.cdt/upc/org.eclipse.cdt.core.parser.upc.feature"/>
|
<param name="tagmodule" value="org.eclipse.cdt/upc/org.eclipse.cdt.core.parser.upc.feature"/>
|
||||||
</antcall>
|
</antcall>
|
||||||
-->
|
-->
|
||||||
|
<antcall target="tagone">
|
||||||
|
<param name="tagmodule" value="org.eclipse.cdt/xlc/org.eclipse.cdt.managedbuilder.xlc.core"/>
|
||||||
|
</antcall>
|
||||||
<antcall target="tagone">
|
<antcall target="tagone">
|
||||||
<param name="tagmodule" value="org.eclipse.cdt/xlc/org.eclipse.cdt.managedbuilder.xlc.ui"/>
|
<param name="tagmodule" value="org.eclipse.cdt/xlc/org.eclipse.cdt.managedbuilder.xlc.ui"/>
|
||||||
</antcall>
|
</antcall>
|
||||||
<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.make.xlc.core"/>
|
||||||
|
</antcall>
|
||||||
<antcall target="tagone">
|
<antcall target="tagone">
|
||||||
<param name="tagmodule" value="org.eclipse.cdt/xlc/org.eclipse.cdt.xlc.feature"/>
|
<param name="tagmodule" value="org.eclipse.cdt/xlc/org.eclipse.cdt.xlc.feature"/>
|
||||||
</antcall>
|
</antcall>
|
||||||
|
|
|
@ -68,6 +68,8 @@ feature@org.eclipse.cdt.debug.gdbjtag=@cdtTag@,:pserver:anonymous@dev.eclipse.or
|
||||||
|
|
||||||
! XL compiler integration
|
! XL compiler integration
|
||||||
plugin@org.eclipse.cdt.errorparsers.xlc=@cdtTag@,:pserver:anonymous@dev.eclipse.org:/cvsroot/tools,,org.eclipse.cdt/xlc/org.eclipse.cdt.errorparsers.xlc
|
plugin@org.eclipse.cdt.errorparsers.xlc=@cdtTag@,:pserver:anonymous@dev.eclipse.org:/cvsroot/tools,,org.eclipse.cdt/xlc/org.eclipse.cdt.errorparsers.xlc
|
||||||
|
plugin@org.eclipse.cdt.make.xlc.core=@cdtTag@,:pserver:anonymous@dev.eclipse.org:/cvsroot/tools,,org.eclipse.cdt/xlc/org.eclipse.cdt.make.xlc.core
|
||||||
|
plugin@org.eclipse.cdt.managedbuilder.xlc.core=@cdtTag@,:pserver:anonymous@dev.eclipse.org:/cvsroot/tools,,org.eclipse.cdt/xlc/org.eclipse.cdt.managedbuilder.xlc.core
|
||||||
plugin@org.eclipse.cdt.managedbuilder.xlc.ui=@cdtTag@,:pserver:anonymous@dev.eclipse.org:/cvsroot/tools,,org.eclipse.cdt/xlc/org.eclipse.cdt.managedbuilder.xlc.ui
|
plugin@org.eclipse.cdt.managedbuilder.xlc.ui=@cdtTag@,:pserver:anonymous@dev.eclipse.org:/cvsroot/tools,,org.eclipse.cdt/xlc/org.eclipse.cdt.managedbuilder.xlc.ui
|
||||||
feature@org.eclipse.cdt.xlc.feature=@cdtTag@,:pserver:anonymous@dev.eclipse.org:/cvsroot/tools,,org.eclipse.cdt/xlc/org.eclipse.cdt.xlc.feature
|
feature@org.eclipse.cdt.xlc.feature=@cdtTag@,:pserver:anonymous@dev.eclipse.org:/cvsroot/tools,,org.eclipse.cdt/xlc/org.eclipse.cdt.xlc.feature
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue