Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorUwe Stieber2012-01-05 15:03:49 +0000
committerUwe Stieber2012-01-05 15:03:49 +0000
commitd70e0554cd466b67dc86ae1c614ca478cae84cd3 (patch)
treef008e43dc91ac1057f18973e26ac01110035197d /target_explorer/plugins/org.eclipse.tcf.te.launch.core/.project
parent4c49df0f23bdc4d66dcda1dc736842560e78530d (diff)
downloadorg.eclipse.tcf-d70e0554cd466b67dc86ae1c614ca478cae84cd3.tar.gz
org.eclipse.tcf-d70e0554cd466b67dc86ae1c614ca478cae84cd3.tar.xz
org.eclipse.tcf-d70e0554cd466b67dc86ae1c614ca478cae84cd3.zip
Target Explorer: Prepare launch framework plug-in's
Diffstat (limited to 'target_explorer/plugins/org.eclipse.tcf.te.launch.core/.project')
-rw-r--r--target_explorer/plugins/org.eclipse.tcf.te.launch.core/.project28
1 files changed, 28 insertions, 0 deletions
diff --git a/target_explorer/plugins/org.eclipse.tcf.te.launch.core/.project b/target_explorer/plugins/org.eclipse.tcf.te.launch.core/.project
new file mode 100644
index 000000000..7b9e78974
--- /dev/null
+++ b/target_explorer/plugins/org.eclipse.tcf.te.launch.core/.project
@@ -0,0 +1,28 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+ <name>org.eclipse.tcf.te.launch.core</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>
+ </buildSpec>
+ <natures>
+ <nature>org.eclipse.pde.PluginNature</nature>
+ <nature>org.eclipse.jdt.core.javanature</nature>
+ </natures>
+</projectDescription>

Back to the top