Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorUwe Stieber2011-12-15 12:43:58 +0000
committerUwe Stieber2011-12-15 12:49:29 +0000
commit7ec22f49a2a367c2fffe797c0f9d29ce87d38cf1 (patch)
treee15bc6cbda1bddb6776c0cd9e929a2988a148d87 /target_explorer/plugins/org.eclipse.tcf.te.tcf.ui.views/.project
parent7fe221aa1111b4a2664e2a7fbc662013322767ce (diff)
downloadorg.eclipse.tcf-7ec22f49a2a367c2fffe797c0f9d29ce87d38cf1.tar.gz
org.eclipse.tcf-7ec22f49a2a367c2fffe797c0f9d29ce87d38cf1.tar.xz
org.eclipse.tcf-7ec22f49a2a367c2fffe797c0f9d29ce87d38cf1.zip
Target Explorer: Separate TCF views contributions from common TCF UI plug-in
Diffstat (limited to 'target_explorer/plugins/org.eclipse.tcf.te.tcf.ui.views/.project')
-rw-r--r--target_explorer/plugins/org.eclipse.tcf.te.tcf.ui.views/.project28
1 files changed, 28 insertions, 0 deletions
diff --git a/target_explorer/plugins/org.eclipse.tcf.te.tcf.ui.views/.project b/target_explorer/plugins/org.eclipse.tcf.te.tcf.ui.views/.project
new file mode 100644
index 000000000..439dd22b4
--- /dev/null
+++ b/target_explorer/plugins/org.eclipse.tcf.te.tcf.ui.views/.project
@@ -0,0 +1,28 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+ <name>org.eclipse.tcf.te.tcf.ui.views</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