Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEike Stepper2008-07-10 15:42:29 +0000
committerEike Stepper2008-07-10 15:42:29 +0000
commitcc846ddc2d1c9496dab5842c3ccec9954c55acee (patch)
tree9de56bbcf1031f9a7307890bcf8d082665d61bf7 /plugins/org.eclipse.emf.cdo.tests.model4interfaces/build.properties
parent522cc3fc8f2ef44e5a343f8434f98bd864c326da (diff)
downloadcdo-cc846ddc2d1c9496dab5842c3ccec9954c55acee.tar.gz
cdo-cc846ddc2d1c9496dab5842c3ccec9954c55acee.tar.xz
cdo-cc846ddc2d1c9496dab5842c3ccec9954c55acee.zip
[240343] [Hibernate] Exception: No annotated model element present for: ISingleRefContainer for type EClass has its epackage been registered with Teneo?
https://bugs.eclipse.org/bugs/show_bug.cgi?id=240343
Diffstat (limited to 'plugins/org.eclipse.emf.cdo.tests.model4interfaces/build.properties')
-rw-r--r--plugins/org.eclipse.emf.cdo.tests.model4interfaces/build.properties14
1 files changed, 14 insertions, 0 deletions
diff --git a/plugins/org.eclipse.emf.cdo.tests.model4interfaces/build.properties b/plugins/org.eclipse.emf.cdo.tests.model4interfaces/build.properties
new file mode 100644
index 0000000000..0163ffc257
--- /dev/null
+++ b/plugins/org.eclipse.emf.cdo.tests.model4interfaces/build.properties
@@ -0,0 +1,14 @@
+
+# <copyright>
+# </copyright>
+#
+# $Id: build.properties,v 1.1 2008-07-10 15:42:29 estepper Exp $
+
+bin.includes = .,\
+ model/,\
+ META-INF/,\
+ plugin.xml,\
+ plugin.properties
+jars.compile.order = .
+source.. = src/
+output.. = bin/

Back to the top