Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Taal2013-11-17 23:11:47 +0000
committerMartin Taal2013-11-17 23:11:47 +0000
commit164a17321cb39bcc1223761bb4dbe7de359ab1a0 (patch)
treea52e04132272ba522abf02ebd8ed1d338dc959b4
parent608b8a2bd1a75dafd07c5dd81b5d5df7f0f653ef (diff)
downloadorg.eclipse.emf.teneo-164a17321cb39bcc1223761bb4dbe7de359ab1a0.tar.gz
org.eclipse.emf.teneo-164a17321cb39bcc1223761bb4dbe7de359ab1a0.tar.xz
org.eclipse.emf.teneo-164a17321cb39bcc1223761bb4dbe7de359ab1a0.zip
[420464] - Add new functionality to Teneo to select teneo annotations
-rwxr-xr-xcore/org.eclipse.emf.teneo/src/org/eclipse/emf/teneo/PersistenceOptions.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/org.eclipse.emf.teneo/src/org/eclipse/emf/teneo/PersistenceOptions.java b/core/org.eclipse.emf.teneo/src/org/eclipse/emf/teneo/PersistenceOptions.java
index e4ad013ac..d7279b8bc 100755
--- a/core/org.eclipse.emf.teneo/src/org/eclipse/emf/teneo/PersistenceOptions.java
+++ b/core/org.eclipse.emf.teneo/src/org/eclipse/emf/teneo/PersistenceOptions.java
@@ -490,7 +490,7 @@ public class PersistenceOptions implements ExtensionPoint {
* Default is false for backward compatibility.
*/
public static final String EXTRA_ANNOTATIONS_OVERRIDES_DEFAULT = MAPPING_PREFIX
- + "use_default_if_no_extra_annotation_sources";
+ + "extra_annotations_overrides_default";
public final static String ECONTAINER_CLASS_COLUMN = "econtainer_class_column";
public final static String ECONTAINER_COLUMN = "e_container_column";

Back to the top