diff options
author | Eike Stepper | 2007-10-20 12:59:46 +0000 |
---|---|---|
committer | Eike Stepper | 2007-10-20 12:59:46 +0000 |
commit | a848a9eb88a6ab7bf458e9cd58c63d62e4ec7ca0 (patch) | |
tree | d443ca9fccf5c377f8cb275d85d0d371578b907d /plugins/org.eclipse.net4j.db.mysql/.project | |
parent | 7840ac9ea1a4e11c7b812704b44516b34ef0398d (diff) | |
download | cdo-a848a9eb88a6ab7bf458e9cd58c63d62e4ec7ca0.tar.gz cdo-a848a9eb88a6ab7bf458e9cd58c63d62e4ec7ca0.tar.xz cdo-a848a9eb88a6ab7bf458e9cd58c63d62e4ec7ca0.zip |
New DB adapters
Diffstat (limited to 'plugins/org.eclipse.net4j.db.mysql/.project')
-rw-r--r-- | plugins/org.eclipse.net4j.db.mysql/.project | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/plugins/org.eclipse.net4j.db.mysql/.project b/plugins/org.eclipse.net4j.db.mysql/.project new file mode 100644 index 0000000000..306afc02c4 --- /dev/null +++ b/plugins/org.eclipse.net4j.db.mysql/.project @@ -0,0 +1,28 @@ +<?xml version="1.0" encoding="UTF-8"?> +<projectDescription> + <name>org.eclipse.net4j.db.mysql</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> |