mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-06-08 02:06:01 +02:00
bug 260292 - adding DSF plugins to CDT build
This commit is contained in:
parent
2682e96f7a
commit
40cca73120
2 changed files with 8 additions and 4 deletions
|
@ -81,9 +81,11 @@
|
||||||
<ant antfile="build.xml" dir="${pde.build.scripts}" target="preBuild">
|
<ant antfile="build.xml" dir="${pde.build.scripts}" target="preBuild">
|
||||||
<property name="builder" value="${basedir}/util"/>
|
<property name="builder" value="${basedir}/util"/>
|
||||||
</ant>
|
</ant>
|
||||||
|
<!--
|
||||||
<ant antfile="build.xml" dir="${pde.build.scripts}" target="preBuild">
|
<ant antfile="build.xml" dir="${pde.build.scripts}" target="preBuild">
|
||||||
<property name="builder" value="${basedir}/dsfgdb"/>
|
<property name="builder" value="${basedir}/dsfgdb"/>
|
||||||
</ant>
|
</ant>
|
||||||
|
-->
|
||||||
<ant antfile="build.xml" dir="${pde.build.scripts}" target="fetch">
|
<ant antfile="build.xml" dir="${pde.build.scripts}" target="fetch">
|
||||||
<property name="builder" value="${basedir}/platform"/>
|
<property name="builder" value="${basedir}/platform"/>
|
||||||
</ant>
|
</ant>
|
||||||
|
@ -114,9 +116,11 @@
|
||||||
<ant antfile="build.xml" dir="${pde.build.scripts}" target="fetch">
|
<ant antfile="build.xml" dir="${pde.build.scripts}" target="fetch">
|
||||||
<property name="builder" value="${basedir}/util"/>
|
<property name="builder" value="${basedir}/util"/>
|
||||||
</ant>
|
</ant>
|
||||||
|
<!--
|
||||||
<ant antfile="build.xml" dir="${pde.build.scripts}" target="fetch">
|
<ant antfile="build.xml" dir="${pde.build.scripts}" target="fetch">
|
||||||
<property name="builder" value="${basedir}/dsfgdb"/>
|
<property name="builder" value="${basedir}/dsfgdb"/>
|
||||||
</ant>
|
</ant>
|
||||||
|
-->
|
||||||
</target>
|
</target>
|
||||||
|
|
||||||
<target name="unzip" depends="init" unless="dontUnzip">
|
<target name="unzip" depends="init" unless="dontUnzip">
|
||||||
|
|
|
@ -109,7 +109,7 @@ plugin@org.eclipse.cdt.tests.dsf=@cdtTag@,:pserver:anonymous@dev.eclipse.org:/cv
|
||||||
feature@org.eclipse.cdt.examples.dsf=@cdtTag@,:pserver:anonymous@dev.eclipse.org:/cvsroot/tools,,org.eclipse.cdt/dsf/org.eclipse.cdt.examples.dsf-feature
|
feature@org.eclipse.cdt.examples.dsf=@cdtTag@,:pserver:anonymous@dev.eclipse.org:/cvsroot/tools,,org.eclipse.cdt/dsf/org.eclipse.cdt.examples.dsf-feature
|
||||||
|
|
||||||
! DSF-GDB Integration
|
! DSF-GDB Integration
|
||||||
plugin@org.eclipse.cdt.dsf.gdb=@cdtTag@,:pserver:anonymous@dev.eclipse.org:/cvsroot/tools,,org.eclipse.cdt/dsf/org.eclipse.cdt.dsf.gdb
|
plugin@org.eclipse.cdt.dsf.gdb=@cdtTag@,:pserver:anonymous@dev.eclipse.org:/cvsroot/tools,,org.eclipse.cdt/dsf-gdb/org.eclipse.cdt.dsf.gdb
|
||||||
plugin@org.eclipse.cdt.dsf.gdb.ui=@cdtTag@,:pserver:anonymous@dev.eclipse.org:/cvsroot/tools,,org.eclipse.cdt/dsf/org.eclipse.cdt.dsf.gdb.ui
|
plugin@org.eclipse.cdt.dsf.gdb.ui=@cdtTag@,:pserver:anonymous@dev.eclipse.org:/cvsroot/tools,,org.eclipse.cdt/dsf-gdb/org.eclipse.cdt.dsf.gdb.ui
|
||||||
plugin@org.eclipse.cdt.tests.dsf.gdb=@cdtTag@,:pserver:anonymous@dev.eclipse.org:/cvsroot/tools,,org.eclipse.cdt/dsf/org.eclipse.cdt.tests.dsf.gdb
|
plugin@org.eclipse.cdt.tests.dsf.gdb=@cdtTag@,:pserver:anonymous@dev.eclipse.org:/cvsroot/tools,,org.eclipse.cdt/dsf-gdb/org.eclipse.cdt.tests.dsf.gdb
|
||||||
feature@org.eclipse.cdt.gnu.dsf=@cdtTag@,:pserver:anonymous@dev.eclipse.org:/cvsroot/tools,,org.eclipse.cdt/dsf/org.eclipse.cdt.gnu.dsf-feature
|
feature@org.eclipse.cdt.gnu.dsf=@cdtTag@,:pserver:anonymous@dev.eclipse.org:/cvsroot/tools,,org.eclipse.cdt/dsf-gdb/org.eclipse.cdt.gnu.dsf-feature
|
||||||
|
|
Loading…
Add table
Reference in a new issue