Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPawel Piech2008-02-28 18:40:18 +0000
committerPawel Piech2008-02-28 18:40:18 +0000
commitf3cd935a6c54bae2dc1c92d3ee55157c35a6ce71 (patch)
treef50a28d65bb63dccb97873e79b9a2ec68e54eaa0 /plugins/org.eclipse.dd.examples.dsf
parent07647b57a3b66596a44bf99bed8d7cfb3d555e87 (diff)
downloadorg.eclipse.cdt-f3cd935a6c54bae2dc1c92d3ee55157c35a6ce71.tar.gz
org.eclipse.cdt-f3cd935a6c54bae2dc1c92d3ee55157c35a6ce71.tar.xz
org.eclipse.cdt-f3cd935a6c54bae2dc1c92d3ee55157c35a6ce71.zip
[220446] Updated the "dataviewer" example and excercises for EclipseCon tutorial.
Diffstat (limited to 'plugins/org.eclipse.dd.examples.dsf')
-rw-r--r--plugins/org.eclipse.dd.examples.dsf/.externalToolBuilders/PreProcessor.launch4
-rw-r--r--plugins/org.eclipse.dd.examples.dsf/.project18
-rw-r--r--plugins/org.eclipse.dd.examples.dsf/build_preprocess.xml4
-rw-r--r--plugins/org.eclipse.dd.examples.dsf/plugin.xml6
4 files changed, 16 insertions, 16 deletions
diff --git a/plugins/org.eclipse.dd.examples.dsf/.externalToolBuilders/PreProcessor.launch b/plugins/org.eclipse.dd.examples.dsf/.externalToolBuilders/PreProcessor.launch
index db347261494..948b857d441 100644
--- a/plugins/org.eclipse.dd.examples.dsf/.externalToolBuilders/PreProcessor.launch
+++ b/plugins/org.eclipse.dd.examples.dsf/.externalToolBuilders/PreProcessor.launch
@@ -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"/>
diff --git a/plugins/org.eclipse.dd.examples.dsf/.project b/plugins/org.eclipse.dd.examples.dsf/.project
index 0b69e7c2499..41747515732 100644
--- a/plugins/org.eclipse.dd.examples.dsf/.project
+++ b/plugins/org.eclipse.dd.examples.dsf/.project
@@ -6,28 +6,28 @@
</projects>
<buildSpec>
<buildCommand>
- <name>org.eclipse.ui.externaltools.ExternalToolBuilder</name>
- <triggers>full,incremental,</triggers>
+ <name>org.eclipse.jdt.core.javabuilder</name>
<arguments>
- <dictionary>
- <key>LaunchConfigHandle</key>
- <value>&lt;project&gt;/.externalToolBuilders/PreProcessor.launch</value>
- </dictionary>
</arguments>
</buildCommand>
<buildCommand>
- <name>org.eclipse.jdt.core.javabuilder</name>
+ <name>org.eclipse.pde.ManifestBuilder</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
- <name>org.eclipse.pde.ManifestBuilder</name>
+ <name>org.eclipse.pde.SchemaBuilder</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
- <name>org.eclipse.pde.SchemaBuilder</name>
+ <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>
diff --git a/plugins/org.eclipse.dd.examples.dsf/build_preprocess.xml b/plugins/org.eclipse.dd.examples.dsf/build_preprocess.xml
index 8805fb7203c..a0cb444f0d3 100644
--- a/plugins/org.eclipse.dd.examples.dsf/build_preprocess.xml
+++ b/plugins/org.eclipse.dd.examples.dsf/build_preprocess.xml
@@ -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>
diff --git a/plugins/org.eclipse.dd.examples.dsf/plugin.xml b/plugins/org.eclipse.dd.examples.dsf/plugin.xml
index 798b7f3e230..67936f7f0eb 100644
--- a/plugins/org.eclipse.dd.examples.dsf/plugin.xml
+++ b/plugins/org.eclipse.dd.examples.dsf/plugin.xml
@@ -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"

Back to the top