1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45: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.DEFAULT_VM_INSTALL" value="false"/>
<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 key="org.eclipse.debug.core.MAPPED_RESOURCE_TYPES">
<listEntry value="1"/>
<listEntry value="4"/>
</listAttribute>
<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"/>

View file

@ -5,16 +5,6 @@
<projects>
</projects>
<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>
<name>org.eclipse.jdt.core.javabuilder</name>
<arguments>
@ -30,6 +20,16 @@
<arguments>
</arguments>
</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>
<natures>
<nature>org.eclipse.pde.PluginNature</nature>

View file

@ -33,7 +33,6 @@
= = = = = = = = = = = = = = = = = -->
<macrodef name="process">
<attribute name="packagedir"/>
<attribute name="symbols"/>
<sequential>
<delete dir="src/@{packagedir}"/>
<mkdir dir="src/@{packagedir}"/>
@ -47,7 +46,8 @@
</sequential>
</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>
</project>

View file

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