Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorUwe Stieber2011-12-14 18:00:00 +0000
committerUwe Stieber2011-12-15 12:49:27 +0000
commit49377f46f5a0a1097d1f4391d55ea408f2468523 (patch)
tree735b0875709cc450482c2bba4cfc6115fa872720 /target_explorer/plugins/org.eclipse.tcf.te.tcf.ui.console/.project
parente314987b945928d52702a880acaf3fab0c744fd5 (diff)
downloadorg.eclipse.tcf-49377f46f5a0a1097d1f4391d55ea408f2468523.tar.gz
org.eclipse.tcf-49377f46f5a0a1097d1f4391d55ea408f2468523.tar.xz
org.eclipse.tcf-49377f46f5a0a1097d1f4391d55ea408f2468523.zip
Target Explorer: Adding TCF script console UI plug-in
Diffstat (limited to 'target_explorer/plugins/org.eclipse.tcf.te.tcf.ui.console/.project')
-rw-r--r--target_explorer/plugins/org.eclipse.tcf.te.tcf.ui.console/.project28
1 files changed, 28 insertions, 0 deletions
diff --git a/target_explorer/plugins/org.eclipse.tcf.te.tcf.ui.console/.project b/target_explorer/plugins/org.eclipse.tcf.te.tcf.ui.console/.project
new file mode 100644
index 000000000..ed863bcff
--- /dev/null
+++ b/target_explorer/plugins/org.eclipse.tcf.te.tcf.ui.console/.project
@@ -0,0 +1,28 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+ <name>org.eclipse.tcf.te.tcf.ui.console</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