1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-06-08 18:26:01 +02:00

[220446] Updated the "dataviewer" example and excercises for EclipseCon tutorial.

This commit is contained in:
Pawel Piech 2008-02-28 18:40:18 +00:00
parent 07647b57a3
commit f3cd935a6c
4 changed files with 17 additions and 17 deletions

View file

@ -3,10 +3,10 @@
<booleanAttribute key="org.eclipse.ant.ui.ATTR_TARGETS_UPDATED" value="true"/> <booleanAttribute key="org.eclipse.ant.ui.ATTR_TARGETS_UPDATED" value="true"/>
<booleanAttribute key="org.eclipse.ant.ui.DEFAULT_VM_INSTALL" value="false"/> <booleanAttribute key="org.eclipse.ant.ui.DEFAULT_VM_INSTALL" value="false"/>
<listAttribute key="org.eclipse.debug.core.MAPPED_RESOURCE_PATHS"> <listAttribute key="org.eclipse.debug.core.MAPPED_RESOURCE_PATHS">
<listEntry value="/org.eclipse.dd.examples.dsf/build_preprocess.xml"/> <listEntry value="/org.eclipse.dd.examples.dsf"/>
</listAttribute> </listAttribute>
<listAttribute key="org.eclipse.debug.core.MAPPED_RESOURCE_TYPES"> <listAttribute key="org.eclipse.debug.core.MAPPED_RESOURCE_TYPES">
<listEntry value="1"/> <listEntry value="4"/>
</listAttribute> </listAttribute>
<booleanAttribute key="org.eclipse.debug.ui.ATTR_LAUNCH_IN_BACKGROUND" value="false"/> <booleanAttribute key="org.eclipse.debug.ui.ATTR_LAUNCH_IN_BACKGROUND" value="false"/>
<stringAttribute key="org.eclipse.jdt.launching.CLASSPATH_PROVIDER" value="org.eclipse.ant.ui.AntClasspathProvider"/> <stringAttribute key="org.eclipse.jdt.launching.CLASSPATH_PROVIDER" value="org.eclipse.ant.ui.AntClasspathProvider"/>

View file

@ -5,16 +5,6 @@
<projects> <projects>
</projects> </projects>
<buildSpec> <buildSpec>
<buildCommand>
<name>org.eclipse.ui.externaltools.ExternalToolBuilder</name>
<triggers>full,incremental,</triggers>
<arguments>
<dictionary>
<key>LaunchConfigHandle</key>
<value>&lt;project&gt;/.externalToolBuilders/PreProcessor.launch</value>
</dictionary>
</arguments>
</buildCommand>
<buildCommand> <buildCommand>
<name>org.eclipse.jdt.core.javabuilder</name> <name>org.eclipse.jdt.core.javabuilder</name>
<arguments> <arguments>
@ -30,6 +20,16 @@
<arguments> <arguments>
</arguments> </arguments>
</buildCommand> </buildCommand>
<buildCommand>
<name>org.eclipse.ui.externaltools.ExternalToolBuilder</name>
<triggers>full,incremental,</triggers>
<arguments>
<dictionary>
<key>LaunchConfigHandle</key>
<value>&lt;project&gt;/.externalToolBuilders/PreProcessor.launch</value>
</dictionary>
</arguments>
</buildCommand>
</buildSpec> </buildSpec>
<natures> <natures>
<nature>org.eclipse.pde.PluginNature</nature> <nature>org.eclipse.pde.PluginNature</nature>

View file

@ -33,7 +33,6 @@
= = = = = = = = = = = = = = = = = --> = = = = = = = = = = = = = = = = = -->
<macrodef name="process"> <macrodef name="process">
<attribute name="packagedir"/> <attribute name="packagedir"/>
<attribute name="symbols"/>
<sequential> <sequential>
<delete dir="src/@{packagedir}"/> <delete dir="src/@{packagedir}"/>
<mkdir dir="src/@{packagedir}"/> <mkdir dir="src/@{packagedir}"/>
@ -47,7 +46,8 @@
</sequential> </sequential>
</macrodef> </macrodef>
<process packagedir="org/eclipse/dd/examples/dsf/requestmonitor" symbols="answers"/> <process packagedir="org/eclipse/dd/examples/dsf/requestmonitor"/>
<process packagedir="org/eclipse/dd/examples/dsf/dataviewer"/>
</target> </target>
</project> </project>

View file

@ -28,19 +28,19 @@
<groupMarker name="concurrent"/> <groupMarker name="concurrent"/>
</menu> </menu>
<action <action
class="org.eclipse.dd.examples.dsf.concurrent.CancellableInputCoalescingSlowDataProviderAction" class="org.eclipse.dd.examples.dsf.dataviewer.CancellableInputCoalescingSlowDataProviderAction"
id="org.eclipse.dd.dsf.test.cancellableInputCoalescingSlowDataProvider" id="org.eclipse.dd.dsf.test.cancellableInputCoalescingSlowDataProvider"
label="Open Dialog with Cancellable Input-Coalescing Slow Data Provider" label="Open Dialog with Cancellable Input-Coalescing Slow Data Provider"
menubarPath="org.eclipse.dd.dsf.examples.timers/concurrent" menubarPath="org.eclipse.dd.dsf.examples.timers/concurrent"
style="push"/> style="push"/>
<action <action
class="org.eclipse.dd.examples.dsf.concurrent.InputCoalescingSlowDataProviderAction" class="org.eclipse.dd.examples.dsf.dataviewer.InputCoalescingSlowDataProviderAction"
id="org.eclipse.dd.dsf.test.inputCoalescingSlowDataProvider" id="org.eclipse.dd.dsf.test.inputCoalescingSlowDataProvider"
label="Open Dialog with Input-Coalescing Slow Data Provider" label="Open Dialog with Input-Coalescing Slow Data Provider"
menubarPath="org.eclipse.dd.dsf.examples.timers/concurrent" menubarPath="org.eclipse.dd.dsf.examples.timers/concurrent"
style="push"/> style="push"/>
<action <action
class="org.eclipse.dd.examples.dsf.concurrent.SlowDataProviderAction" class="org.eclipse.dd.examples.dsf.dataviewer.SlowDataProviderAction"
id="org.eclipse.dd.dsf.test.slowDataProvider" id="org.eclipse.dd.dsf.test.slowDataProvider"
label="Open Dialog with Slow Data Provider" label="Open Dialog with Slow Data Provider"
menubarPath="org.eclipse.dd.dsf.examples.timers/concurrent" menubarPath="org.eclipse.dd.dsf.examples.timers/concurrent"