Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEike Stepper2008-12-28 18:07:30 +0000
committerEike Stepper2008-12-28 18:07:30 +0000
commite84a2efac794b99633e5ce2961af4a784422a4bb (patch)
tree7fc2e764236af34b834840e02b569f43e4fd0bac /plugins/org.eclipse.net4j.defs/.project
parentd995f99ee984ab46739ec135b19b932a72eba14d (diff)
downloadcdo-e84a2efac794b99633e5ce2961af4a784422a4bb.tar.gz
cdo-e84a2efac794b99633e5ce2961af4a784422a4bb.tar.xz
cdo-e84a2efac794b99633e5ce2961af4a784422a4bb.zip
[246623] Create Definition model as alternative configuration/wiring mechanism
https://bugs.eclipse.org/bugs/show_bug.cgi?id=246623
Diffstat (limited to 'plugins/org.eclipse.net4j.defs/.project')
-rw-r--r--plugins/org.eclipse.net4j.defs/.project28
1 files changed, 28 insertions, 0 deletions
diff --git a/plugins/org.eclipse.net4j.defs/.project b/plugins/org.eclipse.net4j.defs/.project
new file mode 100644
index 0000000000..3c86066604
--- /dev/null
+++ b/plugins/org.eclipse.net4j.defs/.project
@@ -0,0 +1,28 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+ <name>org.eclipse.net4j.defs</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.jdt.core.javanature</nature>
+ <nature>org.eclipse.pde.PluginNature</nature>
+ </natures>
+</projectDescription>

Back to the top