Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEike Stepper2008-02-23 08:26:22 +0000
committerEike Stepper2008-02-23 08:26:22 +0000
commitc5a3c052177759f9be3d6694bf16f591ba98208a (patch)
tree3791ce00048eeac3a646888b55120762b3dc75f0 /plugins/org.eclipse.emf.cdo.tests.hibernate/.project
parentdf3b1fdd17dfabb7925a02139def2084203a8c2d (diff)
downloadcdo-c5a3c052177759f9be3d6694bf16f591ba98208a.tar.gz
cdo-c5a3c052177759f9be3d6694bf16f591ba98208a.tar.xz
cdo-c5a3c052177759f9be3d6694bf16f591ba98208a.zip
[217117] Develop a HibernateStore
https://bugs.eclipse.org/bugs/show_bug.cgi?id=217117
Diffstat (limited to 'plugins/org.eclipse.emf.cdo.tests.hibernate/.project')
-rw-r--r--plugins/org.eclipse.emf.cdo.tests.hibernate/.project28
1 files changed, 28 insertions, 0 deletions
diff --git a/plugins/org.eclipse.emf.cdo.tests.hibernate/.project b/plugins/org.eclipse.emf.cdo.tests.hibernate/.project
new file mode 100644
index 0000000000..d7664e5c81
--- /dev/null
+++ b/plugins/org.eclipse.emf.cdo.tests.hibernate/.project
@@ -0,0 +1,28 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+ <name>org.eclipse.emf.cdo.tests.hibernate</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