Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorspingel2010-02-16 23:50:31 +0000
committerspingel2010-02-16 23:50:31 +0000
commit04bf644b7baa6f90dc9259bae309bec9a764226d (patch)
treed33c03c3def7dfb24ea8c125dfd070730b8732b9 /bundles/org.eclipse.equinox.p2.discovery/.project
parent28e7440a4d694780df7ee7606a570a74a35ede7c (diff)
downloadrt.equinox.p2-04bf644b7baa6f90dc9259bae309bec9a764226d.tar.gz
rt.equinox.p2-04bf644b7baa6f90dc9259bae309bec9a764226d.tar.xz
rt.equinox.p2-04bf644b7baa6f90dc9259bae309bec9a764226d.zip
bug 295273 - [discovery] move Mylyn Connector Discovery UI into P2
Diffstat (limited to 'bundles/org.eclipse.equinox.p2.discovery/.project')
-rw-r--r--bundles/org.eclipse.equinox.p2.discovery/.project34
1 files changed, 34 insertions, 0 deletions
diff --git a/bundles/org.eclipse.equinox.p2.discovery/.project b/bundles/org.eclipse.equinox.p2.discovery/.project
new file mode 100644
index 000000000..997b422bf
--- /dev/null
+++ b/bundles/org.eclipse.equinox.p2.discovery/.project
@@ -0,0 +1,34 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+ <name>org.eclipse.equinox.p2.discovery</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