Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.bridge.ui/.options')
-rw-r--r--plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.bridge.ui/.options17
1 files changed, 0 insertions, 17 deletions
diff --git a/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.bridge.ui/.options b/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.bridge.ui/.options
deleted file mode 100644
index f2d7c296dfa..00000000000
--- a/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.bridge.ui/.options
+++ /dev/null
@@ -1,17 +0,0 @@
-#
-# set to false to fully overwrite any existing gmfgen model, without any attempt to keep old values
-org.eclipse.papyrus.gmf.bridge.ui/reconcile=true
-
-#
-# when there are content object(s) in the target .gmfgen resource in addition to GenEditorGenerator,
-# some of them may have references to GenEditorGenerator being replaced with new instance. Though we
-# do our best to update these references (using Reconciler rules), some of them may not get updated
-# and lead to exceptions during resource serialization. You may force to ignore such references with
-# this option (reference will be lost and you'll need to set its value manually afterwards)
-org.eclipse.papyrus.gmf.bridge.ui/transform/ignore-dangling-on-save=false
-
-#
-# Turn this option on if you'd like to get console output of QVTO Map2Gen transformation
-# into System.err (e.g. log() statements from within Map2Gen.qvto)
-# Note, this option is likely to move to oeg.bridge plugin
-org.eclipse.papyrus.gmf.bridge.ui/transform/print-qvto-console=false

Back to the top