Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorspingel2010-04-25 04:44:35 +0000
committerspingel2010-04-25 04:44:35 +0000
commita62b8efd70ebf7fc7d23729ccb1d3e2be8246a65 (patch)
tree5873768d127e5ade123b17d6c1c0223348cb5443 /examples/org.eclipse.equinox.p2.examples.rcp.discovery/.project
parent5bdc08e098e9b466572be4d7b738df14d22acd57 (diff)
downloadrt.equinox.p2-a62b8efd70ebf7fc7d23729ccb1d3e2be8246a65.tar.gz
rt.equinox.p2-a62b8efd70ebf7fc7d23729ccb1d3e2be8246a65.tar.xz
rt.equinox.p2-a62b8efd70ebf7fc7d23729ccb1d3e2be8246a65.zip
bug 309874 - [discovery] provide RCP example for discovery based extension install
Diffstat (limited to 'examples/org.eclipse.equinox.p2.examples.rcp.discovery/.project')
-rw-r--r--examples/org.eclipse.equinox.p2.examples.rcp.discovery/.project28
1 files changed, 28 insertions, 0 deletions
diff --git a/examples/org.eclipse.equinox.p2.examples.rcp.discovery/.project b/examples/org.eclipse.equinox.p2.examples.rcp.discovery/.project
new file mode 100644
index 000000000..e736f7ff4
--- /dev/null
+++ b/examples/org.eclipse.equinox.p2.examples.rcp.discovery/.project
@@ -0,0 +1,28 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+ <name>org.eclipse.equinox.p2.examples.rcp.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>
+ </buildSpec>
+ <natures>
+ <nature>org.eclipse.pde.PluginNature</nature>
+ <nature>org.eclipse.jdt.core.javanature</nature>
+ </natures>
+</projectDescription>

Back to the top