Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEike Stepper2007-10-07 20:35:17 +0000
committerEike Stepper2007-10-07 20:35:17 +0000
commita9dbe947b6c81168c023bf325611fb685d81359c (patch)
treee064e8ab1658a2e319a7ac0802ffcd1a5030e574 /plugins/org.eclipse.net4j.buddies/.project
parentbc2fcc984ae803760e2cc950f348ffa3f66255f0 (diff)
downloadcdo-a9dbe947b6c81168c023bf325611fb685d81359c.tar.gz
cdo-a9dbe947b6c81168c023bf325611fb685d81359c.tar.xz
cdo-a9dbe947b6c81168c023bf325611fb685d81359c.zip
[205668] Provide buddies example
https://bugs.eclipse.org/bugs/show_bug.cgi?id=205668
Diffstat (limited to 'plugins/org.eclipse.net4j.buddies/.project')
-rw-r--r--plugins/org.eclipse.net4j.buddies/.project28
1 files changed, 28 insertions, 0 deletions
diff --git a/plugins/org.eclipse.net4j.buddies/.project b/plugins/org.eclipse.net4j.buddies/.project
new file mode 100644
index 0000000000..118149f778
--- /dev/null
+++ b/plugins/org.eclipse.net4j.buddies/.project
@@ -0,0 +1,28 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+ <name>org.eclipse.net4j.buddies</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