Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDoug Schaefer2009-03-12 01:40:52 +0000
committerDoug Schaefer2009-03-12 01:40:52 +0000
commit4387402833897f71c86e77641d7932ad9bd15162 (patch)
treee9136deaeb59e3a702531146e9b9a7bad30aefaa /cross/org.eclipse.cdt.launch.remote/.project
parent63859e035d4d3e05ecf36da8b5f8df9f4e220e90 (diff)
downloadorg.eclipse.cdt-4387402833897f71c86e77641d7932ad9bd15162.tar.gz
org.eclipse.cdt-4387402833897f71c86e77641d7932ad9bd15162.tar.xz
org.eclipse.cdt-4387402833897f71c86e77641d7932ad9bd15162.zip
Added support for download and launch to remote targets using RSE.
Diffstat (limited to 'cross/org.eclipse.cdt.launch.remote/.project')
-rw-r--r--cross/org.eclipse.cdt.launch.remote/.project34
1 files changed, 34 insertions, 0 deletions
diff --git a/cross/org.eclipse.cdt.launch.remote/.project b/cross/org.eclipse.cdt.launch.remote/.project
new file mode 100644
index 00000000000..576ca254b2d
--- /dev/null
+++ b/cross/org.eclipse.cdt.launch.remote/.project
@@ -0,0 +1,34 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+ <name>org.eclipse.cdt.launch.remote</name>
+ <comment></comment>
+ <projects>
+ </projects>
+ <buildSpec>
+ <buildCommand>
+ <name>org.eclipse.jdt.core.javabuilder</name>
+ <arguments>
+ </arguments>
+ </buildCommand>
+ <buildCommand>
+ <name>org.eclipse.pde.ManifestBuilder</name>
+ <arguments>
+ </arguments>
+ </buildCommand>
+ <buildCommand>
+ <name>org.eclipse.pde.SchemaBuilder</name>
+ <arguments>
+ </arguments>
+ </buildCommand>
+ <buildCommand>
+ <name>org.eclipse.pde.api.tools.apiAnalysisBuilder</name>
+ <arguments>
+ </arguments>
+ </buildCommand>
+ </buildSpec>
+ <natures>
+ <nature>org.eclipse.pde.PluginNature</nature>
+ <nature>org.eclipse.jdt.core.javanature</nature>
+ <nature>org.eclipse.pde.api.tools.apiAnalysisNature</nature>
+ </natures>
+</projectDescription>

Back to the top