Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Fluegge2011-10-03 11:07:17 +0000
committerMartin Fluegge2011-10-03 11:07:17 +0000
commitdd7080c630d17aaf726741699b47102d7a6ddc7c (patch)
tree175699a996d7b5fc6d73ef32d9643c5f9174cd55
parenta94e5b4370e43de153b70b8e9e17282751d8381b (diff)
downloadcdo-dd7080c630d17aaf726741699b47102d7a6ddc7c.tar.gz
cdo-dd7080c630d17aaf726741699b47102d7a6ddc7c.tar.xz
cdo-dd7080c630d17aaf726741699b47102d7a6ddc7c.zip
[359656] [Dawn] Provide collaborative extension for Graphiti editors
https://bugs.eclipse.org/bugs/show_bug.cgi?id=359656
-rw-r--r--features/org.eclipse.emf.cdo.dawn-feature/feature.xml7
-rw-r--r--features/org.eclipse.emf.cdo.dawn.examples-feature/feature.xml173
-rw-r--r--plugins/org.eclipse.emf.cdo.dawn.examples.acore.graphiti/.classpath7
-rw-r--r--plugins/org.eclipse.emf.cdo.dawn.examples.acore.graphiti/.project44
-rw-r--r--plugins/org.eclipse.emf.cdo.dawn.examples.acore.graphiti/.settings/org.eclipse.core.resources.prefs3
-rw-r--r--plugins/org.eclipse.emf.cdo.dawn.examples.acore.graphiti/.settings/org.eclipse.jdt.core.prefs364
-rw-r--r--plugins/org.eclipse.emf.cdo.dawn.examples.acore.graphiti/.settings/org.eclipse.jdt.ui.prefs120
-rw-r--r--plugins/org.eclipse.emf.cdo.dawn.examples.acore.graphiti/.settings/org.eclipse.ltk.core.refactoring.prefs3
-rw-r--r--plugins/org.eclipse.emf.cdo.dawn.examples.acore.graphiti/.settings/org.eclipse.mylyn.tasks.ui.prefs4
-rw-r--r--plugins/org.eclipse.emf.cdo.dawn.examples.acore.graphiti/.settings/org.eclipse.mylyn.team.ui.prefs3
-rw-r--r--plugins/org.eclipse.emf.cdo.dawn.examples.acore.graphiti/.settings/org.eclipse.pde.api.tools.prefs94
-rw-r--r--plugins/org.eclipse.emf.cdo.dawn.examples.acore.graphiti/.settings/org.eclipse.pde.prefs31
-rw-r--r--plugins/org.eclipse.emf.cdo.dawn.examples.acore.graphiti/META-INF/MANIFEST.MF23
-rw-r--r--plugins/org.eclipse.emf.cdo.dawn.examples.acore.graphiti/about.html28
-rw-r--r--plugins/org.eclipse.emf.cdo.dawn.examples.acore.graphiti/build.properties10
-rw-r--r--plugins/org.eclipse.emf.cdo.dawn.examples.acore.graphiti/copyright.txt8
-rw-r--r--plugins/org.eclipse.emf.cdo.dawn.examples.acore.graphiti/icons/ereference.gifbin0 -> 1611 bytes
-rw-r--r--plugins/org.eclipse.emf.cdo.dawn.examples.acore.graphiti/plugin.properties11
-rw-r--r--plugins/org.eclipse.emf.cdo.dawn.examples.acore.graphiti/plugin.xml50
-rw-r--r--plugins/org.eclipse.emf.cdo.dawn.examples.acore.graphiti/src/org/eclipse/emf/cdo/dawn/examples/acore/graphiti/Activator.java49
-rw-r--r--plugins/org.eclipse.emf.cdo.dawn.examples.acore.graphiti/src/org/eclipse/emf/cdo/dawn/examples/acore/graphiti/diagram/AcoreDiagramTypeProvider.java45
-rw-r--r--plugins/org.eclipse.emf.cdo.dawn.examples.acore.graphiti/src/org/eclipse/emf/cdo/dawn/examples/acore/graphiti/diagram/AcoreFeatureProvider.java191
-rw-r--r--plugins/org.eclipse.emf.cdo.dawn.examples.acore.graphiti/src/org/eclipse/emf/cdo/dawn/examples/acore/graphiti/diagram/AcoreToolBehaviorProvider.java263
-rw-r--r--plugins/org.eclipse.emf.cdo.dawn.examples.acore.graphiti/src/org/eclipse/emf/cdo/dawn/examples/acore/graphiti/features/AcoreAddAClassFeature.java65
-rw-r--r--plugins/org.eclipse.emf.cdo.dawn.examples.acore.graphiti/src/org/eclipse/emf/cdo/dawn/examples/acore/graphiti/features/AcoreAddAInterfaceFeature.java65
-rw-r--r--plugins/org.eclipse.emf.cdo.dawn.examples.acore.graphiti/src/org/eclipse/emf/cdo/dawn/examples/acore/graphiti/features/AcoreAddAggregationFeature.java59
-rw-r--r--plugins/org.eclipse.emf.cdo.dawn.examples.acore.graphiti/src/org/eclipse/emf/cdo/dawn/examples/acore/graphiti/features/AcoreAddAssociationFeature.java49
-rw-r--r--plugins/org.eclipse.emf.cdo.dawn.examples.acore.graphiti/src/org/eclipse/emf/cdo/dawn/examples/acore/graphiti/features/AcoreAddCompositionFeature.java59
-rw-r--r--plugins/org.eclipse.emf.cdo.dawn.examples.acore.graphiti/src/org/eclipse/emf/cdo/dawn/examples/acore/graphiti/features/AcoreAddImplementationFeature.java56
-rw-r--r--plugins/org.eclipse.emf.cdo.dawn.examples.acore.graphiti/src/org/eclipse/emf/cdo/dawn/examples/acore/graphiti/features/AcoreAddSubClassesFeature.java59
-rw-r--r--plugins/org.eclipse.emf.cdo.dawn.examples.acore.graphiti/src/org/eclipse/emf/cdo/dawn/examples/acore/graphiti/features/AcoreBasicAddConnectionFeature.java81
-rw-r--r--plugins/org.eclipse.emf.cdo.dawn.examples.acore.graphiti/src/org/eclipse/emf/cdo/dawn/examples/acore/graphiti/features/AcoreBasicAddElementFeature.java166
-rw-r--r--plugins/org.eclipse.emf.cdo.dawn.examples.acore.graphiti/src/org/eclipse/emf/cdo/dawn/examples/acore/graphiti/features/AcoreBasicCreateConnectionFeature.java86
-rw-r--r--plugins/org.eclipse.emf.cdo.dawn.examples.acore.graphiti/src/org/eclipse/emf/cdo/dawn/examples/acore/graphiti/features/AcoreBasicCreateElementFeature.java62
-rw-r--r--plugins/org.eclipse.emf.cdo.dawn.examples.acore.graphiti/src/org/eclipse/emf/cdo/dawn/examples/acore/graphiti/features/AcoreCollapseDummyFeature.java83
-rw-r--r--plugins/org.eclipse.emf.cdo.dawn.examples.acore.graphiti/src/org/eclipse/emf/cdo/dawn/examples/acore/graphiti/features/AcoreCopyAClassFeature.java65
-rw-r--r--plugins/org.eclipse.emf.cdo.dawn.examples.acore.graphiti/src/org/eclipse/emf/cdo/dawn/examples/acore/graphiti/features/AcoreCreateAClassFeature.java53
-rw-r--r--plugins/org.eclipse.emf.cdo.dawn.examples.acore.graphiti/src/org/eclipse/emf/cdo/dawn/examples/acore/graphiti/features/AcoreCreateAInterfaceFeature.java53
-rw-r--r--plugins/org.eclipse.emf.cdo.dawn.examples.acore.graphiti/src/org/eclipse/emf/cdo/dawn/examples/acore/graphiti/features/AcoreCreateAggregationFeature.java100
-rw-r--r--plugins/org.eclipse.emf.cdo.dawn.examples.acore.graphiti/src/org/eclipse/emf/cdo/dawn/examples/acore/graphiti/features/AcoreCreateAssociationFeature.java97
-rw-r--r--plugins/org.eclipse.emf.cdo.dawn.examples.acore.graphiti/src/org/eclipse/emf/cdo/dawn/examples/acore/graphiti/features/AcoreCreateCompositionsFeature.java100
-rw-r--r--plugins/org.eclipse.emf.cdo.dawn.examples.acore.graphiti/src/org/eclipse/emf/cdo/dawn/examples/acore/graphiti/features/AcoreCreateImplementationFeature.java86
-rw-r--r--plugins/org.eclipse.emf.cdo.dawn.examples.acore.graphiti/src/org/eclipse/emf/cdo/dawn/examples/acore/graphiti/features/AcoreCreateSubclassFeature.java100
-rw-r--r--plugins/org.eclipse.emf.cdo.dawn.examples.acore.graphiti/src/org/eclipse/emf/cdo/dawn/examples/acore/graphiti/features/AcoreDirectEditAClassFeature.java102
-rw-r--r--plugins/org.eclipse.emf.cdo.dawn.examples.acore.graphiti/src/org/eclipse/emf/cdo/dawn/examples/acore/graphiti/features/AcorePasteAClassFeature.java76
-rw-r--r--plugins/org.eclipse.emf.cdo.dawn.examples.acore.graphiti/src/org/eclipse/emf/cdo/dawn/examples/acore/graphiti/features/AcoreReconnectionFeature.java34
-rw-r--r--plugins/org.eclipse.emf.cdo.dawn.examples.acore.graphiti/src/org/eclipse/emf/cdo/dawn/examples/acore/graphiti/features/AcoreRenameAClassFeature.java92
-rw-r--r--plugins/org.eclipse.emf.cdo.dawn.examples.acore.graphiti/src/org/eclipse/emf/cdo/dawn/examples/acore/graphiti/features/AcoreUpdateAClassFeature.java113
-rw-r--r--plugins/org.eclipse.emf.cdo.dawn.examples.acore.graphiti/src/org/eclipse/emf/cdo/dawn/examples/acore/graphiti/util/AcoreGraphitiContextUtil.java24
-rw-r--r--plugins/org.eclipse.emf.cdo.dawn.examples.acore.graphiti/src/org/eclipse/emf/cdo/dawn/examples/acore/graphiti/util/AcoreImageProvider.java30
-rw-r--r--plugins/org.eclipse.emf.cdo.dawn.graphiti/.classpath7
-rw-r--r--plugins/org.eclipse.emf.cdo.dawn.graphiti/.project44
-rw-r--r--plugins/org.eclipse.emf.cdo.dawn.graphiti/.settings/org.eclipse.core.resources.prefs3
-rw-r--r--plugins/org.eclipse.emf.cdo.dawn.graphiti/.settings/org.eclipse.jdt.core.prefs363
-rw-r--r--plugins/org.eclipse.emf.cdo.dawn.graphiti/.settings/org.eclipse.jdt.ui.prefs120
-rw-r--r--plugins/org.eclipse.emf.cdo.dawn.graphiti/.settings/org.eclipse.ltk.core.refactoring.prefs3
-rw-r--r--plugins/org.eclipse.emf.cdo.dawn.graphiti/.settings/org.eclipse.mylyn.tasks.ui.prefs4
-rw-r--r--plugins/org.eclipse.emf.cdo.dawn.graphiti/.settings/org.eclipse.mylyn.team.ui.prefs3
-rw-r--r--plugins/org.eclipse.emf.cdo.dawn.graphiti/.settings/org.eclipse.pde.api.tools.prefs94
-rw-r--r--plugins/org.eclipse.emf.cdo.dawn.graphiti/.settings/org.eclipse.pde.prefs31
-rw-r--r--plugins/org.eclipse.emf.cdo.dawn.graphiti/META-INF/MANIFEST.MF28
-rw-r--r--plugins/org.eclipse.emf.cdo.dawn.graphiti/about.html28
-rw-r--r--plugins/org.eclipse.emf.cdo.dawn.graphiti/build.properties10
-rw-r--r--plugins/org.eclipse.emf.cdo.dawn.graphiti/copyright.txt8
-rw-r--r--plugins/org.eclipse.emf.cdo.dawn.graphiti/plugin.properties11
-rw-r--r--plugins/org.eclipse.emf.cdo.dawn.graphiti/plugin.xml37
-rw-r--r--plugins/org.eclipse.emf.cdo.dawn.graphiti/src/org/eclipse/emf/cdo/dawn/graphiti/DawnGraphitiUIPlugin.java48
-rw-r--r--plugins/org.eclipse.emf.cdo.dawn.graphiti/src/org/eclipse/emf/cdo/dawn/graphiti/editors/DawnGraphitiDiagramEditor.java134
-rw-r--r--plugins/org.eclipse.emf.cdo.dawn.graphiti/src/org/eclipse/emf/cdo/dawn/graphiti/editors/DawnGraphitiDiagramEditorFactory.java58
-rw-r--r--plugins/org.eclipse.emf.cdo.dawn.graphiti/src/org/eclipse/emf/cdo/dawn/graphiti/editors/DawnGraphitiEditorInput.java77
-rw-r--r--plugins/org.eclipse.emf.cdo.dawn.graphiti/src/org/eclipse/emf/cdo/dawn/graphiti/editors/DawnGraphitiEditorSupport.java134
-rw-r--r--plugins/org.eclipse.emf.cdo.dawn.graphiti/src/org/eclipse/emf/cdo/dawn/graphiti/notifications/DawnGraphitiHandler.java283
-rw-r--r--plugins/org.eclipse.emf.cdo.dawn.graphiti/src/org/eclipse/emf/cdo/dawn/graphiti/notifications/DawnGraphitiLockingHandler.java25
-rw-r--r--plugins/org.eclipse.emf.cdo.dawn.graphiti/src/org/eclipse/emf/cdo/dawn/graphiti/wizards/AbstractDawnGraphitiWizardPage.java54
-rw-r--r--plugins/org.eclipse.emf.cdo.dawn.graphiti/src/org/eclipse/emf/cdo/dawn/graphiti/wizards/DawnGenericGraphitiWizard.java213
-rw-r--r--plugins/org.eclipse.emf.cdo.dawn.graphiti/src/org/eclipse/emf/cdo/dawn/graphiti/wizards/DawnGraphitiyDiagramTypeSelectionWizardPage.java132
-rw-r--r--plugins/org.eclipse.emf.cdo.dawn.ui/src/org/eclipse/emf/cdo/dawn/ui/DawnEditorInput.java4
-rw-r--r--plugins/org.eclipse.emf.cdo.dawn.ui/src/org/eclipse/emf/cdo/dawn/ui/IDawnEditorInput.java21
-rw-r--r--plugins/org.eclipse.emf.cdo.dawn.ui/src/org/eclipse/emf/cdo/dawn/ui/helper/EditorDescriptionHelper.java2
-rw-r--r--plugins/org.eclipse.emf.cdo.dawn.util/src/org/eclipse/emf/cdo/dawn/util/connection/CDOConnectionUtil.java5
-rw-r--r--plugins/org.eclipse.emf.cdo.dawn/src/org/eclipse/emf/cdo/dawn/helper/DawnEditorHelper.java19
-rw-r--r--plugins/org.eclipse.emf.cdo.releng/build.rmap8
82 files changed, 5471 insertions, 86 deletions
diff --git a/features/org.eclipse.emf.cdo.dawn-feature/feature.xml b/features/org.eclipse.emf.cdo.dawn-feature/feature.xml
index 0a3c233586..4ed3b12b9f 100644
--- a/features/org.eclipse.emf.cdo.dawn-feature/feature.xml
+++ b/features/org.eclipse.emf.cdo.dawn-feature/feature.xml
@@ -70,4 +70,11 @@
version="0.0.0"
unpack="false"/>
+ <plugin
+ id="org.eclipse.emf.cdo.dawn.graphiti"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
</feature>
diff --git a/features/org.eclipse.emf.cdo.dawn.examples-feature/feature.xml b/features/org.eclipse.emf.cdo.dawn.examples-feature/feature.xml
index 5e974a73d8..be61151c33 100644
--- a/features/org.eclipse.emf.cdo.dawn.examples-feature/feature.xml
+++ b/features/org.eclipse.emf.cdo.dawn.examples-feature/feature.xml
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="UTF-8"?>
+<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright (c) 2004 - 2011 Eike Stepper (Berlin, Germany) and others.
All rights reserved. This program and the accompanying materials
@@ -8,84 +8,93 @@
Contributors:
Martin Fluegge - initial API and implementation
--->
-<feature
- id="org.eclipse.emf.cdo.dawn.examples"
- label="%featureName"
- version="1.0.0.qualifier"
- provider-name="%providerName"
- image="eclipse_update_120.jpg" license-feature="org.eclipse.emf.cdo.license" license-feature-version="4.0.0.qualifier">
-
- <description>
- %description
- </description>
-
- <copyright url="%copyrightURL">
- %copyright
- </copyright>
-
- <license url="%licenseURL">
- %license
- </license>
-
- <url>
- <update label="%updateSiteName" url="http://www.eclipse.org/modeling/updates/"/>
- <discovery label="%updateSiteName" url="http://www.eclipse.org/modeling/updates/"/>
- </url>
-
- <includes
- id="org.eclipse.emf.cdo.dawn.examples.source"
- version="0.0.0"/>
-
- <plugin
- id="org.eclipse.emf.cdo.dawn.examples"
- download-size="0"
- install-size="0"
- version="0.0.0"
- unpack="false"/>
-
- <plugin
- id="org.eclipse.emf.cdo.dawn.examples.acore"
- download-size="0"
- install-size="0"
- version="0.0.0"
- unpack="false"/>
-
- <plugin
- id="org.eclipse.emf.cdo.dawn.examples.acore.diagram"
- download-size="0"
- install-size="0"
- version="0.0.0"
- unpack="false"/>
-
- <plugin
- id="org.eclipse.emf.cdo.dawn.examples.acore.diagram.dawn"
- download-size="0"
- install-size="0"
- version="0.0.0"
- fragment="true"
- unpack="false"/>
-
- <plugin
- id="org.eclipse.emf.cdo.dawn.examples.acore.edit"
- download-size="0"
- install-size="0"
- version="0.0.0"
- unpack="false"/>
-
- <plugin
- id="org.eclipse.emf.cdo.dawn.examples.acore.editor"
- download-size="0"
- install-size="0"
- version="0.0.0"
- unpack="false"/>
-
- <plugin
- id="org.eclipse.emf.cdo.dawn.examples.acore.editor.dawn"
- download-size="0"
- install-size="0"
- version="0.0.0"
- fragment="true"
- unpack="false"/>
-
-</feature>
+-->
+<feature
+ id="org.eclipse.emf.cdo.dawn.examples"
+ label="%featureName"
+ version="1.0.0.qualifier"
+ provider-name="%providerName"
+ image="eclipse_update_120.jpg"
+ license-feature="org.eclipse.emf.cdo.license"
+ license-feature-version="4.0.0.qualifier">
+
+ <description>
+ %description
+ </description>
+
+ <copyright url="%copyrightURL">
+ %copyright
+ </copyright>
+
+ <license url="%licenseURL">
+ %license
+ </license>
+
+ <url>
+ <update label="%updateSiteName" url="http://www.eclipse.org/modeling/updates/"/>
+ <discovery label="%updateSiteName" url="http://www.eclipse.org/modeling/updates/"/>
+ </url>
+
+ <includes
+ id="org.eclipse.emf.cdo.dawn.examples.source"
+ version="0.0.0"/>
+
+ <plugin
+ id="org.eclipse.emf.cdo.dawn.examples"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
+ <plugin
+ id="org.eclipse.emf.cdo.dawn.examples.acore"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
+ <plugin
+ id="org.eclipse.emf.cdo.dawn.examples.acore.diagram"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
+ <plugin
+ id="org.eclipse.emf.cdo.dawn.examples.acore.diagram.dawn"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ fragment="true"
+ unpack="false"/>
+
+ <plugin
+ id="org.eclipse.emf.cdo.dawn.examples.acore.edit"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
+ <plugin
+ id="org.eclipse.emf.cdo.dawn.examples.acore.editor"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
+ <plugin
+ id="org.eclipse.emf.cdo.dawn.examples.acore.editor.dawn"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ fragment="true"
+ unpack="false"/>
+
+ <plugin
+ id="org.eclipse.emf.cdo.dawn.examples.acore.graphiti"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
+</feature>
diff --git a/plugins/org.eclipse.emf.cdo.dawn.examples.acore.graphiti/.classpath b/plugins/org.eclipse.emf.cdo.dawn.examples.acore.graphiti/.classpath
new file mode 100644
index 0000000000..2d1a4302f0
--- /dev/null
+++ b/plugins/org.eclipse.emf.cdo.dawn.examples.acore.graphiti/.classpath
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<classpath>
+ <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5"/>
+ <classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
+ <classpathentry kind="src" path="src"/>
+ <classpathentry kind="output" path="bin"/>
+</classpath>
diff --git a/plugins/org.eclipse.emf.cdo.dawn.examples.acore.graphiti/.project b/plugins/org.eclipse.emf.cdo.dawn.examples.acore.graphiti/.project
new file mode 100644
index 0000000000..f271ee1051
--- /dev/null
+++ b/plugins/org.eclipse.emf.cdo.dawn.examples.acore.graphiti/.project
@@ -0,0 +1,44 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+ <name>org.eclipse.emf.cdo.dawn.examples.acore.graphiti</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>
+ <buildCommand>
+ <name>org.eclipse.pde.api.tools.apiAnalysisBuilder</name>
+ <arguments>
+ </arguments>
+ </buildCommand>
+ <buildCommand>
+ <name>org.eclipse.emf.cdo.releng.version.VersionBuilder</name>
+ <arguments>
+ <dictionary>
+ <key>release.path</key>
+ <value>/org.eclipse.emf.cdo.releng/release.xml</value>
+ </dictionary>
+ </arguments>
+ </buildCommand>
+ </buildSpec>
+ <natures>
+ <nature>org.eclipse.pde.PluginNature</nature>
+ <nature>org.eclipse.jdt.core.javanature</nature>
+ <nature>org.eclipse.pde.api.tools.apiAnalysisNature</nature>
+ <nature>org.eclipse.emf.cdo.releng.version.VersionNature</nature>
+ </natures>
+</projectDescription>
diff --git a/plugins/org.eclipse.emf.cdo.dawn.examples.acore.graphiti/.settings/org.eclipse.core.resources.prefs b/plugins/org.eclipse.emf.cdo.dawn.examples.acore.graphiti/.settings/org.eclipse.core.resources.prefs
new file mode 100644
index 0000000000..f8829d1f7c
--- /dev/null
+++ b/plugins/org.eclipse.emf.cdo.dawn.examples.acore.graphiti/.settings/org.eclipse.core.resources.prefs
@@ -0,0 +1,3 @@
+#Mon Jul 04 13:04:09 CEST 2011
+eclipse.preferences.version=1
+encoding//model/org.eclipse.emf.cdo.defs.ecorediag=UTF-8
diff --git a/plugins/org.eclipse.emf.cdo.dawn.examples.acore.graphiti/.settings/org.eclipse.jdt.core.prefs b/plugins/org.eclipse.emf.cdo.dawn.examples.acore.graphiti/.settings/org.eclipse.jdt.core.prefs
new file mode 100644
index 0000000000..94d4dd9ab9
--- /dev/null
+++ b/plugins/org.eclipse.emf.cdo.dawn.examples.acore.graphiti/.settings/org.eclipse.jdt.core.prefs
@@ -0,0 +1,364 @@
+#Mon Oct 03 12:29:20 CEST 2011
+eclipse.preferences.version=1
+org.eclipse.jdt.core.codeComplete.argumentPrefixes=
+org.eclipse.jdt.core.codeComplete.argumentSuffixes=
+org.eclipse.jdt.core.codeComplete.fieldPrefixes=
+org.eclipse.jdt.core.codeComplete.fieldSuffixes=
+org.eclipse.jdt.core.codeComplete.localPrefixes=
+org.eclipse.jdt.core.codeComplete.localSuffixes=
+org.eclipse.jdt.core.codeComplete.staticFieldPrefixes=
+org.eclipse.jdt.core.codeComplete.staticFieldSuffixes=
+org.eclipse.jdt.core.codeComplete.staticFinalFieldPrefixes=
+org.eclipse.jdt.core.codeComplete.staticFinalFieldSuffixes=
+org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
+org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.5
+org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve
+org.eclipse.jdt.core.compiler.compliance=1.5
+org.eclipse.jdt.core.compiler.debug.lineNumber=generate
+org.eclipse.jdt.core.compiler.debug.localVariable=generate
+org.eclipse.jdt.core.compiler.debug.sourceFile=generate
+org.eclipse.jdt.core.compiler.doc.comment.support=enabled
+org.eclipse.jdt.core.compiler.problem.annotationSuperInterface=ignore
+org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
+org.eclipse.jdt.core.compiler.problem.autoboxing=ignore
+org.eclipse.jdt.core.compiler.problem.comparingIdentical=ignore
+org.eclipse.jdt.core.compiler.problem.deadCode=ignore
+org.eclipse.jdt.core.compiler.problem.deprecation=ignore
+org.eclipse.jdt.core.compiler.problem.deprecationInDeprecatedCode=disabled
+org.eclipse.jdt.core.compiler.problem.deprecationWhenOverridingDeprecatedMethod=enabled
+org.eclipse.jdt.core.compiler.problem.discouragedReference=ignore
+org.eclipse.jdt.core.compiler.problem.emptyStatement=ignore
+org.eclipse.jdt.core.compiler.problem.enumIdentifier=error
+org.eclipse.jdt.core.compiler.problem.fallthroughCase=ignore
+org.eclipse.jdt.core.compiler.problem.fatalOptionalError=disabled
+org.eclipse.jdt.core.compiler.problem.fieldHiding=ignore
+org.eclipse.jdt.core.compiler.problem.finalParameterBound=ignore
+org.eclipse.jdt.core.compiler.problem.finallyBlockNotCompletingNormally=ignore
+org.eclipse.jdt.core.compiler.problem.forbiddenReference=ignore
+org.eclipse.jdt.core.compiler.problem.hiddenCatchBlock=ignore
+org.eclipse.jdt.core.compiler.problem.incompatibleNonInheritedInterfaceMethod=ignore
+org.eclipse.jdt.core.compiler.problem.incompleteEnumSwitch=ignore
+org.eclipse.jdt.core.compiler.problem.indirectStaticAccess=ignore
+org.eclipse.jdt.core.compiler.problem.invalidJavadoc=warning
+org.eclipse.jdt.core.compiler.problem.invalidJavadocTags=enabled
+org.eclipse.jdt.core.compiler.problem.invalidJavadocTagsDeprecatedRef=disabled
+org.eclipse.jdt.core.compiler.problem.invalidJavadocTagsNotVisibleRef=disabled
+org.eclipse.jdt.core.compiler.problem.invalidJavadocTagsVisibility=public
+org.eclipse.jdt.core.compiler.problem.localVariableHiding=ignore
+org.eclipse.jdt.core.compiler.problem.methodWithConstructorName=ignore
+org.eclipse.jdt.core.compiler.problem.missingDeprecatedAnnotation=warning
+org.eclipse.jdt.core.compiler.problem.missingHashCodeMethod=ignore
+org.eclipse.jdt.core.compiler.problem.missingJavadocComments=ignore
+org.eclipse.jdt.core.compiler.problem.missingJavadocCommentsOverriding=disabled
+org.eclipse.jdt.core.compiler.problem.missingJavadocCommentsVisibility=public
+org.eclipse.jdt.core.compiler.problem.missingJavadocTagDescription=return_tag
+org.eclipse.jdt.core.compiler.problem.missingJavadocTags=ignore
+org.eclipse.jdt.core.compiler.problem.missingJavadocTagsOverriding=disabled
+org.eclipse.jdt.core.compiler.problem.missingJavadocTagsVisibility=public
+org.eclipse.jdt.core.compiler.problem.missingOverrideAnnotation=ignore
+org.eclipse.jdt.core.compiler.problem.missingOverrideAnnotationForInterfaceMethodImplementation=enabled
+org.eclipse.jdt.core.compiler.problem.missingSerialVersion=ignore
+org.eclipse.jdt.core.compiler.problem.missingSynchronizedOnInheritedMethod=ignore
+org.eclipse.jdt.core.compiler.problem.noEffectAssignment=ignore
+org.eclipse.jdt.core.compiler.problem.noImplicitStringConversion=ignore
+org.eclipse.jdt.core.compiler.problem.nonExternalizedStringLiteral=ignore
+org.eclipse.jdt.core.compiler.problem.nullReference=ignore
+org.eclipse.jdt.core.compiler.problem.overridingPackageDefaultMethod=ignore
+org.eclipse.jdt.core.compiler.problem.parameterAssignment=ignore
+org.eclipse.jdt.core.compiler.problem.possibleAccidentalBooleanAssignment=ignore
+org.eclipse.jdt.core.compiler.problem.potentialNullReference=ignore
+org.eclipse.jdt.core.compiler.problem.rawTypeReference=ignore
+org.eclipse.jdt.core.compiler.problem.redundantNullCheck=ignore
+org.eclipse.jdt.core.compiler.problem.redundantSuperinterface=ignore
+org.eclipse.jdt.core.compiler.problem.specialParameterHidingField=disabled
+org.eclipse.jdt.core.compiler.problem.staticAccessReceiver=ignore
+org.eclipse.jdt.core.compiler.problem.suppressOptionalErrors=disabled
+org.eclipse.jdt.core.compiler.problem.suppressWarnings=enabled
+org.eclipse.jdt.core.compiler.problem.syntheticAccessEmulation=ignore
+org.eclipse.jdt.core.compiler.problem.typeParameterHiding=ignore
+org.eclipse.jdt.core.compiler.problem.uncheckedTypeOperation=ignore
+org.eclipse.jdt.core.compiler.problem.undocumentedEmptyBlock=ignore
+org.eclipse.jdt.core.compiler.problem.unhandledWarningToken=ignore
+org.eclipse.jdt.core.compiler.problem.unnecessaryElse=ignore
+org.eclipse.jdt.core.compiler.problem.unnecessaryTypeCheck=ignore
+org.eclipse.jdt.core.compiler.problem.unqualifiedFieldAccess=ignore
+org.eclipse.jdt.core.compiler.problem.unusedDeclaredThrownException=ignore
+org.eclipse.jdt.core.compiler.problem.unusedDeclaredThrownExceptionExemptExceptionAndThrowable=enabled
+org.eclipse.jdt.core.compiler.problem.unusedDeclaredThrownExceptionIncludeDocCommentReference=enabled
+org.eclipse.jdt.core.compiler.problem.unusedDeclaredThrownExceptionWhenOverriding=disabled
+org.eclipse.jdt.core.compiler.problem.unusedImport=ignore
+org.eclipse.jdt.core.compiler.problem.unusedLabel=ignore
+org.eclipse.jdt.core.compiler.problem.unusedLocal=ignore
+org.eclipse.jdt.core.compiler.problem.unusedObjectAllocation=ignore
+org.eclipse.jdt.core.compiler.problem.unusedParameter=ignore
+org.eclipse.jdt.core.compiler.problem.unusedParameterIncludeDocCommentReference=enabled
+org.eclipse.jdt.core.compiler.problem.unusedParameterWhenImplementingAbstract=disabled
+org.eclipse.jdt.core.compiler.problem.unusedParameterWhenOverridingConcrete=disabled
+org.eclipse.jdt.core.compiler.problem.unusedPrivateMember=ignore
+org.eclipse.jdt.core.compiler.problem.unusedWarningToken=ignore
+org.eclipse.jdt.core.compiler.problem.varargsArgumentNeedCast=ignore
+org.eclipse.jdt.core.compiler.source=1.5
+org.eclipse.jdt.core.compiler.taskCaseSensitive=enabled
+org.eclipse.jdt.core.compiler.taskPriorities=NORMAL,HIGH,HIGH,LOW,LOW,LOW,LOW,LOW
+org.eclipse.jdt.core.compiler.taskTags=TODO,FIXME,XXX,PERF,MEM,POLISH,@generated NOT,@ADDED
+org.eclipse.jdt.core.formatter.align_type_members_on_columns=false
+org.eclipse.jdt.core.formatter.alignment_for_arguments_in_allocation_expression=16
+org.eclipse.jdt.core.formatter.alignment_for_arguments_in_enum_constant=16
+org.eclipse.jdt.core.formatter.alignment_for_arguments_in_explicit_constructor_call=16
+org.eclipse.jdt.core.formatter.alignment_for_arguments_in_method_invocation=16
+org.eclipse.jdt.core.formatter.alignment_for_arguments_in_qualified_allocation_expression=16
+org.eclipse.jdt.core.formatter.alignment_for_assignment=0
+org.eclipse.jdt.core.formatter.alignment_for_binary_expression=16
+org.eclipse.jdt.core.formatter.alignment_for_compact_if=16
+org.eclipse.jdt.core.formatter.alignment_for_conditional_expression=80
+org.eclipse.jdt.core.formatter.alignment_for_enum_constants=0
+org.eclipse.jdt.core.formatter.alignment_for_expressions_in_array_initializer=16
+org.eclipse.jdt.core.formatter.alignment_for_multiple_fields=16
+org.eclipse.jdt.core.formatter.alignment_for_parameters_in_constructor_declaration=16
+org.eclipse.jdt.core.formatter.alignment_for_parameters_in_method_declaration=16
+org.eclipse.jdt.core.formatter.alignment_for_selector_in_method_invocation=16
+org.eclipse.jdt.core.formatter.alignment_for_superclass_in_type_declaration=16
+org.eclipse.jdt.core.formatter.alignment_for_superinterfaces_in_enum_declaration=16
+org.eclipse.jdt.core.formatter.alignment_for_superinterfaces_in_type_declaration=16
+org.eclipse.jdt.core.formatter.alignment_for_throws_clause_in_constructor_declaration=16
+org.eclipse.jdt.core.formatter.alignment_for_throws_clause_in_method_declaration=16
+org.eclipse.jdt.core.formatter.blank_lines_after_imports=1
+org.eclipse.jdt.core.formatter.blank_lines_after_package=1
+org.eclipse.jdt.core.formatter.blank_lines_before_field=1
+org.eclipse.jdt.core.formatter.blank_lines_before_first_class_body_declaration=0
+org.eclipse.jdt.core.formatter.blank_lines_before_imports=1
+org.eclipse.jdt.core.formatter.blank_lines_before_member_type=1
+org.eclipse.jdt.core.formatter.blank_lines_before_method=1
+org.eclipse.jdt.core.formatter.blank_lines_before_new_chunk=1
+org.eclipse.jdt.core.formatter.blank_lines_before_package=0
+org.eclipse.jdt.core.formatter.blank_lines_between_import_groups=1
+org.eclipse.jdt.core.formatter.blank_lines_between_type_declarations=1
+org.eclipse.jdt.core.formatter.brace_position_for_annotation_type_declaration=next_line
+org.eclipse.jdt.core.formatter.brace_position_for_anonymous_type_declaration=next_line
+org.eclipse.jdt.core.formatter.brace_position_for_array_initializer=end_of_line
+org.eclipse.jdt.core.formatter.brace_position_for_block=next_line
+org.eclipse.jdt.core.formatter.brace_position_for_block_in_case=next_line
+org.eclipse.jdt.core.formatter.brace_position_for_constructor_declaration=next_line
+org.eclipse.jdt.core.formatter.brace_position_for_enum_constant=next_line
+org.eclipse.jdt.core.formatter.brace_position_for_enum_declaration=next_line
+org.eclipse.jdt.core.formatter.brace_position_for_method_declaration=next_line
+org.eclipse.jdt.core.formatter.brace_position_for_switch=next_line
+org.eclipse.jdt.core.formatter.brace_position_for_type_declaration=next_line
+org.eclipse.jdt.core.formatter.comment.clear_blank_lines_in_block_comment=true
+org.eclipse.jdt.core.formatter.comment.clear_blank_lines_in_javadoc_comment=true
+org.eclipse.jdt.core.formatter.comment.format_block_comments=true
+org.eclipse.jdt.core.formatter.comment.format_header=false
+org.eclipse.jdt.core.formatter.comment.format_html=true
+org.eclipse.jdt.core.formatter.comment.format_javadoc_comments=true
+org.eclipse.jdt.core.formatter.comment.format_line_comments=true
+org.eclipse.jdt.core.formatter.comment.format_source_code=true
+org.eclipse.jdt.core.formatter.comment.indent_parameter_description=true
+org.eclipse.jdt.core.formatter.comment.indent_root_tags=true
+org.eclipse.jdt.core.formatter.comment.insert_new_line_before_root_tags=insert
+org.eclipse.jdt.core.formatter.comment.insert_new_line_for_parameter=insert
+org.eclipse.jdt.core.formatter.comment.line_length=120
+org.eclipse.jdt.core.formatter.compact_else_if=true
+org.eclipse.jdt.core.formatter.continuation_indentation=2
+org.eclipse.jdt.core.formatter.continuation_indentation_for_array_initializer=2
+org.eclipse.jdt.core.formatter.format_guardian_clause_on_one_line=false
+org.eclipse.jdt.core.formatter.indent_body_declarations_compare_to_annotation_declaration_header=true
+org.eclipse.jdt.core.formatter.indent_body_declarations_compare_to_enum_constant_header=true
+org.eclipse.jdt.core.formatter.indent_body_declarations_compare_to_enum_declaration_header=true
+org.eclipse.jdt.core.formatter.indent_body_declarations_compare_to_type_header=true
+org.eclipse.jdt.core.formatter.indent_breaks_compare_to_cases=true
+org.eclipse.jdt.core.formatter.indent_empty_lines=false
+org.eclipse.jdt.core.formatter.indent_statements_compare_to_block=true
+org.eclipse.jdt.core.formatter.indent_statements_compare_to_body=true
+org.eclipse.jdt.core.formatter.indent_switchstatements_compare_to_cases=true
+org.eclipse.jdt.core.formatter.indent_switchstatements_compare_to_switch=false
+org.eclipse.jdt.core.formatter.indentation.size=2
+org.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_field=insert
+org.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_local_variable=insert
+org.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_method=insert
+org.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_package=insert
+org.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_parameter=do not insert
+org.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_type=insert
+org.eclipse.jdt.core.formatter.insert_new_line_after_opening_brace_in_array_initializer=do not insert
+org.eclipse.jdt.core.formatter.insert_new_line_at_end_of_file_if_missing=insert
+org.eclipse.jdt.core.formatter.insert_new_line_before_catch_in_try_statement=insert
+org.eclipse.jdt.core.formatter.insert_new_line_before_closing_brace_in_array_initializer=do not insert
+org.eclipse.jdt.core.formatter.insert_new_line_before_else_in_if_statement=insert
+org.eclipse.jdt.core.formatter.insert_new_line_before_finally_in_try_statement=insert
+org.eclipse.jdt.core.formatter.insert_new_line_before_while_in_do_statement=do not insert
+org.eclipse.jdt.core.formatter.insert_new_line_in_empty_annotation_declaration=insert
+org.eclipse.jdt.core.formatter.insert_new_line_in_empty_anonymous_type_declaration=insert
+org.eclipse.jdt.core.formatter.insert_new_line_in_empty_block=insert
+org.eclipse.jdt.core.formatter.insert_new_line_in_empty_enum_constant=insert
+org.eclipse.jdt.core.formatter.insert_new_line_in_empty_enum_declaration=insert
+org.eclipse.jdt.core.formatter.insert_new_line_in_empty_method_body=insert
+org.eclipse.jdt.core.formatter.insert_new_line_in_empty_type_declaration=insert
+org.eclipse.jdt.core.formatter.insert_space_after_and_in_type_parameter=insert
+org.eclipse.jdt.core.formatter.insert_space_after_assignment_operator=insert
+org.eclipse.jdt.core.formatter.insert_space_after_at_in_annotation=do not insert
+org.eclipse.jdt.core.formatter.insert_space_after_at_in_annotation_type_declaration=do not insert
+org.eclipse.jdt.core.formatter.insert_space_after_binary_operator=insert
+org.eclipse.jdt.core.formatter.insert_space_after_closing_angle_bracket_in_type_arguments=insert
+org.eclipse.jdt.core.formatter.insert_space_after_closing_angle_bracket_in_type_parameters=insert
+org.eclipse.jdt.core.formatter.insert_space_after_closing_brace_in_block=insert
+org.eclipse.jdt.core.formatter.insert_space_after_closing_paren_in_cast=do not insert
+org.eclipse.jdt.core.formatter.insert_space_after_colon_in_assert=insert
+org.eclipse.jdt.core.formatter.insert_space_after_colon_in_case=insert
+org.eclipse.jdt.core.formatter.insert_space_after_colon_in_conditional=insert
+org.eclipse.jdt.core.formatter.insert_space_after_colon_in_for=insert
+org.eclipse.jdt.core.formatter.insert_space_after_colon_in_labeled_statement=insert
+org.eclipse.jdt.core.formatter.insert_space_after_comma_in_allocation_expression=insert
+org.eclipse.jdt.core.formatter.insert_space_after_comma_in_annotation=insert
+org.eclipse.jdt.core.formatter.insert_space_after_comma_in_array_initializer=insert
+org.eclipse.jdt.core.formatter.insert_space_after_comma_in_constructor_declaration_parameters=insert
+org.eclipse.jdt.core.formatter.insert_space_after_comma_in_constructor_declaration_throws=insert
+org.eclipse.jdt.core.formatter.insert_space_after_comma_in_enum_constant_arguments=insert
+org.eclipse.jdt.core.formatter.insert_space_after_comma_in_enum_declarations=insert
+org.eclipse.jdt.core.formatter.insert_space_after_comma_in_explicitconstructorcall_arguments=insert
+org.eclipse.jdt.core.formatter.insert_space_after_comma_in_for_increments=insert
+org.eclipse.jdt.core.formatter.insert_space_after_comma_in_for_inits=insert
+org.eclipse.jdt.core.formatter.insert_space_after_comma_in_method_declaration_parameters=insert
+org.eclipse.jdt.core.formatter.insert_space_after_comma_in_method_declaration_throws=insert
+org.eclipse.jdt.core.formatter.insert_space_after_comma_in_method_invocation_arguments=insert
+org.eclipse.jdt.core.formatter.insert_space_after_comma_in_multiple_field_declarations=insert
+org.eclipse.jdt.core.formatter.insert_space_after_comma_in_multiple_local_declarations=insert
+org.eclipse.jdt.core.formatter.insert_space_after_comma_in_parameterized_type_reference=insert
+org.eclipse.jdt.core.formatter.insert_space_after_comma_in_superinterfaces=insert
+org.eclipse.jdt.core.formatter.insert_space_after_comma_in_type_arguments=insert
+org.eclipse.jdt.core.formatter.insert_space_after_comma_in_type_parameters=insert
+org.eclipse.jdt.core.formatter.insert_space_after_ellipsis=insert
+org.eclipse.jdt.core.formatter.insert_space_after_opening_angle_bracket_in_parameterized_type_reference=do not insert
+org.eclipse.jdt.core.formatter.insert_space_after_opening_angle_bracket_in_type_arguments=do not insert
+org.eclipse.jdt.core.formatter.insert_space_after_opening_angle_bracket_in_type_parameters=do not insert
+org.eclipse.jdt.core.formatter.insert_space_after_opening_brace_in_array_initializer=insert
+org.eclipse.jdt.core.formatter.insert_space_after_opening_bracket_in_array_allocation_expression=do not insert
+org.eclipse.jdt.core.formatter.insert_space_after_opening_bracket_in_array_reference=do not insert
+org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_annotation=do not insert
+org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_cast=do not insert
+org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_catch=do not insert
+org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_constructor_declaration=do not insert
+org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_enum_constant=do not insert
+org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_for=do not insert
+org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_if=do not insert
+org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_method_declaration=do not insert
+org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_method_invocation=do not insert
+org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_parenthesized_expression=do not insert
+org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_switch=do not insert
+org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_synchronized=do not insert
+org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_while=do not insert
+org.eclipse.jdt.core.formatter.insert_space_after_postfix_operator=do not insert
+org.eclipse.jdt.core.formatter.insert_space_after_prefix_operator=do not insert
+org.eclipse.jdt.core.formatter.insert_space_after_question_in_conditional=insert
+org.eclipse.jdt.core.formatter.insert_space_after_question_in_wildcard=do not insert
+org.eclipse.jdt.core.formatter.insert_space_after_semicolon_in_for=insert
+org.eclipse.jdt.core.formatter.insert_space_after_unary_operator=do not insert
+org.eclipse.jdt.core.formatter.insert_space_before_and_in_type_parameter=insert
+org.eclipse.jdt.core.formatter.insert_space_before_assignment_operator=insert
+org.eclipse.jdt.core.formatter.insert_space_before_at_in_annotation_type_declaration=insert
+org.eclipse.jdt.core.formatter.insert_space_before_binary_operator=insert
+org.eclipse.jdt.core.formatter.insert_space_before_closing_angle_bracket_in_parameterized_type_reference=do not insert
+org.eclipse.jdt.core.formatter.insert_space_before_closing_angle_bracket_in_type_arguments=do not insert
+org.eclipse.jdt.core.formatter.insert_space_before_closing_angle_bracket_in_type_parameters=do not insert
+org.eclipse.jdt.core.formatter.insert_space_before_closing_brace_in_array_initializer=insert
+org.eclipse.jdt.core.formatter.insert_space_before_closing_bracket_in_array_allocation_expression=do not insert
+org.eclipse.jdt.core.formatter.insert_space_before_closing_bracket_in_array_reference=do not insert
+org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_annotation=do not insert
+org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_cast=do not insert
+org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_catch=do not insert
+org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_constructor_declaration=do not insert
+org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_enum_constant=do not insert
+org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_for=do not insert
+org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_if=do not insert
+org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_method_declaration=do not insert
+org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_method_invocation=do not insert
+org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_parenthesized_expression=do not insert
+org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_switch=do not insert
+org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_synchronized=do not insert
+org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_while=do not insert
+org.eclipse.jdt.core.formatter.insert_space_before_colon_in_assert=insert
+org.eclipse.jdt.core.formatter.insert_space_before_colon_in_case=do not insert
+org.eclipse.jdt.core.formatter.insert_space_before_colon_in_conditional=insert
+org.eclipse.jdt.core.formatter.insert_space_before_colon_in_default=do not insert
+org.eclipse.jdt.core.formatter.insert_space_before_colon_in_for=insert
+org.eclipse.jdt.core.formatter.insert_space_before_colon_in_labeled_statement=do not insert
+org.eclipse.jdt.core.formatter.insert_space_before_comma_in_allocation_expression=do not insert
+org.eclipse.jdt.core.formatter.insert_space_before_comma_in_annotation=do not insert
+org.eclipse.jdt.core.formatter.insert_space_before_comma_in_array_initializer=do not insert
+org.eclipse.jdt.core.formatter.insert_space_before_comma_in_constructor_declaration_parameters=do not insert
+org.eclipse.jdt.core.formatter.insert_space_before_comma_in_constructor_declaration_throws=do not insert
+org.eclipse.jdt.core.formatter.insert_space_before_comma_in_enum_constant_arguments=do not insert
+org.eclipse.jdt.core.formatter.insert_space_before_comma_in_enum_declarations=do not insert
+org.eclipse.jdt.core.formatter.insert_space_before_comma_in_explicitconstructorcall_arguments=do not insert
+org.eclipse.jdt.core.formatter.insert_space_before_comma_in_for_increments=do not insert
+org.eclipse.jdt.core.formatter.insert_space_before_comma_in_for_inits=do not insert
+org.eclipse.jdt.core.formatter.insert_space_before_comma_in_method_declaration_parameters=do not insert
+org.eclipse.jdt.core.formatter.insert_space_before_comma_in_method_declaration_throws=do not insert
+org.eclipse.jdt.core.formatter.insert_space_before_comma_in_method_invocation_arguments=do not insert
+org.eclipse.jdt.core.formatter.insert_space_before_comma_in_multiple_field_declarations=do not insert
+org.eclipse.jdt.core.formatter.insert_space_before_comma_in_multiple_local_declarations=do not insert
+org.eclipse.jdt.core.formatter.insert_space_before_comma_in_parameterized_type_reference=do not insert
+org.eclipse.jdt.core.formatter.insert_space_before_comma_in_superinterfaces=do not insert
+org.eclipse.jdt.core.formatter.insert_space_before_comma_in_type_arguments=do not insert
+org.eclipse.jdt.core.formatter.insert_space_before_comma_in_type_parameters=do not insert
+org.eclipse.jdt.core.formatter.insert_space_before_ellipsis=do not insert
+org.eclipse.jdt.core.formatter.insert_space_before_opening_angle_bracket_in_parameterized_type_reference=do not insert
+org.eclipse.jdt.core.formatter.insert_space_before_opening_angle_bracket_in_type_arguments=do not insert
+org.eclipse.jdt.core.formatter.insert_space_before_opening_angle_bracket_in_type_parameters=do not insert
+org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_annotation_type_declaration=insert
+org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_anonymous_type_declaration=insert
+org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_array_initializer=insert
+org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_block=insert
+org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_constructor_declaration=insert
+org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_enum_constant=insert
+org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_enum_declaration=insert
+org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_method_declaration=insert
+org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_switch=insert
+org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_type_declaration=insert
+org.eclipse.jdt.core.formatter.insert_space_before_opening_bracket_in_array_allocation_expression=do not insert
+org.eclipse.jdt.core.formatter.insert_space_before_opening_bracket_in_array_reference=do not insert
+org.eclipse.jdt.core.formatter.insert_space_before_opening_bracket_in_array_type_reference=do not insert
+org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_annotation=do not insert
+org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_annotation_type_member_declaration=do not insert
+org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_catch=insert
+org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_constructor_declaration=do not insert
+org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_enum_constant=do not insert
+org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_for=insert
+org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_if=insert
+org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_method_declaration=do not insert
+org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_method_invocation=do not insert
+org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_parenthesized_expression=do not insert
+org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_switch=insert
+org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_synchronized=insert
+org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_while=insert
+org.eclipse.jdt.core.formatter.insert_space_before_parenthesized_expression_in_return=insert
+org.eclipse.jdt.core.formatter.insert_space_before_parenthesized_expression_in_throw=insert
+org.eclipse.jdt.core.formatter.insert_space_before_postfix_operator=do not insert
+org.eclipse.jdt.core.formatter.insert_space_before_prefix_operator=do not insert
+org.eclipse.jdt.core.formatter.insert_space_before_question_in_conditional=insert
+org.eclipse.jdt.core.formatter.insert_space_before_question_in_wildcard=do not insert
+org.eclipse.jdt.core.formatter.insert_space_before_semicolon=do not insert
+org.eclipse.jdt.core.formatter.insert_space_before_semicolon_in_for=do not insert
+org.eclipse.jdt.core.formatter.insert_space_before_unary_operator=do not insert
+org.eclipse.jdt.core.formatter.insert_space_between_brackets_in_array_type_reference=do not insert
+org.eclipse.jdt.core.formatter.insert_space_between_empty_braces_in_array_initializer=do not insert
+org.eclipse.jdt.core.formatter.insert_space_between_empty_brackets_in_array_allocation_expression=do not insert
+org.eclipse.jdt.core.formatter.insert_space_between_empty_parens_in_annotation_type_member_declaration=do not insert
+org.eclipse.jdt.core.formatter.insert_space_between_empty_parens_in_constructor_declaration=do not insert
+org.eclipse.jdt.core.formatter.insert_space_between_empty_parens_in_enum_constant=do not insert
+org.eclipse.jdt.core.formatter.insert_space_between_empty_parens_in_method_declaration=do not insert
+org.eclipse.jdt.core.formatter.insert_space_between_empty_parens_in_method_invocation=do not insert
+org.eclipse.jdt.core.formatter.join_lines_in_comments=true
+org.eclipse.jdt.core.formatter.join_wrapped_lines=true
+org.eclipse.jdt.core.formatter.keep_else_statement_on_same_line=false
+org.eclipse.jdt.core.formatter.keep_empty_array_initializer_on_one_line=false
+org.eclipse.jdt.core.formatter.keep_imple_if_on_one_line=false
+org.eclipse.jdt.core.formatter.keep_then_statement_on_same_line=false
+org.eclipse.jdt.core.formatter.lineSplit=120
+org.eclipse.jdt.core.formatter.never_indent_block_comments_on_first_column=false
+org.eclipse.jdt.core.formatter.never_indent_line_comments_on_first_column=false
+org.eclipse.jdt.core.formatter.number_of_blank_lines_at_beginning_of_method_body=0
+org.eclipse.jdt.core.formatter.number_of_empty_lines_to_preserve=1
+org.eclipse.jdt.core.formatter.put_empty_statement_on_new_line=true
+org.eclipse.jdt.core.formatter.tabulation.char=space
+org.eclipse.jdt.core.formatter.tabulation.size=2
+org.eclipse.jdt.core.formatter.use_tabs_only_for_leading_indentations=false
+org.eclipse.jdt.core.formatter.wrap_before_binary_operator=true
diff --git a/plugins/org.eclipse.emf.cdo.dawn.examples.acore.graphiti/.settings/org.eclipse.jdt.ui.prefs b/plugins/org.eclipse.emf.cdo.dawn.examples.acore.graphiti/.settings/org.eclipse.jdt.ui.prefs
new file mode 100644
index 0000000000..1c6d0e8a2d
--- /dev/null
+++ b/plugins/org.eclipse.emf.cdo.dawn.examples.acore.graphiti/.settings/org.eclipse.jdt.ui.prefs
@@ -0,0 +1,120 @@
+#Thu Feb 04 09:44:24 CET 2010
+cleanup.add_default_serial_version_id=true
+cleanup.add_generated_serial_version_id=false
+cleanup.add_missing_annotations=true
+cleanup.add_missing_deprecated_annotations=true
+cleanup.add_missing_methods=false
+cleanup.add_missing_nls_tags=false
+cleanup.add_missing_override_annotations=true
+cleanup.add_missing_override_annotations_interface_methods=true
+cleanup.add_serial_version_id=true
+cleanup.always_use_blocks=true
+cleanup.always_use_parentheses_in_expressions=false
+cleanup.always_use_this_for_non_static_field_access=false
+cleanup.always_use_this_for_non_static_method_access=false
+cleanup.convert_to_enhanced_for_loop=false
+cleanup.correct_indentation=true
+cleanup.format_source_code=true
+cleanup.format_source_code_changes_only=false
+cleanup.make_local_variable_final=true
+cleanup.make_parameters_final=false
+cleanup.make_private_fields_final=true
+cleanup.make_type_abstract_if_missing_method=false
+cleanup.make_variable_declarations_final=false
+cleanup.never_use_blocks=false
+cleanup.never_use_parentheses_in_expressions=true
+cleanup.organize_imports=true
+cleanup.qualify_static_field_accesses_with_declaring_class=false
+cleanup.qualify_static_member_accesses_through_instances_with_declaring_class=true
+cleanup.qualify_static_member_accesses_through_subtypes_with_declaring_class=true
+cleanup.qualify_static_member_accesses_with_declaring_class=false
+cleanup.qualify_static_method_accesses_with_declaring_class=false
+cleanup.remove_private_constructors=true
+cleanup.remove_trailing_whitespaces=true
+cleanup.remove_trailing_whitespaces_all=true
+cleanup.remove_trailing_whitespaces_ignore_empty=false
+cleanup.remove_unnecessary_casts=true
+cleanup.remove_unnecessary_nls_tags=true
+cleanup.remove_unused_imports=true
+cleanup.remove_unused_local_variables=false
+cleanup.remove_unused_private_fields=true
+cleanup.remove_unused_private_members=false
+cleanup.remove_unused_private_methods=true
+cleanup.remove_unused_private_types=true
+cleanup.sort_members=false
+cleanup.sort_members_all=false
+cleanup.use_blocks=true
+cleanup.use_blocks_only_for_return_and_throw=false
+cleanup.use_parentheses_in_expressions=true
+cleanup.use_this_for_non_static_field_access=true
+cleanup.use_this_for_non_static_field_access_only_if_necessary=true
+cleanup.use_this_for_non_static_method_access=true
+cleanup.use_this_for_non_static_method_access_only_if_necessary=true
+cleanup_profile=_EMFT
+cleanup_settings_version=2
+eclipse.preferences.version=1
+editor_save_participant_org.eclipse.jdt.ui.postsavelistener.cleanup=true
+formatter_profile=_EMFT
+formatter_settings_version=11
+org.eclipse.jdt.ui.exception.name=ex
+org.eclipse.jdt.ui.gettersetter.use.is=true
+org.eclipse.jdt.ui.ignorelowercasenames=true
+org.eclipse.jdt.ui.importorder=org.eclipse.emf.cdo;org.eclipse.emf.internal.cdo;org.eclipse.net4j;org.eclipse.internal.net4j;org.eclipse.emf;org.eclipse;com;org;javax;java;
+org.eclipse.jdt.ui.javadoc=true
+org.eclipse.jdt.ui.keywordthis=false
+org.eclipse.jdt.ui.ondemandthreshold=99
+org.eclipse.jdt.ui.overrideannotation=true
+org.eclipse.jdt.ui.staticondemandthreshold=99
+org.eclipse.jdt.ui.text.custom_code_templates=<?xml version\="1.0" encoding\="UTF-8" standalone\="no"?><templates><template autoinsert\="false" context\="gettercomment_context" deleted\="false" description\="Comment for getter method" enabled\="true" id\="org.eclipse.jdt.ui.text.codetemplates.gettercomment" name\="gettercomment"/><template autoinsert\="false" context\="settercomment_context" deleted\="false" description\="Comment for setter method" enabled\="true" id\="org.eclipse.jdt.ui.text.codetemplates.settercomment" name\="settercomment"/><template autoinsert\="false" context\="constructorcomment_context" deleted\="false" description\="Comment for created constructors" enabled\="true" id\="org.eclipse.jdt.ui.text.codetemplates.constructorcomment" name\="constructorcomment"/><template autoinsert\="false" context\="filecomment_context" deleted\="false" description\="Comment for created Java files" enabled\="true" id\="org.eclipse.jdt.ui.text.codetemplates.filecomment" name\="filecomment">/*\r\n * Copyright (c) 2004 - 2011 Eike Stepper (Berlin, Germany) and others.\r\n * All rights reserved. This program and the accompanying materials\r\n * are made available under the terms of the Eclipse Public License v1.0\r\n * which accompanies this distribution, and is available at\r\n * http\://www.eclipse.org/legal/epl-v10.html\r\n * \r\n * Contributors\:\r\n * Martin Fluegge - initial API and implementation\r\n */</template><template autoinsert\="false" context\="typecomment_context" deleted\="false" description\="Comment for created types" enabled\="true" id\="org.eclipse.jdt.ui.text.codetemplates.typecomment" name\="typecomment">/**\r\n * @author Martin Fluegge\r\n */</template><template autoinsert\="false" context\="fieldcomment_context" deleted\="false" description\="Comment for fields" enabled\="true" id\="org.eclipse.jdt.ui.text.codetemplates.fieldcomment" name\="fieldcomment"/><template autoinsert\="false" context\="methodcomment_context" deleted\="false" description\="Comment for non-overriding methods" enabled\="true" id\="org.eclipse.jdt.ui.text.codetemplates.methodcomment" name\="methodcomment"/><template autoinsert\="false" context\="overridecomment_context" deleted\="false" description\="Comment for overriding methods" enabled\="true" id\="org.eclipse.jdt.ui.text.codetemplates.overridecomment" name\="overridecomment"/><template autoinsert\="false" context\="delegatecomment_context" deleted\="false" description\="Comment for delegate methods" enabled\="true" id\="org.eclipse.jdt.ui.text.codetemplates.delegatecomment" name\="delegatecomment"/><template autoinsert\="true" context\="newtype_context" deleted\="false" description\="Newly created files" enabled\="true" id\="org.eclipse.jdt.ui.text.codetemplates.newtype" name\="newtype">${filecomment}\r\n${package_declaration}\r\n\r\n${typecomment}\r\n${type_declaration}</template><template autoinsert\="true" context\="classbody_context" deleted\="false" description\="Code in new class type bodies" enabled\="true" id\="org.eclipse.jdt.ui.text.codetemplates.classbody" name\="classbody">\r\n</template><template autoinsert\="true" context\="interfacebody_context" deleted\="false" description\="Code in new interface type bodies" enabled\="true" id\="org.eclipse.jdt.ui.text.codetemplates.interfacebody" name\="interfacebody">\r\n</template><template autoinsert\="true" context\="enumbody_context" deleted\="false" description\="Code in new enum type bodies" enabled\="true" id\="org.eclipse.jdt.ui.text.codetemplates.enumbody" name\="enumbody">\r\n</template><template autoinsert\="true" context\="annotationbody_context" deleted\="false" description\="Code in new annotation type bodies" enabled\="true" id\="org.eclipse.jdt.ui.text.codetemplates.annotationbody" name\="annotationbody">\r\n</template><template autoinsert\="false" context\="catchblock_context" deleted\="false" description\="Code in new catch blocks" enabled\="true" id\="org.eclipse.jdt.ui.text.codetemplates.catchblock" name\="catchblock">${exception_var}.printStackTrace();</template><template autoinsert\="false" context\="methodbody_context" deleted\="false" description\="Code in created method stubs" enabled\="true" id\="org.eclipse.jdt.ui.text.codetemplates.methodbody" name\="methodbody">${body_statement}</template><template autoinsert\="false" context\="constructorbody_context" deleted\="false" description\="Code in created constructor stubs" enabled\="true" id\="org.eclipse.jdt.ui.text.codetemplates.constructorbody" name\="constructorbody">${body_statement}</template><template autoinsert\="true" context\="getterbody_context" deleted\="false" description\="Code in created getters" enabled\="true" id\="org.eclipse.jdt.ui.text.codetemplates.getterbody" name\="getterbody">return ${field};</template><template autoinsert\="true" context\="setterbody_context" deleted\="false" description\="Code in created setters" enabled\="true" id\="org.eclipse.jdt.ui.text.codetemplates.setterbody" name\="setterbody">${field} \= ${param};</template></templates>
+sp_cleanup.add_default_serial_version_id=true
+sp_cleanup.add_generated_serial_version_id=false
+sp_cleanup.add_missing_annotations=true
+sp_cleanup.add_missing_deprecated_annotations=true
+sp_cleanup.add_missing_methods=false
+sp_cleanup.add_missing_nls_tags=false
+sp_cleanup.add_missing_override_annotations=true
+sp_cleanup.add_missing_override_annotations_interface_methods=false
+sp_cleanup.add_serial_version_id=false
+sp_cleanup.always_use_blocks=true
+sp_cleanup.always_use_parentheses_in_expressions=false
+sp_cleanup.always_use_this_for_non_static_field_access=false
+sp_cleanup.always_use_this_for_non_static_method_access=false
+sp_cleanup.convert_to_enhanced_for_loop=false
+sp_cleanup.correct_indentation=true
+sp_cleanup.format_source_code=true
+sp_cleanup.format_source_code_changes_only=false
+sp_cleanup.make_local_variable_final=false
+sp_cleanup.make_parameters_final=false
+sp_cleanup.make_private_fields_final=true
+sp_cleanup.make_type_abstract_if_missing_method=false
+sp_cleanup.make_variable_declarations_final=false
+sp_cleanup.never_use_blocks=false
+sp_cleanup.never_use_parentheses_in_expressions=true
+sp_cleanup.on_save_use_additional_actions=true
+sp_cleanup.organize_imports=true
+sp_cleanup.qualify_static_field_accesses_with_declaring_class=false
+sp_cleanup.qualify_static_member_accesses_through_instances_with_declaring_class=true
+sp_cleanup.qualify_static_member_accesses_through_subtypes_with_declaring_class=true
+sp_cleanup.qualify_static_member_accesses_with_declaring_class=false
+sp_cleanup.qualify_static_method_accesses_with_declaring_class=false
+sp_cleanup.remove_private_constructors=true
+sp_cleanup.remove_trailing_whitespaces=true
+sp_cleanup.remove_trailing_whitespaces_all=true
+sp_cleanup.remove_trailing_whitespaces_ignore_empty=false
+sp_cleanup.remove_unnecessary_casts=true
+sp_cleanup.remove_unnecessary_nls_tags=true
+sp_cleanup.remove_unused_imports=true
+sp_cleanup.remove_unused_local_variables=false
+sp_cleanup.remove_unused_private_fields=true
+sp_cleanup.remove_unused_private_members=false
+sp_cleanup.remove_unused_private_methods=true
+sp_cleanup.remove_unused_private_types=true
+sp_cleanup.sort_members=false
+sp_cleanup.sort_members_all=false
+sp_cleanup.use_blocks=true
+sp_cleanup.use_blocks_only_for_return_and_throw=false
+sp_cleanup.use_parentheses_in_expressions=true
+sp_cleanup.use_this_for_non_static_field_access=true
+sp_cleanup.use_this_for_non_static_field_access_only_if_necessary=true
+sp_cleanup.use_this_for_non_static_method_access=true
+sp_cleanup.use_this_for_non_static_method_access_only_if_necessary=true
diff --git a/plugins/org.eclipse.emf.cdo.dawn.examples.acore.graphiti/.settings/org.eclipse.ltk.core.refactoring.prefs b/plugins/org.eclipse.emf.cdo.dawn.examples.acore.graphiti/.settings/org.eclipse.ltk.core.refactoring.prefs
new file mode 100644
index 0000000000..864e30fe5d
--- /dev/null
+++ b/plugins/org.eclipse.emf.cdo.dawn.examples.acore.graphiti/.settings/org.eclipse.ltk.core.refactoring.prefs
@@ -0,0 +1,3 @@
+#Thu Feb 04 09:44:24 CET 2010
+eclipse.preferences.version=1
+org.eclipse.ltk.core.refactoring.enable.project.refactoring.history=false
diff --git a/plugins/org.eclipse.emf.cdo.dawn.examples.acore.graphiti/.settings/org.eclipse.mylyn.tasks.ui.prefs b/plugins/org.eclipse.emf.cdo.dawn.examples.acore.graphiti/.settings/org.eclipse.mylyn.tasks.ui.prefs
new file mode 100644
index 0000000000..b050639a54
--- /dev/null
+++ b/plugins/org.eclipse.emf.cdo.dawn.examples.acore.graphiti/.settings/org.eclipse.mylyn.tasks.ui.prefs
@@ -0,0 +1,4 @@
+#Thu Feb 04 09:44:24 CET 2010
+eclipse.preferences.version=1
+project.repository.kind=bugzilla
+project.repository.url=https\://bugs.eclipse.org/bugs
diff --git a/plugins/org.eclipse.emf.cdo.dawn.examples.acore.graphiti/.settings/org.eclipse.mylyn.team.ui.prefs b/plugins/org.eclipse.emf.cdo.dawn.examples.acore.graphiti/.settings/org.eclipse.mylyn.team.ui.prefs
new file mode 100644
index 0000000000..2f50f36c0c
--- /dev/null
+++ b/plugins/org.eclipse.emf.cdo.dawn.examples.acore.graphiti/.settings/org.eclipse.mylyn.team.ui.prefs
@@ -0,0 +1,3 @@
+#Thu Feb 04 09:44:24 CET 2010
+commit.comment.template=[${task.id}] ${task.description} \r\n${task.url}
+eclipse.preferences.version=1
diff --git a/plugins/org.eclipse.emf.cdo.dawn.examples.acore.graphiti/.settings/org.eclipse.pde.api.tools.prefs b/plugins/org.eclipse.emf.cdo.dawn.examples.acore.graphiti/.settings/org.eclipse.pde.api.tools.prefs
new file mode 100644
index 0000000000..f8d0a0660e
--- /dev/null
+++ b/plugins/org.eclipse.emf.cdo.dawn.examples.acore.graphiti/.settings/org.eclipse.pde.api.tools.prefs
@@ -0,0 +1,94 @@
+#Thu Feb 04 09:44:24 CET 2010
+ANNOTATION_ELEMENT_TYPE_ADDED_METHOD_WITHOUT_DEFAULT_VALUE=Error
+ANNOTATION_ELEMENT_TYPE_CHANGED_TYPE_CONVERSION=Error
+ANNOTATION_ELEMENT_TYPE_REMOVED_FIELD=Error
+ANNOTATION_ELEMENT_TYPE_REMOVED_METHOD=Error
+ANNOTATION_ELEMENT_TYPE_REMOVED_TYPE_MEMBER=Error
+API_COMPONENT_ELEMENT_TYPE_REMOVED_API_TYPE=Error
+API_COMPONENT_ELEMENT_TYPE_REMOVED_REEXPORTED_API_TYPE=Error
+API_COMPONENT_ELEMENT_TYPE_REMOVED_REEXPORTED_TYPE=Error
+API_COMPONENT_ELEMENT_TYPE_REMOVED_TYPE=Error
+CLASS_ELEMENT_TYPE_ADDED_METHOD=Error
+CLASS_ELEMENT_TYPE_ADDED_RESTRICTIONS=Error
+CLASS_ELEMENT_TYPE_ADDED_TYPE_PARAMETER=Error
+CLASS_ELEMENT_TYPE_CHANGED_CONTRACTED_SUPERINTERFACES_SET=Error
+CLASS_ELEMENT_TYPE_CHANGED_DECREASE_ACCESS=Error
+CLASS_ELEMENT_TYPE_CHANGED_NON_ABSTRACT_TO_ABSTRACT=Error
+CLASS_ELEMENT_TYPE_CHANGED_NON_FINAL_TO_FINAL=Error
+CLASS_ELEMENT_TYPE_CHANGED_TYPE_CONVERSION=Error
+CLASS_ELEMENT_TYPE_REMOVED_CONSTRUCTOR=Error
+CLASS_ELEMENT_TYPE_REMOVED_FIELD=Error
+CLASS_ELEMENT_TYPE_REMOVED_METHOD=Error
+CLASS_ELEMENT_TYPE_REMOVED_SUPERCLASS=Error
+CLASS_ELEMENT_TYPE_REMOVED_TYPE_MEMBER=Error
+CLASS_ELEMENT_TYPE_REMOVED_TYPE_PARAMETER=Error
+CONSTRUCTOR_ELEMENT_TYPE_ADDED_TYPE_PARAMETER=Error
+CONSTRUCTOR_ELEMENT_TYPE_CHANGED_DECREASE_ACCESS=Error
+CONSTRUCTOR_ELEMENT_TYPE_CHANGED_VARARGS_TO_ARRAY=Error
+CONSTRUCTOR_ELEMENT_TYPE_REMOVED_TYPE_PARAMETER=Error
+ENUM_ELEMENT_TYPE_CHANGED_CONTRACTED_SUPERINTERFACES_SET=Error
+ENUM_ELEMENT_TYPE_CHANGED_TYPE_CONVERSION=Error
+ENUM_ELEMENT_TYPE_REMOVED_ENUM_CONSTANT=Error
+ENUM_ELEMENT_TYPE_REMOVED_FIELD=Error
+ENUM_ELEMENT_TYPE_REMOVED_METHOD=Error
+ENUM_ELEMENT_TYPE_REMOVED_TYPE_MEMBER=Error
+FIELD_ELEMENT_TYPE_ADDED_VALUE=Error
+FIELD_ELEMENT_TYPE_CHANGED_DECREASE_ACCESS=Error
+FIELD_ELEMENT_TYPE_CHANGED_FINAL_TO_NON_FINAL_STATIC_CONSTANT=Error
+FIELD_ELEMENT_TYPE_CHANGED_NON_FINAL_TO_FINAL=Error
+FIELD_ELEMENT_TYPE_CHANGED_NON_STATIC_TO_STATIC=Error
+FIELD_ELEMENT_TYPE_CHANGED_STATIC_TO_NON_STATIC=Error
+FIELD_ELEMENT_TYPE_CHANGED_TYPE=Error
+FIELD_ELEMENT_TYPE_CHANGED_VALUE=Error
+FIELD_ELEMENT_TYPE_REMOVED_TYPE_ARGUMENT=Error
+FIELD_ELEMENT_TYPE_REMOVED_VALUE=Error
+ILLEGAL_EXTEND=Warning
+ILLEGAL_IMPLEMENT=Warning
+ILLEGAL_INSTANTIATE=Warning
+ILLEGAL_OVERRIDE=Warning
+ILLEGAL_REFERENCE=Warning
+INTERFACE_ELEMENT_TYPE_ADDED_FIELD=Error
+INTERFACE_ELEMENT_TYPE_ADDED_METHOD=Error
+INTERFACE_ELEMENT_TYPE_ADDED_RESTRICTIONS=Error
+INTERFACE_ELEMENT_TYPE_ADDED_SUPER_INTERFACE_WITH_METHODS=Error
+INTERFACE_ELEMENT_TYPE_ADDED_TYPE_PARAMETER=Error
+INTERFACE_ELEMENT_TYPE_CHANGED_CONTRACTED_SUPERINTERFACES_SET=Error
+INTERFACE_ELEMENT_TYPE_CHANGED_TYPE_CONVERSION=Error
+INTERFACE_ELEMENT_TYPE_REMOVED_FIELD=Error
+INTERFACE_ELEMENT_TYPE_REMOVED_METHOD=Error
+INTERFACE_ELEMENT_TYPE_REMOVED_TYPE_MEMBER=Error
+INTERFACE_ELEMENT_TYPE_REMOVED_TYPE_PARAMETER=Error
+INVALID_JAVADOC_TAG=Ignore
+INVALID_REFERENCE_IN_SYSTEM_LIBRARIES=Ignore
+LEAK_EXTEND=Warning
+LEAK_FIELD_DECL=Warning
+LEAK_IMPLEMENT=Warning
+LEAK_METHOD_PARAM=Warning
+LEAK_METHOD_RETURN_TYPE=Warning
+METHOD_ELEMENT_TYPE_ADDED_RESTRICTIONS=Error
+METHOD_ELEMENT_TYPE_ADDED_TYPE_PARAMETER=Error
+METHOD_ELEMENT_TYPE_CHANGED_DECREASE_ACCESS=Error
+METHOD_ELEMENT_TYPE_CHANGED_NON_ABSTRACT_TO_ABSTRACT=Error
+METHOD_ELEMENT_TYPE_CHANGED_NON_FINAL_TO_FINAL=Error
+METHOD_ELEMENT_TYPE_CHANGED_NON_STATIC_TO_STATIC=Error
+METHOD_ELEMENT_TYPE_CHANGED_STATIC_TO_NON_STATIC=Error
+METHOD_ELEMENT_TYPE_CHANGED_VARARGS_TO_ARRAY=Error
+METHOD_ELEMENT_TYPE_REMOVED_ANNOTATION_DEFAULT_VALUE=Error
+METHOD_ELEMENT_TYPE_REMOVED_TYPE_PARAMETER=Error
+TYPE_PARAMETER_ELEMENT_TYPE_ADDED_CLASS_BOUND=Error
+TYPE_PARAMETER_ELEMENT_TYPE_ADDED_INTERFACE_BOUND=Error
+TYPE_PARAMETER_ELEMENT_TYPE_CHANGED_CLASS_BOUND=Error
+TYPE_PARAMETER_ELEMENT_TYPE_CHANGED_INTERFACE_BOUND=Error
+TYPE_PARAMETER_ELEMENT_TYPE_REMOVED_CLASS_BOUND=Error
+TYPE_PARAMETER_ELEMENT_TYPE_REMOVED_INTERFACE_BOUND=Error
+UNUSED_PROBLEM_FILTERS=Ignore
+automatically_removed_unused_problem_filters=Disabled
+eclipse.preferences.version=1
+incompatible_api_component_version=Error
+incompatible_api_component_version_include_major_without_breaking_change=Disabled
+incompatible_api_component_version_include_minor_without_api_change=Disabled
+invalid_since_tag_version=Error
+malformed_since_tag=Error
+missing_since_tag=Error
+report_api_breakage_when_major_version_incremented=Disabled
+report_resolution_errors_api_component=Warning
diff --git a/plugins/org.eclipse.emf.cdo.dawn.examples.acore.graphiti/.settings/org.eclipse.pde.prefs b/plugins/org.eclipse.emf.cdo.dawn.examples.acore.graphiti/.settings/org.eclipse.pde.prefs
new file mode 100644
index 0000000000..c6b96bb45e
--- /dev/null
+++ b/plugins/org.eclipse.emf.cdo.dawn.examples.acore.graphiti/.settings/org.eclipse.pde.prefs
@@ -0,0 +1,31 @@
+#Thu Feb 04 09:44:24 CET 2010
+compilers.f.unresolved-features=1
+compilers.f.unresolved-plugins=1
+compilers.incompatible-environment=1
+compilers.p.build=1
+compilers.p.build.bin.includes=1
+compilers.p.build.java.compliance=1
+compilers.p.build.missing.output=2
+compilers.p.build.output.library=1
+compilers.p.build.source.library=1
+compilers.p.build.src.includes=1
+compilers.p.deprecated=1
+compilers.p.discouraged-class=1
+compilers.p.internal=1
+compilers.p.missing-packages=1
+compilers.p.missing-version-export-package=1
+compilers.p.missing-version-import-package=1
+compilers.p.missing-version-require-bundle=1
+compilers.p.no-required-att=0
+compilers.p.not-externalized-att=2
+compilers.p.unknown-attribute=1
+compilers.p.unknown-class=1
+compilers.p.unknown-element=1
+compilers.p.unknown-identifier=1
+compilers.p.unknown-resource=1
+compilers.p.unresolved-ex-points=0
+compilers.p.unresolved-import=0
+compilers.s.create-docs=false
+compilers.s.doc-folder=doc
+compilers.s.open-tags=1
+eclipse.preferences.version=1
diff --git a/plugins/org.eclipse.emf.cdo.dawn.examples.acore.graphiti/META-INF/MANIFEST.MF b/plugins/org.eclipse.emf.cdo.dawn.examples.acore.graphiti/META-INF/MANIFEST.MF
new file mode 100644
index 0000000000..7f75ee07e8
--- /dev/null
+++ b/plugins/org.eclipse.emf.cdo.dawn.examples.acore.graphiti/META-INF/MANIFEST.MF
@@ -0,0 +1,23 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: %pluginName
+Bundle-SymbolicName: org.eclipse.emf.cdo.dawn.examples.acore.graphiti;singleton:=true
+Bundle-Version: 1.0.0.qualifier
+Bundle-Activator: org.eclipse.emf.cdo.dawn.examples.acore.graphiti.Activator
+Require-Bundle: org.eclipse.ui;bundle-version="[3.6.0,4.0.0)",
+ org.eclipse.core.runtime;bundle-version="[3.6.0,4.0.0)",
+ org.eclipse.graphiti;bundle-version="[0.9.0,1.0.0)",
+ org.eclipse.graphiti.ui;bundle-version="[0.9.0,1.0.0)",
+ org.eclipse.graphiti.examples.common;bundle-version="[0.9.0,1.0.0)",
+ org.eclipse.core.resources;bundle-version="[3.6.0,4.0.0)",
+ org.eclipse.core.runtime;bundle-version="[3.6.0,4.0.0)",
+ org.eclipse.ui.views.properties.tabbed;bundle-version="[3.5.0,4.0.0)",
+ org.eclipse.emf.cdo.dawn.examples.acore;bundle-version="[1.0.100,2.0.0)",
+ org.eclipse.emf.cdo.dawn.examples.acore.edit;bundle-version="[1.0.100,2.0.0)"
+Bundle-ActivationPolicy: lazy
+Bundle-RequiredExecutionEnvironment: J2SE-1.5
+Export-Package: org.eclipse.emf.cdo.dawn.examples.acore.graphiti;version="1.0.0",
+ org.eclipse.emf.cdo.dawn.examples.acore.graphiti.diagram;version="1.0.0",
+ org.eclipse.emf.cdo.dawn.examples.acore.graphiti.features;version="1.0.0",
+ org.eclipse.emf.cdo.dawn.examples.acore.graphiti.util;version="1.0.0"
+Bundle-Vendor: %providerName
diff --git a/plugins/org.eclipse.emf.cdo.dawn.examples.acore.graphiti/about.html b/plugins/org.eclipse.emf.cdo.dawn.examples.acore.graphiti/about.html
new file mode 100644
index 0000000000..d35d5aed64
--- /dev/null
+++ b/plugins/org.eclipse.emf.cdo.dawn.examples.acore.graphiti/about.html
@@ -0,0 +1,28 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml">
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"/>
+<title>About</title>
+</head>
+<body lang="EN-US">
+<h2>About This Content</h2>
+
+<p>June 5, 2007</p>
+<h3>License</h3>
+
+<p>The Eclipse Foundation makes available all content in this plug-in (&quot;Content&quot;). Unless otherwise
+indicated below, the Content is provided to you under the terms and conditions of the
+Eclipse Public License Version 1.0 (&quot;EPL&quot;). A copy of the EPL is available
+at <a href="http://www.eclipse.org/legal/epl-v10.html">http://www.eclipse.org/legal/epl-v10.html</a>.
+For purposes of the EPL, &quot;Program&quot; will mean the Content.</p>
+
+<p>If you did not receive this Content directly from the Eclipse Foundation, the Content is
+being redistributed by another party (&quot;Redistributor&quot;) and different terms and conditions may
+apply to your use of any object code in the Content. Check the Redistributor's license that was
+provided with the Content. If no such license exists, contact the Redistributor. Unless otherwise
+indicated below, the terms and conditions of the EPL still apply to any source code in the Content
+and such source code may be obtained at <a href="http://www.eclipse.org/">http://www.eclipse.org</a>.</p>
+
+</body>
+</html>
diff --git a/plugins/org.eclipse.emf.cdo.dawn.examples.acore.graphiti/build.properties b/plugins/org.eclipse.emf.cdo.dawn.examples.acore.graphiti/build.properties
new file mode 100644
index 0000000000..e3e59ef4b0
--- /dev/null
+++ b/plugins/org.eclipse.emf.cdo.dawn.examples.acore.graphiti/build.properties
@@ -0,0 +1,10 @@
+source.. = src/
+output.. = bin/
+bin.includes = META-INF/,\
+ .,\
+ about.html,\
+ copyright.txt,\
+ plugin.xml,\
+ plugin.properties
+src.includes = about.html,\
+ copyright.txt
diff --git a/plugins/org.eclipse.emf.cdo.dawn.examples.acore.graphiti/copyright.txt b/plugins/org.eclipse.emf.cdo.dawn.examples.acore.graphiti/copyright.txt
new file mode 100644
index 0000000000..a5ec07f141
--- /dev/null
+++ b/plugins/org.eclipse.emf.cdo.dawn.examples.acore.graphiti/copyright.txt
@@ -0,0 +1,8 @@
+Copyright (c) 2004 - 2011 Eike Stepper (Berlin, Germany) and others.
+All rights reserved. This program and the accompanying materials
+are made available under the terms of the Eclipse Public License v1.0
+which accompanies this distribution, and is available at
+http://www.eclipse.org/legal/epl-v10.html
+
+Contributors:
+ Martin Fluegge - initial API and implementation \ No newline at end of file
diff --git a/plugins/org.eclipse.emf.cdo.dawn.examples.acore.graphiti/icons/ereference.gif b/plugins/org.eclipse.emf.cdo.dawn.examples.acore.graphiti/icons/ereference.gif
new file mode 100644
index 0000000000..5f42bf5ca3
--- /dev/null
+++ b/plugins/org.eclipse.emf.cdo.dawn.examples.acore.graphiti/icons/ereference.gif
Binary files differ
diff --git a/plugins/org.eclipse.emf.cdo.dawn.examples.acore.graphiti/plugin.properties b/plugins/org.eclipse.emf.cdo.dawn.examples.acore.graphiti/plugin.properties
new file mode 100644
index 0000000000..1ae4b81546
--- /dev/null
+++ b/plugins/org.eclipse.emf.cdo.dawn.examples.acore.graphiti/plugin.properties
@@ -0,0 +1,11 @@
+# Copyright (c) 2004 - 2011 Eike Stepper (Berlin, Germany) and others.
+# All rights reserved. This program and the accompanying materials
+# are made available under the terms of the Eclipse Public License v1.0
+# which accompanies this distribution, and is available at
+# http://www.eclipse.org/legal/epl-v10.html
+#
+# Contributors:
+# Martin Fluegge - initial API and implementation
+
+pluginName = CDO Dawn Examples Graphiti Acore Editor
+providerName = Eclipse Modeling Project
diff --git a/plugins/org.eclipse.emf.cdo.dawn.examples.acore.graphiti/plugin.xml b/plugins/org.eclipse.emf.cdo.dawn.examples.acore.graphiti/plugin.xml
new file mode 100644
index 0000000000..3039203cfd
--- /dev/null
+++ b/plugins/org.eclipse.emf.cdo.dawn.examples.acore.graphiti/plugin.xml
@@ -0,0 +1,50 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<?eclipse version="3.4"?>
+<!--
+ Copyright (c) 2004 - 2011 Eike Stepper (Berlin, Germany) and others.
+ All rights reserved. This program and the accompanying materials
+ are made available under the terms of the Eclipse Public License v1.0
+ which accompanies this distribution, and is available at
+ http://www.eclipse.org/legal/epl-v10.html
+
+ Contributors:
+ Martin Fluegge - initial API and implementation
+-->
+<plugin>
+<extension
+
+ point="org.eclipse.graphiti.ui.diagramTypes">
+ <diagramType
+ description="This is the diagram type for teh Dawn Acore Example Model"
+ id="org.eclipse.emf.cdo.dawn.examples.acore.graphiti.diagram.AcoreDiagramType"
+ name="Acore Diagram Type"
+ type="acore">
+ </diagramType>
+ </extension>
+
+
+ <extension
+ point="org.eclipse.graphiti.ui.diagramTypeProviders">
+ <diagramTypeProvider
+ class="org.eclipse.emf.cdo.dawn.examples.acore.graphiti.diagram.AcoreDiagramTypeProvider"
+ description="This is my editor for the Graphiti tutorial"
+ id="org.eclipse.emf.cdo.dawn.examples.acore.graphiti.diagram.AcoreDiagramTypeProvider"
+ name="My tutorial editor">
+ <diagramType
+ id="org.eclipse.emf.cdo.dawn.examples.acore.graphiti.diagram.AcoreDiagramType">
+ </diagramType>
+ <imageProvider
+ id="org.eclipse.emf.cdo.dawn.examples.acore.graphiti.features.util.AcoreImageProvider">
+ </imageProvider>
+ </diagramTypeProvider>
+
+ </extension>
+<extension
+ point="org.eclipse.graphiti.ui.imageProviders">
+ <imageProvider
+ class="org.eclipse.emf.cdo.dawn.examples.acore.graphiti.util.AcoreImageProvider"
+ id="org.eclipse.emf.cdo.dawn.examples.acore.graphiti.features.util.AcoreImageProvider">
+ </imageProvider>
+</extension>
+
+</plugin>
diff --git a/plugins/org.eclipse.emf.cdo.dawn.examples.acore.graphiti/src/org/eclipse/emf/cdo/dawn/examples/acore/graphiti/Activator.java b/plugins/org.eclipse.emf.cdo.dawn.examples.acore.graphiti/src/org/eclipse/emf/cdo/dawn/examples/acore/graphiti/Activator.java
new file mode 100644
index 0000000000..3739951d0d
--- /dev/null
+++ b/plugins/org.eclipse.emf.cdo.dawn.examples.acore.graphiti/src/org/eclipse/emf/cdo/dawn/examples/acore/graphiti/Activator.java
@@ -0,0 +1,49 @@
+/*
+ * Copyright (c) 2004 - 2011 Eike Stepper (Berlin, Germany) and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * which accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ *
+ * Contributors:
+ * Martin Fluegge - initial API and implementation
+ *
+ */
+package org.eclipse.emf.cdo.dawn.examples.acore.graphiti;
+
+import org.eclipse.ui.plugin.AbstractUIPlugin;
+
+import org.osgi.framework.BundleContext;
+
+/**
+ * @author Martin Fluegge
+ */
+public class Activator extends AbstractUIPlugin
+{
+ public static final String PLUGIN_ID = "org.eclipse.emf.cdo.dawn.examples.acore.graphiti"; //$NON-NLS-1$
+
+ private static Activator plugin;
+
+ public Activator()
+ {
+ }
+
+ @Override
+ public void start(BundleContext context) throws Exception
+ {
+ super.start(context);
+ plugin = this;
+ }
+
+ @Override
+ public void stop(BundleContext context) throws Exception
+ {
+ plugin = null;
+ super.stop(context);
+ }
+
+ public static Activator getDefault()
+ {
+ return plugin;
+ }
+}
diff --git a/plugins/org.eclipse.emf.cdo.dawn.examples.acore.graphiti/src/org/eclipse/emf/cdo/dawn/examples/acore/graphiti/diagram/AcoreDiagramTypeProvider.java b/plugins/org.eclipse.emf.cdo.dawn.examples.acore.graphiti/src/org/eclipse/emf/cdo/dawn/examples/acore/graphiti/diagram/AcoreDiagramTypeProvider.java
new file mode 100644
index 0000000000..8c1427be1a
--- /dev/null
+++ b/plugins/org.eclipse.emf.cdo.dawn.examples.acore.graphiti/src/org/eclipse/emf/cdo/dawn/examples/acore/graphiti/diagram/AcoreDiagramTypeProvider.java
@@ -0,0 +1,45 @@
+/*
+ * Copyright (c) 2004 - 2011 Eike Stepper (Berlin, Germany) and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * which accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ *
+ * Contributors:
+ * Martin Fluegge - initial API and implementation
+ *
+ */
+package org.eclipse.emf.cdo.dawn.examples.acore.graphiti.diagram;
+
+import org.eclipse.graphiti.dt.AbstractDiagramTypeProvider;
+import org.eclipse.graphiti.tb.IToolBehaviorProvider;
+
+/**
+ * @author Martin Fluegge
+ */
+public class AcoreDiagramTypeProvider extends AbstractDiagramTypeProvider
+{
+ public AcoreDiagramTypeProvider()
+ {
+ super();
+ setFeatureProvider(new AcoreFeatureProvider(this));
+ }
+
+ @Override
+ public boolean isAutoUpdateAtStartup()
+ {
+ return super.isAutoUpdateAtStartup();
+ }
+
+ private IToolBehaviorProvider[] toolBehaviorProviders;
+
+ @Override
+ public IToolBehaviorProvider[] getAvailableToolBehaviorProviders()
+ {
+ if (toolBehaviorProviders == null)
+ {
+ toolBehaviorProviders = new IToolBehaviorProvider[] { new AcoreToolBehaviorProvider(this) };
+ }
+ return toolBehaviorProviders;
+ }
+}
diff --git a/plugins/org.eclipse.emf.cdo.dawn.examples.acore.graphiti/src/org/eclipse/emf/cdo/dawn/examples/acore/graphiti/diagram/AcoreFeatureProvider.java b/plugins/org.eclipse.emf.cdo.dawn.examples.acore.graphiti/src/org/eclipse/emf/cdo/dawn/examples/acore/graphiti/diagram/AcoreFeatureProvider.java
new file mode 100644
index 0000000000..753c2a7bdf
--- /dev/null
+++ b/plugins/org.eclipse.emf.cdo.dawn.examples.acore.graphiti/src/org/eclipse/emf/cdo/dawn/examples/acore/graphiti/diagram/AcoreFeatureProvider.java
@@ -0,0 +1,191 @@
+/*
+ * Copyright (c) 2004 - 2011 Eike Stepper (Berlin, Germany) and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * which accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ *
+ * Contributors:
+ * Martin Fluegge - initial API and implementation
+ *
+ */
+package org.eclipse.emf.cdo.dawn.examples.acore.graphiti.diagram;
+
+import org.eclipse.emf.cdo.dawn.examples.acore.AClass;
+import org.eclipse.emf.cdo.dawn.examples.acore.AInterface;
+import org.eclipse.emf.cdo.dawn.examples.acore.graphiti.features.AcoreAddAClassFeature;
+import org.eclipse.emf.cdo.dawn.examples.acore.graphiti.features.AcoreAddAInterfaceFeature;
+import org.eclipse.emf.cdo.dawn.examples.acore.graphiti.features.AcoreAddAggregationFeature;
+import org.eclipse.emf.cdo.dawn.examples.acore.graphiti.features.AcoreAddAssociationFeature;
+import org.eclipse.emf.cdo.dawn.examples.acore.graphiti.features.AcoreAddCompositionFeature;
+import org.eclipse.emf.cdo.dawn.examples.acore.graphiti.features.AcoreAddImplementationFeature;
+import org.eclipse.emf.cdo.dawn.examples.acore.graphiti.features.AcoreAddSubClassesFeature;
+import org.eclipse.emf.cdo.dawn.examples.acore.graphiti.features.AcoreCreateAClassFeature;
+import org.eclipse.emf.cdo.dawn.examples.acore.graphiti.features.AcoreCreateAInterfaceFeature;
+import org.eclipse.emf.cdo.dawn.examples.acore.graphiti.features.AcoreCreateAggregationFeature;
+import org.eclipse.emf.cdo.dawn.examples.acore.graphiti.features.AcoreCreateAssociationFeature;
+import org.eclipse.emf.cdo.dawn.examples.acore.graphiti.features.AcoreCreateCompositionsFeature;
+import org.eclipse.emf.cdo.dawn.examples.acore.graphiti.features.AcoreCreateImplementationFeature;
+import org.eclipse.emf.cdo.dawn.examples.acore.graphiti.features.AcoreCreateSubclassFeature;
+import org.eclipse.emf.cdo.dawn.examples.acore.graphiti.features.AcoreCopyAClassFeature;
+import org.eclipse.emf.cdo.dawn.examples.acore.graphiti.features.AcoreDirectEditAClassFeature;
+import org.eclipse.emf.cdo.dawn.examples.acore.graphiti.features.AcorePasteAClassFeature;
+import org.eclipse.emf.cdo.dawn.examples.acore.graphiti.features.AcoreReconnectionFeature;
+import org.eclipse.emf.cdo.dawn.examples.acore.graphiti.features.AcoreRenameAClassFeature;
+import org.eclipse.emf.cdo.dawn.examples.acore.graphiti.features.AcoreUpdateAClassFeature;
+import org.eclipse.emf.cdo.dawn.examples.acore.graphiti.util.AcoreGraphitiContextUtil;
+import org.eclipse.emf.cdo.dawn.examples.acore.graphiti.util.AcoreGraphitiContextUtil.ConnectionType;
+
+import org.eclipse.graphiti.dt.IDiagramTypeProvider;
+import org.eclipse.graphiti.features.IAddFeature;
+import org.eclipse.graphiti.features.ICopyFeature;
+import org.eclipse.graphiti.features.ICreateConnectionFeature;
+import org.eclipse.graphiti.features.ICreateFeature;
+import org.eclipse.graphiti.features.IDirectEditingFeature;
+import org.eclipse.graphiti.features.IFeature;
+import org.eclipse.graphiti.features.IPasteFeature;
+import org.eclipse.graphiti.features.IReconnectionFeature;
+import org.eclipse.graphiti.features.IUpdateFeature;
+import org.eclipse.graphiti.features.context.IAddConnectionContext;
+import org.eclipse.graphiti.features.context.IAddContext;
+import org.eclipse.graphiti.features.context.ICopyContext;
+import org.eclipse.graphiti.features.context.ICustomContext;
+import org.eclipse.graphiti.features.context.IDirectEditingContext;
+import org.eclipse.graphiti.features.context.IPasteContext;
+import org.eclipse.graphiti.features.context.IPictogramElementContext;
+import org.eclipse.graphiti.features.context.IReconnectionContext;
+import org.eclipse.graphiti.features.context.IUpdateContext;
+import org.eclipse.graphiti.features.custom.ICustomFeature;
+import org.eclipse.graphiti.mm.pictograms.ContainerShape;
+import org.eclipse.graphiti.mm.pictograms.PictogramElement;
+import org.eclipse.graphiti.ui.features.DefaultFeatureProvider;
+
+/**
+ * @author Martin Fluegge
+ */
+public class AcoreFeatureProvider extends DefaultFeatureProvider
+{
+ public AcoreFeatureProvider(IDiagramTypeProvider dtp)
+ {
+ super(dtp);
+ }
+
+ @Override
+ public ICreateFeature[] getCreateFeatures()
+ {
+ return new ICreateFeature[] { new AcoreCreateAClassFeature(this), new AcoreCreateAInterfaceFeature(this) };
+ }
+
+ @Override
+ public ICreateConnectionFeature[] getCreateConnectionFeatures()
+ {
+ return new ICreateConnectionFeature[] { new AcoreCreateSubclassFeature(this),
+ new AcoreCreateImplementationFeature(this), new AcoreCreateAssociationFeature(this),
+ new AcoreCreateAggregationFeature(this), new AcoreCreateCompositionsFeature(this) };
+ }
+
+ @Override
+ public IAddFeature getAddFeature(IAddContext context)
+ {
+ if (context instanceof IAddConnectionContext)
+ {
+ ConnectionType connectionType = (ConnectionType)context.getProperty(AcoreGraphitiContextUtil.CONNECTTION_TYPE);
+ switch (connectionType)
+ {
+ case SUBCLASSES:
+ {
+ return new AcoreAddSubClassesFeature(this);
+ }
+ case IMPLEMENTATIONS:
+ {
+ return new AcoreAddImplementationFeature(this);
+ }
+ case AGGREGATIONS:
+ {
+ return new AcoreAddAggregationFeature(this);
+ }
+ case ASSOCIATIONS:
+ {
+ return new AcoreAddAssociationFeature(this);
+ }
+ case COMPOSITIONS:
+ {
+ return new AcoreAddCompositionFeature(this);
+ }
+ default:
+ break;
+ }
+ }
+ else
+ {
+ if (context.getNewObject() instanceof AClass)
+ {
+ return new AcoreAddAClassFeature(this);
+ }
+ else if (context.getNewObject() instanceof AInterface)
+ {
+ return new AcoreAddAInterfaceFeature(this);
+ }
+ }
+
+ return super.getAddFeature(context);
+ }
+
+ @Override
+ public IUpdateFeature getUpdateFeature(IUpdateContext context)
+ {
+ PictogramElement pictogramElement = context.getPictogramElement();
+ if (pictogramElement instanceof ContainerShape)
+ {
+ Object bo = getBusinessObjectForPictogramElement(pictogramElement);
+ if (bo instanceof AClass)
+ {
+ return new AcoreUpdateAClassFeature(this);
+ }
+ }
+ return super.getUpdateFeature(context);
+ }
+
+ @Override
+ public IFeature[] getDragAndDropFeatures(IPictogramElementContext context)
+ {
+ // simply return all create connection features
+ return getCreateConnectionFeatures();
+ }
+
+ @Override
+ public IReconnectionFeature getReconnectionFeature(IReconnectionContext context)
+ {
+ return new AcoreReconnectionFeature(this);
+ }
+
+ @Override
+ public IDirectEditingFeature getDirectEditingFeature(IDirectEditingContext context)
+ {
+ PictogramElement pe = context.getPictogramElement();
+ Object bo = getBusinessObjectForPictogramElement(pe);
+ if (bo instanceof AClass)
+ {
+ return new AcoreDirectEditAClassFeature(this);
+ }
+ return super.getDirectEditingFeature(context);
+ }
+
+ @Override
+ public ICopyFeature getCopyFeature(ICopyContext context)
+ {
+ return new AcoreCopyAClassFeature(this);
+ }
+
+ @Override
+ public IPasteFeature getPasteFeature(IPasteContext context)
+ {
+ return new AcorePasteAClassFeature(this);
+ }
+
+ @Override
+ public ICustomFeature[] getCustomFeatures(ICustomContext context)
+ {
+ return new ICustomFeature[] { new AcoreRenameAClassFeature(this) };
+ }
+}
diff --git a/plugins/org.eclipse.emf.cdo.dawn.examples.acore.graphiti/src/org/eclipse/emf/cdo/dawn/examples/acore/graphiti/diagram/AcoreToolBehaviorProvider.java b/plugins/org.eclipse.emf.cdo.dawn.examples.acore.graphiti/src/org/eclipse/emf/cdo/dawn/examples/acore/graphiti/diagram/AcoreToolBehaviorProvider.java
new file mode 100644
index 0000000000..edb02d0818
--- /dev/null
+++ b/plugins/org.eclipse.emf.cdo.dawn.examples.acore.graphiti/src/org/eclipse/emf/cdo/dawn/examples/acore/graphiti/diagram/AcoreToolBehaviorProvider.java
@@ -0,0 +1,263 @@
+/*
+ * Copyright (c) 2004 - 2011 Eike Stepper (Berlin, Germany) and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * which accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ *
+ * Contributors:
+ * Martin Fluegge - initial API and implementation
+ *
+ */
+package org.eclipse.emf.cdo.dawn.examples.acore.graphiti.diagram;
+
+import org.eclipse.emf.cdo.dawn.examples.acore.graphiti.features.AcoreCollapseDummyFeature;
+import org.eclipse.emf.cdo.dawn.examples.acore.graphiti.features.AcoreRenameAClassFeature;
+import org.eclipse.emf.cdo.dawn.examples.acore.graphiti.util.AcoreImageProvider;
+
+import org.eclipse.graphiti.dt.IDiagramTypeProvider;
+import org.eclipse.graphiti.features.ICreateConnectionFeature;
+import org.eclipse.graphiti.features.context.IDoubleClickContext;
+import org.eclipse.graphiti.features.context.IPictogramElementContext;
+import org.eclipse.graphiti.features.context.impl.CreateConnectionContext;
+import org.eclipse.graphiti.features.context.impl.CustomContext;
+import org.eclipse.graphiti.features.custom.ICustomFeature;
+import org.eclipse.graphiti.mm.pictograms.Anchor;
+import org.eclipse.graphiti.mm.pictograms.AnchorContainer;
+import org.eclipse.graphiti.mm.pictograms.PictogramElement;
+import org.eclipse.graphiti.services.Graphiti;
+import org.eclipse.graphiti.tb.ContextButtonEntry;
+import org.eclipse.graphiti.tb.ContextEntryHelper;
+import org.eclipse.graphiti.tb.DefaultToolBehaviorProvider;
+import org.eclipse.graphiti.tb.IContextButtonEntry;
+import org.eclipse.graphiti.tb.IContextButtonPadData;
+
+/**
+ * @author Martin Fluegge
+ */
+public class AcoreToolBehaviorProvider extends DefaultToolBehaviorProvider
+{
+ public AcoreToolBehaviorProvider(IDiagramTypeProvider dtp)
+ {
+ super(dtp);
+ }
+
+ @Override
+ public IContextButtonPadData getContextButtonPad(IPictogramElementContext context)
+ {
+ IContextButtonPadData data = super.getContextButtonPad(context);
+ PictogramElement pe = context.getPictogramElement();
+
+ // 1. set the generic context buttons
+ // note, that we do not add 'remove' (just as an example)
+ setGenericContextButtons(data, pe, CONTEXT_BUTTON_DELETE | CONTEXT_BUTTON_UPDATE);
+
+ // 2. set the collapse button
+ // simply use a dummy custom feature (senseless example)
+ CustomContext cc = new CustomContext(new PictogramElement[] { pe });
+ ICustomFeature[] cf = getFeatureProvider().getCustomFeatures(cc);
+ for (int i = 0; i < cf.length; i++)
+ {
+ ICustomFeature iCustomFeature = cf[i];
+ if (iCustomFeature instanceof AcoreCollapseDummyFeature)
+ {
+ IContextButtonEntry collapseButton = ContextEntryHelper.createCollapseContextButton(true, iCustomFeature, cc);
+ data.setCollapseContextButton(collapseButton);
+ break;
+ }
+ }
+
+ // 3. add one domain specific context-button, which offers all
+ // available connection-features as drag&drop features...
+
+ // 3.a. create new CreateConnectionContext
+ CreateConnectionContext ccc = new CreateConnectionContext();
+ ccc.setSourcePictogramElement(pe);
+ Anchor anchor = null;
+ if (pe instanceof Anchor)
+ {
+ anchor = (Anchor)pe;
+ }
+ else if (pe instanceof AnchorContainer)
+ {
+ // assume, that our shapes always have chopbox anchors
+ anchor = Graphiti.getPeService().getChopboxAnchor((AnchorContainer)pe);
+ }
+ ccc.setSourceAnchor(anchor);
+
+ // 3.b. create context button and add all applicable features
+ ContextButtonEntry button = new ContextButtonEntry(null, context);
+ button.setText("Create connection"); //$NON-NLS-1$
+ button.setIconId(AcoreImageProvider.IMG_EREFERENCE);
+ ICreateConnectionFeature[] features = getFeatureProvider().getCreateConnectionFeatures();
+ for (ICreateConnectionFeature feature : features)
+ {
+ if (feature.isAvailable(ccc) && feature.canStartConnection(ccc))
+ {
+ button.addDragAndDropFeature(feature);
+ }
+ }
+
+ // 3.c. add context button, if it contains at least one feature
+ if (button.getDragAndDropFeatures().size() > 0)
+ {
+ data.getDomainSpecificContextButtons().add(button);
+ }
+
+ return data;
+ }
+
+ //
+ // @Override
+ // public IContextMenuEntry[] getContextMenu(ICustomContext context)
+ // {
+ // // create a sub-menu for all custom features
+ // ContextMenuEntry subMenu = new ContextMenuEntry(null, context);
+ // subMenu.setText("Cu&stom"); //$NON-NLS-1$
+ // subMenu.setDescription("Custom features submenu"); //$NON-NLS-1$
+ // // display sub-menu hierarchical or flat
+ // subMenu.setSubmenu(true);
+ //
+ // // create a menu-entry in the sub-menu for each custom feature
+ // ICustomFeature[] customFeatures = getFeatureProvider().getCustomFeatures(context);
+ // for (int i = 0; i < customFeatures.length; i++)
+ // {
+ // ICustomFeature customFeature = customFeatures[i];
+ // if (customFeature.isAvailable(context))
+ // {
+ // ContextMenuEntry menuEntry = new ContextMenuEntry(customFeature, context);
+ // subMenu.add(menuEntry);
+ // }
+ // }
+ //
+ // IContextMenuEntry ret[] = new IContextMenuEntry[] { subMenu };
+ // return ret;
+ // }
+ //
+ // @Override
+ // public IPaletteCompartmentEntry[] getPalette()
+ // {
+ // List<IPaletteCompartmentEntry> ret = new ArrayList<IPaletteCompartmentEntry>();
+ //
+ // // add compartments from super class
+ // IPaletteCompartmentEntry[] superCompartments = super.getPalette();
+ // for (int i = 0; i < superCompartments.length; i++)
+ // {
+ // ret.add(superCompartments[i]);
+ // }
+ //
+ // // add new compartment at the end of the existing compartments
+ // PaletteCompartmentEntry compartmentEntry = new PaletteCompartmentEntry("Stacked", null); //$NON-NLS-1$
+ // ret.add(compartmentEntry);
+ //
+ // // add new stack entry to new compartment
+ // StackEntry stackEntry = new StackEntry("EObject", "EObject", null); //$NON-NLS-1$ //$NON-NLS-2$
+ // compartmentEntry.addToolEntry(stackEntry);
+ //
+ // // add all create-features to the new stack-entry
+ // IFeatureProvider featureProvider = getFeatureProvider();
+ // ICreateFeature[] createFeatures = featureProvider.getCreateFeatures();
+ // for (ICreateFeature cf : createFeatures)
+ // {
+ // ObjectCreationToolEntry objectCreationToolEntry = new ObjectCreationToolEntry(cf.getCreateName(),
+ // cf.getCreateDescription(), cf.getCreateImageId(), cf.getCreateLargeImageId(), cf);
+ //
+ // stackEntry.addCreationToolEntry(objectCreationToolEntry);
+ // }
+ //
+ // // add all create-connection-features to the new stack-entry
+ // ICreateConnectionFeature[] createConnectionFeatures = featureProvider.getCreateConnectionFeatures();
+ // for (ICreateConnectionFeature cf : createConnectionFeatures)
+ // {
+ // ConnectionCreationToolEntry connectionCreationToolEntry = new ConnectionCreationToolEntry(cf.getCreateName(),
+ // cf.getCreateDescription(), cf.getCreateImageId(), cf.getCreateLargeImageId());
+ // connectionCreationToolEntry.addCreateConnectionFeature(cf);
+ // stackEntry.addCreationToolEntry(connectionCreationToolEntry);
+ // }
+ //
+ // return ret.toArray(new IPaletteCompartmentEntry[ret.size()]);
+ // }
+ //
+
+ @Override
+ public ICustomFeature getDoubleClickFeature(IDoubleClickContext context)
+ {
+ ICustomFeature customFeature = new AcoreRenameAClassFeature(getFeatureProvider());
+ // canExecute() tests especially if the context contains a AClass
+ if (customFeature.canExecute(context))
+ {
+ return customFeature;
+ }
+
+ return super.getDoubleClickFeature(context);
+ }
+ //
+ // @Override
+ // public IDecorator[] getDecorators(PictogramElement pe)
+ // {
+ // IFeatureProvider featureProvider = getFeatureProvider();
+ // Object bo = featureProvider.getBusinessObjectForPictogramElement(pe);
+ // if (bo instanceof AClass)
+ // {
+ // AClass AClass = (AClass)bo;
+ // String name = AClass.getName();
+ // if (name != null && name.length() > 0 && !(name.charAt(0) >= 'A' && name.charAt(0) <= 'Z'))
+ // {
+ // IDecorator imageRenderingDecorator = new ImageDecorator(IPlatformImageConstants.IMG_ECLIPSE_WARNING_TSK);
+ // imageRenderingDecorator.setMessage("Name should start with upper case letter"); //$NON-NLS-1$
+ // return new IDecorator[] { imageRenderingDecorator };
+ // }
+ // }
+ //
+ // return super.getDecorators(pe);
+ // }
+ //
+ // @Override
+ // public GraphicsAlgorithm[] getClickArea(PictogramElement pe)
+ // {
+ // IFeatureProvider featureProvider = getFeatureProvider();
+ // Object bo = featureProvider.getBusinessObjectForPictogramElement(pe);
+ // if (bo instanceof AClass)
+ // {
+ // GraphicsAlgorithm invisible = pe.getGraphicsAlgorithm();
+ // GraphicsAlgorithm rectangle = invisible.getGraphicsAlgorithmChildren().get(0);
+ // return new GraphicsAlgorithm[] { rectangle };
+ // }
+ // return super.getClickArea(pe);
+ // }
+ //
+ // @Override
+ // public GraphicsAlgorithm getSelectionBorder(PictogramElement pe)
+ // {
+ // if (pe instanceof ContainerShape)
+ // {
+ // GraphicsAlgorithm invisible = pe.getGraphicsAlgorithm();
+ // if (!invisible.getLineVisible())
+ // {
+ // EList<GraphicsAlgorithm> graphicsAlgorithmChildren = invisible.getGraphicsAlgorithmChildren();
+ // if (!graphicsAlgorithmChildren.isEmpty())
+ // {
+ // return graphicsAlgorithmChildren.get(0);
+ // }
+ // }
+ // }
+ // return super.getSelectionBorder(pe);
+ // }
+ //
+ // @Override
+ // public String getToolTip(GraphicsAlgorithm ga)
+ // {
+ // PictogramElement pe = ga.getPictogramElement();
+ // Object bo = getFeatureProvider().getBusinessObjectForPictogramElement(pe);
+ // if (bo instanceof AClass)
+ // {
+ // String name = ((AClass)bo).getName();
+ // if (name != null && !name.equals(""))
+ // {
+ // return name;
+ // }
+ // }
+ // return super.getToolTip(ga);
+ // }
+
+}
diff --git a/plugins/org.eclipse.emf.cdo.dawn.examples.acore.graphiti/src/org/eclipse/emf/cdo/dawn/examples/acore/graphiti/features/AcoreAddAClassFeature.java b/plugins/org.eclipse.emf.cdo.dawn.examples.acore.graphiti/src/org/eclipse/emf/cdo/dawn/examples/acore/graphiti/features/AcoreAddAClassFeature.java
new file mode 100644
index 0000000000..c5c114281b
--- /dev/null
+++ b/plugins/org.eclipse.emf.cdo.dawn.examples.acore.graphiti/src/org/eclipse/emf/cdo/dawn/examples/acore/graphiti/features/AcoreAddAClassFeature.java
@@ -0,0 +1,65 @@
+/*
+ * Copyright (c) 2004 - 2011 Eike Stepper (Berlin, Germany) and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * which accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ *
+ * Contributors:
+ * Martin Fluegge - initial API and implementation
+ *
+ */
+package org.eclipse.emf.cdo.dawn.examples.acore.graphiti.features;
+
+import org.eclipse.emf.cdo.dawn.examples.acore.AClass;
+
+import org.eclipse.graphiti.features.IFeatureProvider;
+import org.eclipse.graphiti.features.context.IAddContext;
+import org.eclipse.graphiti.mm.algorithms.styles.Color;
+import org.eclipse.graphiti.mm.pictograms.Diagram;
+import org.eclipse.graphiti.util.ColorConstant;
+import org.eclipse.graphiti.util.IColorConstant;
+
+/**
+ * @author Martin Fluegge
+ */
+public class AcoreAddAClassFeature extends AcoreBasicAddElementFeature
+{
+ private static final IColorConstant CLASS_TEXT_FOREGROUND = new ColorConstant(51, 51, 153);
+
+ private static final IColorConstant CLASS_FOREGROUND = new ColorConstant(150, 150, 255);
+
+ private static final IColorConstant CLASS_BACKGROUND = new ColorConstant(230, 230, 255);
+
+ public AcoreAddAClassFeature(IFeatureProvider fp)
+ {
+ super(fp);
+ }
+
+ @Override
+ public boolean canAdd(IAddContext context)
+ {
+ // check if user wants to add a AClass
+ if (context.getNewObject() instanceof AClass)
+ {
+ // check if user wants to add to a diagram
+ if (context.getTargetContainer() instanceof Diagram)
+ {
+ return true;
+ }
+ }
+ return false;
+ }
+
+ @Override
+ protected Color getBackgroundColor()
+ {
+ return manageColor(CLASS_BACKGROUND);
+ }
+
+ @Override
+ protected Color getForegroundColor()
+ {
+ return manageColor(CLASS_FOREGROUND);
+ }
+}
diff --git a/plugins/org.eclipse.emf.cdo.dawn.examples.acore.graphiti/src/org/eclipse/emf/cdo/dawn/examples/acore/graphiti/features/AcoreAddAInterfaceFeature.java b/plugins/org.eclipse.emf.cdo.dawn.examples.acore.graphiti/src/org/eclipse/emf/cdo/dawn/examples/acore/graphiti/features/AcoreAddAInterfaceFeature.java
new file mode 100644
index 0000000000..84c9e76e3d
--- /dev/null
+++ b/plugins/org.eclipse.emf.cdo.dawn.examples.acore.graphiti/src/org/eclipse/emf/cdo/dawn/examples/acore/graphiti/features/AcoreAddAInterfaceFeature.java
@@ -0,0 +1,65 @@
+/*
+ * Copyright (c) 2004 - 2011 Eike Stepper (Berlin, Germany) and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * which accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ *
+ * Contributors:
+ * Martin Fluegge - initial API and implementation
+ *
+ */
+package org.eclipse.emf.cdo.dawn.examples.acore.graphiti.features;
+
+import org.eclipse.emf.cdo.dawn.examples.acore.AInterface;
+
+import org.eclipse.graphiti.features.IFeatureProvider;
+import org.eclipse.graphiti.features.context.IAddContext;
+import org.eclipse.graphiti.mm.algorithms.styles.Color;
+import org.eclipse.graphiti.mm.pictograms.Diagram;
+import org.eclipse.graphiti.util.ColorConstant;
+import org.eclipse.graphiti.util.IColorConstant;
+
+/**
+ * @author Martin Fluegge
+ */
+public class AcoreAddAInterfaceFeature extends AcoreBasicAddElementFeature
+{
+ private static final IColorConstant CLASS_TEXT_FOREGROUND = new ColorConstant(51, 51, 153);
+
+ private static final IColorConstant CLASS_FOREGROUND = new ColorConstant(150, 150, 255);
+
+ private static final IColorConstant CLASS_BACKGROUND = new ColorConstant(255, 255, 190);
+
+ public AcoreAddAInterfaceFeature(IFeatureProvider fp)
+ {
+ super(fp);
+ }
+
+ @Override
+ public boolean canAdd(IAddContext context)
+ {
+ // check if user wants to add a AClass
+ if (context.getNewObject() instanceof AInterface)
+ {
+ // check if user wants to add to a diagram
+ if (context.getTargetContainer() instanceof Diagram)
+ {
+ return true;
+ }
+ }
+ return false;
+ }
+
+ @Override
+ protected Color getBackgroundColor()
+ {
+ return manageColor(CLASS_BACKGROUND);
+ }
+
+ @Override
+ protected Color getForegroundColor()
+ {
+ return manageColor(CLASS_FOREGROUND);
+ }
+}
diff --git a/plugins/org.eclipse.emf.cdo.dawn.examples.acore.graphiti/src/org/eclipse/emf/cdo/dawn/examples/acore/graphiti/features/AcoreAddAggregationFeature.java b/plugins/org.eclipse.emf.cdo.dawn.examples.acore.graphiti/src/org/eclipse/emf/cdo/dawn/examples/acore/graphiti/features/AcoreAddAggregationFeature.java
new file mode 100644
index 0000000000..20df7bc7c6
--- /dev/null
+++ b/plugins/org.eclipse.emf.cdo.dawn.examples.acore.graphiti/src/org/eclipse/emf/cdo/dawn/examples/acore/graphiti/features/AcoreAddAggregationFeature.java
@@ -0,0 +1,59 @@
+/*
+ * Copyright (c) 2004 - 2011 Eike Stepper (Berlin, Germany) and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * which accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ *
+ * Contributors:
+ * Martin Fluegge - initial API and implementation
+ *
+ */
+package org.eclipse.emf.cdo.dawn.examples.acore.graphiti.features;
+
+import org.eclipse.emf.cdo.dawn.examples.acore.AClass;
+
+import org.eclipse.graphiti.features.IFeatureProvider;
+import org.eclipse.graphiti.features.context.IAddConnectionContext;
+import org.eclipse.graphiti.features.context.IAddContext;
+import org.eclipse.graphiti.mm.GraphicsAlgorithmContainer;
+import org.eclipse.graphiti.mm.algorithms.Polygon;
+import org.eclipse.graphiti.mm.algorithms.Polyline;
+import org.eclipse.graphiti.services.Graphiti;
+import org.eclipse.graphiti.services.IGaService;
+import org.eclipse.graphiti.util.IColorConstant;
+
+/**
+ * @author Martin Fluegge
+ */
+public class AcoreAddAggregationFeature extends AcoreBasicAddConnectionFeature
+{
+ public AcoreAddAggregationFeature(IFeatureProvider fp)
+ {
+ super(fp);
+ }
+
+ @Override
+ public boolean canAdd(IAddContext context)
+ {
+ return context instanceof IAddConnectionContext && context.getNewObject() instanceof AClass;
+ }
+
+ @Override
+ protected Polyline createTargetDecoration(GraphicsAlgorithmContainer gaContainer)
+ {
+ IGaService gaService = Graphiti.getGaService();
+ Polygon polygon = gaService.createPolygon(gaContainer, new int[] { -30, 0, -15, 10, 0, 0, -15, -10, -30, 0 });
+
+ polygon.setForeground(manageColor(IColorConstant.BLACK));
+ polygon.setBackground(manageColor(IColorConstant.WHITE));
+ polygon.setLineWidth(2);
+ return polygon;
+ }
+
+ @Override
+ protected String getConnectionLabel()
+ {
+ return "association";
+ }
+}
diff --git a/plugins/org.eclipse.emf.cdo.dawn.examples.acore.graphiti/src/org/eclipse/emf/cdo/dawn/examples/acore/graphiti/features/AcoreAddAssociationFeature.java b/plugins/org.eclipse.emf.cdo.dawn.examples.acore.graphiti/src/org/eclipse/emf/cdo/dawn/examples/acore/graphiti/features/AcoreAddAssociationFeature.java
new file mode 100644
index 0000000000..0d2746a809
--- /dev/null
+++ b/plugins/org.eclipse.emf.cdo.dawn.examples.acore.graphiti/src/org/eclipse/emf/cdo/dawn/examples/acore/graphiti/features/AcoreAddAssociationFeature.java
@@ -0,0 +1,49 @@
+/*
+ * Copyright (c) 2004 - 2011 Eike Stepper (Berlin, Germany) and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * which accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ *
+ * Contributors:
+ * Martin Fluegge - initial API and implementation
+ *
+ */
+package org.eclipse.emf.cdo.dawn.examples.acore.graphiti.features;
+
+import org.eclipse.emf.cdo.dawn.examples.acore.AClass;
+
+import org.eclipse.graphiti.features.IFeatureProvider;
+import org.eclipse.graphiti.features.context.IAddConnectionContext;
+import org.eclipse.graphiti.features.context.IAddContext;
+import org.eclipse.graphiti.mm.GraphicsAlgorithmContainer;
+import org.eclipse.graphiti.mm.algorithms.Polyline;
+
+/**
+ * @author Martin Fluegge
+ */
+public class AcoreAddAssociationFeature extends AcoreBasicAddConnectionFeature
+{
+ public AcoreAddAssociationFeature(IFeatureProvider fp)
+ {
+ super(fp);
+ }
+
+ @Override
+ public boolean canAdd(IAddContext context)
+ {
+ return context instanceof IAddConnectionContext && context.getNewObject() instanceof AClass;
+ }
+
+ @Override
+ protected Polyline createTargetDecoration(GraphicsAlgorithmContainer gaContainer)
+ {
+ return null;
+ }
+
+ @Override
+ protected String getConnectionLabel()
+ {
+ return "association";
+ }
+}
diff --git a/plugins/org.eclipse.emf.cdo.dawn.examples.acore.graphiti/src/org/eclipse/emf/cdo/dawn/examples/acore/graphiti/features/AcoreAddCompositionFeature.java b/plugins/org.eclipse.emf.cdo.dawn.examples.acore.graphiti/src/org/eclipse/emf/cdo/dawn/examples/acore/graphiti/features/AcoreAddCompositionFeature.java
new file mode 100644
index 0000000000..456f8c87e4
--- /dev/null
+++ b/plugins/org.eclipse.emf.cdo.dawn.examples.acore.graphiti/src/org/eclipse/emf/cdo/dawn/examples/acore/graphiti/features/AcoreAddCompositionFeature.java
@@ -0,0 +1,59 @@
+/*
+ * Copyright (c) 2004 - 2011 Eike Stepper (Berlin, Germany) and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * which accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ *
+ * Contributors:
+ * Martin Fluegge - initial API and implementation
+ *
+ */
+package org.eclipse.emf.cdo.dawn.examples.acore.graphiti.features;
+
+import org.eclipse.emf.cdo.dawn.examples.acore.AClass;
+
+import org.eclipse.graphiti.features.IFeatureProvider;
+import org.eclipse.graphiti.features.context.IAddConnectionContext;
+import org.eclipse.graphiti.features.context.IAddContext;
+import org.eclipse.graphiti.mm.GraphicsAlgorithmContainer;
+import org.eclipse.graphiti.mm.algorithms.Polygon;
+import org.eclipse.graphiti.mm.algorithms.Polyline;
+import org.eclipse.graphiti.services.Graphiti;
+import org.eclipse.graphiti.services.IGaService;
+import org.eclipse.graphiti.util.IColorConstant;
+
+/**
+ * @author Martin Fluegge
+ */
+public class AcoreAddCompositionFeature extends AcoreBasicAddConnectionFeature
+{
+ public AcoreAddCompositionFeature(IFeatureProvider fp)
+ {
+ super(fp);
+ }
+
+ @Override
+ public boolean canAdd(IAddContext context)
+ {
+ return context instanceof IAddConnectionContext && context.getNewObject() instanceof AClass;
+ }
+
+ @Override
+ protected Polyline createTargetDecoration(GraphicsAlgorithmContainer gaContainer)
+ {
+ IGaService gaService = Graphiti.getGaService();
+ Polygon polygon = gaService.createPolygon(gaContainer, new int[] { -30, 0, -15, 10, 0, 0, -15, -10, -30, 0 });
+
+ polygon.setForeground(manageColor(IColorConstant.BLACK));
+ polygon.setBackground(manageColor(IColorConstant.BLACK));
+ polygon.setLineWidth(2);
+ return polygon;
+ }
+
+ @Override
+ protected String getConnectionLabel()
+ {
+ return "composition";
+ }
+}
diff --git a/plugins/org.eclipse.emf.cdo.dawn.examples.acore.graphiti/src/org/eclipse/emf/cdo/dawn/examples/acore/graphiti/features/AcoreAddImplementationFeature.java b/plugins/org.eclipse.emf.cdo.dawn.examples.acore.graphiti/src/org/eclipse/emf/cdo/dawn/examples/acore/graphiti/features/AcoreAddImplementationFeature.java
new file mode 100644
index 0000000000..72562da257
--- /dev/null
+++ b/plugins/org.eclipse.emf.cdo.dawn.examples.acore.graphiti/src/org/eclipse/emf/cdo/dawn/examples/acore/graphiti/features/AcoreAddImplementationFeature.java
@@ -0,0 +1,56 @@
+/*
+ * Copyright (c) 2004 - 2011 Eike Stepper (Berlin, Germany) and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * which accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ *
+ * Contributors:
+ * Martin Fluegge - initial API and implementation
+ *
+ */
+package org.eclipse.emf.cdo.dawn.examples.acore.graphiti.features;
+
+import org.eclipse.emf.cdo.dawn.examples.acore.ABasicClass;
+
+import org.eclipse.graphiti.features.IFeatureProvider;
+import org.eclipse.graphiti.features.context.IAddConnectionContext;
+import org.eclipse.graphiti.features.context.IAddContext;
+import org.eclipse.graphiti.mm.GraphicsAlgorithmContainer;
+import org.eclipse.graphiti.mm.algorithms.Polyline;
+import org.eclipse.graphiti.services.Graphiti;
+import org.eclipse.graphiti.services.IGaService;
+import org.eclipse.graphiti.util.IColorConstant;
+
+/**
+ * @author Martin Fluegge
+ */
+public class AcoreAddImplementationFeature extends AcoreBasicAddConnectionFeature
+{
+ public AcoreAddImplementationFeature(IFeatureProvider fp)
+ {
+ super(fp);
+ }
+
+ @Override
+ public boolean canAdd(IAddContext context)
+ {
+ return context instanceof IAddConnectionContext && context.getNewObject() instanceof ABasicClass;
+ }
+
+ @Override
+ protected Polyline createTargetDecoration(GraphicsAlgorithmContainer gaContainer)
+ {
+ IGaService gaService = Graphiti.getGaService();
+ Polyline polyline = gaService.createPolyline(gaContainer, new int[] { -15, 10, 0, 0, -15, -10 });
+ polyline.setForeground(manageColor(IColorConstant.BLACK));
+ polyline.setLineWidth(2);
+ return polyline;
+ }
+
+ @Override
+ protected String getConnectionLabel()
+ {
+ return "implements";
+ }
+}
diff --git a/plugins/org.eclipse.emf.cdo.dawn.examples.acore.graphiti/src/org/eclipse/emf/cdo/dawn/examples/acore/graphiti/features/AcoreAddSubClassesFeature.java b/plugins/org.eclipse.emf.cdo.dawn.examples.acore.graphiti/src/org/eclipse/emf/cdo/dawn/examples/acore/graphiti/features/AcoreAddSubClassesFeature.java
new file mode 100644
index 0000000000..f5ff0f5c11
--- /dev/null
+++ b/plugins/org.eclipse.emf.cdo.dawn.examples.acore.graphiti/src/org/eclipse/emf/cdo/dawn/examples/acore/graphiti/features/AcoreAddSubClassesFeature.java
@@ -0,0 +1,59 @@
+/*
+ * Copyright (c) 2004 - 2011 Eike Stepper (Berlin, Germany) and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * which accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ *
+ * Contributors:
+ * Martin Fluegge - initial API and implementation
+ *
+ */
+package org.eclipse.emf.cdo.dawn.examples.acore.graphiti.features;
+
+import org.eclipse.emf.cdo.dawn.examples.acore.AClass;
+
+import org.eclipse.graphiti.features.IFeatureProvider;
+import org.eclipse.graphiti.features.context.IAddConnectionContext;
+import org.eclipse.graphiti.features.context.IAddContext;
+import org.eclipse.graphiti.mm.GraphicsAlgorithmContainer;
+import org.eclipse.graphiti.mm.algorithms.Polygon;
+import org.eclipse.graphiti.mm.algorithms.Polyline;
+import org.eclipse.graphiti.services.Graphiti;
+import org.eclipse.graphiti.services.IGaService;
+import org.eclipse.graphiti.util.IColorConstant;
+
+/**
+ * @author Martin Fluegge
+ */
+public class AcoreAddSubClassesFeature extends AcoreBasicAddConnectionFeature
+{
+ public AcoreAddSubClassesFeature(IFeatureProvider fp)
+ {
+ super(fp);
+ }
+
+ @Override
+ public boolean canAdd(IAddContext context)
+ {
+ return context instanceof IAddConnectionContext && context.getNewObject() instanceof AClass;
+ }
+
+ @Override
+ protected Polyline createTargetDecoration(GraphicsAlgorithmContainer gaContainer)
+ {
+ IGaService gaService = Graphiti.getGaService();
+ Polygon polygon = gaService.createPolygon(gaContainer, new int[] { -15, 10, 0, 0, -15, -10 });
+
+ polygon.setForeground(manageColor(IColorConstant.BLACK));
+ polygon.setBackground(manageColor(IColorConstant.WHITE));
+ polygon.setLineWidth(2);
+ return polygon;
+ }
+
+ @Override
+ protected String getConnectionLabel()
+ {
+ return "extends";
+ }
+}
diff --git a/plugins/org.eclipse.emf.cdo.dawn.examples.acore.graphiti/src/org/eclipse/emf/cdo/dawn/examples/acore/graphiti/features/AcoreBasicAddConnectionFeature.java b/plugins/org.eclipse.emf.cdo.dawn.examples.acore.graphiti/src/org/eclipse/emf/cdo/dawn/examples/acore/graphiti/features/AcoreBasicAddConnectionFeature.java
new file mode 100644
index 0000000000..6ec167104f
--- /dev/null
+++ b/plugins/org.eclipse.emf.cdo.dawn.examples.acore.graphiti/src/org/eclipse/emf/cdo/dawn/examples/acore/graphiti/features/AcoreBasicAddConnectionFeature.java
@@ -0,0 +1,81 @@
+/*
+ * Copyright (c) 2004 - 2011 Eike Stepper (Berlin, Germany) and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * which accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ *
+ * Contributors:
+ * Martin Fluegge - initial API and implementation
+ *
+ */
+package org.eclipse.emf.cdo.dawn.examples.acore.graphiti.features;
+
+import org.eclipse.emf.ecore.EObject;
+
+import org.eclipse.graphiti.features.IFeatureProvider;
+import org.eclipse.graphiti.features.context.IAddConnectionContext;
+import org.eclipse.graphiti.features.context.IAddContext;
+import org.eclipse.graphiti.features.impl.AbstractAddFeature;
+import org.eclipse.graphiti.mm.GraphicsAlgorithmContainer;
+import org.eclipse.graphiti.mm.algorithms.Polyline;
+import org.eclipse.graphiti.mm.algorithms.Text;
+import org.eclipse.graphiti.mm.pictograms.Connection;
+import org.eclipse.graphiti.mm.pictograms.ConnectionDecorator;
+import org.eclipse.graphiti.mm.pictograms.PictogramElement;
+import org.eclipse.graphiti.services.Graphiti;
+import org.eclipse.graphiti.services.IGaService;
+import org.eclipse.graphiti.services.IPeCreateService;
+import org.eclipse.graphiti.util.IColorConstant;
+
+/**
+ * @author Martin Fluegge
+ */
+public abstract class AcoreBasicAddConnectionFeature extends AbstractAddFeature
+{
+ public AcoreBasicAddConnectionFeature(IFeatureProvider fp)
+ {
+ super(fp);
+ }
+
+ public PictogramElement add(IAddContext context)
+ {
+ IAddConnectionContext addConContext = (IAddConnectionContext)context;
+ // EReference addedEReference = (EReference)context.getNewObject();
+ EObject addedObject = (EObject)context.getNewObject();
+ IPeCreateService peCreateService = Graphiti.getPeCreateService();
+
+ // CONNECTION WITH POLYLINE
+ Connection connection = peCreateService.createFreeFormConnection(getDiagram());
+ connection.setStart(addConContext.getSourceAnchor());
+ connection.setEnd(addConContext.getTargetAnchor());
+
+ IGaService gaService = Graphiti.getGaService();
+ Polyline polyline = gaService.createPolyline(connection);
+ polyline.setLineWidth(2);
+ polyline.setForeground(manageColor(IColorConstant.BLACK));
+
+ // we need to put in an object, otherwise the line will be marked dotted
+ // link(connection, addedObject);
+
+ ConnectionDecorator textDecorator = peCreateService.createConnectionDecorator(connection, true, 0.5, true);
+
+ Text text = gaService.createDefaultText(getDiagram(), textDecorator);
+
+ text.setForeground(manageColor(IColorConstant.BLACK));
+ gaService.setLocation(text, 10, 0);
+
+ text.setValue(getConnectionLabel());
+
+ ConnectionDecorator cd;
+ cd = peCreateService.createConnectionDecorator(connection, false, 1.0, true);
+ createTargetDecoration(cd);
+ return connection;
+ }
+
+ protected abstract String getConnectionLabel();
+
+ public abstract boolean canAdd(IAddContext context);
+
+ protected abstract Polyline createTargetDecoration(GraphicsAlgorithmContainer gaContainer);
+}
diff --git a/plugins/org.eclipse.emf.cdo.dawn.examples.acore.graphiti/src/org/eclipse/emf/cdo/dawn/examples/acore/graphiti/features/AcoreBasicAddElementFeature.java b/plugins/org.eclipse.emf.cdo.dawn.examples.acore.graphiti/src/org/eclipse/emf/cdo/dawn/examples/acore/graphiti/features/AcoreBasicAddElementFeature.java
new file mode 100644
index 0000000000..b355c8a837
--- /dev/null
+++ b/plugins/org.eclipse.emf.cdo.dawn.examples.acore.graphiti/src/org/eclipse/emf/cdo/dawn/examples/acore/graphiti/features/AcoreBasicAddElementFeature.java
@@ -0,0 +1,166 @@
+/*
+ * Copyright (c) 2004 - 2011 Eike Stepper (Berlin, Germany) and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * which accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ *
+ * Contributors:
+ * Martin Fluegge - initial API and implementation
+ *
+ */
+package org.eclipse.emf.cdo.dawn.examples.acore.graphiti.features;
+
+import org.eclipse.emf.cdo.dawn.examples.acore.ABasicClass;
+
+import org.eclipse.graphiti.features.IDirectEditingInfo;
+import org.eclipse.graphiti.features.IFeatureProvider;
+import org.eclipse.graphiti.features.context.IAddContext;
+import org.eclipse.graphiti.features.impl.AbstractAddShapeFeature;
+import org.eclipse.graphiti.mm.algorithms.Polyline;
+import org.eclipse.graphiti.mm.algorithms.Rectangle;
+import org.eclipse.graphiti.mm.algorithms.RoundedRectangle;
+import org.eclipse.graphiti.mm.algorithms.Text;
+import org.eclipse.graphiti.mm.algorithms.styles.Color;
+import org.eclipse.graphiti.mm.algorithms.styles.Orientation;
+import org.eclipse.graphiti.mm.pictograms.BoxRelativeAnchor;
+import org.eclipse.graphiti.mm.pictograms.ContainerShape;
+import org.eclipse.graphiti.mm.pictograms.Diagram;
+import org.eclipse.graphiti.mm.pictograms.PictogramElement;
+import org.eclipse.graphiti.mm.pictograms.Shape;
+import org.eclipse.graphiti.services.Graphiti;
+import org.eclipse.graphiti.services.IGaService;
+import org.eclipse.graphiti.services.IPeCreateService;
+
+/**
+ * @author Martin Fluegge
+ */
+public abstract class AcoreBasicAddElementFeature extends AbstractAddShapeFeature
+{
+ public AcoreBasicAddElementFeature(IFeatureProvider fp)
+ {
+ super(fp);
+ }
+
+ public abstract boolean canAdd(IAddContext context);
+
+ protected abstract Color getBackgroundColor();
+
+ protected abstract Color getForegroundColor();
+
+ public PictogramElement add(IAddContext context)
+ {
+ ABasicClass addedClass = (ABasicClass)context.getNewObject();
+ Diagram targetDiagram = (Diagram)context.getTargetContainer();
+
+ // CONTAINER SHAPE WITH ROUNDED RECTANGLE
+ IPeCreateService peCreateService = Graphiti.getPeCreateService();
+ // define a default size for the shape
+ int width = 100;
+ int height = 50;
+ IGaService gaService = Graphiti.getGaService();
+
+ addToResourceIfNeeded(addedClass);
+
+ ContainerShape containerShape = createContainerShape(context, addedClass, targetDiagram, peCreateService, width,
+ height, gaService);
+
+ return containerShape;
+ }
+
+ private ContainerShape createContainerShape(IAddContext context, ABasicClass addedClass, Diagram targetDiagram,
+ IPeCreateService peCreateService, int width, int height, IGaService gaService)
+ {
+ ContainerShape containerShape = peCreateService.createContainerShape(targetDiagram, true);
+ // create and set graphics algorithm
+ RoundedRectangle roundedRectangle = gaService.createRoundedRectangle(containerShape, 5, 5);
+ roundedRectangle.setForeground(getForegroundColor());
+ roundedRectangle.setBackground(getBackgroundColor());
+ roundedRectangle.setLineWidth(2);
+ gaService.setLocationAndSize(roundedRectangle, context.getX(), context.getY(), width, height);
+
+ // create link and wire it
+ link(containerShape, addedClass);
+
+ // SHAPE WITH LINE
+ {
+ // create shape for line
+ Shape shape = peCreateService.createShape(containerShape, false);
+
+ // create and set graphics algorithm
+ Polyline polyline = gaService.createPolyline(shape, new int[] { 0, 20, width, 20 });
+ polyline.setForeground(getForegroundColor());
+ polyline.setLineWidth(2);
+ }
+
+ // SHAPE WITH TEXT
+ {
+ // create shape for text
+ final Shape shape = peCreateService.createShape(containerShape, false);
+
+ // create and set text graphics algorithm
+ final Text text = gaService.createText(shape, addedClass.getName());
+ // text.setStyle(StyleUtil.getStyleForAClassText(getDiagram()));
+ text.setHorizontalAlignment(Orientation.ALIGNMENT_CENTER);
+ text.setVerticalAlignment(Orientation.ALIGNMENT_CENTER);
+ gaService.setLocationAndSize(text, 0, 0, width, 20);
+
+ // create link and wire it
+ link(shape, addedClass);
+
+ activateDirectEditing(containerShape, shape, text);
+ }
+
+ // add a chopbox anchor to the shape
+ peCreateService.createChopboxAnchor(containerShape);
+
+ // create an additional box relative anchor at middle-right
+ final BoxRelativeAnchor boxAnchor = peCreateService.createBoxRelativeAnchor(containerShape);
+
+ boxAnchor.setRelativeWidth(1.0);
+ boxAnchor.setRelativeHeight(0.5);
+
+ // anchor references visible rectangle instead of invisible rectangle
+ boxAnchor.setReferencedGraphicsAlgorithm(roundedRectangle);
+
+ // assign a graphics algorithm for the box relative anchor
+ Rectangle rectangle = gaService.createRectangle(boxAnchor);
+ rectangle.setFilled(true);
+
+ // anchor is located on the right border of the visible rectangle
+ // and touches the border of the invisible rectangle
+
+ int w = 6;
+ gaService.setLocationAndSize(rectangle, -2 * w, -w, 2 * w, 2 * w);
+ rectangle.setForeground(getForegroundColor());
+ rectangle.setBackground(getBackgroundColor());
+
+ // call the layout feature
+ layoutPictogramElement(containerShape);
+ return containerShape;
+ }
+
+ private void activateDirectEditing(ContainerShape containerShape, final Shape shape, final Text text)
+ {
+ // provide information to support direct-editing directly
+ // after object creation (must be activated additionally)
+ final IDirectEditingInfo directEditingInfo = getFeatureProvider().getDirectEditingInfo();
+ // set container shape for direct editing after object creation
+ directEditingInfo.setMainPictogramElement(containerShape);
+ // set shape and graphics algorithm where the editor for
+ // direct editing shall be opened after object creation
+ directEditingInfo.setPictogramElement(shape);
+ directEditingInfo.setGraphicsAlgorithm(text);
+ }
+
+ private void addToResourceIfNeeded(ABasicClass addedClass)
+ {
+ // if added Class has no resource we add it to the resource
+ // of the diagram
+ // in a real scenario the business model would have its own resource
+ if (addedClass.eResource() == null)
+ {
+ getDiagram().eResource().getContents().add(addedClass);
+ }
+ }
+}
diff --git a/plugins/org.eclipse.emf.cdo.dawn.examples.acore.graphiti/src/org/eclipse/emf/cdo/dawn/examples/acore/graphiti/features/AcoreBasicCreateConnectionFeature.java b/plugins/org.eclipse.emf.cdo.dawn.examples.acore.graphiti/src/org/eclipse/emf/cdo/dawn/examples/acore/graphiti/features/AcoreBasicCreateConnectionFeature.java
new file mode 100644
index 0000000000..9d5f85c7f3
--- /dev/null
+++ b/plugins/org.eclipse.emf.cdo.dawn.examples.acore.graphiti/src/org/eclipse/emf/cdo/dawn/examples/acore/graphiti/features/AcoreBasicCreateConnectionFeature.java
@@ -0,0 +1,86 @@
+/*
+ * Copyright (c) 2004 - 2011 Eike Stepper (Berlin, Germany) and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * which accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ *
+ * Contributors:
+ * Martin Fluegge - initial API and implementation
+ *
+ */
+package org.eclipse.emf.cdo.dawn.examples.acore.graphiti.features;
+
+import org.eclipse.emf.cdo.dawn.examples.acore.graphiti.util.AcoreGraphitiContextUtil;
+import org.eclipse.emf.cdo.dawn.examples.acore.graphiti.util.AcoreGraphitiContextUtil.ConnectionType;
+
+import org.eclipse.emf.ecore.EObject;
+
+import org.eclipse.graphiti.features.IFeatureProvider;
+import org.eclipse.graphiti.features.context.ICreateConnectionContext;
+import org.eclipse.graphiti.features.context.impl.AddConnectionContext;
+import org.eclipse.graphiti.features.impl.AbstractCreateConnectionFeature;
+import org.eclipse.graphiti.mm.pictograms.Anchor;
+import org.eclipse.graphiti.mm.pictograms.Connection;
+
+/**
+ * @author Martin Fluegge
+ */
+public abstract class AcoreBasicCreateConnectionFeature extends AbstractCreateConnectionFeature
+{
+ public AcoreBasicCreateConnectionFeature(IFeatureProvider fp, String name, String description)
+ {
+ super(fp, name, description);
+ }
+
+ public boolean canCreate(ICreateConnectionContext context)
+ {
+ EObject source = getSource(context.getSourceAnchor());
+ EObject target = getTarget(context.getTargetAnchor());
+ if (source != null && target != null && source != target)
+ {
+ return true;
+ }
+ return false;
+ }
+
+ public abstract boolean canStartConnection(ICreateConnectionContext context);
+
+ public Connection create(ICreateConnectionContext context)
+ {
+ Connection newConnection = null;
+
+ // get AClasses which should be connected
+ EObject source = getSource(context.getSourceAnchor());
+ EObject target = getTarget(context.getTargetAnchor());
+
+ if (source != null && target != null)
+ {
+ // create new business object
+ createConnection(source, target);
+ // add connection for business object
+ AddConnectionContext addContext = new AddConnectionContext(context.getSourceAnchor(), context.getTargetAnchor());
+
+ addContext.putProperty(AcoreGraphitiContextUtil.CONNECTTION_TYPE, getConnectionType());
+
+ addContext.setNewObject(source);
+ newConnection = (Connection)getFeatureProvider().addIfPossible(addContext);
+ }
+
+ return newConnection;
+ }
+
+ protected abstract ConnectionType getConnectionType();
+
+ protected abstract EObject getTarget(Anchor targetAnchor);
+
+ /**
+ * Returns the AClass belonging to the anchor, or null if not available.
+ */
+ protected abstract EObject getSource(Anchor anchor);
+
+ /**
+ * Creates a EReference between two AClasses.
+ */
+ protected abstract void createConnection(EObject source, EObject target);
+}
diff --git a/plugins/org.eclipse.emf.cdo.dawn.examples.acore.graphiti/src/org/eclipse/emf/cdo/dawn/examples/acore/graphiti/features/AcoreBasicCreateElementFeature.java b/plugins/org.eclipse.emf.cdo.dawn.examples.acore.graphiti/src/org/eclipse/emf/cdo/dawn/examples/acore/graphiti/features/AcoreBasicCreateElementFeature.java
new file mode 100644
index 0000000000..5a9a290930
--- /dev/null
+++ b/plugins/org.eclipse.emf.cdo.dawn.examples.acore.graphiti/src/org/eclipse/emf/cdo/dawn/examples/acore/graphiti/features/AcoreBasicCreateElementFeature.java
@@ -0,0 +1,62 @@
+/*
+ * Copyright (c) 2004 - 2011 Eike Stepper (Berlin, Germany) and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * which accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ *
+ * Contributors:
+ * Martin Fluegge - initial API and implementation
+ *
+ */
+package org.eclipse.emf.cdo.dawn.examples.acore.graphiti.features;
+
+import org.eclipse.emf.ecore.EObject;
+
+import org.eclipse.graphiti.features.IFeatureProvider;
+import org.eclipse.graphiti.features.context.ICreateContext;
+import org.eclipse.graphiti.features.impl.AbstractCreateFeature;
+import org.eclipse.graphiti.mm.pictograms.Diagram;
+
+/**
+ * @author Martin Fluegge
+ */
+public abstract class AcoreBasicCreateElementFeature extends AbstractCreateFeature
+{
+ public AcoreBasicCreateElementFeature(IFeatureProvider fp, String name, String description)
+ {
+ super(fp, name, description);
+ }
+
+ public boolean canCreate(ICreateContext context)
+ {
+ return context.getTargetContainer() instanceof Diagram;
+ }
+
+ public Object[] create(ICreateContext context)
+ {
+ EObject newObject = createElement();
+
+ // Add model element to resource.
+ // We add the model element to the resource of the diagram for
+ // simplicity's sake. Normally, a customer would use its own
+ // model persistence layer for storing the business model separately.
+ getDiagram().eResource().getContents().add(newObject);
+
+ // do the add
+ addGraphicalRepresentation(context, newObject);
+
+ // activate direct editing after object creation
+ getFeatureProvider().getDirectEditingInfo().setActive(true);
+ // return newly created business object(s)
+ return new Object[] { newObject };
+ }
+
+ protected abstract EObject createElement();
+
+ @Override
+ public String getCreateImageId()
+ {
+ return "org.eclipse.graphiti.examples.tutorial.ereference";
+ }
+}
diff --git a/plugins/org.eclipse.emf.cdo.dawn.examples.acore.graphiti/src/org/eclipse/emf/cdo/dawn/examples/acore/graphiti/features/AcoreCollapseDummyFeature.java b/plugins/org.eclipse.emf.cdo.dawn.examples.acore.graphiti/src/org/eclipse/emf/cdo/dawn/examples/acore/graphiti/features/AcoreCollapseDummyFeature.java
new file mode 100644
index 0000000000..9122bdf451
--- /dev/null
+++ b/plugins/org.eclipse.emf.cdo.dawn.examples.acore.graphiti/src/org/eclipse/emf/cdo/dawn/examples/acore/graphiti/features/AcoreCollapseDummyFeature.java
@@ -0,0 +1,83 @@
+/*
+ * Copyright (c) 2004 - 2011 Eike Stepper (Berlin, Germany) and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * which accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ *
+ * Contributors:
+ * Martin Fluegge - initial API and implementation
+ *
+ */
+package org.eclipse.emf.cdo.dawn.examples.acore.graphiti.features;
+
+import org.eclipse.emf.cdo.dawn.examples.acore.AClass;
+
+import org.eclipse.graphiti.features.IFeatureProvider;
+import org.eclipse.graphiti.features.context.IContext;
+import org.eclipse.graphiti.features.context.ICustomContext;
+import org.eclipse.graphiti.features.custom.AbstractCustomFeature;
+import org.eclipse.graphiti.mm.pictograms.PictogramElement;
+import org.eclipse.graphiti.platform.IPlatformImageConstants;
+import org.eclipse.jface.dialogs.MessageDialog;
+import org.eclipse.ui.PlatformUI;
+
+/**
+ * @author Martin Fluegge
+ */
+public class AcoreCollapseDummyFeature extends AbstractCustomFeature
+{
+
+ public AcoreCollapseDummyFeature(IFeatureProvider fp)
+ {
+ super(fp);
+ }
+
+ @Override
+ public boolean canExecute(ICustomContext context)
+ {
+ boolean ret = false;
+ PictogramElement[] pes = context.getPictogramElements();
+ if (pes != null && pes.length == 1)
+ {
+ Object bo = getBusinessObjectForPictogramElement(pes[0]);
+ if (bo instanceof AClass)
+ {
+ ret = true;
+ }
+ }
+ return ret;
+ }
+
+ @Override
+ public String getName()
+ {
+ return "Co&llapse"; //$NON-NLS-1$
+ }
+
+ @Override
+ public String getDescription()
+ {
+
+ return "Collapse Figure"; //$NON-NLS-1$
+ }
+
+ @Override
+ public String getImageId()
+ {
+ return IPlatformImageConstants.IMG_EDIT_COLLAPSE;
+ }
+
+ @Override
+ public boolean isAvailable(IContext context)
+ {
+ return true;
+ }
+
+ public void execute(ICustomContext context)
+ {
+ MessageDialog.openInformation(PlatformUI.getWorkbench().getActiveWorkbenchWindow().getShell(), "Information",//$NON-NLS-1$
+ "The 'Collapse Feature' is intentionally not implemented yet."); //$NON-NLS-1$
+ }
+
+}
diff --git a/plugins/org.eclipse.emf.cdo.dawn.examples.acore.graphiti/src/org/eclipse/emf/cdo/dawn/examples/acore/graphiti/features/AcoreCopyAClassFeature.java b/plugins/org.eclipse.emf.cdo.dawn.examples.acore.graphiti/src/org/eclipse/emf/cdo/dawn/examples/acore/graphiti/features/AcoreCopyAClassFeature.java
new file mode 100644
index 0000000000..c47107a60a
--- /dev/null
+++ b/plugins/org.eclipse.emf.cdo.dawn.examples.acore.graphiti/src/org/eclipse/emf/cdo/dawn/examples/acore/graphiti/features/AcoreCopyAClassFeature.java
@@ -0,0 +1,65 @@
+/*
+ * Copyright (c) 2004 - 2011 Eike Stepper (Berlin, Germany) and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * which accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ *
+ * Contributors:
+ * Martin Fluegge - initial API and implementation
+ */
+package org.eclipse.emf.cdo.dawn.examples.acore.graphiti.features;
+
+import org.eclipse.emf.cdo.dawn.examples.acore.AClass;
+
+import org.eclipse.graphiti.features.IFeatureProvider;
+import org.eclipse.graphiti.features.context.ICopyContext;
+import org.eclipse.graphiti.mm.pictograms.PictogramElement;
+import org.eclipse.graphiti.ui.features.AbstractCopyFeature;
+
+/**
+ * @author Martin Fluegge
+ */
+public class AcoreCopyAClassFeature extends AbstractCopyFeature
+{
+
+ public AcoreCopyAClassFeature(IFeatureProvider fp)
+ {
+ super(fp);
+ }
+
+ public boolean canCopy(ICopyContext context)
+ {
+ final PictogramElement[] pes = context.getPictogramElements();
+ if (pes == null || pes.length == 0)
+ { // nothing selected
+ return false;
+ }
+
+ // return true, if all selected elements are a AClasses
+ for (PictogramElement pe : pes)
+ {
+ final Object bo = getBusinessObjectForPictogramElement(pe);
+ if (!(bo instanceof AClass))
+ {
+ return false;
+ }
+ }
+ return true;
+ }
+
+ public void copy(ICopyContext context)
+ {
+ // get the business-objects for all pictogram-elements
+ // we already verified, that all business-objets are AClasses
+ PictogramElement[] pes = context.getPictogramElements();
+ Object[] bos = new Object[pes.length];
+ for (int i = 0; i < pes.length; i++)
+ {
+ PictogramElement pe = pes[i];
+ bos[i] = getBusinessObjectForPictogramElement(pe);
+ }
+ // put all business objects to the clipboard
+ putToClipboard(bos);
+ }
+}
diff --git a/plugins/org.eclipse.emf.cdo.dawn.examples.acore.graphiti/src/org/eclipse/emf/cdo/dawn/examples/acore/graphiti/features/AcoreCreateAClassFeature.java b/plugins/org.eclipse.emf.cdo.dawn.examples.acore.graphiti/src/org/eclipse/emf/cdo/dawn/examples/acore/graphiti/features/AcoreCreateAClassFeature.java
new file mode 100644
index 0000000000..cb5f229ae6
--- /dev/null
+++ b/plugins/org.eclipse.emf.cdo.dawn.examples.acore.graphiti/src/org/eclipse/emf/cdo/dawn/examples/acore/graphiti/features/AcoreCreateAClassFeature.java
@@ -0,0 +1,53 @@
+/*
+ * Copyright (c) 2004 - 2011 Eike Stepper (Berlin, Germany) and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * which accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ *
+ * Contributors:
+ * Martin Fluegge - initial API and implementation
+ *
+ */
+package org.eclipse.emf.cdo.dawn.examples.acore.graphiti.features;
+
+import org.eclipse.emf.cdo.dawn.examples.acore.AClass;
+import org.eclipse.emf.cdo.dawn.examples.acore.AcoreFactory;
+
+import org.eclipse.emf.ecore.EObject;
+
+import org.eclipse.graphiti.features.IFeatureProvider;
+import org.eclipse.graphiti.features.context.ICreateContext;
+import org.eclipse.graphiti.mm.pictograms.Diagram;
+
+/**
+ * @author Martin Fluegge
+ */
+public class AcoreCreateAClassFeature extends AcoreBasicCreateElementFeature
+{
+ public AcoreCreateAClassFeature(IFeatureProvider fp)
+ {
+ // set name and description of the creation feature
+ super(fp, "AClass", "Create AClass");
+ }
+
+ @Override
+ public boolean canCreate(ICreateContext context)
+ {
+ return context.getTargetContainer() instanceof Diagram;
+ }
+
+ @Override
+ public String getCreateImageId()
+ {
+ return "org.eclipse.graphiti.examples.tutorial.ereference";
+ }
+
+ @Override
+ protected EObject createElement()
+ {
+ AClass aClass = AcoreFactory.eINSTANCE.createAClass();
+ aClass.setName("AClass");
+ return aClass;
+ }
+}
diff --git a/plugins/org.eclipse.emf.cdo.dawn.examples.acore.graphiti/src/org/eclipse/emf/cdo/dawn/examples/acore/graphiti/features/AcoreCreateAInterfaceFeature.java b/plugins/org.eclipse.emf.cdo.dawn.examples.acore.graphiti/src/org/eclipse/emf/cdo/dawn/examples/acore/graphiti/features/AcoreCreateAInterfaceFeature.java
new file mode 100644
index 0000000000..0bb2bd0401
--- /dev/null
+++ b/plugins/org.eclipse.emf.cdo.dawn.examples.acore.graphiti/src/org/eclipse/emf/cdo/dawn/examples/acore/graphiti/features/AcoreCreateAInterfaceFeature.java
@@ -0,0 +1,53 @@
+/*
+ * Copyright (c) 2004 - 2011 Eike Stepper (Berlin, Germany) and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * which accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ *
+ * Contributors:
+ * Martin Fluegge - initial API and implementation
+ *
+ */
+package org.eclipse.emf.cdo.dawn.examples.acore.graphiti.features;
+
+import org.eclipse.emf.cdo.dawn.examples.acore.AInterface;
+import org.eclipse.emf.cdo.dawn.examples.acore.AcoreFactory;
+
+import org.eclipse.emf.ecore.EObject;
+
+import org.eclipse.graphiti.features.IFeatureProvider;
+import org.eclipse.graphiti.features.context.ICreateContext;
+import org.eclipse.graphiti.mm.pictograms.Diagram;
+
+/**
+ * @author Martin Fluegge
+ */
+public class AcoreCreateAInterfaceFeature extends AcoreBasicCreateElementFeature
+{
+ public AcoreCreateAInterfaceFeature(IFeatureProvider fp)
+ {
+ // set name and description of the creation feature
+ super(fp, "AInterface", "Create AInterface");
+ }
+
+ @Override
+ public boolean canCreate(ICreateContext context)
+ {
+ return context.getTargetContainer() instanceof Diagram;
+ }
+
+ @Override
+ public String getCreateImageId()
+ {
+ return "org.eclipse.graphiti.examples.tutorial.ereference";
+ }
+
+ @Override
+ protected EObject createElement()
+ {
+ AInterface aInterface = AcoreFactory.eINSTANCE.createAInterface();
+ aInterface.setName("AInterface");
+ return aInterface;
+ }
+}
diff --git a/plugins/org.eclipse.emf.cdo.dawn.examples.acore.graphiti/src/org/eclipse/emf/cdo/dawn/examples/acore/graphiti/features/AcoreCreateAggregationFeature.java b/plugins/org.eclipse.emf.cdo.dawn.examples.acore.graphiti/src/org/eclipse/emf/cdo/dawn/examples/acore/graphiti/features/AcoreCreateAggregationFeature.java
new file mode 100644
index 0000000000..de284401f5
--- /dev/null
+++ b/plugins/org.eclipse.emf.cdo.dawn.examples.acore.graphiti/src/org/eclipse/emf/cdo/dawn/examples/acore/graphiti/features/AcoreCreateAggregationFeature.java
@@ -0,0 +1,100 @@
+/*
+ * Copyright (c) 2004 - 2011 Eike Stepper (Berlin, Germany) and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * which accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ *
+ * Contributors:
+ * Martin Fluegge - initial API and implementation
+ *
+ */
+package org.eclipse.emf.cdo.dawn.examples.acore.graphiti.features;
+
+import org.eclipse.emf.cdo.dawn.examples.acore.AClass;
+import org.eclipse.emf.cdo.dawn.examples.acore.graphiti.util.AcoreGraphitiContextUtil.ConnectionType;
+
+import org.eclipse.emf.ecore.EObject;
+
+import org.eclipse.graphiti.features.IFeatureProvider;
+import org.eclipse.graphiti.features.context.ICreateConnectionContext;
+import org.eclipse.graphiti.mm.pictograms.Anchor;
+
+/**
+ * @author Martin Fluegge
+ */
+public class AcoreCreateAggregationFeature extends AcoreBasicCreateConnectionFeature
+{
+ public AcoreCreateAggregationFeature(IFeatureProvider fp)
+ {
+ // provide name and description for the UI, e.g. the palette
+ super(fp, "aggregation", "aggregation");
+ }
+
+ @Override
+ public boolean canCreate(ICreateConnectionContext context)
+ {
+ // return true if both anchors belong to an AClass
+ // and those AClasses are not identical
+ AClass source = getAClass(context.getSourceAnchor());
+ AClass target = getAClass(context.getTargetAnchor());
+ if (source != null && target != null && source != target)
+ {
+ return true;
+ }
+ return false;
+ }
+
+ @Override
+ public boolean canStartConnection(ICreateConnectionContext context)
+ {
+ if (getAClass(context.getSourceAnchor()) != null)
+ {
+ return true;
+ }
+ return false;
+ }
+
+ /**
+ * Creates a EReference between two AClasses.
+ */
+ @Override
+ protected void createConnection(EObject source, EObject target)
+ {
+ ((AClass)source).getAssociations().add((AClass)target);
+ }
+
+ @Override
+ protected EObject getTarget(Anchor targetAnchor)
+ {
+ return getAClass(targetAnchor);
+ }
+
+ @Override
+ protected EObject getSource(Anchor anchor)
+ {
+ return getAClass(anchor);
+ }
+
+ @Override
+ protected ConnectionType getConnectionType()
+ {
+ return ConnectionType.AGGREGATIONS;
+ }
+
+ /**
+ * Returns the AClass belonging to the anchor, or null if not available.
+ */
+ private AClass getAClass(Anchor anchor)
+ {
+ if (anchor != null)
+ {
+ Object object = getBusinessObjectForPictogramElement(anchor.getParent());
+ if (object instanceof AClass)
+ {
+ return (AClass)object;
+ }
+ }
+ return null;
+ }
+}
diff --git a/plugins/org.eclipse.emf.cdo.dawn.examples.acore.graphiti/src/org/eclipse/emf/cdo/dawn/examples/acore/graphiti/features/AcoreCreateAssociationFeature.java b/plugins/org.eclipse.emf.cdo.dawn.examples.acore.graphiti/src/org/eclipse/emf/cdo/dawn/examples/acore/graphiti/features/AcoreCreateAssociationFeature.java
new file mode 100644
index 0000000000..c8762b8e15
--- /dev/null
+++ b/plugins/org.eclipse.emf.cdo.dawn.examples.acore.graphiti/src/org/eclipse/emf/cdo/dawn/examples/acore/graphiti/features/AcoreCreateAssociationFeature.java
@@ -0,0 +1,97 @@
+/*
+ * Copyright (c) 2004 - 2011 Eike Stepper (Berlin, Germany) and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * which accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ *
+ * Contributors:
+ * Martin Fluegge - initial API and implementation
+ *
+ */
+package org.eclipse.emf.cdo.dawn.examples.acore.graphiti.features;
+
+import org.eclipse.emf.cdo.dawn.examples.acore.AClass;
+import org.eclipse.emf.cdo.dawn.examples.acore.graphiti.util.AcoreGraphitiContextUtil.ConnectionType;
+
+import org.eclipse.emf.ecore.EObject;
+
+import org.eclipse.graphiti.features.IFeatureProvider;
+import org.eclipse.graphiti.features.context.ICreateConnectionContext;
+import org.eclipse.graphiti.mm.pictograms.Anchor;
+
+/**
+ * @author Martin Fluegge
+ */
+public class AcoreCreateAssociationFeature extends AcoreBasicCreateConnectionFeature
+{
+ public AcoreCreateAssociationFeature(IFeatureProvider fp)
+ {
+ // provide name and description for the UI, e.g. the palette
+ super(fp, "assocation", "assocation");
+ }
+
+ @Override
+ public boolean canCreate(ICreateConnectionContext context)
+ {
+ // return true if both anchors belong to an AClass
+ // and those AClasses are not identical
+ AClass source = getAClass(context.getSourceAnchor());
+ AClass target = getAClass(context.getTargetAnchor());
+ if (source != null && target != null && source != target)
+ {
+ return true;
+ }
+ return false;
+ }
+
+ @Override
+ public boolean canStartConnection(ICreateConnectionContext context)
+ {
+ if (getAClass(context.getSourceAnchor()) != null)
+ {
+ return true;
+ }
+ return false;
+ }
+
+ @Override
+ protected void createConnection(EObject source, EObject target)
+ {
+ ((AClass)source).getAggregations().add((AClass)target);
+ }
+
+ @Override
+ protected EObject getTarget(Anchor targetAnchor)
+ {
+ return getAClass(targetAnchor);
+ }
+
+ @Override
+ protected EObject getSource(Anchor anchor)
+ {
+ return getAClass(anchor);
+ }
+
+ @Override
+ protected ConnectionType getConnectionType()
+ {
+ return ConnectionType.ASSOCIATIONS;
+ }
+
+ /**
+ * Returns the AClass belonging to the anchor, or null if not available.
+ */
+ private AClass getAClass(Anchor anchor)
+ {
+ if (anchor != null)
+ {
+ Object object = getBusinessObjectForPictogramElement(anchor.getParent());
+ if (object instanceof AClass)
+ {
+ return (AClass)object;
+ }
+ }
+ return null;
+ }
+}
diff --git a/plugins/org.eclipse.emf.cdo.dawn.examples.acore.graphiti/src/org/eclipse/emf/cdo/dawn/examples/acore/graphiti/features/AcoreCreateCompositionsFeature.java b/plugins/org.eclipse.emf.cdo.dawn.examples.acore.graphiti/src/org/eclipse/emf/cdo/dawn/examples/acore/graphiti/features/AcoreCreateCompositionsFeature.java
new file mode 100644
index 0000000000..63da5df3a2
--- /dev/null
+++ b/plugins/org.eclipse.emf.cdo.dawn.examples.acore.graphiti/src/org/eclipse/emf/cdo/dawn/examples/acore/graphiti/features/AcoreCreateCompositionsFeature.java
@@ -0,0 +1,100 @@
+/*
+ * Copyright (c) 2004 - 2011 Eike Stepper (Berlin, Germany) and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * which accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ *
+ * Contributors:
+ * Martin Fluegge - initial API and implementation
+ *
+ */
+package org.eclipse.emf.cdo.dawn.examples.acore.graphiti.features;
+
+import org.eclipse.emf.cdo.dawn.examples.acore.AClass;
+import org.eclipse.emf.cdo.dawn.examples.acore.graphiti.util.AcoreGraphitiContextUtil.ConnectionType;
+
+import org.eclipse.emf.ecore.EObject;
+
+import org.eclipse.graphiti.features.IFeatureProvider;
+import org.eclipse.graphiti.features.context.ICreateConnectionContext;
+import org.eclipse.graphiti.mm.pictograms.Anchor;
+
+/**
+ * @author Martin Fluegge
+ */
+public class AcoreCreateCompositionsFeature extends AcoreBasicCreateConnectionFeature
+{
+ public AcoreCreateCompositionsFeature(IFeatureProvider fp)
+ {
+ // provide name and description for the UI, e.g. the palette
+ super(fp, "composition", "composition");
+ }
+
+ @Override
+ public boolean canCreate(ICreateConnectionContext context)
+ {
+ // return true if both anchors belong to an AClass
+ // and those AClasses are not identical
+ AClass source = getAClass(context.getSourceAnchor());
+ AClass target = getAClass(context.getTargetAnchor());
+ if (source != null && target != null && source != target)
+ {
+ return true;
+ }
+ return false;
+ }
+
+ @Override
+ public boolean canStartConnection(ICreateConnectionContext context)
+ {
+ if (getAClass(context.getSourceAnchor()) != null)
+ {
+ return true;
+ }
+ return false;
+ }
+
+ /**
+ * Creates a EReference between two AClasses.
+ */
+ @Override
+ protected void createConnection(EObject source, EObject target)
+ {
+ ((AClass)source).getCompositions().add((AClass)target);
+ }
+
+ @Override
+ protected EObject getTarget(Anchor targetAnchor)
+ {
+ return getAClass(targetAnchor);
+ }
+
+ @Override
+ protected EObject getSource(Anchor anchor)
+ {
+ return getAClass(anchor);
+ }
+
+ @Override
+ protected ConnectionType getConnectionType()
+ {
+ return ConnectionType.COMPOSITIONS;
+ }
+
+ /**
+ * Returns the AClass belonging to the anchor, or null if not available.
+ */
+ private AClass getAClass(Anchor anchor)
+ {
+ if (anchor != null)
+ {
+ Object object = getBusinessObjectForPictogramElement(anchor.getParent());
+ if (object instanceof AClass)
+ {
+ return (AClass)object;
+ }
+ }
+ return null;
+ }
+}
diff --git a/plugins/org.eclipse.emf.cdo.dawn.examples.acore.graphiti/src/org/eclipse/emf/cdo/dawn/examples/acore/graphiti/features/AcoreCreateImplementationFeature.java b/plugins/org.eclipse.emf.cdo.dawn.examples.acore.graphiti/src/org/eclipse/emf/cdo/dawn/examples/acore/graphiti/features/AcoreCreateImplementationFeature.java
new file mode 100644
index 0000000000..f2c89cdb9d
--- /dev/null
+++ b/plugins/org.eclipse.emf.cdo.dawn.examples.acore.graphiti/src/org/eclipse/emf/cdo/dawn/examples/acore/graphiti/features/AcoreCreateImplementationFeature.java
@@ -0,0 +1,86 @@
+/*
+ * Copyright (c) 2004 - 2011 Eike Stepper (Berlin, Germany) and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * which accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ *
+ * Contributors:
+ * Martin Fluegge - initial API and implementation
+ *
+ */
+package org.eclipse.emf.cdo.dawn.examples.acore.graphiti.features;
+
+import org.eclipse.emf.cdo.dawn.examples.acore.ABasicClass;
+import org.eclipse.emf.cdo.dawn.examples.acore.AClass;
+import org.eclipse.emf.cdo.dawn.examples.acore.AInterface;
+import org.eclipse.emf.cdo.dawn.examples.acore.graphiti.util.AcoreGraphitiContextUtil.ConnectionType;
+
+import org.eclipse.emf.ecore.EObject;
+
+import org.eclipse.graphiti.features.IFeatureProvider;
+import org.eclipse.graphiti.features.context.ICreateConnectionContext;
+import org.eclipse.graphiti.mm.pictograms.Anchor;
+
+/**
+ * @author Martin Fluegge
+ */
+public class AcoreCreateImplementationFeature extends AcoreBasicCreateConnectionFeature
+{
+ public AcoreCreateImplementationFeature(IFeatureProvider fp)
+ {
+ // provide name and description for the UI, e.g. the palette
+ super(fp, "implements", "implements");
+ }
+
+ @Override
+ public boolean canStartConnection(ICreateConnectionContext context)
+ {
+ ABasicClass aClass = getAClass(context.getSourceAnchor());
+ if (aClass != null)
+ {
+ return true;
+ }
+ return false;
+ }
+
+ /**
+ * Creates a EReference between two AClasses.
+ */
+ @Override
+ protected void createConnection(EObject source, EObject target)
+ {
+ ((AClass)source).getImplementedInterfaces().add((AInterface)target);
+ }
+
+ @Override
+ protected EObject getTarget(Anchor targetAnchor)
+ {
+ return getAClass(targetAnchor);
+ }
+
+ @Override
+ protected EObject getSource(Anchor anchor)
+ {
+ return getAClass(anchor);
+ }
+
+ @Override
+ protected ConnectionType getConnectionType()
+ {
+ return ConnectionType.IMPLEMENTATIONS;
+ }
+
+ private ABasicClass getAClass(Anchor anchor)
+ {
+ if (anchor != null)
+ {
+ Object object = getBusinessObjectForPictogramElement(anchor.getParent());
+ if (object instanceof ABasicClass)
+ {
+ return (ABasicClass)object;
+ }
+ }
+ return null;
+ }
+}
diff --git a/plugins/org.eclipse.emf.cdo.dawn.examples.acore.graphiti/src/org/eclipse/emf/cdo/dawn/examples/acore/graphiti/features/AcoreCreateSubclassFeature.java b/plugins/org.eclipse.emf.cdo.dawn.examples.acore.graphiti/src/org/eclipse/emf/cdo/dawn/examples/acore/graphiti/features/AcoreCreateSubclassFeature.java
new file mode 100644
index 0000000000..0e408126ae
--- /dev/null
+++ b/plugins/org.eclipse.emf.cdo.dawn.examples.acore.graphiti/src/org/eclipse/emf/cdo/dawn/examples/acore/graphiti/features/AcoreCreateSubclassFeature.java
@@ -0,0 +1,100 @@
+/*
+ * Copyright (c) 2004 - 2011 Eike Stepper (Berlin, Germany) and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * which accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ *
+ * Contributors:
+ * Martin Fluegge - initial API and implementation
+ *
+ */
+package org.eclipse.emf.cdo.dawn.examples.acore.graphiti.features;
+
+import org.eclipse.emf.cdo.dawn.examples.acore.AClass;
+import org.eclipse.emf.cdo.dawn.examples.acore.graphiti.util.AcoreGraphitiContextUtil.ConnectionType;
+
+import org.eclipse.emf.ecore.EObject;
+
+import org.eclipse.graphiti.features.IFeatureProvider;
+import org.eclipse.graphiti.features.context.ICreateConnectionContext;
+import org.eclipse.graphiti.mm.pictograms.Anchor;
+
+/**
+ * @author Martin Fluegge
+ */
+public class AcoreCreateSubclassFeature extends AcoreBasicCreateConnectionFeature
+{
+ public AcoreCreateSubclassFeature(IFeatureProvider fp)
+ {
+ // provide name and description for the UI, e.g. the palette
+ super(fp, "extends", "extends");
+ }
+
+ @Override
+ public boolean canCreate(ICreateConnectionContext context)
+ {
+ // return true if both anchors belong to an AClass
+ // and those AClasses are not identical
+ AClass source = getAClass(context.getSourceAnchor());
+ AClass target = getAClass(context.getTargetAnchor());
+ if (source != null && target != null && source != target)
+ {
+ return true;
+ }
+ return false;
+ }
+
+ @Override
+ public boolean canStartConnection(ICreateConnectionContext context)
+ {
+ if (getAClass(context.getSourceAnchor()) != null)
+ {
+ return true;
+ }
+ return false;
+ }
+
+ /**
+ * Creates a EReference between two AClasses.
+ */
+ @Override
+ protected void createConnection(EObject source, EObject target)
+ {
+ ((AClass)source).getSubClasses().add((AClass)target);
+ }
+
+ @Override
+ protected EObject getTarget(Anchor targetAnchor)
+ {
+ return getAClass(targetAnchor);
+ }
+
+ @Override
+ protected EObject getSource(Anchor anchor)
+ {
+ return getAClass(anchor);
+ }
+
+ @Override
+ protected ConnectionType getConnectionType()
+ {
+ return ConnectionType.SUBCLASSES;
+ }
+
+ /**
+ * Returns the AClass belonging to the anchor, or null if not available.
+ */
+ private AClass getAClass(Anchor anchor)
+ {
+ if (anchor != null)
+ {
+ Object object = getBusinessObjectForPictogramElement(anchor.getParent());
+ if (object instanceof AClass)
+ {
+ return (AClass)object;
+ }
+ }
+ return null;
+ }
+}
diff --git a/plugins/org.eclipse.emf.cdo.dawn.examples.acore.graphiti/src/org/eclipse/emf/cdo/dawn/examples/acore/graphiti/features/AcoreDirectEditAClassFeature.java b/plugins/org.eclipse.emf.cdo.dawn.examples.acore.graphiti/src/org/eclipse/emf/cdo/dawn/examples/acore/graphiti/features/AcoreDirectEditAClassFeature.java
new file mode 100644
index 0000000000..1641b7f693
--- /dev/null
+++ b/plugins/org.eclipse.emf.cdo.dawn.examples.acore.graphiti/src/org/eclipse/emf/cdo/dawn/examples/acore/graphiti/features/AcoreDirectEditAClassFeature.java
@@ -0,0 +1,102 @@
+/*
+ * Copyright (c) 2004 - 2011 Eike Stepper (Berlin, Germany) and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * which accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ *
+ * Contributors:
+ * Martin Fluegge - initial API and implementation
+ *
+ */
+package org.eclipse.emf.cdo.dawn.examples.acore.graphiti.features;
+
+import org.eclipse.emf.cdo.dawn.examples.acore.AClass;
+
+import org.eclipse.graphiti.features.IFeatureProvider;
+import org.eclipse.graphiti.features.context.IDirectEditingContext;
+import org.eclipse.graphiti.features.impl.AbstractDirectEditingFeature;
+import org.eclipse.graphiti.mm.algorithms.GraphicsAlgorithm;
+import org.eclipse.graphiti.mm.algorithms.Text;
+import org.eclipse.graphiti.mm.pictograms.PictogramElement;
+import org.eclipse.graphiti.mm.pictograms.Shape;
+
+/**
+ * @author Martin Fluegge
+ */
+public class AcoreDirectEditAClassFeature extends AbstractDirectEditingFeature
+{
+
+ public AcoreDirectEditAClassFeature(IFeatureProvider fp)
+ {
+ super(fp);
+ }
+
+ public int getEditingType()
+ {
+ // there are several possible editor-types supported:
+ // text-field, checkbox, color-chooser, combobox, ...
+ return TYPE_TEXT;
+ }
+
+ @Override
+ public boolean canDirectEdit(IDirectEditingContext context)
+ {
+ PictogramElement pe = context.getPictogramElement();
+ Object bo = getBusinessObjectForPictogramElement(pe);
+ GraphicsAlgorithm ga = context.getGraphicsAlgorithm();
+ // support direct editing, if it is a AClass, and the user clicked
+ // directly on the text and not somewhere else in the rectangle
+ if (bo instanceof AClass && ga instanceof Text)
+ {
+ return true;
+ }
+ // direct editing not supported in all other cases
+ return false;
+ }
+
+ public String getInitialValue(IDirectEditingContext context)
+ {
+ // return the current name of the AClass
+ PictogramElement pe = context.getPictogramElement();
+ AClass AClass = (AClass)getBusinessObjectForPictogramElement(pe);
+ return AClass.getName();
+ }
+
+ @Override
+ public String checkValueValid(String value, IDirectEditingContext context)
+ {
+ if (value.length() < 1)
+ {
+ return "Please enter any text as class name.";
+ }
+ if (value.contains(" "))
+ {
+ return "Spaces are not allowed in class names.";
+ }
+ if (value.contains("\n"))
+ {
+ return "Line breakes are not allowed in class names.";
+ }
+
+ // null means, that the value is valid
+ return null;
+ }
+
+ @Override
+ public void setValue(String value, IDirectEditingContext context)
+ {
+ // set the new name for the AClass
+ PictogramElement pe = context.getPictogramElement();
+ AClass AClass = (AClass)getBusinessObjectForPictogramElement(pe);
+ AClass.setName(value);
+
+ // Explicitly update the shape to display the new value in the diagram
+ // Note, that this might not be necessary in future versions of Graphiti
+ // (currently in discussion)
+
+ // we know, that pe is the Shape of the Text, so its container is the
+ // main shape of the AClass
+ updatePictogramElement(((Shape)pe).getContainer());
+ }
+}
diff --git a/plugins/org.eclipse.emf.cdo.dawn.examples.acore.graphiti/src/org/eclipse/emf/cdo/dawn/examples/acore/graphiti/features/AcorePasteAClassFeature.java b/plugins/org.eclipse.emf.cdo.dawn.examples.acore.graphiti/src/org/eclipse/emf/cdo/dawn/examples/acore/graphiti/features/AcorePasteAClassFeature.java
new file mode 100644
index 0000000000..fd685a0aee
--- /dev/null
+++ b/plugins/org.eclipse.emf.cdo.dawn.examples.acore.graphiti/src/org/eclipse/emf/cdo/dawn/examples/acore/graphiti/features/AcorePasteAClassFeature.java
@@ -0,0 +1,76 @@
+/*
+ * Copyright (c) 2004 - 2011 Eike Stepper (Berlin, Germany) and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * which accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ *
+ * Contributors:
+ * Martin Fluegge - initial API and implementation
+ *
+ */
+package org.eclipse.emf.cdo.dawn.examples.acore.graphiti.features;
+
+import org.eclipse.emf.cdo.dawn.examples.acore.AClass;
+
+import org.eclipse.graphiti.features.IFeatureProvider;
+import org.eclipse.graphiti.features.context.IPasteContext;
+import org.eclipse.graphiti.features.context.impl.AddContext;
+import org.eclipse.graphiti.mm.pictograms.Diagram;
+import org.eclipse.graphiti.mm.pictograms.PictogramElement;
+import org.eclipse.graphiti.ui.features.AbstractPasteFeature;
+
+/**
+ * @author Martin Fluegge
+ */
+public class AcorePasteAClassFeature extends AbstractPasteFeature
+{
+
+ public AcorePasteAClassFeature(IFeatureProvider fp)
+ {
+ super(fp);
+ }
+
+ public boolean canPaste(IPasteContext context)
+ {
+ // only support pasting directly in the diagram (nothing else selected)
+ PictogramElement[] pes = context.getPictogramElements();
+ if (pes.length != 1 || !(pes[0] instanceof Diagram))
+ {
+ return false;
+ }
+
+ // can paste, if all objects on the clipboard are AClasses
+ Object[] fromClipboard = getFromClipboard();
+ if (fromClipboard == null || fromClipboard.length == 0)
+ {
+ return false;
+ }
+ for (Object object : fromClipboard)
+ {
+ if (!(object instanceof AClass))
+ {
+ return false;
+ }
+ }
+ return true;
+ }
+
+ public void paste(IPasteContext context)
+ {
+ // we already verified, that we paste directly in the diagram
+ PictogramElement[] pes = context.getPictogramElements();
+ Diagram diagram = (Diagram)pes[0];
+ // get the AClasses from the clipboard without copying them
+ // (only copy the pictogram element, not the business object)
+ // then create new pictogram elements using the add feature
+ Object[] objects = getFromClipboard();
+ for (Object object : objects)
+ {
+ AddContext ac = new AddContext();
+ ac.setLocation(0, 0); // for simplicity paste at (0, 0)
+ ac.setTargetContainer(diagram);
+ addGraphicalRepresentation(ac, object);
+ }
+ }
+}
diff --git a/plugins/org.eclipse.emf.cdo.dawn.examples.acore.graphiti/src/org/eclipse/emf/cdo/dawn/examples/acore/graphiti/features/AcoreReconnectionFeature.java b/plugins/org.eclipse.emf.cdo.dawn.examples.acore.graphiti/src/org/eclipse/emf/cdo/dawn/examples/acore/graphiti/features/AcoreReconnectionFeature.java
new file mode 100644
index 0000000000..bd47dd6453
--- /dev/null
+++ b/plugins/org.eclipse.emf.cdo.dawn.examples.acore.graphiti/src/org/eclipse/emf/cdo/dawn/examples/acore/graphiti/features/AcoreReconnectionFeature.java
@@ -0,0 +1,34 @@
+/*
+ * Copyright (c) 2004 - 2011 Eike Stepper (Berlin, Germany) and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * which accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ *
+ * Contributors:
+ * Martin Fluegge - initial API and implementation
+ *
+ */
+package org.eclipse.emf.cdo.dawn.examples.acore.graphiti.features;
+
+import org.eclipse.graphiti.features.IFeatureProvider;
+import org.eclipse.graphiti.features.context.IReconnectionContext;
+import org.eclipse.graphiti.features.impl.DefaultReconnectionFeature;
+
+/**
+ * @author Martin Fluegge
+ */
+public class AcoreReconnectionFeature extends DefaultReconnectionFeature
+{
+ public AcoreReconnectionFeature(IFeatureProvider fp)
+ {
+ super(fp);
+ }
+
+ @Override
+ public boolean canReconnect(IReconnectionContext context)
+ {
+ // do not allow to reconnect
+ return true;
+ }
+}
diff --git a/plugins/org.eclipse.emf.cdo.dawn.examples.acore.graphiti/src/org/eclipse/emf/cdo/dawn/examples/acore/graphiti/features/AcoreRenameAClassFeature.java b/plugins/org.eclipse.emf.cdo.dawn.examples.acore.graphiti/src/org/eclipse/emf/cdo/dawn/examples/acore/graphiti/features/AcoreRenameAClassFeature.java
new file mode 100644
index 0000000000..58bff474f5
--- /dev/null
+++ b/plugins/org.eclipse.emf.cdo.dawn.examples.acore.graphiti/src/org/eclipse/emf/cdo/dawn/examples/acore/graphiti/features/AcoreRenameAClassFeature.java
@@ -0,0 +1,92 @@
+/*
+ * Copyright (c) 2004 - 2011 Eike Stepper (Berlin, Germany) and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * which accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ *
+ * Contributors:
+ * Martin Fluegge - initial API and implementation
+ *
+ */
+package org.eclipse.emf.cdo.dawn.examples.acore.graphiti.features;
+
+import org.eclipse.emf.cdo.dawn.examples.acore.AClass;
+
+import org.eclipse.graphiti.examples.common.ExampleUtil;
+import org.eclipse.graphiti.features.IFeatureProvider;
+import org.eclipse.graphiti.features.context.ICustomContext;
+import org.eclipse.graphiti.features.custom.AbstractCustomFeature;
+import org.eclipse.graphiti.mm.pictograms.PictogramElement;
+
+/**
+ * @author Martin Fluegge
+ */
+public class AcoreRenameAClassFeature extends AbstractCustomFeature
+{
+
+ private boolean hasDoneChanges = false;
+
+ public AcoreRenameAClassFeature(IFeatureProvider fp)
+ {
+ super(fp);
+ }
+
+ @Override
+ public String getName()
+ {
+ return "Rename AClass";
+ }
+
+ @Override
+ public String getDescription()
+ {
+ return "Change the name of the AClass";
+ }
+
+ @Override
+ public boolean canExecute(ICustomContext context)
+ {
+ // allow rename if exactly one pictogram element
+ // representing a AClass is selected
+ boolean ret = false;
+ PictogramElement[] pes = context.getPictogramElements();
+ if (pes != null && pes.length == 1)
+ {
+ Object bo = getBusinessObjectForPictogramElement(pes[0]);
+ if (bo instanceof AClass)
+ {
+ ret = true;
+ }
+ }
+ return ret;
+ }
+
+ public void execute(ICustomContext context)
+ {
+ PictogramElement[] pes = context.getPictogramElements();
+ if (pes != null && pes.length == 1)
+ {
+ Object bo = getBusinessObjectForPictogramElement(pes[0]);
+ if (bo instanceof AClass)
+ {
+ AClass AClass = (AClass)bo;
+ String currentName = AClass.getName();
+ // ask user for a new class name
+ String newName = ExampleUtil.askString(getName(), getDescription(), currentName);
+ if (newName != null && !newName.equals(currentName))
+ {
+ hasDoneChanges = true;
+ AClass.setName(newName);
+ updatePictogramElement(pes[0]);
+ }
+ }
+ }
+ }
+
+ @Override
+ public boolean hasDoneChanges()
+ {
+ return hasDoneChanges;
+ }
+}
diff --git a/plugins/org.eclipse.emf.cdo.dawn.examples.acore.graphiti/src/org/eclipse/emf/cdo/dawn/examples/acore/graphiti/features/AcoreUpdateAClassFeature.java b/plugins/org.eclipse.emf.cdo.dawn.examples.acore.graphiti/src/org/eclipse/emf/cdo/dawn/examples/acore/graphiti/features/AcoreUpdateAClassFeature.java
new file mode 100644
index 0000000000..47a14904c9
--- /dev/null
+++ b/plugins/org.eclipse.emf.cdo.dawn.examples.acore.graphiti/src/org/eclipse/emf/cdo/dawn/examples/acore/graphiti/features/AcoreUpdateAClassFeature.java
@@ -0,0 +1,113 @@
+/*
+ * Copyright (c) 2004 - 2011 Eike Stepper (Berlin, Germany) and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * which accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ *
+ * Contributors:
+ * Martin Fluegge - initial API and implementation
+ *
+ */
+package org.eclipse.emf.cdo.dawn.examples.acore.graphiti.features;
+
+import org.eclipse.emf.cdo.dawn.examples.acore.AClass;
+
+import org.eclipse.graphiti.features.IFeatureProvider;
+import org.eclipse.graphiti.features.IReason;
+import org.eclipse.graphiti.features.context.IUpdateContext;
+import org.eclipse.graphiti.features.impl.AbstractUpdateFeature;
+import org.eclipse.graphiti.features.impl.Reason;
+import org.eclipse.graphiti.mm.algorithms.Text;
+import org.eclipse.graphiti.mm.pictograms.ContainerShape;
+import org.eclipse.graphiti.mm.pictograms.PictogramElement;
+import org.eclipse.graphiti.mm.pictograms.Shape;
+
+/**
+ * @author Martin Fluegge
+ */
+public class AcoreUpdateAClassFeature extends AbstractUpdateFeature
+{
+
+ public AcoreUpdateAClassFeature(IFeatureProvider fp)
+ {
+ super(fp);
+ }
+
+ public boolean canUpdate(IUpdateContext context)
+ {
+ // return true, if linked business object is a AClass
+ Object bo = getBusinessObjectForPictogramElement(context.getPictogramElement());
+ return bo instanceof AClass;
+ }
+
+ public IReason updateNeeded(IUpdateContext context)
+ {
+ // retrieve name from pictogram model
+ String pictogramName = null;
+ PictogramElement pictogramElement = context.getPictogramElement();
+ if (pictogramElement instanceof ContainerShape)
+ {
+ ContainerShape cs = (ContainerShape)pictogramElement;
+ for (Shape shape : cs.getChildren())
+ {
+ if (shape.getGraphicsAlgorithm() instanceof Text)
+ {
+ Text text = (Text)shape.getGraphicsAlgorithm();
+ pictogramName = text.getValue();
+ }
+ }
+ }
+
+ // retrieve name from business model
+ String businessName = null;
+ Object bo = getBusinessObjectForPictogramElement(pictogramElement);
+ if (bo instanceof AClass)
+ {
+ AClass AClass = (AClass)bo;
+ businessName = AClass.getName();
+ }
+
+ // update needed, if names are different
+ boolean updateNameNeeded = pictogramName == null && businessName != null || pictogramName != null
+ && !pictogramName.equals(businessName);
+ if (updateNameNeeded)
+ {
+ return Reason.createTrueReason("Name is out of date");
+ }
+ else
+ {
+ return Reason.createFalseReason();
+ }
+ }
+
+ public boolean update(IUpdateContext context)
+ {
+ // retrieve name from business model
+ String businessName = null;
+ PictogramElement pictogramElement = context.getPictogramElement();
+ Object bo = getBusinessObjectForPictogramElement(pictogramElement);
+ if (bo instanceof AClass)
+ {
+ AClass AClass = (AClass)bo;
+ businessName = AClass.getName();
+ }
+
+ // Set name in pictogram model
+ if (pictogramElement instanceof ContainerShape)
+ {
+ ContainerShape cs = (ContainerShape)pictogramElement;
+ for (Shape shape : cs.getChildren())
+ {
+ if (shape.getGraphicsAlgorithm() instanceof Text)
+ {
+ Text text = (Text)shape.getGraphicsAlgorithm();
+ text.setValue(businessName);
+ return true;
+ }
+ }
+ }
+
+ return false;
+ }
+}
diff --git a/plugins/org.eclipse.emf.cdo.dawn.examples.acore.graphiti/src/org/eclipse/emf/cdo/dawn/examples/acore/graphiti/util/AcoreGraphitiContextUtil.java b/plugins/org.eclipse.emf.cdo.dawn.examples.acore.graphiti/src/org/eclipse/emf/cdo/dawn/examples/acore/graphiti/util/AcoreGraphitiContextUtil.java
new file mode 100644
index 0000000000..8b5fbd7054
--- /dev/null
+++ b/plugins/org.eclipse.emf.cdo.dawn.examples.acore.graphiti/src/org/eclipse/emf/cdo/dawn/examples/acore/graphiti/util/AcoreGraphitiContextUtil.java
@@ -0,0 +1,24 @@
+/*
+ * Copyright (c) 2004 - 2011 Eike Stepper (Berlin, Germany) and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * which accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ *
+ * Contributors:
+ * Martin Fluegge - initial API and implementation
+ */
+package org.eclipse.emf.cdo.dawn.examples.acore.graphiti.util;
+
+/**
+ * @author Martin Fluegge
+ */
+public class AcoreGraphitiContextUtil
+{
+ public static String CONNECTTION_TYPE = "ConnectionType";
+
+ public enum ConnectionType
+ {
+ SUBCLASSES, IMPLEMENTATIONS, AGGREGATIONS, COMPOSITIONS, ASSOCIATIONS
+ }
+}
diff --git a/plugins/org.eclipse.emf.cdo.dawn.examples.acore.graphiti/src/org/eclipse/emf/cdo/dawn/examples/acore/graphiti/util/AcoreImageProvider.java b/plugins/org.eclipse.emf.cdo.dawn.examples.acore.graphiti/src/org/eclipse/emf/cdo/dawn/examples/acore/graphiti/util/AcoreImageProvider.java
new file mode 100644
index 0000000000..56c8940a57
--- /dev/null
+++ b/plugins/org.eclipse.emf.cdo.dawn.examples.acore.graphiti/src/org/eclipse/emf/cdo/dawn/examples/acore/graphiti/util/AcoreImageProvider.java
@@ -0,0 +1,30 @@
+/*
+ * Copyright (c) 2004 - 2011 Eike Stepper (Berlin, Germany) and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * which accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ *
+ * Contributors:
+ * Martin Fluegge - initial API and implementation
+ *
+ */
+package org.eclipse.emf.cdo.dawn.examples.acore.graphiti.util;
+
+import org.eclipse.graphiti.ui.platform.AbstractImageProvider;
+
+/**
+ * @author Martin Fluegge
+ */
+public class AcoreImageProvider extends AbstractImageProvider
+{
+ protected static final String PREFIX = "org.eclipse.graphiti.examples.tutorial."; //$NON-NLS-1$
+
+ public static final String IMG_EREFERENCE = PREFIX + "ereference"; //$NON-NLS-1$
+
+ @Override
+ protected void addAvailableImages()
+ {
+ addImageFilePath(IMG_EREFERENCE, "icons/ereference.gif"); //$NON-NLS-1$
+ }
+}
diff --git a/plugins/org.eclipse.emf.cdo.dawn.graphiti/.classpath b/plugins/org.eclipse.emf.cdo.dawn.graphiti/.classpath
new file mode 100644
index 0000000000..2d1a4302f0
--- /dev/null
+++ b/plugins/org.eclipse.emf.cdo.dawn.graphiti/.classpath
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<classpath>
+ <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5"/>
+ <classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
+ <classpathentry kind="src" path="src"/>
+ <classpathentry kind="output" path="bin"/>
+</classpath>
diff --git a/plugins/org.eclipse.emf.cdo.dawn.graphiti/.project b/plugins/org.eclipse.emf.cdo.dawn.graphiti/.project
new file mode 100644
index 0000000000..7cf18e7fd3
--- /dev/null
+++ b/plugins/org.eclipse.emf.cdo.dawn.graphiti/.project
@@ -0,0 +1,44 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+ <name>org.eclipse.emf.cdo.dawn.graphiti</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>
+ <buildCommand>
+ <name>org.eclipse.pde.api.tools.apiAnalysisBuilder</name>
+ <arguments>
+ </arguments>
+ </buildCommand>
+ <buildCommand>
+ <name>org.eclipse.emf.cdo.releng.version.VersionBuilder</name>
+ <arguments>
+ <dictionary>
+ <key>release.path</key>
+ <value>/org.eclipse.emf.cdo.releng/release.xml</value>
+ </dictionary>
+ </arguments>
+ </buildCommand>
+ </buildSpec>
+ <natures>
+ <nature>org.eclipse.pde.PluginNature</nature>
+ <nature>org.eclipse.jdt.core.javanature</nature>
+ <nature>org.eclipse.pde.api.tools.apiAnalysisNature</nature>
+ <nature>org.eclipse.emf.cdo.releng.version.VersionNature</nature>
+ </natures>
+</projectDescription>
diff --git a/plugins/org.eclipse.emf.cdo.dawn.graphiti/.settings/org.eclipse.core.resources.prefs b/plugins/org.eclipse.emf.cdo.dawn.graphiti/.settings/org.eclipse.core.resources.prefs
new file mode 100644
index 0000000000..76131b5e41
--- /dev/null
+++ b/plugins/org.eclipse.emf.cdo.dawn.graphiti/.settings/org.eclipse.core.resources.prefs
@@ -0,0 +1,3 @@
+#Mon Jul 04 12:54:56 CEST 2011
+eclipse.preferences.version=1
+encoding//model/org.eclipse.emf.cdo.defs.ecorediag=UTF-8
diff --git a/plugins/org.eclipse.emf.cdo.dawn.graphiti/.settings/org.eclipse.jdt.core.prefs b/plugins/org.eclipse.emf.cdo.dawn.graphiti/.settings/org.eclipse.jdt.core.prefs
new file mode 100644
index 0000000000..68ca3bb681
--- /dev/null
+++ b/plugins/org.eclipse.emf.cdo.dawn.graphiti/.settings/org.eclipse.jdt.core.prefs
@@ -0,0 +1,363 @@
+#Fri Aug 05 08:40:50 CEST 2011
+eclipse.preferences.version=1
+org.eclipse.jdt.core.codeComplete.argumentPrefixes=
+org.eclipse.jdt.core.codeComplete.argumentSuffixes=
+org.eclipse.jdt.core.codeComplete.fieldPrefixes=
+org.eclipse.jdt.core.codeComplete.fieldSuffixes=
+org.eclipse.jdt.core.codeComplete.localPrefixes=
+org.eclipse.jdt.core.codeComplete.localSuffixes=
+org.eclipse.jdt.core.codeComplete.staticFieldPrefixes=
+org.eclipse.jdt.core.codeComplete.staticFieldSuffixes=
+org.eclipse.jdt.core.codeComplete.staticFinalFieldPrefixes=
+org.eclipse.jdt.core.codeComplete.staticFinalFieldSuffixes=
+org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
+org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.5
+org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve
+org.eclipse.jdt.core.compiler.compliance=1.5
+org.eclipse.jdt.core.compiler.debug.lineNumber=generate
+org.eclipse.jdt.core.compiler.debug.localVariable=generate
+org.eclipse.jdt.core.compiler.debug.sourceFile=generate
+org.eclipse.jdt.core.compiler.doc.comment.support=enabled
+org.eclipse.jdt.core.compiler.problem.annotationSuperInterface=warning
+org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
+org.eclipse.jdt.core.compiler.problem.autoboxing=ignore
+org.eclipse.jdt.core.compiler.problem.comparingIdentical=warning
+org.eclipse.jdt.core.compiler.problem.deadCode=warning
+org.eclipse.jdt.core.compiler.problem.deprecation=warning
+org.eclipse.jdt.core.compiler.problem.deprecationInDeprecatedCode=disabled
+org.eclipse.jdt.core.compiler.problem.deprecationWhenOverridingDeprecatedMethod=enabled
+org.eclipse.jdt.core.compiler.problem.discouragedReference=warning
+org.eclipse.jdt.core.compiler.problem.emptyStatement=warning
+org.eclipse.jdt.core.compiler.problem.enumIdentifier=error
+org.eclipse.jdt.core.compiler.problem.fallthroughCase=warning
+org.eclipse.jdt.core.compiler.problem.fatalOptionalError=disabled
+org.eclipse.jdt.core.compiler.problem.fieldHiding=ignore
+org.eclipse.jdt.core.compiler.problem.finalParameterBound=warning
+org.eclipse.jdt.core.compiler.problem.finallyBlockNotCompletingNormally=warning
+org.eclipse.jdt.core.compiler.problem.forbiddenReference=error
+org.eclipse.jdt.core.compiler.problem.hiddenCatchBlock=warning
+org.eclipse.jdt.core.compiler.problem.incompatibleNonInheritedInterfaceMethod=warning
+org.eclipse.jdt.core.compiler.problem.incompleteEnumSwitch=ignore
+org.eclipse.jdt.core.compiler.problem.indirectStaticAccess=ignore
+org.eclipse.jdt.core.compiler.problem.invalidJavadoc=warning
+org.eclipse.jdt.core.compiler.problem.invalidJavadocTags=enabled
+org.eclipse.jdt.core.compiler.problem.invalidJavadocTagsDeprecatedRef=disabled
+org.eclipse.jdt.core.compiler.problem.invalidJavadocTagsNotVisibleRef=disabled
+org.eclipse.jdt.core.compiler.problem.invalidJavadocTagsVisibility=public
+org.eclipse.jdt.core.compiler.problem.localVariableHiding=ignore
+org.eclipse.jdt.core.compiler.problem.methodWithConstructorName=warning
+org.eclipse.jdt.core.compiler.problem.missingDeprecatedAnnotation=warning
+org.eclipse.jdt.core.compiler.problem.missingHashCodeMethod=warning
+org.eclipse.jdt.core.compiler.problem.missingJavadocComments=ignore
+org.eclipse.jdt.core.compiler.problem.missingJavadocCommentsOverriding=disabled
+org.eclipse.jdt.core.compiler.problem.missingJavadocCommentsVisibility=public
+org.eclipse.jdt.core.compiler.problem.missingJavadocTagDescription=return_tag
+org.eclipse.jdt.core.compiler.problem.missingJavadocTags=ignore
+org.eclipse.jdt.core.compiler.problem.missingJavadocTagsOverriding=disabled
+org.eclipse.jdt.core.compiler.problem.missingJavadocTagsVisibility=public
+org.eclipse.jdt.core.compiler.problem.missingOverrideAnnotation=warning
+org.eclipse.jdt.core.compiler.problem.missingOverrideAnnotationForInterfaceMethodImplementation=enabled
+org.eclipse.jdt.core.compiler.problem.missingSerialVersion=warning
+org.eclipse.jdt.core.compiler.problem.missingSynchronizedOnInheritedMethod=warning
+org.eclipse.jdt.core.compiler.problem.noEffectAssignment=warning
+org.eclipse.jdt.core.compiler.problem.noImplicitStringConversion=warning
+org.eclipse.jdt.core.compiler.problem.nonExternalizedStringLiteral=ignore
+org.eclipse.jdt.core.compiler.problem.nullReference=warning
+org.eclipse.jdt.core.compiler.problem.overridingPackageDefaultMethod=warning
+org.eclipse.jdt.core.compiler.problem.parameterAssignment=ignore
+org.eclipse.jdt.core.compiler.problem.possibleAccidentalBooleanAssignment=warning
+org.eclipse.jdt.core.compiler.problem.potentialNullReference=ignore
+org.eclipse.jdt.core.compiler.problem.rawTypeReference=warning
+org.eclipse.jdt.core.compiler.problem.redundantNullCheck=warning
+org.eclipse.jdt.core.compiler.problem.redundantSuperinterface=warning
+org.eclipse.jdt.core.compiler.problem.specialParameterHidingField=disabled
+org.eclipse.jdt.core.compiler.problem.staticAccessReceiver=warning
+org.eclipse.jdt.core.compiler.problem.suppressWarnings=enabled
+org.eclipse.jdt.core.compiler.problem.syntheticAccessEmulation=ignore
+org.eclipse.jdt.core.compiler.problem.typeParameterHiding=warning
+org.eclipse.jdt.core.compiler.problem.uncheckedTypeOperation=warning
+org.eclipse.jdt.core.compiler.problem.undocumentedEmptyBlock=ignore
+org.eclipse.jdt.core.compiler.problem.unhandledWarningToken=warning
+org.eclipse.jdt.core.compiler.problem.unnecessaryElse=warning
+org.eclipse.jdt.core.compiler.problem.unnecessaryTypeCheck=warning
+org.eclipse.jdt.core.compiler.problem.unqualifiedFieldAccess=ignore
+org.eclipse.jdt.core.compiler.problem.unusedDeclaredThrownException=ignore
+org.eclipse.jdt.core.compiler.problem.unusedDeclaredThrownExceptionExemptExceptionAndThrowable=enabled
+org.eclipse.jdt.core.compiler.problem.unusedDeclaredThrownExceptionIncludeDocCommentReference=enabled
+org.eclipse.jdt.core.compiler.problem.unusedDeclaredThrownExceptionWhenOverriding=disabled
+org.eclipse.jdt.core.compiler.problem.unusedImport=warning
+org.eclipse.jdt.core.compiler.problem.unusedLabel=warning
+org.eclipse.jdt.core.compiler.problem.unusedLocal=warning
+org.eclipse.jdt.core.compiler.problem.unusedObjectAllocation=ignore
+org.eclipse.jdt.core.compiler.problem.unusedParameter=ignore
+org.eclipse.jdt.core.compiler.problem.unusedParameterIncludeDocCommentReference=enabled
+org.eclipse.jdt.core.compiler.problem.unusedParameterWhenImplementingAbstract=disabled
+org.eclipse.jdt.core.compiler.problem.unusedParameterWhenOverridingConcrete=disabled
+org.eclipse.jdt.core.compiler.problem.unusedPrivateMember=warning
+org.eclipse.jdt.core.compiler.problem.unusedWarningToken=warning
+org.eclipse.jdt.core.compiler.problem.varargsArgumentNeedCast=warning
+org.eclipse.jdt.core.compiler.source=1.5
+org.eclipse.jdt.core.compiler.taskCaseSensitive=enabled
+org.eclipse.jdt.core.compiler.taskPriorities=NORMAL,HIGH,HIGH,LOW,LOW,LOW,LOW,LOW
+org.eclipse.jdt.core.compiler.taskTags=TODO,FIXME,XXX,PERF,MEM,POLISH,@generated NOT,@ADDED
+org.eclipse.jdt.core.formatter.align_type_members_on_columns=false
+org.eclipse.jdt.core.formatter.alignment_for_arguments_in_allocation_expression=16
+org.eclipse.jdt.core.formatter.alignment_for_arguments_in_enum_constant=16
+org.eclipse.jdt.core.formatter.alignment_for_arguments_in_explicit_constructor_call=16
+org.eclipse.jdt.core.formatter.alignment_for_arguments_in_method_invocation=16
+org.eclipse.jdt.core.formatter.alignment_for_arguments_in_qualified_allocation_expression=16
+org.eclipse.jdt.core.formatter.alignment_for_assignment=0
+org.eclipse.jdt.core.formatter.alignment_for_binary_expression=16
+org.eclipse.jdt.core.formatter.alignment_for_compact_if=16
+org.eclipse.jdt.core.formatter.alignment_for_conditional_expression=80
+org.eclipse.jdt.core.formatter.alignment_for_enum_constants=0
+org.eclipse.jdt.core.formatter.alignment_for_expressions_in_array_initializer=16
+org.eclipse.jdt.core.formatter.alignment_for_multiple_fields=16
+org.eclipse.jdt.core.formatter.alignment_for_parameters_in_constructor_declaration=16
+org.eclipse.jdt.core.formatter.alignment_for_parameters_in_method_declaration=16
+org.eclipse.jdt.core.formatter.alignment_for_selector_in_method_invocation=16
+org.eclipse.jdt.core.formatter.alignment_for_superclass_in_type_declaration=16
+org.eclipse.jdt.core.formatter.alignment_for_superinterfaces_in_enum_declaration=16
+org.eclipse.jdt.core.formatter.alignment_for_superinterfaces_in_type_declaration=16
+org.eclipse.jdt.core.formatter.alignment_for_throws_clause_in_constructor_declaration=16
+org.eclipse.jdt.core.formatter.alignment_for_throws_clause_in_method_declaration=16
+org.eclipse.jdt.core.formatter.blank_lines_after_imports=1
+org.eclipse.jdt.core.formatter.blank_lines_after_package=1
+org.eclipse.jdt.core.formatter.blank_lines_before_field=1
+org.eclipse.jdt.core.formatter.blank_lines_before_first_class_body_declaration=0
+org.eclipse.jdt.core.formatter.blank_lines_before_imports=1
+org.eclipse.jdt.core.formatter.blank_lines_before_member_type=1
+org.eclipse.jdt.core.formatter.blank_lines_before_method=1
+org.eclipse.jdt.core.formatter.blank_lines_before_new_chunk=1
+org.eclipse.jdt.core.formatter.blank_lines_before_package=0
+org.eclipse.jdt.core.formatter.blank_lines_between_import_groups=1
+org.eclipse.jdt.core.formatter.blank_lines_between_type_declarations=1
+org.eclipse.jdt.core.formatter.brace_position_for_annotation_type_declaration=next_line
+org.eclipse.jdt.core.formatter.brace_position_for_anonymous_type_declaration=next_line
+org.eclipse.jdt.core.formatter.brace_position_for_array_initializer=end_of_line
+org.eclipse.jdt.core.formatter.brace_position_for_block=next_line
+org.eclipse.jdt.core.formatter.brace_position_for_block_in_case=next_line
+org.eclipse.jdt.core.formatter.brace_position_for_constructor_declaration=next_line
+org.eclipse.jdt.core.formatter.brace_position_for_enum_constant=next_line
+org.eclipse.jdt.core.formatter.brace_position_for_enum_declaration=next_line
+org.eclipse.jdt.core.formatter.brace_position_for_method_declaration=next_line
+org.eclipse.jdt.core.formatter.brace_position_for_switch=next_line
+org.eclipse.jdt.core.formatter.brace_position_for_type_declaration=next_line
+org.eclipse.jdt.core.formatter.comment.clear_blank_lines_in_block_comment=true
+org.eclipse.jdt.core.formatter.comment.clear_blank_lines_in_javadoc_comment=true
+org.eclipse.jdt.core.formatter.comment.format_block_comments=true
+org.eclipse.jdt.core.formatter.comment.format_header=false
+org.eclipse.jdt.core.formatter.comment.format_html=true
+org.eclipse.jdt.core.formatter.comment.format_javadoc_comments=true
+org.eclipse.jdt.core.formatter.comment.format_line_comments=true
+org.eclipse.jdt.core.formatter.comment.format_source_code=true
+org.eclipse.jdt.core.formatter.comment.indent_parameter_description=true
+org.eclipse.jdt.core.formatter.comment.indent_root_tags=true
+org.eclipse.jdt.core.formatter.comment.insert_new_line_before_root_tags=insert
+org.eclipse.jdt.core.formatter.comment.insert_new_line_for_parameter=insert
+org.eclipse.jdt.core.formatter.comment.line_length=120
+org.eclipse.jdt.core.formatter.compact_else_if=true
+org.eclipse.jdt.core.formatter.continuation_indentation=2
+org.eclipse.jdt.core.formatter.continuation_indentation_for_array_initializer=2
+org.eclipse.jdt.core.formatter.format_guardian_clause_on_one_line=false
+org.eclipse.jdt.core.formatter.indent_body_declarations_compare_to_annotation_declaration_header=true
+org.eclipse.jdt.core.formatter.indent_body_declarations_compare_to_enum_constant_header=true
+org.eclipse.jdt.core.formatter.indent_body_declarations_compare_to_enum_declaration_header=true
+org.eclipse.jdt.core.formatter.indent_body_declarations_compare_to_type_header=true
+org.eclipse.jdt.core.formatter.indent_breaks_compare_to_cases=true
+org.eclipse.jdt.core.formatter.indent_empty_lines=false
+org.eclipse.jdt.core.formatter.indent_statements_compare_to_block=true
+org.eclipse.jdt.core.formatter.indent_statements_compare_to_body=true
+org.eclipse.jdt.core.formatter.indent_switchstatements_compare_to_cases=true
+org.eclipse.jdt.core.formatter.indent_switchstatements_compare_to_switch=false
+org.eclipse.jdt.core.formatter.indentation.size=2
+org.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_field=insert
+org.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_local_variable=insert
+org.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_method=insert
+org.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_package=insert
+org.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_parameter=do not insert
+org.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_type=insert
+org.eclipse.jdt.core.formatter.insert_new_line_after_opening_brace_in_array_initializer=do not insert
+org.eclipse.jdt.core.formatter.insert_new_line_at_end_of_file_if_missing=insert
+org.eclipse.jdt.core.formatter.insert_new_line_before_catch_in_try_statement=insert
+org.eclipse.jdt.core.formatter.insert_new_line_before_closing_brace_in_array_initializer=do not insert
+org.eclipse.jdt.core.formatter.insert_new_line_before_else_in_if_statement=insert
+org.eclipse.jdt.core.formatter.insert_new_line_before_finally_in_try_statement=insert
+org.eclipse.jdt.core.formatter.insert_new_line_before_while_in_do_statement=do not insert
+org.eclipse.jdt.core.formatter.insert_new_line_in_empty_annotation_declaration=insert
+org.eclipse.jdt.core.formatter.insert_new_line_in_empty_anonymous_type_declaration=insert
+org.eclipse.jdt.core.formatter.insert_new_line_in_empty_block=insert
+org.eclipse.jdt.core.formatter.insert_new_line_in_empty_enum_constant=insert
+org.eclipse.jdt.core.formatter.insert_new_line_in_empty_enum_declaration=insert
+org.eclipse.jdt.core.formatter.insert_new_line_in_empty_method_body=insert
+org.eclipse.jdt.core.formatter.insert_new_line_in_empty_type_declaration=insert
+org.eclipse.jdt.core.formatter.insert_space_after_and_in_type_parameter=insert
+org.eclipse.jdt.core.formatter.insert_space_after_assignment_operator=insert
+org.eclipse.jdt.core.formatter.insert_space_after_at_in_annotation=do not insert
+org.eclipse.jdt.core.formatter.insert_space_after_at_in_annotation_type_declaration=do not insert
+org.eclipse.jdt.core.formatter.insert_space_after_binary_operator=insert
+org.eclipse.jdt.core.formatter.insert_space_after_closing_angle_bracket_in_type_arguments=insert
+org.eclipse.jdt.core.formatter.insert_space_after_closing_angle_bracket_in_type_parameters=insert
+org.eclipse.jdt.core.formatter.insert_space_after_closing_brace_in_block=insert
+org.eclipse.jdt.core.formatter.insert_space_after_closing_paren_in_cast=do not insert
+org.eclipse.jdt.core.formatter.insert_space_after_colon_in_assert=insert
+org.eclipse.jdt.core.formatter.insert_space_after_colon_in_case=insert
+org.eclipse.jdt.core.formatter.insert_space_after_colon_in_conditional=insert
+org.eclipse.jdt.core.formatter.insert_space_after_colon_in_for=insert
+org.eclipse.jdt.core.formatter.insert_space_after_colon_in_labeled_statement=insert
+org.eclipse.jdt.core.formatter.insert_space_after_comma_in_allocation_expression=insert
+org.eclipse.jdt.core.formatter.insert_space_after_comma_in_annotation=insert
+org.eclipse.jdt.core.formatter.insert_space_after_comma_in_array_initializer=insert
+org.eclipse.jdt.core.formatter.insert_space_after_comma_in_constructor_declaration_parameters=insert
+org.eclipse.jdt.core.formatter.insert_space_after_comma_in_constructor_declaration_throws=insert
+org.eclipse.jdt.core.formatter.insert_space_after_comma_in_enum_constant_arguments=insert
+org.eclipse.jdt.core.formatter.insert_space_after_comma_in_enum_declarations=insert
+org.eclipse.jdt.core.formatter.insert_space_after_comma_in_explicitconstructorcall_arguments=insert
+org.eclipse.jdt.core.formatter.insert_space_after_comma_in_for_increments=insert
+org.eclipse.jdt.core.formatter.insert_space_after_comma_in_for_inits=insert
+org.eclipse.jdt.core.formatter.insert_space_after_comma_in_method_declaration_parameters=insert
+org.eclipse.jdt.core.formatter.insert_space_after_comma_in_method_declaration_throws=insert
+org.eclipse.jdt.core.formatter.insert_space_after_comma_in_method_invocation_arguments=insert
+org.eclipse.jdt.core.formatter.insert_space_after_comma_in_multiple_field_declarations=insert
+org.eclipse.jdt.core.formatter.insert_space_after_comma_in_multiple_local_declarations=insert
+org.eclipse.jdt.core.formatter.insert_space_after_comma_in_parameterized_type_reference=insert
+org.eclipse.jdt.core.formatter.insert_space_after_comma_in_superinterfaces=insert
+org.eclipse.jdt.core.formatter.insert_space_after_comma_in_type_arguments=insert
+org.eclipse.jdt.core.formatter.insert_space_after_comma_in_type_parameters=insert
+org.eclipse.jdt.core.formatter.insert_space_after_ellipsis=insert
+org.eclipse.jdt.core.formatter.insert_space_after_opening_angle_bracket_in_parameterized_type_reference=do not insert
+org.eclipse.jdt.core.formatter.insert_space_after_opening_angle_bracket_in_type_arguments=do not insert
+org.eclipse.jdt.core.formatter.insert_space_after_opening_angle_bracket_in_type_parameters=do not insert
+org.eclipse.jdt.core.formatter.insert_space_after_opening_brace_in_array_initializer=insert
+org.eclipse.jdt.core.formatter.insert_space_after_opening_bracket_in_array_allocation_expression=do not insert
+org.eclipse.jdt.core.formatter.insert_space_after_opening_bracket_in_array_reference=do not insert
+org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_annotation=do not insert
+org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_cast=do not insert
+org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_catch=do not insert
+org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_constructor_declaration=do not insert
+org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_enum_constant=do not insert
+org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_for=do not insert
+org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_if=do not insert
+org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_method_declaration=do not insert
+org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_method_invocation=do not insert
+org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_parenthesized_expression=do not insert
+org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_switch=do not insert
+org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_synchronized=do not insert
+org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_while=do not insert
+org.eclipse.jdt.core.formatter.insert_space_after_postfix_operator=do not insert
+org.eclipse.jdt.core.formatter.insert_space_after_prefix_operator=do not insert
+org.eclipse.jdt.core.formatter.insert_space_after_question_in_conditional=insert
+org.eclipse.jdt.core.formatter.insert_space_after_question_in_wildcard=do not insert
+org.eclipse.jdt.core.formatter.insert_space_after_semicolon_in_for=insert
+org.eclipse.jdt.core.formatter.insert_space_after_unary_operator=do not insert
+org.eclipse.jdt.core.formatter.insert_space_before_and_in_type_parameter=insert
+org.eclipse.jdt.core.formatter.insert_space_before_assignment_operator=insert
+org.eclipse.jdt.core.formatter.insert_space_before_at_in_annotation_type_declaration=insert
+org.eclipse.jdt.core.formatter.insert_space_before_binary_operator=insert
+org.eclipse.jdt.core.formatter.insert_space_before_closing_angle_bracket_in_parameterized_type_reference=do not insert
+org.eclipse.jdt.core.formatter.insert_space_before_closing_angle_bracket_in_type_arguments=do not insert
+org.eclipse.jdt.core.formatter.insert_space_before_closing_angle_bracket_in_type_parameters=do not insert
+org.eclipse.jdt.core.formatter.insert_space_before_closing_brace_in_array_initializer=insert
+org.eclipse.jdt.core.formatter.insert_space_before_closing_bracket_in_array_allocation_expression=do not insert
+org.eclipse.jdt.core.formatter.insert_space_before_closing_bracket_in_array_reference=do not insert
+org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_annotation=do not insert
+org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_cast=do not insert
+org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_catch=do not insert
+org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_constructor_declaration=do not insert
+org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_enum_constant=do not insert
+org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_for=do not insert
+org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_if=do not insert
+org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_method_declaration=do not insert
+org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_method_invocation=do not insert
+org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_parenthesized_expression=do not insert
+org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_switch=do not insert
+org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_synchronized=do not insert
+org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_while=do not insert
+org.eclipse.jdt.core.formatter.insert_space_before_colon_in_assert=insert
+org.eclipse.jdt.core.formatter.insert_space_before_colon_in_case=do not insert
+org.eclipse.jdt.core.formatter.insert_space_before_colon_in_conditional=insert
+org.eclipse.jdt.core.formatter.insert_space_before_colon_in_default=do not insert
+org.eclipse.jdt.core.formatter.insert_space_before_colon_in_for=insert
+org.eclipse.jdt.core.formatter.insert_space_before_colon_in_labeled_statement=do not insert
+org.eclipse.jdt.core.formatter.insert_space_before_comma_in_allocation_expression=do not insert
+org.eclipse.jdt.core.formatter.insert_space_before_comma_in_annotation=do not insert
+org.eclipse.jdt.core.formatter.insert_space_before_comma_in_array_initializer=do not insert
+org.eclipse.jdt.core.formatter.insert_space_before_comma_in_constructor_declaration_parameters=do not insert
+org.eclipse.jdt.core.formatter.insert_space_before_comma_in_constructor_declaration_throws=do not insert
+org.eclipse.jdt.core.formatter.insert_space_before_comma_in_enum_constant_arguments=do not insert
+org.eclipse.jdt.core.formatter.insert_space_before_comma_in_enum_declarations=do not insert
+org.eclipse.jdt.core.formatter.insert_space_before_comma_in_explicitconstructorcall_arguments=do not insert
+org.eclipse.jdt.core.formatter.insert_space_before_comma_in_for_increments=do not insert
+org.eclipse.jdt.core.formatter.insert_space_before_comma_in_for_inits=do not insert
+org.eclipse.jdt.core.formatter.insert_space_before_comma_in_method_declaration_parameters=do not insert
+org.eclipse.jdt.core.formatter.insert_space_before_comma_in_method_declaration_throws=do not insert
+org.eclipse.jdt.core.formatter.insert_space_before_comma_in_method_invocation_arguments=do not insert
+org.eclipse.jdt.core.formatter.insert_space_before_comma_in_multiple_field_declarations=do not insert
+org.eclipse.jdt.core.formatter.insert_space_before_comma_in_multiple_local_declarations=do not insert
+org.eclipse.jdt.core.formatter.insert_space_before_comma_in_parameterized_type_reference=do not insert
+org.eclipse.jdt.core.formatter.insert_space_before_comma_in_superinterfaces=do not insert
+org.eclipse.jdt.core.formatter.insert_space_before_comma_in_type_arguments=do not insert
+org.eclipse.jdt.core.formatter.insert_space_before_comma_in_type_parameters=do not insert
+org.eclipse.jdt.core.formatter.insert_space_before_ellipsis=do not insert
+org.eclipse.jdt.core.formatter.insert_space_before_opening_angle_bracket_in_parameterized_type_reference=do not insert
+org.eclipse.jdt.core.formatter.insert_space_before_opening_angle_bracket_in_type_arguments=do not insert
+org.eclipse.jdt.core.formatter.insert_space_before_opening_angle_bracket_in_type_parameters=do not insert
+org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_annotation_type_declaration=insert
+org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_anonymous_type_declaration=insert
+org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_array_initializer=insert
+org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_block=insert
+org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_constructor_declaration=insert
+org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_enum_constant=insert
+org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_enum_declaration=insert
+org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_method_declaration=insert
+org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_switch=insert
+org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_type_declaration=insert
+org.eclipse.jdt.core.formatter.insert_space_before_opening_bracket_in_array_allocation_expression=do not insert
+org.eclipse.jdt.core.formatter.insert_space_before_opening_bracket_in_array_reference=do not insert
+org.eclipse.jdt.core.formatter.insert_space_before_opening_bracket_in_array_type_reference=do not insert
+org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_annotation=do not insert
+org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_annotation_type_member_declaration=do not insert
+org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_catch=insert
+org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_constructor_declaration=do not insert
+org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_enum_constant=do not insert
+org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_for=insert
+org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_if=insert
+org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_method_declaration=do not insert
+org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_method_invocation=do not insert
+org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_parenthesized_expression=do not insert
+org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_switch=insert
+org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_synchronized=insert
+org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_while=insert
+org.eclipse.jdt.core.formatter.insert_space_before_parenthesized_expression_in_return=insert
+org.eclipse.jdt.core.formatter.insert_space_before_parenthesized_expression_in_throw=insert
+org.eclipse.jdt.core.formatter.insert_space_before_postfix_operator=do not insert
+org.eclipse.jdt.core.formatter.insert_space_before_prefix_operator=do not insert
+org.eclipse.jdt.core.formatter.insert_space_before_question_in_conditional=insert
+org.eclipse.jdt.core.formatter.insert_space_before_question_in_wildcard=do not insert
+org.eclipse.jdt.core.formatter.insert_space_before_semicolon=do not insert
+org.eclipse.jdt.core.formatter.insert_space_before_semicolon_in_for=do not insert
+org.eclipse.jdt.core.formatter.insert_space_before_unary_operator=do not insert
+org.eclipse.jdt.core.formatter.insert_space_between_brackets_in_array_type_reference=do not insert
+org.eclipse.jdt.core.formatter.insert_space_between_empty_braces_in_array_initializer=do not insert
+org.eclipse.jdt.core.formatter.insert_space_between_empty_brackets_in_array_allocation_expression=do not insert
+org.eclipse.jdt.core.formatter.insert_space_between_empty_parens_in_annotation_type_member_declaration=do not insert
+org.eclipse.jdt.core.formatter.insert_space_between_empty_parens_in_constructor_declaration=do not insert
+org.eclipse.jdt.core.formatter.insert_space_between_empty_parens_in_enum_constant=do not insert
+org.eclipse.jdt.core.formatter.insert_space_between_empty_parens_in_method_declaration=do not insert
+org.eclipse.jdt.core.formatter.insert_space_between_empty_parens_in_method_invocation=do not insert
+org.eclipse.jdt.core.formatter.join_lines_in_comments=true
+org.eclipse.jdt.core.formatter.join_wrapped_lines=true
+org.eclipse.jdt.core.formatter.keep_else_statement_on_same_line=false
+org.eclipse.jdt.core.formatter.keep_empty_array_initializer_on_one_line=false
+org.eclipse.jdt.core.formatter.keep_imple_if_on_one_line=false
+org.eclipse.jdt.core.formatter.keep_then_statement_on_same_line=false
+org.eclipse.jdt.core.formatter.lineSplit=120
+org.eclipse.jdt.core.formatter.never_indent_block_comments_on_first_column=false
+org.eclipse.jdt.core.formatter.never_indent_line_comments_on_first_column=false
+org.eclipse.jdt.core.formatter.number_of_blank_lines_at_beginning_of_method_body=0
+org.eclipse.jdt.core.formatter.number_of_empty_lines_to_preserve=1
+org.eclipse.jdt.core.formatter.put_empty_statement_on_new_line=true
+org.eclipse.jdt.core.formatter.tabulation.char=space
+org.eclipse.jdt.core.formatter.tabulation.size=2
+org.eclipse.jdt.core.formatter.use_tabs_only_for_leading_indentations=false
+org.eclipse.jdt.core.formatter.wrap_before_binary_operator=true
diff --git a/plugins/org.eclipse.emf.cdo.dawn.graphiti/.settings/org.eclipse.jdt.ui.prefs b/plugins/org.eclipse.emf.cdo.dawn.graphiti/.settings/org.eclipse.jdt.ui.prefs
new file mode 100644
index 0000000000..1c6d0e8a2d
--- /dev/null
+++ b/plugins/org.eclipse.emf.cdo.dawn.graphiti/.settings/org.eclipse.jdt.ui.prefs
@@ -0,0 +1,120 @@
+#Thu Feb 04 09:44:24 CET 2010
+cleanup.add_default_serial_version_id=true
+cleanup.add_generated_serial_version_id=false
+cleanup.add_missing_annotations=true
+cleanup.add_missing_deprecated_annotations=true
+cleanup.add_missing_methods=false
+cleanup.add_missing_nls_tags=false
+cleanup.add_missing_override_annotations=true
+cleanup.add_missing_override_annotations_interface_methods=true
+cleanup.add_serial_version_id=true
+cleanup.always_use_blocks=true
+cleanup.always_use_parentheses_in_expressions=false
+cleanup.always_use_this_for_non_static_field_access=false
+cleanup.always_use_this_for_non_static_method_access=false
+cleanup.convert_to_enhanced_for_loop=false
+cleanup.correct_indentation=true
+cleanup.format_source_code=true
+cleanup.format_source_code_changes_only=false
+cleanup.make_local_variable_final=true
+cleanup.make_parameters_final=false
+cleanup.make_private_fields_final=true
+cleanup.make_type_abstract_if_missing_method=false
+cleanup.make_variable_declarations_final=false
+cleanup.never_use_blocks=false
+cleanup.never_use_parentheses_in_expressions=true
+cleanup.organize_imports=true
+cleanup.qualify_static_field_accesses_with_declaring_class=false
+cleanup.qualify_static_member_accesses_through_instances_with_declaring_class=true
+cleanup.qualify_static_member_accesses_through_subtypes_with_declaring_class=true
+cleanup.qualify_static_member_accesses_with_declaring_class=false
+cleanup.qualify_static_method_accesses_with_declaring_class=false
+cleanup.remove_private_constructors=true
+cleanup.remove_trailing_whitespaces=true
+cleanup.remove_trailing_whitespaces_all=true
+cleanup.remove_trailing_whitespaces_ignore_empty=false
+cleanup.remove_unnecessary_casts=true
+cleanup.remove_unnecessary_nls_tags=true
+cleanup.remove_unused_imports=true
+cleanup.remove_unused_local_variables=false
+cleanup.remove_unused_private_fields=true
+cleanup.remove_unused_private_members=false
+cleanup.remove_unused_private_methods=true
+cleanup.remove_unused_private_types=true
+cleanup.sort_members=false
+cleanup.sort_members_all=false
+cleanup.use_blocks=true
+cleanup.use_blocks_only_for_return_and_throw=false
+cleanup.use_parentheses_in_expressions=true
+cleanup.use_this_for_non_static_field_access=true
+cleanup.use_this_for_non_static_field_access_only_if_necessary=true
+cleanup.use_this_for_non_static_method_access=true
+cleanup.use_this_for_non_static_method_access_only_if_necessary=true
+cleanup_profile=_EMFT
+cleanup_settings_version=2
+eclipse.preferences.version=1
+editor_save_participant_org.eclipse.jdt.ui.postsavelistener.cleanup=true
+formatter_profile=_EMFT
+formatter_settings_version=11
+org.eclipse.jdt.ui.exception.name=ex
+org.eclipse.jdt.ui.gettersetter.use.is=true
+org.eclipse.jdt.ui.ignorelowercasenames=true
+org.eclipse.jdt.ui.importorder=org.eclipse.emf.cdo;org.eclipse.emf.internal.cdo;org.eclipse.net4j;org.eclipse.internal.net4j;org.eclipse.emf;org.eclipse;com;org;javax;java;
+org.eclipse.jdt.ui.javadoc=true
+org.eclipse.jdt.ui.keywordthis=false
+org.eclipse.jdt.ui.ondemandthreshold=99
+org.eclipse.jdt.ui.overrideannotation=true
+org.eclipse.jdt.ui.staticondemandthreshold=99
+org.eclipse.jdt.ui.text.custom_code_templates=<?xml version\="1.0" encoding\="UTF-8" standalone\="no"?><templates><template autoinsert\="false" context\="gettercomment_context" deleted\="false" description\="Comment for getter method" enabled\="true" id\="org.eclipse.jdt.ui.text.codetemplates.gettercomment" name\="gettercomment"/><template autoinsert\="false" context\="settercomment_context" deleted\="false" description\="Comment for setter method" enabled\="true" id\="org.eclipse.jdt.ui.text.codetemplates.settercomment" name\="settercomment"/><template autoinsert\="false" context\="constructorcomment_context" deleted\="false" description\="Comment for created constructors" enabled\="true" id\="org.eclipse.jdt.ui.text.codetemplates.constructorcomment" name\="constructorcomment"/><template autoinsert\="false" context\="filecomment_context" deleted\="false" description\="Comment for created Java files" enabled\="true" id\="org.eclipse.jdt.ui.text.codetemplates.filecomment" name\="filecomment">/*\r\n * Copyright (c) 2004 - 2011 Eike Stepper (Berlin, Germany) and others.\r\n * All rights reserved. This program and the accompanying materials\r\n * are made available under the terms of the Eclipse Public License v1.0\r\n * which accompanies this distribution, and is available at\r\n * http\://www.eclipse.org/legal/epl-v10.html\r\n * \r\n * Contributors\:\r\n * Martin Fluegge - initial API and implementation\r\n */</template><template autoinsert\="false" context\="typecomment_context" deleted\="false" description\="Comment for created types" enabled\="true" id\="org.eclipse.jdt.ui.text.codetemplates.typecomment" name\="typecomment">/**\r\n * @author Martin Fluegge\r\n */</template><template autoinsert\="false" context\="fieldcomment_context" deleted\="false" description\="Comment for fields" enabled\="true" id\="org.eclipse.jdt.ui.text.codetemplates.fieldcomment" name\="fieldcomment"/><template autoinsert\="false" context\="methodcomment_context" deleted\="false" description\="Comment for non-overriding methods" enabled\="true" id\="org.eclipse.jdt.ui.text.codetemplates.methodcomment" name\="methodcomment"/><template autoinsert\="false" context\="overridecomment_context" deleted\="false" description\="Comment for overriding methods" enabled\="true" id\="org.eclipse.jdt.ui.text.codetemplates.overridecomment" name\="overridecomment"/><template autoinsert\="false" context\="delegatecomment_context" deleted\="false" description\="Comment for delegate methods" enabled\="true" id\="org.eclipse.jdt.ui.text.codetemplates.delegatecomment" name\="delegatecomment"/><template autoinsert\="true" context\="newtype_context" deleted\="false" description\="Newly created files" enabled\="true" id\="org.eclipse.jdt.ui.text.codetemplates.newtype" name\="newtype">${filecomment}\r\n${package_declaration}\r\n\r\n${typecomment}\r\n${type_declaration}</template><template autoinsert\="true" context\="classbody_context" deleted\="false" description\="Code in new class type bodies" enabled\="true" id\="org.eclipse.jdt.ui.text.codetemplates.classbody" name\="classbody">\r\n</template><template autoinsert\="true" context\="interfacebody_context" deleted\="false" description\="Code in new interface type bodies" enabled\="true" id\="org.eclipse.jdt.ui.text.codetemplates.interfacebody" name\="interfacebody">\r\n</template><template autoinsert\="true" context\="enumbody_context" deleted\="false" description\="Code in new enum type bodies" enabled\="true" id\="org.eclipse.jdt.ui.text.codetemplates.enumbody" name\="enumbody">\r\n</template><template autoinsert\="true" context\="annotationbody_context" deleted\="false" description\="Code in new annotation type bodies" enabled\="true" id\="org.eclipse.jdt.ui.text.codetemplates.annotationbody" name\="annotationbody">\r\n</template><template autoinsert\="false" context\="catchblock_context" deleted\="false" description\="Code in new catch blocks" enabled\="true" id\="org.eclipse.jdt.ui.text.codetemplates.catchblock" name\="catchblock">${exception_var}.printStackTrace();</template><template autoinsert\="false" context\="methodbody_context" deleted\="false" description\="Code in created method stubs" enabled\="true" id\="org.eclipse.jdt.ui.text.codetemplates.methodbody" name\="methodbody">${body_statement}</template><template autoinsert\="false" context\="constructorbody_context" deleted\="false" description\="Code in created constructor stubs" enabled\="true" id\="org.eclipse.jdt.ui.text.codetemplates.constructorbody" name\="constructorbody">${body_statement}</template><template autoinsert\="true" context\="getterbody_context" deleted\="false" description\="Code in created getters" enabled\="true" id\="org.eclipse.jdt.ui.text.codetemplates.getterbody" name\="getterbody">return ${field};</template><template autoinsert\="true" context\="setterbody_context" deleted\="false" description\="Code in created setters" enabled\="true" id\="org.eclipse.jdt.ui.text.codetemplates.setterbody" name\="setterbody">${field} \= ${param};</template></templates>
+sp_cleanup.add_default_serial_version_id=true
+sp_cleanup.add_generated_serial_version_id=false
+sp_cleanup.add_missing_annotations=true
+sp_cleanup.add_missing_deprecated_annotations=true
+sp_cleanup.add_missing_methods=false
+sp_cleanup.add_missing_nls_tags=false
+sp_cleanup.add_missing_override_annotations=true
+sp_cleanup.add_missing_override_annotations_interface_methods=false
+sp_cleanup.add_serial_version_id=false
+sp_cleanup.always_use_blocks=true
+sp_cleanup.always_use_parentheses_in_expressions=false
+sp_cleanup.always_use_this_for_non_static_field_access=false
+sp_cleanup.always_use_this_for_non_static_method_access=false
+sp_cleanup.convert_to_enhanced_for_loop=false
+sp_cleanup.correct_indentation=true
+sp_cleanup.format_source_code=true
+sp_cleanup.format_source_code_changes_only=false
+sp_cleanup.make_local_variable_final=false
+sp_cleanup.make_parameters_final=false
+sp_cleanup.make_private_fields_final=true
+sp_cleanup.make_type_abstract_if_missing_method=false
+sp_cleanup.make_variable_declarations_final=false
+sp_cleanup.never_use_blocks=false
+sp_cleanup.never_use_parentheses_in_expressions=true
+sp_cleanup.on_save_use_additional_actions=true
+sp_cleanup.organize_imports=true
+sp_cleanup.qualify_static_field_accesses_with_declaring_class=false
+sp_cleanup.qualify_static_member_accesses_through_instances_with_declaring_class=true
+sp_cleanup.qualify_static_member_accesses_through_subtypes_with_declaring_class=true
+sp_cleanup.qualify_static_member_accesses_with_declaring_class=false
+sp_cleanup.qualify_static_method_accesses_with_declaring_class=false
+sp_cleanup.remove_private_constructors=true
+sp_cleanup.remove_trailing_whitespaces=true
+sp_cleanup.remove_trailing_whitespaces_all=true
+sp_cleanup.remove_trailing_whitespaces_ignore_empty=false
+sp_cleanup.remove_unnecessary_casts=true
+sp_cleanup.remove_unnecessary_nls_tags=true
+sp_cleanup.remove_unused_imports=true
+sp_cleanup.remove_unused_local_variables=false
+sp_cleanup.remove_unused_private_fields=true
+sp_cleanup.remove_unused_private_members=false
+sp_cleanup.remove_unused_private_methods=true
+sp_cleanup.remove_unused_private_types=true
+sp_cleanup.sort_members=false
+sp_cleanup.sort_members_all=false
+sp_cleanup.use_blocks=true
+sp_cleanup.use_blocks_only_for_return_and_throw=false
+sp_cleanup.use_parentheses_in_expressions=true
+sp_cleanup.use_this_for_non_static_field_access=true
+sp_cleanup.use_this_for_non_static_field_access_only_if_necessary=true
+sp_cleanup.use_this_for_non_static_method_access=true
+sp_cleanup.use_this_for_non_static_method_access_only_if_necessary=true
diff --git a/plugins/org.eclipse.emf.cdo.dawn.graphiti/.settings/org.eclipse.ltk.core.refactoring.prefs b/plugins/org.eclipse.emf.cdo.dawn.graphiti/.settings/org.eclipse.ltk.core.refactoring.prefs
new file mode 100644
index 0000000000..864e30fe5d
--- /dev/null
+++ b/plugins/org.eclipse.emf.cdo.dawn.graphiti/.settings/org.eclipse.ltk.core.refactoring.prefs
@@ -0,0 +1,3 @@
+#Thu Feb 04 09:44:24 CET 2010
+eclipse.preferences.version=1
+org.eclipse.ltk.core.refactoring.enable.project.refactoring.history=false
diff --git a/plugins/org.eclipse.emf.cdo.dawn.graphiti/.settings/org.eclipse.mylyn.tasks.ui.prefs b/plugins/org.eclipse.emf.cdo.dawn.graphiti/.settings/org.eclipse.mylyn.tasks.ui.prefs
new file mode 100644
index 0000000000..b050639a54
--- /dev/null
+++ b/plugins/org.eclipse.emf.cdo.dawn.graphiti/.settings/org.eclipse.mylyn.tasks.ui.prefs
@@ -0,0 +1,4 @@
+#Thu Feb 04 09:44:24 CET 2010
+eclipse.preferences.version=1
+project.repository.kind=bugzilla
+project.repository.url=https\://bugs.eclipse.org/bugs
diff --git a/plugins/org.eclipse.emf.cdo.dawn.graphiti/.settings/org.eclipse.mylyn.team.ui.prefs b/plugins/org.eclipse.emf.cdo.dawn.graphiti/.settings/org.eclipse.mylyn.team.ui.prefs
new file mode 100644
index 0000000000..2f50f36c0c
--- /dev/null
+++ b/plugins/org.eclipse.emf.cdo.dawn.graphiti/.settings/org.eclipse.mylyn.team.ui.prefs
@@ -0,0 +1,3 @@
+#Thu Feb 04 09:44:24 CET 2010
+commit.comment.template=[${task.id}] ${task.description} \r\n${task.url}
+eclipse.preferences.version=1
diff --git a/plugins/org.eclipse.emf.cdo.dawn.graphiti/.settings/org.eclipse.pde.api.tools.prefs b/plugins/org.eclipse.emf.cdo.dawn.graphiti/.settings/org.eclipse.pde.api.tools.prefs
new file mode 100644
index 0000000000..f8d0a0660e
--- /dev/null
+++ b/plugins/org.eclipse.emf.cdo.dawn.graphiti/.settings/org.eclipse.pde.api.tools.prefs
@@ -0,0 +1,94 @@
+#Thu Feb 04 09:44:24 CET 2010
+ANNOTATION_ELEMENT_TYPE_ADDED_METHOD_WITHOUT_DEFAULT_VALUE=Error
+ANNOTATION_ELEMENT_TYPE_CHANGED_TYPE_CONVERSION=Error
+ANNOTATION_ELEMENT_TYPE_REMOVED_FIELD=Error
+ANNOTATION_ELEMENT_TYPE_REMOVED_METHOD=Error
+ANNOTATION_ELEMENT_TYPE_REMOVED_TYPE_MEMBER=Error
+API_COMPONENT_ELEMENT_TYPE_REMOVED_API_TYPE=Error
+API_COMPONENT_ELEMENT_TYPE_REMOVED_REEXPORTED_API_TYPE=Error
+API_COMPONENT_ELEMENT_TYPE_REMOVED_REEXPORTED_TYPE=Error
+API_COMPONENT_ELEMENT_TYPE_REMOVED_TYPE=Error
+CLASS_ELEMENT_TYPE_ADDED_METHOD=Error
+CLASS_ELEMENT_TYPE_ADDED_RESTRICTIONS=Error
+CLASS_ELEMENT_TYPE_ADDED_TYPE_PARAMETER=Error
+CLASS_ELEMENT_TYPE_CHANGED_CONTRACTED_SUPERINTERFACES_SET=Error
+CLASS_ELEMENT_TYPE_CHANGED_DECREASE_ACCESS=Error
+CLASS_ELEMENT_TYPE_CHANGED_NON_ABSTRACT_TO_ABSTRACT=Error
+CLASS_ELEMENT_TYPE_CHANGED_NON_FINAL_TO_FINAL=Error
+CLASS_ELEMENT_TYPE_CHANGED_TYPE_CONVERSION=Error
+CLASS_ELEMENT_TYPE_REMOVED_CONSTRUCTOR=Error
+CLASS_ELEMENT_TYPE_REMOVED_FIELD=Error
+CLASS_ELEMENT_TYPE_REMOVED_METHOD=Error
+CLASS_ELEMENT_TYPE_REMOVED_SUPERCLASS=Error
+CLASS_ELEMENT_TYPE_REMOVED_TYPE_MEMBER=Error
+CLASS_ELEMENT_TYPE_REMOVED_TYPE_PARAMETER=Error
+CONSTRUCTOR_ELEMENT_TYPE_ADDED_TYPE_PARAMETER=Error
+CONSTRUCTOR_ELEMENT_TYPE_CHANGED_DECREASE_ACCESS=Error
+CONSTRUCTOR_ELEMENT_TYPE_CHANGED_VARARGS_TO_ARRAY=Error
+CONSTRUCTOR_ELEMENT_TYPE_REMOVED_TYPE_PARAMETER=Error
+ENUM_ELEMENT_TYPE_CHANGED_CONTRACTED_SUPERINTERFACES_SET=Error
+ENUM_ELEMENT_TYPE_CHANGED_TYPE_CONVERSION=Error
+ENUM_ELEMENT_TYPE_REMOVED_ENUM_CONSTANT=Error
+ENUM_ELEMENT_TYPE_REMOVED_FIELD=Error
+ENUM_ELEMENT_TYPE_REMOVED_METHOD=Error
+ENUM_ELEMENT_TYPE_REMOVED_TYPE_MEMBER=Error
+FIELD_ELEMENT_TYPE_ADDED_VALUE=Error
+FIELD_ELEMENT_TYPE_CHANGED_DECREASE_ACCESS=Error
+FIELD_ELEMENT_TYPE_CHANGED_FINAL_TO_NON_FINAL_STATIC_CONSTANT=Error
+FIELD_ELEMENT_TYPE_CHANGED_NON_FINAL_TO_FINAL=Error
+FIELD_ELEMENT_TYPE_CHANGED_NON_STATIC_TO_STATIC=Error
+FIELD_ELEMENT_TYPE_CHANGED_STATIC_TO_NON_STATIC=Error
+FIELD_ELEMENT_TYPE_CHANGED_TYPE=Error
+FIELD_ELEMENT_TYPE_CHANGED_VALUE=Error
+FIELD_ELEMENT_TYPE_REMOVED_TYPE_ARGUMENT=Error
+FIELD_ELEMENT_TYPE_REMOVED_VALUE=Error
+ILLEGAL_EXTEND=Warning
+ILLEGAL_IMPLEMENT=Warning
+ILLEGAL_INSTANTIATE=Warning
+ILLEGAL_OVERRIDE=Warning
+ILLEGAL_REFERENCE=Warning
+INTERFACE_ELEMENT_TYPE_ADDED_FIELD=Error
+INTERFACE_ELEMENT_TYPE_ADDED_METHOD=Error
+INTERFACE_ELEMENT_TYPE_ADDED_RESTRICTIONS=Error
+INTERFACE_ELEMENT_TYPE_ADDED_SUPER_INTERFACE_WITH_METHODS=Error
+INTERFACE_ELEMENT_TYPE_ADDED_TYPE_PARAMETER=Error
+INTERFACE_ELEMENT_TYPE_CHANGED_CONTRACTED_SUPERINTERFACES_SET=Error
+INTERFACE_ELEMENT_TYPE_CHANGED_TYPE_CONVERSION=Error
+INTERFACE_ELEMENT_TYPE_REMOVED_FIELD=Error
+INTERFACE_ELEMENT_TYPE_REMOVED_METHOD=Error
+INTERFACE_ELEMENT_TYPE_REMOVED_TYPE_MEMBER=Error
+INTERFACE_ELEMENT_TYPE_REMOVED_TYPE_PARAMETER=Error
+INVALID_JAVADOC_TAG=Ignore
+INVALID_REFERENCE_IN_SYSTEM_LIBRARIES=Ignore
+LEAK_EXTEND=Warning
+LEAK_FIELD_DECL=Warning
+LEAK_IMPLEMENT=Warning
+LEAK_METHOD_PARAM=Warning
+LEAK_METHOD_RETURN_TYPE=Warning
+METHOD_ELEMENT_TYPE_ADDED_RESTRICTIONS=Error
+METHOD_ELEMENT_TYPE_ADDED_TYPE_PARAMETER=Error
+METHOD_ELEMENT_TYPE_CHANGED_DECREASE_ACCESS=Error
+METHOD_ELEMENT_TYPE_CHANGED_NON_ABSTRACT_TO_ABSTRACT=Error
+METHOD_ELEMENT_TYPE_CHANGED_NON_FINAL_TO_FINAL=Error
+METHOD_ELEMENT_TYPE_CHANGED_NON_STATIC_TO_STATIC=Error
+METHOD_ELEMENT_TYPE_CHANGED_STATIC_TO_NON_STATIC=Error
+METHOD_ELEMENT_TYPE_CHANGED_VARARGS_TO_ARRAY=Error
+METHOD_ELEMENT_TYPE_REMOVED_ANNOTATION_DEFAULT_VALUE=Error
+METHOD_ELEMENT_TYPE_REMOVED_TYPE_PARAMETER=Error
+TYPE_PARAMETER_ELEMENT_TYPE_ADDED_CLASS_BOUND=Error
+TYPE_PARAMETER_ELEMENT_TYPE_ADDED_INTERFACE_BOUND=Error
+TYPE_PARAMETER_ELEMENT_TYPE_CHANGED_CLASS_BOUND=Error
+TYPE_PARAMETER_ELEMENT_TYPE_CHANGED_INTERFACE_BOUND=Error
+TYPE_PARAMETER_ELEMENT_TYPE_REMOVED_CLASS_BOUND=Error
+TYPE_PARAMETER_ELEMENT_TYPE_REMOVED_INTERFACE_BOUND=Error
+UNUSED_PROBLEM_FILTERS=Ignore
+automatically_removed_unused_problem_filters=Disabled
+eclipse.preferences.version=1
+incompatible_api_component_version=Error
+incompatible_api_component_version_include_major_without_breaking_change=Disabled
+incompatible_api_component_version_include_minor_without_api_change=Disabled
+invalid_since_tag_version=Error
+malformed_since_tag=Error
+missing_since_tag=Error
+report_api_breakage_when_major_version_incremented=Disabled
+report_resolution_errors_api_component=Warning
diff --git a/plugins/org.eclipse.emf.cdo.dawn.graphiti/.settings/org.eclipse.pde.prefs b/plugins/org.eclipse.emf.cdo.dawn.graphiti/.settings/org.eclipse.pde.prefs
new file mode 100644
index 0000000000..c6b96bb45e
--- /dev/null
+++ b/plugins/org.eclipse.emf.cdo.dawn.graphiti/.settings/org.eclipse.pde.prefs
@@ -0,0 +1,31 @@
+#Thu Feb 04 09:44:24 CET 2010
+compilers.f.unresolved-features=1
+compilers.f.unresolved-plugins=1
+compilers.incompatible-environment=1
+compilers.p.build=1
+compilers.p.build.bin.includes=1
+compilers.p.build.java.compliance=1
+compilers.p.build.missing.output=2
+compilers.p.build.output.library=1
+compilers.p.build.source.library=1
+compilers.p.build.src.includes=1
+compilers.p.deprecated=1
+compilers.p.discouraged-class=1
+compilers.p.internal=1
+compilers.p.missing-packages=1
+compilers.p.missing-version-export-package=1
+compilers.p.missing-version-import-package=1
+compilers.p.missing-version-require-bundle=1
+compilers.p.no-required-att=0
+compilers.p.not-externalized-att=2
+compilers.p.unknown-attribute=1
+compilers.p.unknown-class=1
+compilers.p.unknown-element=1
+compilers.p.unknown-identifier=1
+compilers.p.unknown-resource=1
+compilers.p.unresolved-ex-points=0
+compilers.p.unresolved-import=0
+compilers.s.create-docs=false
+compilers.s.doc-folder=doc
+compilers.s.open-tags=1
+eclipse.preferences.version=1
diff --git a/plugins/org.eclipse.emf.cdo.dawn.graphiti/META-INF/MANIFEST.MF b/plugins/org.eclipse.emf.cdo.dawn.graphiti/META-INF/MANIFEST.MF
new file mode 100644
index 0000000000..bb6f13fbb8
--- /dev/null
+++ b/plugins/org.eclipse.emf.cdo.dawn.graphiti/META-INF/MANIFEST.MF
@@ -0,0 +1,28 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: %pluginName
+Bundle-SymbolicName: org.eclipse.emf.cdo.dawn.graphiti;singleton:=true
+Bundle-Version: 2.0.0.qualifier
+Bundle-Activator: org.eclipse.emf.cdo.dawn.graphiti.DawnGraphitiUIPlugin
+Require-Bundle: org.eclipse.ui;bundle-version="[3.6.0,4.0.0)",
+ org.eclipse.core.runtime;bundle-version="[3.6.0,4.0.0)",
+ org.eclipse.emf.cdo.dawn;bundle-version="[2.0.0,3.0.0)",
+ org.eclipse.emf.common.ui;bundle-version="[2.6.0,3.0.0)",
+ org.eclipse.graphiti;bundle-version="[0.9.0,1.0.0)",
+ org.eclipse.graphiti.ui;bundle-version="[0.9.0,1.0.0)",
+ org.eclipse.emf.cdo.dawn.ui;bundle-version="[2.0.0,3.0.0)",
+ org.eclipse.emf.cdo.dawn.util;bundle-version="[2.0.0,3.0.0)",
+ org.eclipse.emf.transaction;bundle-version="[1.4.0,2.0.0)",
+ org.eclipse.ui.views.properties.tabbed;bundle-version="[3.5.200,4.0.0)",
+ org.eclipse.gef;bundle-version="[3.7.1,4.0.0)",
+ org.eclipse.emf.workspace;bundle-version="[1.4.0,2.0.0)",
+ org.eclipse.emf.cdo.ui;bundle-version="[4.0.100,5.0.0)",
+ org.eclipse.emf.cdo.dawn.gmf;bundle-version="[2.0.0,3.0.0)"
+Bundle-ActivationPolicy: lazy
+Bundle-RequiredExecutionEnvironment: J2SE-1.5
+Bundle-Vendor: %providerName
+Export-Package: org.eclipse.emf.cdo.dawn.graphiti;version="2.0.0",
+ org.eclipse.emf.cdo.dawn.graphiti.editors;version="2.0.0",
+ org.eclipse.emf.cdo.dawn.graphiti.notifications;version="2.0.0",
+ org.eclipse.emf.cdo.dawn.graphiti.wizards;version="2.0.0"
+Bundle-Localization: plugin
diff --git a/plugins/org.eclipse.emf.cdo.dawn.graphiti/about.html b/plugins/org.eclipse.emf.cdo.dawn.graphiti/about.html
new file mode 100644
index 0000000000..d35d5aed64
--- /dev/null
+++ b/plugins/org.eclipse.emf.cdo.dawn.graphiti/about.html
@@ -0,0 +1,28 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml">
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"/>
+<title>About</title>
+</head>
+<body lang="EN-US">
+<h2>About This Content</h2>
+
+<p>June 5, 2007</p>
+<h3>License</h3>
+
+<p>The Eclipse Foundation makes available all content in this plug-in (&quot;Content&quot;). Unless otherwise
+indicated below, the Content is provided to you under the terms and conditions of the
+Eclipse Public License Version 1.0 (&quot;EPL&quot;). A copy of the EPL is available
+at <a href="http://www.eclipse.org/legal/epl-v10.html">http://www.eclipse.org/legal/epl-v10.html</a>.
+For purposes of the EPL, &quot;Program&quot; will mean the Content.</p>
+
+<p>If you did not receive this Content directly from the Eclipse Foundation, the Content is
+being redistributed by another party (&quot;Redistributor&quot;) and different terms and conditions may
+apply to your use of any object code in the Content. Check the Redistributor's license that was
+provided with the Content. If no such license exists, contact the Redistributor. Unless otherwise
+indicated below, the terms and conditions of the EPL still apply to any source code in the Content
+and such source code may be obtained at <a href="http://www.eclipse.org/">http://www.eclipse.org</a>.</p>
+
+</body>
+</html>
diff --git a/plugins/org.eclipse.emf.cdo.dawn.graphiti/build.properties b/plugins/org.eclipse.emf.cdo.dawn.graphiti/build.properties
new file mode 100644
index 0000000000..82a150529a
--- /dev/null
+++ b/plugins/org.eclipse.emf.cdo.dawn.graphiti/build.properties
@@ -0,0 +1,10 @@
+source.. = src/
+output.. = bin/
+bin.includes = META-INF/,\
+ .,\
+ about.html,\
+ copyright.txt,\
+ plugin.properties,\
+ plugin.xml
+src.includes = copyright.txt,\
+ about.html
diff --git a/plugins/org.eclipse.emf.cdo.dawn.graphiti/copyright.txt b/plugins/org.eclipse.emf.cdo.dawn.graphiti/copyright.txt
new file mode 100644
index 0000000000..a5ec07f141
--- /dev/null
+++ b/plugins/org.eclipse.emf.cdo.dawn.graphiti/copyright.txt
@@ -0,0 +1,8 @@
+Copyright (c) 2004 - 2011 Eike Stepper (Berlin, Germany) and others.
+All rights reserved. This program and the accompanying materials
+are made available under the terms of the Eclipse Public License v1.0
+which accompanies this distribution, and is available at
+http://www.eclipse.org/legal/epl-v10.html
+
+Contributors:
+ Martin Fluegge - initial API and implementation \ No newline at end of file
diff --git a/plugins/org.eclipse.emf.cdo.dawn.graphiti/plugin.properties b/plugins/org.eclipse.emf.cdo.dawn.graphiti/plugin.properties
new file mode 100644
index 0000000000..127a26d9d0
--- /dev/null
+++ b/plugins/org.eclipse.emf.cdo.dawn.graphiti/plugin.properties
@@ -0,0 +1,11 @@
+# Copyright (c) 2004 - 2011 Eike Stepper (Berlin, Germany) and others.
+# All rights reserved. This program and the accompanying materials
+# are made available under the terms of the Eclipse Public License v1.0
+# which accompanies this distribution, and is available at
+# http://www.eclipse.org/legal/epl-v10.html
+#
+# Contributors:
+# Martin Fluegge - initial API and implementation
+
+pluginName = CDO Dawn Runtime Graphiti
+providerName = Eclipse Modeling Project
diff --git a/plugins/org.eclipse.emf.cdo.dawn.graphiti/plugin.xml b/plugins/org.eclipse.emf.cdo.dawn.graphiti/plugin.xml
new file mode 100644
index 0000000000..1e6f937cee
--- /dev/null
+++ b/plugins/org.eclipse.emf.cdo.dawn.graphiti/plugin.xml
@@ -0,0 +1,37 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<?eclipse version="3.4"?>
+<!--
+ Copyright (c) 2004 - 2011 Eike Stepper (Berlin, Germany) and others.
+ All rights reserved. This program and the accompanying materials
+ are made available under the terms of the Eclipse Public License v1.0
+ which accompanies this distribution, and is available at
+ http://www.eclipse.org/legal/epl-v10.html
+
+ Contributors:
+ Martin Fluegge - initial API and implementation
+-->
+<plugin>
+ <extension
+ point="org.eclipse.ui.newWizards">
+ <wizard
+ category="org.eclipse.emf.cdo.dawn.ui.category.dawn"
+ class="org.eclipse.emf.cdo.dawn.graphiti.wizards.DawnGenericGraphitiWizard"
+ id="org.eclipse.emf.cdo.dawn.graphiti.wizard1"
+ name="Dawn Generic Graphiti Diagram">
+ </wizard>
+ </extension>
+ <extension
+ point="org.eclipse.ui.editors">
+ <editor
+ class="org.eclipse.emf.cdo.dawn.graphiti.editors.DawnGraphitiDiagramEditor"
+ default="false"
+ extensions="acore_graphiti"
+ id="org.eclipse.emf.cdo.dawn.graphiti.editor"
+ name="Dawn Graphiti Editor">
+ </editor>
+ </extension>
+ <extension point="org.eclipse.ui.elementFactories" id=".DiagramEditorFactory" name="%_diagram_editor_factory">
+ <factory class="org.eclipse.emf.cdo.dawn.graphiti.editors.DawnGraphitiDiagramEditorFactory" id="org.eclipse.emf.cdo.dawn.graphiti.editors.DawnGraphitiDiagramEditorFactory">
+ </factory>
+ </extension>
+</plugin>
diff --git a/plugins/org.eclipse.emf.cdo.dawn.graphiti/src/org/eclipse/emf/cdo/dawn/graphiti/DawnGraphitiUIPlugin.java b/plugins/org.eclipse.emf.cdo.dawn.graphiti/src/org/eclipse/emf/cdo/dawn/graphiti/DawnGraphitiUIPlugin.java
new file mode 100644
index 0000000000..1ff66df6e1
--- /dev/null
+++ b/plugins/org.eclipse.emf.cdo.dawn.graphiti/src/org/eclipse/emf/cdo/dawn/graphiti/DawnGraphitiUIPlugin.java
@@ -0,0 +1,48 @@
+/*
+ * Copyright (c) 2004 - 2011 Eike Stepper (Berlin, Germany) and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * which accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ *
+ * Contributors:
+ * Martin Fluegge - initial API and implementation
+ */
+package org.eclipse.emf.cdo.dawn.graphiti;
+
+import org.eclipse.ui.plugin.AbstractUIPlugin;
+
+import org.osgi.framework.BundleContext;
+
+/**
+ * @author Martin Fluegge
+ */
+public class DawnGraphitiUIPlugin extends AbstractUIPlugin
+{
+ public static final String ID = "org.eclipse.emf.cdo.dawn.emf"; //$NON-NLS-1$
+
+ private static DawnGraphitiUIPlugin plugin;
+
+ public DawnGraphitiUIPlugin()
+ {
+ }
+
+ @Override
+ public void start(BundleContext context) throws Exception
+ {
+ super.start(context);
+ plugin = this;
+ }
+
+ @Override
+ public void stop(BundleContext context) throws Exception
+ {
+ plugin = null;
+ super.stop(context);
+ }
+
+ public static DawnGraphitiUIPlugin getDefault()
+ {
+ return plugin;
+ }
+}
diff --git a/plugins/org.eclipse.emf.cdo.dawn.graphiti/src/org/eclipse/emf/cdo/dawn/graphiti/editors/DawnGraphitiDiagramEditor.java b/plugins/org.eclipse.emf.cdo.dawn.graphiti/src/org/eclipse/emf/cdo/dawn/graphiti/editors/DawnGraphitiDiagramEditor.java
new file mode 100644
index 0000000000..9600ad0331
--- /dev/null
+++ b/plugins/org.eclipse.emf.cdo.dawn.graphiti/src/org/eclipse/emf/cdo/dawn/graphiti/editors/DawnGraphitiDiagramEditor.java
@@ -0,0 +1,134 @@
+/*
+ * Copyright (c) 2004 - 2011 Eike Stepper (Berlin, Germany) and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * which accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ *
+ * Contributors:
+ * Martin Fluegge - initial API and implementation
+ */
+package org.eclipse.emf.cdo.dawn.graphiti.editors;
+
+import org.eclipse.emf.cdo.dawn.editors.IDawnEditor;
+import org.eclipse.emf.cdo.dawn.editors.IDawnEditorSupport;
+import org.eclipse.emf.cdo.dawn.util.connection.CDOConnectionUtil;
+import org.eclipse.emf.cdo.eresource.CDOResource;
+import org.eclipse.emf.cdo.view.CDOView;
+
+import org.eclipse.emf.common.ui.URIEditorInput;
+import org.eclipse.emf.common.util.URI;
+import org.eclipse.emf.ecore.resource.Resource;
+import org.eclipse.emf.transaction.TransactionalEditingDomain;
+
+import org.eclipse.graphiti.ui.editor.DiagramEditor;
+import org.eclipse.graphiti.ui.editor.DiagramEditorInput;
+import org.eclipse.graphiti.ui.internal.services.GraphitiUiInternal;
+import org.eclipse.ui.IEditorInput;
+import org.eclipse.ui.IEditorSite;
+import org.eclipse.ui.PartInitException;
+
+/**
+ * @author Martin Fluegge
+ */
+/*
+ * TODO remove this suppress warning as soon as I have found a way to workaround the problem that the Graphiti editor
+ * which is extended is internal
+ */
+@SuppressWarnings("restriction")
+public class DawnGraphitiDiagramEditor extends DiagramEditor implements IDawnEditor
+{
+ public static final String ID = "org.eclipse.emf.cdo.dawn.graphiti.editor";
+
+ private IDawnEditorSupport dawnEditorSupport;
+
+ public DawnGraphitiDiagramEditor()
+ {
+ dawnEditorSupport = new DawnGraphitiEditorSupport(this);
+ }
+
+ @Override
+ public void init(IEditorSite site, IEditorInput input) throws PartInitException
+ {
+ if (input instanceof URIEditorInput)
+ {
+ CDOConnectionUtil.instance.getCurrentSession();
+ final URIEditorInput uriInput = (URIEditorInput)input;
+ final TransactionalEditingDomain domain = DawnGraphitiDiagramEditorFactory.createResourceSetAndEditingDomain();
+ URI diagramFileUri = uriInput.getURI();
+ if (diagramFileUri != null)
+ {
+ // the file's first base node has to be a diagram
+
+ URI diagramUri = GraphitiUiInternal.getEmfService().mapDiagramFileUriToDiagramUri(diagramFileUri);
+ input = new DawnGraphitiEditorInput(diagramUri, domain, null, true);
+ }
+ }
+
+ super.init(site, input);
+ }
+
+ @Override
+ public void setInput(IEditorInput input)
+ {
+ super.setInput(input);
+ DiagramEditorInput iDawnEditorInput = (DiagramEditorInput)input;
+
+ Resource eResource = iDawnEditorInput.getDiagram().eResource();
+
+ /**
+ * TODO check if this can be always done this way and if the view can be canceled from the DawnEditorInput or if
+ * there is a better way to put in the view to the editor input.
+ */
+ if (eResource instanceof CDOResource)
+ {
+ dawnEditorSupport.setView(((CDOResource)eResource).cdoView());
+ }
+ }
+
+ @Override
+ protected void initializeGraphicalViewer()
+ {
+ super.initializeGraphicalViewer();
+ dawnEditorSupport.registerListeners();
+ }
+
+ public CDOView getView()
+ {
+ return dawnEditorSupport.getView();
+ }
+
+ public IDawnEditorSupport getDawnEditorSupport()
+ {
+ return dawnEditorSupport;
+ }
+
+ public String getContributorID()
+ {
+ return ID;
+ }
+
+ @Override
+ public boolean isDirty()
+ {
+ return super.isDirty() || dawnEditorSupport.isDirty();
+ }
+
+ public void setDirty()
+ {
+ dawnEditorSupport.setDirty(true);
+ }
+
+ @Override
+ public void dispose()
+ {
+ try
+ {
+ super.dispose();
+ }
+ finally
+ {
+ dawnEditorSupport.close();
+ }
+ }
+}
diff --git a/plugins/org.eclipse.emf.cdo.dawn.graphiti/src/org/eclipse/emf/cdo/dawn/graphiti/editors/DawnGraphitiDiagramEditorFactory.java b/plugins/org.eclipse.emf.cdo.dawn.graphiti/src/org/eclipse/emf/cdo/dawn/graphiti/editors/DawnGraphitiDiagramEditorFactory.java
new file mode 100644
index 0000000000..48f3edc2f8
--- /dev/null
+++ b/plugins/org.eclipse.emf.cdo.dawn.graphiti/src/org/eclipse/emf/cdo/dawn/graphiti/editors/DawnGraphitiDiagramEditorFactory.java
@@ -0,0 +1,58 @@
+package org.eclipse.emf.cdo.dawn.graphiti.editors;
+
+import org.eclipse.emf.cdo.dawn.preferences.PreferenceConstants;
+import org.eclipse.emf.cdo.dawn.transaction.DawnTransactionalEditingDomainImpl;
+import org.eclipse.emf.cdo.dawn.util.connection.CDOConnectionUtil;
+
+import org.eclipse.emf.ecore.resource.ResourceSet;
+import org.eclipse.emf.ecore.resource.impl.ResourceSetImpl;
+import org.eclipse.emf.edit.provider.ComposedAdapterFactory;
+import org.eclipse.emf.transaction.TransactionalCommandStack;
+import org.eclipse.emf.transaction.TransactionalEditingDomain;
+import org.eclipse.emf.transaction.impl.TransactionalEditingDomainImpl;
+import org.eclipse.emf.workspace.WorkspaceEditingDomainFactory;
+
+import org.eclipse.core.commands.operations.DefaultOperationHistory;
+import org.eclipse.core.runtime.IAdaptable;
+import org.eclipse.graphiti.ui.editor.DiagramEditorFactory;
+import org.eclipse.graphiti.ui.editor.DiagramEditorInput;
+import org.eclipse.graphiti.ui.internal.editor.GFWorkspaceCommandStackImpl;
+import org.eclipse.ui.IMemento;
+
+@SuppressWarnings("restriction")
+public class DawnGraphitiDiagramEditorFactory extends DiagramEditorFactory
+{
+ @Override
+ public IAdaptable createElement(IMemento memento)
+ {
+ final String diagramUriString = memento.getString(DiagramEditorInput.KEY_URI);
+ if (diagramUriString == null)
+ {
+ return null;
+ }
+
+ final String providerID = memento.getString(DiagramEditorInput.KEY_PROVIDER_ID);
+
+ final TransactionalEditingDomain domain = createResourceSetAndEditingDomain();
+ return new DawnGraphitiEditorInput(diagramUriString, domain, providerID, true);
+ }
+
+ public static TransactionalEditingDomain createResourceSetAndEditingDomain()
+ {
+ // TODO check if this is still needed here
+ CDOConnectionUtil.instance.init(PreferenceConstants.getRepositoryName(), PreferenceConstants.getProtocol(),
+ PreferenceConstants.getServerName());
+ CDOConnectionUtil.instance.getCurrentSession();
+
+ final ResourceSet resourceSet = new ResourceSetImpl();
+
+ final TransactionalCommandStack workspaceCommandStack = new GFWorkspaceCommandStackImpl(
+ new DefaultOperationHistory());
+
+ final TransactionalEditingDomainImpl editingDomain = new DawnTransactionalEditingDomainImpl(
+ new ComposedAdapterFactory(ComposedAdapterFactory.Descriptor.Registry.INSTANCE), workspaceCommandStack,
+ resourceSet);
+ WorkspaceEditingDomainFactory.INSTANCE.mapResourceSet(editingDomain);
+ return editingDomain;
+ }
+}
diff --git a/plugins/org.eclipse.emf.cdo.dawn.graphiti/src/org/eclipse/emf/cdo/dawn/graphiti/editors/DawnGraphitiEditorInput.java b/plugins/org.eclipse.emf.cdo.dawn.graphiti/src/org/eclipse/emf/cdo/dawn/graphiti/editors/DawnGraphitiEditorInput.java
new file mode 100644
index 0000000000..122b19616a
--- /dev/null
+++ b/plugins/org.eclipse.emf.cdo.dawn.graphiti/src/org/eclipse/emf/cdo/dawn/graphiti/editors/DawnGraphitiEditorInput.java
@@ -0,0 +1,77 @@
+/*
+ * Copyright (c) 2004 - 2011 Eike Stepper (Berlin, Germany) and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * which accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ *
+ * Contributors:
+ * Martin Fluegge - initial API and implementation
+ */
+package org.eclipse.emf.cdo.dawn.graphiti.editors;
+
+import org.eclipse.emf.cdo.dawn.ui.DawnEditorInput;
+import org.eclipse.emf.cdo.dawn.ui.IDawnEditorInput;
+import org.eclipse.emf.cdo.eresource.CDOResource;
+import org.eclipse.emf.cdo.view.CDOView;
+
+import org.eclipse.emf.common.util.URI;
+import org.eclipse.emf.ecore.resource.Resource;
+import org.eclipse.emf.transaction.TransactionalEditingDomain;
+
+import org.eclipse.graphiti.ui.editor.DiagramEditorInput;
+
+/**
+ * @author Martin Fluegge
+ */
+public class DawnGraphitiEditorInput extends DiagramEditorInput implements IDawnEditorInput
+{
+ private DawnEditorInput input;
+
+ public DawnGraphitiEditorInput(URI uri, TransactionalEditingDomain domain, String providerId,
+ boolean disposeEditingDomain)
+ {
+ super(uri, domain, providerId, disposeEditingDomain);
+ input = new DawnEditorInput(uri);
+ }
+
+ public DawnGraphitiEditorInput(URI uri, TransactionalEditingDomain domain, String providerId,
+ boolean disposeEditingDomain, Resource resource)
+ {
+ this(uri, domain, providerId, disposeEditingDomain);
+ input.setResource((CDOResource)resource);
+ }
+
+ public DawnGraphitiEditorInput(String diagramUriString, TransactionalEditingDomain domain, String providerID,
+ boolean disposeEditingDomain)
+ {
+ super(diagramUriString, domain, providerID, disposeEditingDomain);
+ input = new DawnEditorInput(URI.createURI(diagramUriString));
+ }
+
+ public CDOView getView()
+ {
+ return input.getView();
+ }
+
+ public boolean isViewOwned()
+ {
+ return input.isViewOwned();
+ }
+
+ public String getResourcePath()
+ {
+ return input.getResourcePath();
+ }
+
+ /**
+ * This id is needed to provide the correct IElementFactory to the framework and allow to create a
+ * DawnGraphitiEditorInput from the persisted state on restoring an editor. See extension point
+ * org.eclipse.ui.elementFactories.
+ */
+ @Override
+ public String getFactoryId()
+ {
+ return DawnGraphitiDiagramEditorFactory.class.getName();
+ }
+}
diff --git a/plugins/org.eclipse.emf.cdo.dawn.graphiti/src/org/eclipse/emf/cdo/dawn/graphiti/editors/DawnGraphitiEditorSupport.java b/plugins/org.eclipse.emf.cdo.dawn.graphiti/src/org/eclipse/emf/cdo/dawn/graphiti/editors/DawnGraphitiEditorSupport.java
new file mode 100644
index 0000000000..43af95d19d
--- /dev/null
+++ b/plugins/org.eclipse.emf.cdo.dawn.graphiti/src/org/eclipse/emf/cdo/dawn/graphiti/editors/DawnGraphitiEditorSupport.java
@@ -0,0 +1,134 @@
+/*
+ * Copyright (c) 2004 - 2011 Eike Stepper (Berlin, Germany) and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * which accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ *
+ * Contributors:
+ * Martin Fluegge - initial API and implementation
+ */
+package org.eclipse.emf.cdo.dawn.graphiti.editors;
+
+import org.eclipse.emf.cdo.dawn.editors.IDawnEditor;
+import org.eclipse.emf.cdo.dawn.editors.impl.DawnAbstractEditorSupport;
+import org.eclipse.emf.cdo.dawn.gmf.util.DawnDiagramUpdater;
+import org.eclipse.emf.cdo.dawn.graphiti.notifications.DawnGraphitiHandler;
+import org.eclipse.emf.cdo.dawn.graphiti.notifications.DawnGraphitiLockingHandler;
+import org.eclipse.emf.cdo.dawn.helper.DawnEditorHelper;
+import org.eclipse.emf.cdo.dawn.notifications.BasicDawnListener;
+import org.eclipse.emf.cdo.dawn.spi.DawnState;
+import org.eclipse.emf.cdo.transaction.CDOTransactionHandlerBase;
+import org.eclipse.emf.cdo.util.CDOUtil;
+import org.eclipse.emf.cdo.view.CDOView;
+
+import org.eclipse.emf.ecore.EObject;
+
+import org.eclipse.gef.RootEditPart;
+import org.eclipse.graphiti.ui.editor.DiagramEditor;
+
+import java.util.Map;
+
+/**
+ * @author Martin Fluegge
+ */
+/*
+ * TODO remove this suppress warning as soon as I have found a way to workaround the problem that the Graphiti editor
+ * which is extended is internal
+ */
+@SuppressWarnings("restriction")
+public class DawnGraphitiEditorSupport extends DawnAbstractEditorSupport
+{
+ private DawnGraphitiHandler dawnGraphitiHandler;
+
+ public DawnGraphitiEditorSupport(IDawnEditor editor)
+ {
+ super(editor);
+ dawnGraphitiHandler = new DawnGraphitiHandler(getEditor());
+ }
+
+ public void close()
+ {
+ CDOView view = getView();
+ if (view != null && !view.isClosed())
+ {
+ view.close();
+ }
+ }
+
+ @Override
+ protected BasicDawnListener getBasicHandler()
+ {
+ return dawnGraphitiHandler;
+ }
+
+ @Override
+ protected BasicDawnListener getLockingHandler()
+ {
+ return new DawnGraphitiLockingHandler(getEditor());
+ }
+
+ @Override
+ protected CDOTransactionHandlerBase getTransactionHandler()
+ {
+ return dawnGraphitiHandler;
+ }
+
+ @Override
+ public void rollback()
+ {
+ super.rollback();
+ refresh();
+ }
+
+ public void refresh()
+ {
+ // final DiagramEditor editor = (DiagramEditor)getEditor();
+ // TransactionalEditingDomain editingDomain = editor.getEditingDomain();
+ // editingDomain.getCommandStack().execute(new RecordingCommand(editingDomain)
+ // {
+ // @Override
+ // public void doExecute()
+ // {
+ // RootEditPart rootEditPart = editor.getGraphicalViewer().getRootEditPart();
+ // DawnAppearancer.setEditPartDefaultAllChildren(rootEditPart);
+ // DawnDiagramUpdater.refreshEditPart(rootEditPart);
+ // }
+ // });
+
+ DawnEditorHelper.getDisplay().asyncExec(new Runnable()
+ {
+ public void run()
+ {
+ RootEditPart rootEditPart = ((DiagramEditor)getEditor()).getGraphicalViewer().getRootEditPart();
+ DawnDiagramUpdater.refreshEditPart(rootEditPart);
+ }
+ });
+ }
+
+ public void lockObject(Object objectToBeLocked)
+ {
+ if (objectToBeLocked instanceof EObject)
+ {
+ CDOUtil.getCDOObject((EObject)objectToBeLocked).cdoWriteLock().lock();
+ }
+ refresh();
+ }
+
+ public void unlockObject(Object objectToBeUnlocked)
+ {
+ CDOUtil.getCDOObject((EObject)objectToBeUnlocked).cdoWriteLock().unlock();
+ refresh();
+ }
+
+ public void handleRemoteLockChanges(Map<Object, DawnState> changedObjects)
+ {
+ getEditor().getSite().getShell().getDisplay().asyncExec(new Runnable()
+ {
+ public void run()
+ {
+ refresh();
+ }
+ });
+ }
+}
diff --git a/plugins/org.eclipse.emf.cdo.dawn.graphiti/src/org/eclipse/emf/cdo/dawn/graphiti/notifications/DawnGraphitiHandler.java b/plugins/org.eclipse.emf.cdo.dawn.graphiti/src/org/eclipse/emf/cdo/dawn/graphiti/notifications/DawnGraphitiHandler.java
new file mode 100644
index 0000000000..2c64b85e45
--- /dev/null
+++ b/plugins/org.eclipse.emf.cdo.dawn.graphiti/src/org/eclipse/emf/cdo/dawn/graphiti/notifications/DawnGraphitiHandler.java
@@ -0,0 +1,283 @@
+/*
+ * Copyright (c) 2004 - 2011 Eike Stepper (Berlin, Germany) and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * which accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ *
+ * Contributors:
+ * Martin Fluegge - initial API and implementation
+ */
+package org.eclipse.emf.cdo.dawn.graphiti.notifications;
+
+import org.eclipse.emf.cdo.CDOObject;
+import org.eclipse.emf.cdo.common.revision.delta.CDOFeatureDelta;
+import org.eclipse.emf.cdo.dawn.editors.IDawnEditor;
+import org.eclipse.emf.cdo.dawn.gmf.synchronize.DawnConflictHelper;
+import org.eclipse.emf.cdo.dawn.gmf.util.DawnDiagramUpdater;
+import org.eclipse.emf.cdo.dawn.notifications.BasicDawnTransactionHandler;
+import org.eclipse.emf.cdo.transaction.CDOTransaction;
+import org.eclipse.emf.cdo.transaction.CDOTransactionConflictEvent;
+import org.eclipse.emf.cdo.util.CDOUtil;
+import org.eclipse.emf.cdo.util.InvalidObjectException;
+import org.eclipse.emf.cdo.view.CDOViewInvalidationEvent;
+
+import org.eclipse.emf.ecore.EObject;
+import org.eclipse.emf.edit.domain.EditingDomain;
+import org.eclipse.emf.edit.domain.IEditingDomainProvider;
+import org.eclipse.emf.transaction.RecordingCommand;
+import org.eclipse.emf.transaction.TransactionalEditingDomain;
+
+import org.eclipse.draw2d.graph.Edge;
+import org.eclipse.gef.RootEditPart;
+import org.eclipse.graphiti.ui.editor.DiagramEditor;
+import org.eclipse.swt.widgets.Display;
+
+/**
+ * @author Martin Fluegge
+ */
+public class DawnGraphitiHandler extends BasicDawnTransactionHandler
+{
+ public DawnGraphitiHandler(IDawnEditor editor)
+ {
+ super(editor);
+ }
+
+ /**
+ * @since 1.0
+ */
+ @Override
+ public void handleViewInvalidationEvent(CDOViewInvalidationEvent event)
+ {
+
+ editor.getDawnEditorSupport().refresh();
+ // CDOViewInvalidationEvent e = event;
+ //
+ // adjustDeletedEdges(e);
+ //
+ // for (CDOObject dirtyObject : e.getDirtyObjects())
+ // {
+ // handleObject(dirtyObject);
+ // }
+ //
+ // for (CDOObject detachedObject : e.getDetachedObjects())
+ // {
+ // handleObject(detachedObject);
+ // }
+ }
+
+ /**
+ * @since 1.0
+ */
+ @Override
+ public void handleTransactionConflictEvent(CDOTransactionConflictEvent event)
+ {
+ CDOTransactionConflictEvent cdoTransactionConflictEvent = event;
+
+ CDOObject cdoObject = cdoTransactionConflictEvent.getConflictingObject();
+
+ @SuppressWarnings("unused")
+ EObject element = CDOUtil.getEObject(cdoObject); // either semantic object or notational
+ // View view = DawnDiagramUpdater.findView(element);
+ //
+ // if (DawnConflictHelper.isConflicted(cdoObject))
+ // {
+ // DawnConflictHelper.handleConflictedView(cdoObject, view, (DiagramDocumentEditor)editor);
+ // return;
+ // }
+ }
+
+ @Override
+ public void modifyingObject(CDOTransaction transaction, final CDOObject object, CDOFeatureDelta featureDelta)
+ {
+ // refresh(object);
+ // editor.setDirty();
+ // object.eAdapters().add(new Adapter()
+ // {
+ // public void setTarget(Notifier newTarget)
+ // {
+ // }
+ //
+ // public void notifyChanged(Notification notification)
+ // {
+ // DawnDiagramUpdater.refreshEditPart(((DiagramEditor)editor).getGraphicalViewer().getRootEditPart());
+ //
+ // object.eAdapters().remove(this);
+ // }
+ //
+ // public boolean isAdapterForType(Object type)
+ // {
+ // return false;
+ // }
+ //
+ // public Notifier getTarget()
+ // {
+ // return null;
+ // }
+ // });
+ }
+
+ /**
+ * @since 1.0
+ */
+ @Override
+ public void attachingObject(CDOTransaction transaction, CDOObject object)
+ {
+ // super.attachingObject(transaction, object);
+ // refresh(object);
+ }
+
+ /**
+ * Edges must be adjusted because of the transience of the Node source/targetEdges CDO cannot see this because
+ * removing an edges just removes the edge from the diagram. CDO just notices the change in the diagram but not in the
+ * (detached) edge. The other site (node) is transient and will not be part of the notification. So I must adjust this
+ * later. CDOLEgacy Wrapper breakes because it only adjusts the changes in the diagram and not the removed edge. So I
+ * cannot adjust this in the Wrapper. Maybe there is another more generic way.
+ */
+ public void adjustDeletedEdges(final CDOViewInvalidationEvent e)
+ {
+ Display.getDefault().asyncExec(new Runnable()
+ {
+ public void run()
+ {
+ for (CDOObject obj : e.getDetachedObjects())
+ {
+ final EObject view = CDOUtil.getEObject(obj);
+ if (view instanceof Edge)
+ {
+ EditingDomain editingDomain = ((IEditingDomainProvider)view.eResource().getResourceSet())
+ .getEditingDomain();
+ editingDomain.getCommandStack().execute(new RecordingCommand((TransactionalEditingDomain)editingDomain)
+ {
+ @Override
+ protected void doExecute()
+ {
+ try
+ {
+ ((Edge)view).setTarget(null);
+ }
+ catch (InvalidObjectException ignore)
+ {
+ }
+
+ try
+ {
+ ((Edge)view).setSource(null);
+ }
+ catch (InvalidObjectException ignore)
+ {
+ }
+ }
+ });
+ }
+ }
+ }
+ });
+ }
+
+ protected void handleConflicts(CDOViewInvalidationEvent e)
+ {
+ // for (CDOObject obj : e.getDetachedObjects())
+ // {
+ // EObject element = CDOUtil.getEObject(obj);
+ // View view = DawnDiagramUpdater.findViewByContainer(element);
+ // DawnConflictHelper.handleConflictedView(CDOUtil.getCDOObject(element), view, (DiagramDocumentEditor)editor);
+ // }
+ }
+
+ @SuppressWarnings("unused")
+ private void handleObject(CDOObject dirtyObject)
+ {
+ if (dirtyObject.cdoInvalid())
+ {
+ return;
+ }
+ EObject element = CDOUtil.getEObject(dirtyObject); // either sementic object or notational
+
+ // EditingDomain editingDomain = ((DiagramEditor)editor).getEditingDomain();
+ // editingDomain.getCommandStack().execute(new RecordingCommand((TransactionalEditingDomain)editingDomain)
+ // {
+ // @Override
+ // protected void doExecute()
+ // {
+ // RootEditPart rootEditPart = ((DiagramEditor)editor).getGraphicalViewer().getRootEditPart();
+ // DawnDiagramUpdater.refreshEditPart(rootEditPart);
+ // }
+ // });
+
+ Display.getDefault().asyncExec(new Runnable()
+ {
+
+ public void run()
+ {
+
+ @SuppressWarnings("restriction")
+ RootEditPart rootEditPart = ((DiagramEditor)editor).getGraphicalViewer().getRootEditPart();
+ DawnDiagramUpdater.refreshEditPart(rootEditPart);
+ }
+ });
+
+ // View view = DawnDiagramUpdater.findView(element);
+
+ if (DawnConflictHelper.isConflicted(dirtyObject))
+ {
+ // DawnConflictHelper.handleConflictedView(dirtyObject, view, editor);
+ return;
+ }
+
+ // EditPart relatedEditPart = DawnDiagramUpdater.findEditPart(view, ((DiagramEditor)editor).getGraphicalViewer()
+ // .getRootEditPart().getViewer());
+ // if (relatedEditPart != null)
+ // {
+ // DawnDiagramUpdater.refreshEditPart(relatedEditPart.getParent());
+ // }
+ // else
+ // {
+ // if (TRACER.isEnabled())
+ // {
+ // TRACER.format("Updating DiagramEditPart {0} ", ((DiagramEditor)editor).getDiagramEditPart()); //$NON-NLS-1$
+ // }
+ // DawnDiagramUpdater.refreshEditPart(((DiagramEditor)editor).getDiagramEditPart(), (DiagramDocumentEditor)editor);
+ // }
+ }
+
+ @SuppressWarnings("restriction")
+ protected void refresh(CDOObject object)
+ {
+ DawnDiagramUpdater.refreshEditPart(((DiagramEditor)editor).getGraphicalViewer().getRootEditPart());
+
+ // View view = DawnDiagramUpdater.findViewByContainer(object);
+ // if (view == null)
+ // {
+ // view = DawnDiagramUpdater.findViewForModel(object, (DiagramDocumentEditor)editor);
+ // }
+ // if (view == null)
+ // {
+ // DawnDiagramUpdater.findViewFromCrossReferences(object);
+ // }
+ //
+ // EditPart relatedEditPart = DawnDiagramUpdater.findEditPart(view, ((DiagramDocumentEditor)editor)
+ // .getDiagramEditPart().getViewer());
+ //
+ // if (relatedEditPart != null)
+ // {
+ // if (TRACER.isEnabled())
+ // {
+ // TRACER.format("Updating EditPart {0} ", relatedEditPart); //$NON-NLS-1$
+ // }
+ // EditPart parent = relatedEditPart.getParent();
+ // if (parent instanceof IGraphicalEditPart)
+ // {
+ // DawnDiagramUpdater.refresh((IGraphicalEditPart)parent);
+ // }
+ // else
+ // {
+ // DawnDiagramUpdater.refreshEditPart(parent, (DiagramDocumentEditor)editor);
+ // }
+ // }
+ // else
+ // {
+ // DawnDiagramUpdater.refresh(((DiagramDocumentEditor)editor).getDiagramEditPart());
+ // }
+ }
+}
diff --git a/plugins/org.eclipse.emf.cdo.dawn.graphiti/src/org/eclipse/emf/cdo/dawn/graphiti/notifications/DawnGraphitiLockingHandler.java b/plugins/org.eclipse.emf.cdo.dawn.graphiti/src/org/eclipse/emf/cdo/dawn/graphiti/notifications/DawnGraphitiLockingHandler.java
new file mode 100644
index 0000000000..5ad38a6a91
--- /dev/null
+++ b/plugins/org.eclipse.emf.cdo.dawn.graphiti/src/org/eclipse/emf/cdo/dawn/graphiti/notifications/DawnGraphitiLockingHandler.java
@@ -0,0 +1,25 @@
+/*
+ * Copyright (c) 2004 - 2011 Eike Stepper (Berlin, Germany) and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * which accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ *
+ * Contributors:
+ * Martin Fluegge - initial API and implementation
+ */
+package org.eclipse.emf.cdo.dawn.graphiti.notifications;
+
+import org.eclipse.emf.cdo.dawn.editors.IDawnEditor;
+import org.eclipse.emf.cdo.dawn.notifications.BasicDawnLockingHandler;
+
+/**
+ * @author Martin Fluegge
+ */
+public class DawnGraphitiLockingHandler extends BasicDawnLockingHandler
+{
+ public DawnGraphitiLockingHandler(IDawnEditor editor)
+ {
+ super(editor);
+ }
+}
diff --git a/plugins/org.eclipse.emf.cdo.dawn.graphiti/src/org/eclipse/emf/cdo/dawn/graphiti/wizards/AbstractDawnGraphitiWizardPage.java b/plugins/org.eclipse.emf.cdo.dawn.graphiti/src/org/eclipse/emf/cdo/dawn/graphiti/wizards/AbstractDawnGraphitiWizardPage.java
new file mode 100644
index 0000000000..16c80141db
--- /dev/null
+++ b/plugins/org.eclipse.emf.cdo.dawn.graphiti/src/org/eclipse/emf/cdo/dawn/graphiti/wizards/AbstractDawnGraphitiWizardPage.java
@@ -0,0 +1,54 @@
+/*
+ * Copyright (c) 2004 - 2011 Eike Stepper (Berlin, Germany) and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * which accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ *
+ * Contributors:
+ * Martin Fluegge - initial API and implementation
+ */
+package org.eclipse.emf.cdo.dawn.graphiti.wizards;
+
+import org.eclipse.jface.resource.ImageDescriptor;
+import org.eclipse.jface.wizard.WizardPage;
+import org.eclipse.swt.SWT;
+import org.eclipse.swt.layout.GridData;
+import org.eclipse.swt.layout.GridLayout;
+import org.eclipse.swt.widgets.Composite;
+
+/**
+ * @author Martin Fluegge
+ */
+public abstract class AbstractDawnGraphitiWizardPage extends WizardPage
+{
+ public AbstractDawnGraphitiWizardPage(String pageName, String title, ImageDescriptor titleImage)
+ {
+ super(pageName, title, titleImage);
+ }
+
+ protected AbstractDawnGraphitiWizardPage(String pageName)
+ {
+ super(pageName);
+ }
+
+ public void createControl(Composite parent)
+ {
+ Composite composite = new Composite(parent, SWT.NULL);
+ composite.setFont(parent.getFont());
+ composite.setLayout(new GridLayout());
+ composite.setLayoutData(new GridData(SWT.FILL, SWT.FILL, true, true));
+
+ createWizardContents(composite);
+
+ setPageComplete(true);
+
+ // Show description on opening
+ setErrorMessage(null);
+ setMessage(null);
+ setControl(composite);
+ }
+
+ abstract protected void createWizardContents(Composite parent);
+
+}
diff --git a/plugins/org.eclipse.emf.cdo.dawn.graphiti/src/org/eclipse/emf/cdo/dawn/graphiti/wizards/DawnGenericGraphitiWizard.java b/plugins/org.eclipse.emf.cdo.dawn.graphiti/src/org/eclipse/emf/cdo/dawn/graphiti/wizards/DawnGenericGraphitiWizard.java
new file mode 100644
index 0000000000..2fed0614d4
--- /dev/null
+++ b/plugins/org.eclipse.emf.cdo.dawn.graphiti/src/org/eclipse/emf/cdo/dawn/graphiti/wizards/DawnGenericGraphitiWizard.java
@@ -0,0 +1,213 @@
+/*
+ * Copyright (c) 2004 - 2011 Eike Stepper (Berlin, Germany) and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * which accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ *
+ * Contributors:
+ * Martin Fluegge - initial API and implementation
+ */
+package org.eclipse.emf.cdo.dawn.graphiti.wizards;
+
+import org.eclipse.emf.cdo.dawn.graphiti.DawnGraphitiUIPlugin;
+import org.eclipse.emf.cdo.dawn.graphiti.editors.DawnGraphitiDiagramEditor;
+import org.eclipse.emf.cdo.dawn.graphiti.editors.DawnGraphitiDiagramEditorFactory;
+import org.eclipse.emf.cdo.dawn.graphiti.editors.DawnGraphitiEditorInput;
+import org.eclipse.emf.cdo.dawn.preferences.PreferenceConstants;
+import org.eclipse.emf.cdo.dawn.ui.composites.CDOResourceNodeChooserComposite.ResourceChooserValidator;
+import org.eclipse.emf.cdo.dawn.ui.wizards.DawnCreateNewDiagramResourceWizardPage;
+import org.eclipse.emf.cdo.dawn.ui.wizards.DawnCreateNewResourceWizardPage;
+import org.eclipse.emf.cdo.dawn.util.connection.CDOConnectionUtil;
+import org.eclipse.emf.cdo.session.CDOSession;
+import org.eclipse.emf.cdo.view.CDOView;
+
+import org.eclipse.emf.common.command.CommandStack;
+import org.eclipse.emf.common.util.URI;
+import org.eclipse.emf.ecore.resource.Resource;
+import org.eclipse.emf.ecore.resource.ResourceSet;
+import org.eclipse.emf.ecore.util.EcoreUtil;
+import org.eclipse.emf.transaction.RecordingCommand;
+import org.eclipse.emf.transaction.TransactionalEditingDomain;
+
+import org.eclipse.core.runtime.IStatus;
+import org.eclipse.core.runtime.Status;
+import org.eclipse.graphiti.mm.pictograms.Diagram;
+import org.eclipse.graphiti.services.Graphiti;
+import org.eclipse.graphiti.ui.editor.DiagramEditorInput;
+import org.eclipse.graphiti.ui.services.GraphitiUi;
+import org.eclipse.jface.dialogs.ErrorDialog;
+import org.eclipse.jface.viewers.IStructuredSelection;
+import org.eclipse.jface.wizard.Wizard;
+import org.eclipse.ui.INewWizard;
+import org.eclipse.ui.IWorkbench;
+import org.eclipse.ui.PartInitException;
+import org.eclipse.ui.PlatformUI;
+
+import java.io.IOException;
+
+/**
+ * @author Martin Fluegge
+ */
+public class DawnGenericGraphitiWizard extends Wizard implements INewWizard
+{
+ private CDOView view;
+
+ private DawnGraphitiyDiagramTypeSelectionWizardPage dawnSelectModelPage;
+
+ private DawnCreateNewDiagramResourceWizardPage dawnDiagramModelFilePage;
+
+ private DawnCreateNewResourceWizardPage dawnDomainModelFilePage;
+
+ public DawnGenericGraphitiWizard()
+ {
+ super();
+ CDOConnectionUtil.instance.init(PreferenceConstants.getRepositoryName(), PreferenceConstants.getProtocol(),
+ PreferenceConstants.getServerName());
+ CDOSession session = CDOConnectionUtil.instance.openSession();
+ view = CDOConnectionUtil.instance.openView(session);
+ }
+
+ public void init(IWorkbench workbench, IStructuredSelection selection)
+ {
+ }
+
+ @Override
+ public void addPages()
+ {
+ dawnSelectModelPage = new DawnGraphitiyDiagramTypeSelectionWizardPage("title");
+ addPage(dawnSelectModelPage);
+
+ dawnDiagramModelFilePage = new DawnCreateNewDiagramResourceWizardPage("acore_graphiti", false, view)
+ {
+ @Override
+ public void setVisible(boolean visible)
+ {
+ if (visible)
+ {
+ String extension = dawnSelectModelPage.getText();
+
+ URI uri = dawnDiagramModelFilePage.getURI();
+ String fileName = uri.lastSegment();
+ fileName = fileName.substring(0, fileName.length() - ("." + extension + "_graphiti").length()); //$NON-NLS-1$
+ fileName += "." + extension + "_graphiti";
+ dawnDomainModelFilePage.setResourceNamePrefix(fileName);
+ dawnDomainModelFilePage.setResourcePath(dawnDiagramModelFilePage.getResourcePath());
+ }
+ super.setVisible(visible);
+ }
+ };
+
+ dawnDiagramModelFilePage.setTitle("");
+ dawnDiagramModelFilePage.setDescription("");
+ dawnDiagramModelFilePage.setCreateAutomaticResourceName(true);
+ addPage(dawnDiagramModelFilePage);
+
+ dawnDomainModelFilePage = new DawnCreateNewResourceWizardPage("acore", true, view)
+ {
+ @Override
+ public void setVisible(boolean visible)
+ {
+ if (visible)
+ {
+ String extension = dawnSelectModelPage.getText();
+ URI uri = dawnDiagramModelFilePage.getURI();
+ String fileName = uri.lastSegment();
+ fileName = fileName.substring(0, fileName.length() - ("." + extension + "_graphiti").length()); //$NON-NLS-1$
+ fileName += "." + extension;
+ dawnDomainModelFilePage.setResourceNamePrefix(fileName);
+ dawnDomainModelFilePage.setResourcePath(dawnDiagramModelFilePage.getResourcePath());
+ }
+ super.setVisible(visible);
+ }
+ };
+ dawnDomainModelFilePage.setTitle("");
+ dawnDomainModelFilePage.setDescription("");
+
+ // allows to connect to an existing resource
+ dawnDomainModelFilePage.setResourceValidationType(ResourceChooserValidator.VALIDATION_WARN);
+ addPage(dawnDomainModelFilePage);
+ }
+
+ @Override
+ public boolean performFinish()
+ {
+ String diagramTypeId = dawnSelectModelPage.getText();
+
+ URI diagramResourceURI = dawnDiagramModelFilePage.getURI();
+ @SuppressWarnings("unused")
+ URI domainModelResourceURI = dawnDomainModelFilePage.getURI();
+
+ Diagram diagram = Graphiti.getPeCreateService()
+ .createDiagram(diagramTypeId, diagramResourceURI.lastSegment(), true);
+
+ String editorID = DawnGraphitiDiagramEditor.ID;
+ // String diagramTypeProviderId = GraphitiUi.getExtensionManager().getDiagramTypeProviderId(diagramTypeId);
+
+ TransactionalEditingDomain domain = createEditingDomain(diagramResourceURI, diagram);
+
+ Resource resource = createResource(diagramResourceURI, diagram, domain);
+
+ String providerId = GraphitiUi.getExtensionManager().getDiagramTypeProviderId(diagram.getDiagramTypeId());
+ DiagramEditorInput editorInput = new DawnGraphitiEditorInput(EcoreUtil.getURI(diagram), domain, providerId, true,
+ resource);
+
+ try
+ {
+ PlatformUI.getWorkbench().getActiveWorkbenchWindow().getActivePage().openEditor(editorInput, editorID);
+ }
+ catch (PartInitException e)
+ {
+ String error = "Error opening diagram";
+ IStatus status = new Status(IStatus.ERROR, DawnGraphitiUIPlugin.ID, error, e);
+ ErrorDialog.openError(getShell(), "Error", null, status);
+ return false;
+ }
+
+ return true;
+ }
+
+ private TransactionalEditingDomain createEditingDomain(URI diagramResourceURI, final Diagram diagram)
+ {
+ // Create a resource set and EditingDomain
+ final TransactionalEditingDomain editingDomain = DawnGraphitiDiagramEditorFactory
+ .createResourceSetAndEditingDomain();
+
+ // save(editingDomain, Collections.<Resource, Map<?, ?>> emptyMap());
+ return editingDomain;
+ }
+
+ private Resource createResource(URI diagramResourceURI, final Diagram diagram,
+ final TransactionalEditingDomain editingDomain)
+ {
+ final ResourceSet resourceSet = editingDomain.getResourceSet();
+ // Create a resource for this file.
+ final Resource resource = resourceSet.createResource(diagramResourceURI);
+ final CommandStack commandStack = editingDomain.getCommandStack();
+ commandStack.execute(new RecordingCommand(editingDomain)
+ {
+ @Override
+ protected void doExecute()
+ {
+ // resource.setTrackingModification(true);
+ resource.getContents().add(diagram);
+ }
+ });
+
+ try
+ {
+ resource.save(null);
+ }
+ catch (IOException ex)
+ {
+ throw new RuntimeException(ex);
+ }
+ return resource;
+ }
+
+ @Override
+ public void dispose()
+ {
+ view.close();
+ }
+}
diff --git a/plugins/org.eclipse.emf.cdo.dawn.graphiti/src/org/eclipse/emf/cdo/dawn/graphiti/wizards/DawnGraphitiyDiagramTypeSelectionWizardPage.java b/plugins/org.eclipse.emf.cdo.dawn.graphiti/src/org/eclipse/emf/cdo/dawn/graphiti/wizards/DawnGraphitiyDiagramTypeSelectionWizardPage.java
new file mode 100644
index 0000000000..c9382fbd38
--- /dev/null
+++ b/plugins/org.eclipse.emf.cdo.dawn.graphiti/src/org/eclipse/emf/cdo/dawn/graphiti/wizards/DawnGraphitiyDiagramTypeSelectionWizardPage.java
@@ -0,0 +1,132 @@
+/*
+ * Copyright (c) 2004 - 2011 Eike Stepper (Berlin, Germany) and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * which accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ *
+ * Contributors:
+ * Martin Fluegge - initial API and implementation
+ */
+package org.eclipse.emf.cdo.dawn.graphiti.wizards;
+
+import org.eclipse.emf.cdo.dawn.graphiti.DawnGraphitiUIPlugin;
+
+import org.eclipse.graphiti.dt.IDiagramType;
+import org.eclipse.graphiti.ui.services.GraphitiUi;
+import org.eclipse.jface.dialogs.IDialogSettings;
+import org.eclipse.jface.resource.ImageDescriptor;
+import org.eclipse.swt.SWT;
+import org.eclipse.swt.events.SelectionAdapter;
+import org.eclipse.swt.events.SelectionEvent;
+import org.eclipse.swt.layout.GridData;
+import org.eclipse.swt.layout.GridLayout;
+import org.eclipse.swt.widgets.Combo;
+import org.eclipse.swt.widgets.Composite;
+import org.eclipse.swt.widgets.Label;
+
+import java.util.Arrays;
+import java.util.List;
+import java.util.Vector;
+
+/**
+ * @author Martin Fluegge
+ */
+public class DawnGraphitiyDiagramTypeSelectionWizardPage extends AbstractDawnGraphitiWizardPage
+{
+ private static final String PAGE_DESC = "description";
+
+ private static final String PAGE_TITLE = "title";
+
+ private static final String DEFAULT_TYPE = "tutorial"; //$NON-NLS-1$
+
+ private static final String SELECTED_TYPE = "selectedtype"; //$NON-NLS-1$
+
+ private Combo comboBox;
+
+ public DawnGraphitiyDiagramTypeSelectionWizardPage(String pageName, String title, ImageDescriptor titleImage)
+ {
+ super(pageName, title, titleImage);
+ }
+
+ protected DawnGraphitiyDiagramTypeSelectionWizardPage(String pageName)
+ {
+ super(pageName);
+ setTitle(PAGE_TITLE);
+ setDescription(PAGE_DESC);
+ }
+
+ @Override
+ protected void createWizardContents(Composite parent)
+ {
+ // project specification group
+ Composite projectGroup = new Composite(parent, SWT.NONE);
+ GridLayout layout = new GridLayout();
+ layout.numColumns = 2;
+ projectGroup.setLayout(layout);
+ projectGroup.setLayoutData(new GridData(GridData.FILL_HORIZONTAL));
+
+ // new project label
+ Label projectLabel = new Label(projectGroup, SWT.NONE);
+ projectLabel.setFont(parent.getFont());
+ projectLabel.setText("set text");
+
+ // new project name entry field
+ comboBox = new Combo(projectGroup, SWT.READ_ONLY | SWT.BORDER);
+ GridData data = new GridData(GridData.FILL_HORIZONTAL);
+ data.widthHint = 250;
+ comboBox.setLayoutData(data);
+ comboBox.setFont(parent.getFont());
+ comboBox.setVisibleItemCount(12);
+ comboBox.addSelectionListener(new SelectionAdapter()
+ {
+
+ @Override
+ public void widgetSelected(SelectionEvent e)
+ {
+ IDialogSettings dialogSettings = DawnGraphitiUIPlugin.getDefault().getDialogSettings();
+ dialogSettings.put(SELECTED_TYPE, comboBox.getText());
+ }
+ });
+
+ // set the contents of the Combo-widget
+ comboBox.setItems(getAllAvailableDiagramTypes());
+ if (getInitialValue() != null)
+ {
+ comboBox.setText(getInitialValue());
+ }
+ }
+
+ protected String[] getAllAvailableDiagramTypes()
+ {
+ Vector<String> diagramIds = new Vector<String>();
+ for (IDiagramType diagramType : GraphitiUi.getExtensionManager().getDiagramTypes())
+ {
+ diagramIds.add(diagramType.getId());
+ }
+
+ return diagramIds.toArray(new String[] {});
+ }
+
+ protected String getInitialValue()
+ {
+ // Get last choice
+ IDialogSettings dialogSettings = DawnGraphitiUIPlugin.getDefault().getDialogSettings();
+ String selType = dialogSettings.get(SELECTED_TYPE);
+ List<String> asList = Arrays.asList(comboBox.getItems());
+ if (asList.contains(selType))
+ {
+ return selType;
+ }
+ else if (asList.contains(DEFAULT_TYPE))
+ {
+ return DEFAULT_TYPE;
+ }
+ return null;
+ }
+
+ public String getText()
+ {
+ return comboBox.getText();
+ }
+}
diff --git a/plugins/org.eclipse.emf.cdo.dawn.ui/src/org/eclipse/emf/cdo/dawn/ui/DawnEditorInput.java b/plugins/org.eclipse.emf.cdo.dawn.ui/src/org/eclipse/emf/cdo/dawn/ui/DawnEditorInput.java
index 5a6ba72e1b..bdc78c4bbe 100644
--- a/plugins/org.eclipse.emf.cdo.dawn.ui/src/org/eclipse/emf/cdo/dawn/ui/DawnEditorInput.java
+++ b/plugins/org.eclipse.emf.cdo.dawn.ui/src/org/eclipse/emf/cdo/dawn/ui/DawnEditorInput.java
@@ -11,7 +11,6 @@
package org.eclipse.emf.cdo.dawn.ui;
import org.eclipse.emf.cdo.eresource.CDOResource;
-import org.eclipse.emf.cdo.ui.CDOEditorInput;
import org.eclipse.emf.cdo.view.CDOView;
import org.eclipse.emf.common.ui.URIEditorInput;
@@ -20,9 +19,8 @@ import org.eclipse.emf.common.util.URI;
/**
* @author Martin Fluegge
*/
-public class DawnEditorInput extends URIEditorInput implements CDOEditorInput
+public class DawnEditorInput extends URIEditorInput implements IDawnEditorInput
{
-
private CDOResource resource = null;
public DawnEditorInput(URI uri)
diff --git a/plugins/org.eclipse.emf.cdo.dawn.ui/src/org/eclipse/emf/cdo/dawn/ui/IDawnEditorInput.java b/plugins/org.eclipse.emf.cdo.dawn.ui/src/org/eclipse/emf/cdo/dawn/ui/IDawnEditorInput.java
new file mode 100644
index 0000000000..3bdd292118
--- /dev/null
+++ b/plugins/org.eclipse.emf.cdo.dawn.ui/src/org/eclipse/emf/cdo/dawn/ui/IDawnEditorInput.java
@@ -0,0 +1,21 @@
+/*
+ * Copyright (c) 2004 - 2011 Eike Stepper (Berlin, Germany) and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * which accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ *
+ * Contributors:
+ * Martin Fluegge - initial API and implementation
+ */
+package org.eclipse.emf.cdo.dawn.ui;
+
+import org.eclipse.emf.cdo.ui.CDOEditorInput;
+
+/**
+ * @author Martin Fluegge
+ * @since 2.0
+ */
+public interface IDawnEditorInput extends CDOEditorInput
+{
+}
diff --git a/plugins/org.eclipse.emf.cdo.dawn.ui/src/org/eclipse/emf/cdo/dawn/ui/helper/EditorDescriptionHelper.java b/plugins/org.eclipse.emf.cdo.dawn.ui/src/org/eclipse/emf/cdo/dawn/ui/helper/EditorDescriptionHelper.java
index fca64c541a..967333d8dc 100644
--- a/plugins/org.eclipse.emf.cdo.dawn.ui/src/org/eclipse/emf/cdo/dawn/ui/helper/EditorDescriptionHelper.java
+++ b/plugins/org.eclipse.emf.cdo.dawn.ui/src/org/eclipse/emf/cdo/dawn/ui/helper/EditorDescriptionHelper.java
@@ -38,7 +38,7 @@ public class EditorDescriptionHelper
for (IEditorDescriptor editorDescriptor : editors)
{
// TODO make this more stable by getting the class name more reliably
- if (editorDescriptor.getId().contains(".Dawn"))
+ if (editorDescriptor.getId().contains(".Dawn") || editorDescriptor.getId().contains(".dawn"))
{
return editorDescriptor;
}
diff --git a/plugins/org.eclipse.emf.cdo.dawn.util/src/org/eclipse/emf/cdo/dawn/util/connection/CDOConnectionUtil.java b/plugins/org.eclipse.emf.cdo.dawn.util/src/org/eclipse/emf/cdo/dawn/util/connection/CDOConnectionUtil.java
index a798e8a9ef..724470f437 100644
--- a/plugins/org.eclipse.emf.cdo.dawn.util/src/org/eclipse/emf/cdo/dawn/util/connection/CDOConnectionUtil.java
+++ b/plugins/org.eclipse.emf.cdo.dawn.util/src/org/eclipse/emf/cdo/dawn/util/connection/CDOConnectionUtil.java
@@ -153,6 +153,11 @@ public class CDOConnectionUtil
public CDOSession getCurrentSession()
{
+ if (currentSession == null)
+ {
+ currentSession = openSession();
+ }
+
return currentSession;
}
diff --git a/plugins/org.eclipse.emf.cdo.dawn/src/org/eclipse/emf/cdo/dawn/helper/DawnEditorHelper.java b/plugins/org.eclipse.emf.cdo.dawn/src/org/eclipse/emf/cdo/dawn/helper/DawnEditorHelper.java
index 47ca1945c4..3c668db182 100644
--- a/plugins/org.eclipse.emf.cdo.dawn/src/org/eclipse/emf/cdo/dawn/helper/DawnEditorHelper.java
+++ b/plugins/org.eclipse.emf.cdo.dawn/src/org/eclipse/emf/cdo/dawn/helper/DawnEditorHelper.java
@@ -18,6 +18,8 @@ import org.eclipse.ui.IWorkbenchWindow;
import org.eclipse.ui.PlatformUI;
/**
+ * TODO move this one to the dawn.util bundle
+ *
* @author Martin Fluegge
*/
public class DawnEditorHelper
@@ -42,4 +44,21 @@ public class DawnEditorHelper
}
return editor;
}
+
+ /**
+ * This method tries to retrieve a Display. First it tries to get the current display. If this fails it will return
+ * the default display.
+ *
+ * @return the current display, if not null. If the current Display is null then the default Display.
+ * @since 2.0
+ */
+ public static Display getDisplay()
+ {
+ Display display = Display.getCurrent();
+ if (display == null)
+ {
+ display = Display.getDefault();
+ }
+ return display;
+ }
}
diff --git a/plugins/org.eclipse.emf.cdo.releng/build.rmap b/plugins/org.eclipse.emf.cdo.releng/build.rmap
index ea2838780d..035eb89ab6 100644
--- a/plugins/org.eclipse.emf.cdo.releng/build.rmap
+++ b/plugins/org.eclipse.emf.cdo.releng/build.rmap
@@ -112,6 +112,14 @@
<bc:propertyRef key="eclipse.downloads"/>
</rm:uri>
</rm:provider>
+
+ <!-- Graphiti -->
+ <rm:provider componentTypes="eclipse.feature,osgi.bundle" readerType="p2" source="false" mutable="false"
+ resolutionFilter="(resolve.target.platform=true)">
+ <rm:uri format="{0}/graphiti/updates/milestones">
+ <bc:propertyRef key="eclipse.downloads"/>
+ </rm:uri>
+ </rm:provider>
<!-- GMP -->
<rm:provider componentTypes="eclipse.feature,osgi.bundle" readerType="p2" source="false" mutable="false"

Back to the top

Ws"%f@"`e93:)>Mc$,=瓼݅poyb8a"<&EJLSG .X.+,W^[X5$΋M |;ܙd_g kLk|3¿]Ti"%)O(]w5?NCQSM_ύ`NN (>c‚vȰQ,o{Bcn"{^W<ɱ83N{ rvLu11fkC59|8w抰FȣԶo 0( 6 B|e!*e4uPCUޙ-؊k6o|ka+#aw?Een^u,W?ğAFU,V~y:WP&^R 2Ntt#wj -@| &r62ZM '' ^-InPH i~)doX8LXD܌CnK:mmĴ.ce'}c]~g4-m ] <8Dh ⇳7D S@) z=9I6#pIoYmP#Kֺpb ;CgNTns\Udê BùZ+?i6= ]mk2RVXM'zK5Qxp@) J+Dcܫ!i5Io}NAu-]Ց?.RzFADq%Π-AI0ˎ,p8]0d9O\‡?=u8ӂD6(ҿvj1lNyG&ز{仩7 2Wߛ/UAkZH>{,ĝ)d 4+PBh˾*l:橤) ,)̉G2Dߋ#^'"e (%0e J񀉷YnQ"8݆{Fپ#j?G'eAlY[mh~/#x;C+h(G/-ݹ)]'b(1aYS?8QAEjΨS @]ݯǑ@YWz6s1r_G&qedTWWbl,Mڛo+I9eN2GuU_椲92S,]ZYЗx6tً"4q1laGS$y"3MT jlmG;rOpS_9gyRF *@ŮZ`isDjSoi`PA꾎JD,PC4dK3qû >aQ0fk؟i|wq00W~rFhx&n<`fi#h+d[\dwEX8x1ˤp4g꿇C8vҔ݉'h,2`eTE޷2 1@Lp7 W8_xND%GXAgFdS(k 0di"MW$cMTyQM L]"嚨㣉(0nwvtaH4ahf/sҜ3@ (r]އ``:OiKў1ОY&4ٙI,><`_JH$o(NL!W8f&o FƖLgxC`pHdlCtv낱3YѨJ4/IJo5f?[ s߄%)wq+EC?>zXK zF{A4KrhviI_Yz]x3n4u_3/GӅMj )htVJgctMOFW8?z積kt7REOVa^vJO9=ގh ~\tƋ҆{4J|NoelB5gUĐNкă8HR7js,kMPۈB*_B'.]U0.b+`>l!dKX?hR?FuU!ƣ&f/n@)Ex G$G/eI x4kimlp4@(kOcd'YeocHhpte%Wupgĥ\v:zu,%7(oGZ]F$3.y!V1Hueza CM0jG8jC$+q.']$,I4*ɿ~ LV6nZ%t\^b>K oGGDp5+$En∑P&xO}<mFoC PX1D@?q ?N|1@TUO%' nڑ!})xDx]"_rWIuح0󽌌q[M|Ù0ƈS!0Lۢ@k=ewlK_wZҳ~F$4=: &GbzJAH6'ƫǣMgɏǢMmt~X.!6E-)dt$[ãʘ!evznq3tq~vS{yˇ yUڢ9~%YL- JV{sRC3HN-ۦZ+M/3/<4 $SKhSrtDִzrQĹ휹0OǤ{s_9%p:J1OBs%ƔjiM?<`+|_c]|(B;J$CAi [I:HOm~R98~lDl]7FH.ԃ)t6 92>*hX#c|H0LSG|z* :ȶiEuJ+Y/q]qQN 2**oa jnw_vɔggTos_vFBeq Tb%Leی.2Š%=>A xZkzPwч]-"~2䶘%{>NNph@K|̴|?[Fj/Ul))NcnOM ^M;ɒa_.W=Dn,!n9:t/8rg#!4$/W-E:yfO&qc̲[-jK̟nA7Fzwύ SЛJ1veH~ৣ^oF(h"y?ZrW.C |fNxiu% 8Ks[+;nWHG[FA]~7\Uv*vHvU}M%b^^bxRCt:+[oo)wFN>u,׋TlZ1[q,Y趦uMq2_ϩZL$^`TUFcl`q4)wڽrj(ĺ>OpD4m([Dj:^A%He-MsE8H!.V&xh'X/ QC,"^Q*9,bQb9GYpV탣M1K1YzⰞpE{GNs{sT4m"Bu}vtᇾYbmTXУ=4hIT;S߭DS8 &AƟ* `%hZs"oKm|Yn@RI}.eA]sIEs ъ[P3d?*|ϣ&?<7j7YyQh(jCHYACOuxJJ?XxN`hTхnuuE*M/f} >9x J ID!qWs =[;0'hn1<{9HӬZQ ͋J`7,PB[8A9?7 !A[:H(!^ƏA1_|mlN,5`خͼBI*c @[`KzJP: o-@eV9ႊ{nJ%&wroP!6+W.9߿|P+i~ s\ *;In9Y2]&[ͰjM2m09&7<(6sUK7ʲ,owōH*JVeƦfus4ogYKAQ9u%1nʬER(" N [̱KChHw>,oy ]kڊf yJ FX*ZV=F )GO~`%/jf51)9|fq#|lo ļcnt>1^fCt-m=v\ԤgM*p)`Q׋3P)dakn!yI D#Pyʬ_..K~ͩtgꂗB%ǭ> +qԊ&"w^M7 *oUq|_pxU2a%D,HIJ7NjE9SCMN>iX*2 (8{1xC=dKG r70'^ms;!ҚK ;虾y8kJ=)Qt =#j ,ֽR~Y+F"NM;[UXI2.:eZ1eGQB3\?`CҩF6%h]FYư?FDuʪ6yoөy=„Fۨw ͨNa ?@ cN>`_gXo`HX{>_=}}X8<+G{ڨWXJ̐ATqNyUUd2  wѲ]V/tv:Θr!Iȶxm1y6W.`_ld- ڵ}xƾ7RXKV6?TkY zCf Q?[|`g]hsZ6jleIMZ77"k9bÛ H:y8v>9Put hصqJJ֥H4G_1ER{ 2MzpHS6A Zr9S \123%RsU ;&z<7hqG5 jTp8Mq\Y"IH]k3r+Q@➐[#4ЋX %;dc^M`P.&w[g; )v{\/_LIB@lY%"/r+7hu_g+HPM#X~| l֧a|zM#iF tE&=k)n9W%/"mA:+b̵ !XuܨoiΒ@˄8 S;UhI6/pl33cVnE;|(+#7D%%=^9/n\瀞8`Jy 9v* ˍ_!boպ%FwjO&Y.z7Ul[wMMlh -яM C$w0A_\{.LJYcIPCl3W!>~&4ԩ =DIswڵdsMZfrn{B˹*`$qs%]\d6 9 5P0Ycћn#hmmszycń6꿭)l$}GmEReM"zoJ;(%:HBO9Ĥ26U䃴=/DJq&S[_6 56!}: Rr=\#ʞLU5FFdrn7I9, G6WUSD*̄ [[J 5<:l,' <1Ωor&B=/2 sYSȉAb)4Yt J#5ʝӣQ& ]OhX :WZ݈jSk[׫Cy8_ boX?ZM~[c>mpC:hPRo}%m˿4= 5 68nT,g4C8wrb >;a1eIJOg">;A w4ģ ˂4p.Bxzxi6v܊6K*1t0 io4 A!mSM ̾IcPg7ɻn{ꞈomtۤd&|00MAfY7g4M h4d3S)F= KNnÀK}_/'XFeHtY@`yV75`W2p|@+ ٢ \8,Ϧ#vj0c41Vᯢ13 )F~kxKߤ%Uj-)vqmR܁R 4F}LcpXjXpv?  pҲ ]9EYgg+!ERqM g c400n[~;I(MqpX{[ g v|]Tt]Z5딳"r46^\/Ԫzэ)x:_,O+I tGaHq;x [buJځ!Ӱ=i~-2!s̵?TCt];Y({YJc7XXF1FG`d!M׵Š_ử2\i:;U2DP N: -OIDŦ3O%o~r:=3o >W-%չ+= ǫxV>IP'Ay @ېUg#ۚR*T= VvƷ116tѿ038OuGH5hԯLK!CaR2!iBcv$ n3HH@c֢?e/jT!by"-2[*:E'@W}uMAgeX]A-ǼkP{aJ\S:Y MPׇ&sTb"ZBf9R{N )ĺn=Hh2Wޒ:~du.er]qxG\ql3ph#`H;2k(rC"JՋh^yV.:y8s {9ݕL` i|*dEH.!0D_|h+Ǜl|-tA0ked|1&aDϛ!+Ae~ٙX骅mr5lY'; knKWqdw߇_u Ʋ,b⪷t=Va%dqTHx<8ZDSvP0 Eo 1C /)cdm:]ʥ "Q|~M8*϶-W_^\*<}S*=5GD9Ŕ^ߤonAI VN/{4v|)ZV<5⅔p?D mgNP]j05c>A7}`dY.8Jf \=zVT@&~1lY }zxeKyL#i2LUzVz$n\:ǑIZ6n\iZ JZ="Jp(wxLi:]/ӑV*Yʣ+[=m@ "R41%rWn* ϢDf6Ia.vC5"`0X kk% 'Vr45-XŸ(kd'hz+TIHb`C 'ޗbL߭c)|*0th m4 %~7M1$(t/iD3򭮟1tDJր6eG!ʪ!1ZkkdsH,{vEa~)}zףoIq3ǚ5 r E> TZ!X3f -BwJdާWMtڶdp*n fK;CSˑ7@M$:&FwxL URm2ВڻC>%4$nK}JK*uAI_a#Q'No"w ;’!l׬ۛbԑg M{38?553:HGQX(Ɩ'§HGթ@q-nۋ? X8pj$7c/7Dž3ntT_4>{8,5vQ)ТgM73.( ܘB ̃+2b!ekjPG'' Oi%i+]feĒSzTKMlLpп >3ɠTV) ƈ}!}E߻/MuQ g6H$97'O798C{U#مjGYmQ|8JOr!v](`6_ED?jɪP0Vqlhv3,ZE1~ɬ&5@ 2YEtwtngDiG:B<-]u -ۣޤ5N}[ix!@4s Tg4Z)Q"O:D-K=ƓE~uI3|F(3="dq 3EobvȺO*=wg;G>ԐJG.U%c"X7Zvn_9*0O&%NΠCp5D Y'!p$Am:oD2V;:&ɤ6A@dkֽY 1B+Cܠ.R}v9Q+K-Bgq_VKw2W} ȧt[m/ףK?\T+~oz}@z>ƿ@o 0VD#EJ2p \NPҹ{jοHHV&NecJЖL0OfݸW QJYVW.T,sC8>y/~<Hy@^8}^91n ז`a91T@lȩI2ux*WsnZ Rƫ&[\xYU28m u/:":?>,QS|6M2kcɪlTc8/.9xZ-P=xt'7}hi /Ax?n$Ak xHV20 A#vTB)ܪAՏ񱮢;f/D-Vƅrunyo4s޾ck?z#c cu ͺ)"ޘn }'"gGw>f\ rŔ{(UC7&z1珼b.$Fԙj1km(Hgd$Ұ.Ƃk(a%$`6 tA@ڈ |ZZREK՗ZsfD{Ja?Ϧ0VIx{L+5CSpr%DK,{'t/B_A ۼ7N$Bm/]}ν?ФbOObEw$ 2=&0PR=B`_'2.a5 C %DYfsիk4Ө=k¸lL01"/F8"{>&`pb9l"_g~vsQQDXhU,/'ȸOp]3pqf.c=Q4_6eL[2Z|RU76&5}-67ny!P`!DE{p񂺶vXZ Gw2rV!:mϪ=R[||FQd7ݭ9!fŒy-hQ3V90VY9@' ~YBmF#WOXENߗ [;*ڱ˹/#RG}lI s Rq^)4nu\VT9pPOԇt 2~@DoRwhrv He[?U %'-xZ( q$y |9;f K3@B!D_ۉ+Qm_θ| 5? X8.}7|qH%U,𸽰2=*az ; @?" Os'x&uQ_Ҧ1pR!iUMxސcڜ !6ٹWӼ ..܃N 6&:նJ5@ 5sLg:1\/Ѹ^ D0 r1  ?G/ 3|4'Q=R*^uN':,_'[yTPvCEJ$bPT8y#WSj%G.z7CPNʇ|9h u0[=ڻh|o#Zdz )/8z23BăL3{:[gd NIM7LJc??l- rc 9I~yPJ/n惃gqpt*Hk9,;$:k"n/3̨m dD mt?qBlJy@nUXu}븹Vi42@CˈJ9\d4rS6I<$v}[ײ#ùS/n5VF"\R+VfoE(6qɬy2cw~6"슂ǘ|f=62x`N Qzze 44jʫsev԰zȱN#XB߂*iȾMjC],CL#@Tm_+5xV r`@Z'1<ZkA5Jh,DU9-Ӗ\MZsJŠʘ]R|=XQp@;ʀrWv]I17()])IדȔ]+\;:[)Ym]!1`_(HȪ L]yS?@tVxY(3Q`čv!SHBU-Xh ђ OJG6ګ-*`tx‰&*GHA) ;5|b+ 9 q!7OQb:RV;\,=9I<|[U ݾ0Wi-ezGpkHF:8OC1BNzZұi<1;$D4+R_ާ ^d'lBೄ-q3T( 41:6&IE^Ug'۽*fnrpj)>X7#([}2=ߕg+]6g{7__n38<0eKQ x:nR:I0v_)i9ӕ -K;'ɯ EfP8D^k{YnD(acu9S#> i:_PX HDvxO2u1A_5gw)w4k z '%:fgc;OITK40|W0n&\jtrZk)TɻS1%8xo~;Ŀ~]{2*ͪcs^z/H1O\zI!iD'ȪJIf#1+^ۥ Ş@uytu'єlu7v/I~fʙݭQ4! u<Π񲇏O.U0BȻ+!F+&=_T`Xi5dwaBpxD/&EňeC4y7<W\y1a?f uOF+ݷpCQXg kak[F$W3(42ָ_NAi0*M}:g>Wa5RF""5K{iHݍe [P4;wOD<`#-=@@eа|= !:%%UMUVN]l,"fBYLqkbaS'_+mVB;Jecjּd?{;.m;Y+)ܮ&/f P̀3kLA;hz|0ѠbSj`r7(roK;O+foDxds(ydgH?85ZfB/$G κшx :T%4Brdz&1|t v0%1gjxB%y-D .w\"+3!<; $:l^zMk vVd4%<`FaԢU&ܤk'wT螺DhkCߏEɸچ,^cm))7_ǀVB]!'&S.}}!LB4JE1Z`]BLռF@e׎%d?M{vk.1׮ap<6",j"7n*Q;:MpVIM̍aܔC[Ѳnv'JƞcL|72@ru ܭ)u%{7]&y,:;9L$A O햹h=}ԢHM8ңdR^GxbosI6Σ#p05qeiF -oBBݲ!"+>V\V *,Y/IbOi}ݟf:P.}Bt>zM)0u? sX{?K6_|GZ̽EV$C ]*ҍ->A=BGͬN~TKWh|G:>+@3|\\}(K# oN~6/2 jH%WN?xߋNTU 0#֪fxfLGL>2( ZkA_ 鷃&U-)(I4jThVE7Kl?$:ǻt qCƊL`)=ѣ2ֺPE62Ǡ9ˋFeAU4Gq+fVIH5e2=8Z..Id厝@iRkJi Q{_^38_." @$?&MT/$Mg|p'5cI =YXy=6ix&`}"H&-]e̴fjQ6]iɆBxUZn.Ba:ETk9sY? TVya;oh:w<5DH71kE<l@#`A=ϥJ؆(_%;ކw$!Xa8 9i!()-LF d0-I*Z]Du:(788EVi0?̾9#U+LJZ;VFzvLjXKBkY`psUݨ²6)A_lͷ4\i2"݃k #8zYDxV{aٗ_MO8c\a~MV.G}q9KF[j@r1~5(v%` }W|{1#"y\aN &E ps^{֭\bdQx;,l-:=5wJPw)[/,l6&wRdDr Qs/%=]yU&r1or1qC0!@؇S"7wG[ߒ+V)2 pwgkOQ3͙O^;ГSJZʚU訴aƉx-ٲ%I2 8FaZs~NTrmdÈQ )q5Tͦx l0hpZ<Bd!lo:Oz~;ĩI BE}j Me =針|gSÔiYBJox>Q+XɲH-ǒf ;Bav܌8?ϝ Q{d3B2inJ n`]6Gy2H _1,m 5*Қ{}ҜBNt1]4gu\3Rғ{?U+쮨*MNz8(>R'*7| tni'^[f/{ c!U}+Z !!(ڗɊ_G57TI.HeյH(Hl ``0IZ+jտegN%FR-ˉ,'\J(ux?ByT823P2 Z1wc%v`TjaGu>Py:B!LzJc]EF۳Ma"pZM 7-pB6 ұ+4SӭΰɈxYF Gfl?ɮe 4R)7:)5BV餋^ik@aP\9;m_q3~XG"YZW|)G֭ 6˦}Qn UYT҆t8#ĭo}VoPD͟j7jY Q30idkXy|PF&)?IK` aƮ/gkR p0Nm^/xpXL 5?)l,I*|eE8^TKg/4ɧй>!OTCB^Ej5pL-L|D9o׫kxD!?]zQM \u&RC^+Kд=eF O`scC(АAL_8.݁7MW#&7.O~N?]Y?"ΩssI>%v=5HV\yWdR%4q,I"z>0Qm7*jςDfG˗ɋ^h(,F4V?wXJ{#E-[xkLʣoc<YA ,hQU ٤\Mp,/:U i(r2uC?;l/`t$huCgkao+ @LVVv<"(+M4˥k5]n(gs`pŬUnG`g4ƪZ'xF{ng4@7kћ[Gd8BNICi3XFcfa; o2{tge 5ʚp9:?Pg~S(6 *zNê!0Vnu,$ݸH9?o{Z,]!HFJ1qMꞬPAT:!( 4!Bd~[1 1#i)1u22RS<Su,- !!2꠲XN=Pl>+%WtE s R 2\ܔ13 )6XTaZ P4mJ2Vv!cGȱ4JU>3=1MtiM%bB/H|zs8'q걨_zF4cG~y)%~Z #Ҹ"oLԌe³~uБ1TD$YUk/%mz^ݗC"@*!J |h/JPzf{jx7ϵgg:mas_Un@Ab .o[9 ϾUT19P:9W[F3(Qh,(!]7kYLO+QwsXd'j>3*9ʧt2(,s%Wɞ]m~˞U:f-bqorcn@,ʜBꀋ6t ApvYӲ'h<-t9![z/6ܻj3\qM]w?i7` ^ \$7WӬMK`yc,/I80avYe5YɹdF一:o$g\ѝ}E7-t+ S[|o_Z>FsԌY +0#"* ̗ίq*8}WgݾhurpO!rKEU':^Dlϑم``?DؔS ٥Z_ /"TbLp4n6@@ m vj_^=dJ% trBUO[Mh6ÒaT518]| $z@NrVX\2״a!ʗ}8&gCZ?2]P[q4M/1KQtU4Bר&R4=5im!L4.B1bƢ@$[Fas0s!y0U!!J$6(2`˭0)RJ8s-|ӽ!~\y& 馞κN^g)w  Fܶ*U[ o:OAEl">CTƹXbh~sKHf"S 8ܦ. 4W7J1u½cm cRN85P햍Iy+7^Gwٮ Mrr@_ᲝIc4y5:|:uGM@"uߪ:;QiAt#쩡`kzܪzdQLoq[=ڌśhk"-ꖘ1/ ߂Oʦ.Neel62誢Ry]A32 qA f>+:8_NCN `"|@}CN >Jd}YJ1AO'TJl7"#TBШޓ#T]U.'Kָ`Eiȼ\V.s^B\C}dǷ}}NVt EꁩL^ޫl)wMRN3I%~x\/Y RlH3j2V.оmd^Vt 1D[ ¸?GҫD-̷820?X`TQ>qHZ+#2JJfT !Q(‘u8{'׉X+蘒hYDKhx︯XuhӬ󊆒&N3R1O;5Nh0'=j_s %Oce/9+6%݂+8aiNJ^ӎFZ, bY:e?^s {c:&|G'"t"܉h8.[&໭5QLJ3j(Gr6Lu4Զ_ie`@uCmtz䌍\ ΃ׄIwp+QRrA$nyU&p)Œ] N_XDŽGU |rDcuxz#`P|||F}<8Ny(U6r`M.o7\"F5NIO-1은9E+uYK=c-X{}:-FRI6;kٟǍ[ %ɜP`,>& i 814Ø!$!F72z 8Q.FD1$UDVZ`N44/#DBzc3!"۬mokaqޤGxfy To*{)CzI5dR >uRVKF]^awd v9JJ:7H;*a -rޠA>^٣5^gVq'jI/!;e6p) Ȓes# 07p7RA@szAݻ\OCis"nY!mhSU/e%*{35)-QiDZK슯DٟH9Hgcc:1PԸvqunc[=PSHEwdϲ t"ޠpwY+R"纾 ځUD 5œ!5dB)`hGa?_J3 a8o2 %] q:ZSMcu*xCE/*7/ ݚJfsΊ|JP8tK||Һof! .O1A*)RȮ?䔧~KjOI;VNg*ğ \I`ϕC^gM uwhsc@hjXt> 3)Ef-I+5vd|E4&*Y|BvT;^]#u)u4B[ tOZr|㽈F4$sT#8 =6d:]fZljq B$EG+k+_I>y~??\E[h6J(4h$!M:Ԕ-ab[>])]/\.{&g P/ .f @^g6Z©۰?H"B3"E47wP H֜hs#%_yG,njy9/C1kq$Ka]Q)T_zenc0|-LK0B%r.1_AB.zx'1(S ̟xtf]B&q$aSlyR'nE^[%aH,E@GO+6\ixUGUrsfblt4Bg2F0•D}ЮGJ6TT*ljPH>z3*XvVWy־j=x%[|@2Rjv*>%Zd+Q7[dčA;qI3saf娝YV՗웶lZsX̖s;[bRS\c";=FRl$P#$;pVT ݥhM%lSV-XX^ #H+ *J`߇2s)s@{T"1cUb$P1}u]8Bl H2}0mļ6MӰF.ru~#z C-9k7 Gu3:LپfjA~:pQ&HF' d!Ep²"=vKu7վݫP5C֧h&ۑ-ð8kEfϢ,BYVrXzZshϗ¸K`KT@cF3VXI4O\ҠGz 7^]#mUI~~4&;h6EffcKUI`Uɀ_8"r%7@jgTj34٥ӭ֐ y*'f{-7 FOx3`9Rs%Z6U#К"jJ&~iOnG2nEy6Éc[f4ڸqeo ku, ;IeioaRv8v1Cn z^TǦYkVz?,$ k.s oJ*`g /^Yw."M_Y uFUx!vR2p=tOM (oFEO4FMvE?78xF-V**%=kOC`cj${ vLdj?Ʊh&>];ӏ4V!; 0̛iO*#SkT yQVR x54,;iA POs](e1PQ|bdJN*J]L"-hi%v6AC?D0/[I"Р(w !5Pag?'#at 3Ĥ|"|a@/04jBblR,Vm(4*^}_Xu͹UsEOd™ }y 8DA!3xҮYqdRДa]*=ӳ姤5b %_;lms sXUg,-pMfU)M MBUKPAM {v+v|K/0mZxm^T4sMm] &r~9e9g&58^dq:v砃޻-\-/"1"LԴ,"oAL? <.!sAhݣiA~gBH!' Cyj*J$ ri0ҞRAæiɎD׉$FtD[+鱫&yֹxW@^jݘ?P4 +$NtgGk$h%Zv6niY|SNZDb2s=N eU ~\|=勩ۛmSx1$6d"rS2D 'h#Xgts`Y&HX4\<^x촉Ly#,Gk!PxVK9 %R`͵E,|\Åg'&"}|ҹn-n0N\0éA?BPStKK%04+f}E#ک@ZCه /'T{Olp;54%K;pt$&K e W< y%\D/M.:Mnz d_ҵZΖ- s)[Z'*eį ; fu%䊜83qV~?'W%)r!4Qİ#3G͝+Bn)C0݌~t%I[v; #IFIiMs2޼-_dvY cA&\^C]$ί)q9ʣ0Z:?i{fr)ؐ늪B}2jȋPqݣb"CeMՑBSڎ@iVJqg\m>hǺzA0I3R<+T^hQPC۽<6&❼DZFzxenm$)G-*MXO&5KF Glj3Z@\zuDahXt@lF"dD ͂ڤL$sNB>ؗQqa'-4o7ao ]أZ*q^q<"x@Ɨi8/$Z>P0AIO 0,2j~Sk;߄`e,ډry)`~=wR+˩[/=l+/}ˡc^`<™$C.ٌYձ2z:%佴^\ֵҒ7 jB4xݒ^"6At6r (_tuMRDgaVE`:XB= P^Edeh xsocS-[KE`)Ętvz>53xhlӊfeh>,Jv(4&iO-s: 3W4MEF_=$y [!)yd T6?P8ACjOh e# S˧y(`5a b<7{?$tr%ARĀnnY]M4d8L"^\Qb=Q"T^|w%#D B :s=_iP]mLmt B8G ^L%RDJ~K]mu~pApFN2"ۤ'ѕ{!YsI1ACI>Uj7ϟn5iDwR΢ i\\Ƴ~ӗk|;D3~;p$nţ]T+?okǶ#{Pʻy >x(.%isTjC &(3^JgUW4{f}k̾Zp!Qer`؅_O;_00_&EqذL`CaaP ^Y ߃.ZaZm>iWLq0a5M= 7=F\5j)9vK,&aLn|#󰞷ց8'kpֵ(iJ.4AQQ'\dtx8gHa%K$dj j#zm A`FܨM0#I@Q'tTb57b_d`dFk;bP}`zuv⻩Byq˂5-Fy!61p$j>҃@k'w7Ydx6÷b9/h^46q KL8Cv^w#.M C>!CQM yƳ\"S?DH`"L^K`:=^_n:G1{SPFns}:1@?fDZ8;lBqDaGYr (sKfOC՞LuZdPa=tZ_!r\2 o&=QN,D(5O-]"Cv.:̴; #SgEZFi>X9;yM !MdE# Gb>ED2a}SJ(AO U u p>UJ[a ֨D|*\|uD ~wnV\vo*f_ejq7fWFPнm$c;Ŏ[)z|0PlF:PqZGI]$`D=ё,8nŠZFO0ɭf@ҁ|B4ɫ? |JUMc/k,}'P }&G0R4WE"Q0 ,$%~C'5:yKsy(ܴj׾e*)t $Ӛ&C9y<8F9T i@vTw[EޔoNa #̦G3cO4 rNPi-$>(ͽmD`o&h#x= NVQwvi]j*_A-ȺmH o5s5P7ah40bh&\s2&POP"s2%c᧯Q/ލBĄw蹛"@6_ꖒdS>5ƀ3r?;Ј62$\9"$f25 g5NG 2o~fgAq13n &1kB&Lku&8­"|d߱ F `}1\uTU"7 )ͥkzMR'П,wt*|e-Id5'X `Y_iTȃvuCsv+xpU]J| ;&\4p#][{ꭤc7u/mGe%с>P'7JZqi57ՙ2E^$DP[\#qi~)-XbN8?j2{7Ntg@aX_`tŞqLG>v1*Z*ɮX_BHE(~׋C^xZ!EOC4H.'2`> x!Bn DwZ$^ǙOS8fw,P)D)ԅilVVW<]ÿWpqn,T]<4UۿBg &x!WC%8x/Lq}2Wd#^D?] Upaix` TtGtyOq$L+7բiYH 1KXEd*F$[=/%y7!)$xr ѩ9#+'\V(CҺ'/k ??g"O5pQ|#JW~N~j4&kSkAT!>h MÍlK*̒* MN/*C<Uc2_` 7hRdŗNrpy#{xNd5ms%/nGi_>Vv˺VOCM|%)4Xgf^p`>|) g>YlAU@ج ~%ߥYPgk;vHȑ$FRFmzjY"vO3ާGTaME0s>9]x8< a`xLو_/9aĮ?AOnn]'Ӏ<$1* W#C@ZjJeJŗީv&oJ&oktlP ~/^k>ݓ ݮJ}sb< Cnz*[ds-CM#Ã9BvK wb>4[۶' ˍuzXtgr% P7@i1(] ?M;,hPg/^1FtQ. Ty3p!IgeT^Lb|mw)8lFڭ

EkGQ1ٓsBqQJlRh|Xm&1O$o|圹GٸDggI/r_0C5hڝ+vvLw[j=э\>WAUtV(Kز]2SmbLKYP9R^ГQI[C+3deDR:ju DYd3 c< h2ϳ Ʈ7P$w&B ةUۂcy뭹녧m9 73LDeN JLz*/In պ JVzQaZ7ܱԕڼ~{$͐Ca]] z`$ǖ_|D4]CԘzȾ)`!gi[˗R "7`_ ·7ٺ%_T `އ.Aˎ}Kw r›'NȗKP~p^ZbGsFϫTnG/'*dXE1I.OK0B( ϭ:5#Flh2"PdOZb-`d6 ЄI͚nү$@ʃHxi` Th-dqFٕLX Ӏa(zO/4Vs^M QYQ3RO^+A-e9T_&oN9 0|=Tp~EClɇ XV{GOp=?gEQƽtٖ%M%q)#$P^M-"zNſ̠sp?}’:N\ߑNVA5)5NG֮9]k,ݙ dfB X=uFYf%G2 :d(۴2lqeQ]AQW&Z 79*ЈPWp 6$]!c󪞈BBlbZo O* pIoI:ڋ? %!0Nӆa#%)QKQ,Zܱg/kVU(2e7% IJ<Μtr͸Cwmf&CJi^. n aX^kyG;S6Y!BS2j瀆or|XF!<5 ݝAA!9iu;$6>0 NEQ>.yϐ])/!3z,.tc t}|ux_-VϙCBYpSRr5YGOV1 Ċ15zr˖~330 sɐBV_'H}7aʆS/mBX#Gj{ez|#bɐQQ-l% A7 (yQ\βMɏ"' N DD?5~)I)1AwkX~"`#5@kj|lf?HucSg>#(BB1΍R/hiJ!{Jb:Ⱥڰȣ_3'ݥP!(ް1ci!jĶrl%Q6 pba>K,_[s\A I%.7+6l:VM`(Vwq:/1"6]} t¼fQ(RSY}6ٖ%$֟)W uMiK^>(TNS!( {9X7HRCsW8DF.BKQS>qH>HƘ늚}V V4 8({/=I`,X.Š4`бШ"H?s^K "j!i%DbqF{ RCYqM4=:4~z]'a\Joʁl%:/qr6adt̙Ұ)>Cz ;8/|p?hNUb[k Q}nQ?C^&;Qyi{:G6lɚpe"Y)|!0'Z0rrԕbZ؆sTJ%+E٘n2r_`rz=Z;CiSpY5KrԿG d RE畎 ;$ͱeYaRVߑ#sqh/|v=l>.䃞Tj(.?~$!p>JbOfM>PyK SD'q b-4Pd>I <Έh܉gUaJ-_5wZ!!=q_7yu!)T mD 9ؔZ*\ v[cePY½SY~k&d^\c[wj8GƨIwb30ĩ+g;&zO Ђ?^NZ)ZATpufNf򥧣8DYt+|*H.)ް+kM!֩0Q,=#0 EMiEֲV+q quԻN358өT3z5dw",8BNV]J ݛ7G79}ިc-6z$%-vheJB8+ɠEϽjO`/M[GfaHo2wiJvb7c^d /_-F"pra,nP*q Q<SgEmJ!E1V9zf^vA6!DJE Nq_ͯ`;_ 1jH:"5 O^ n%xTvb58ZRφ4q;fM/+[zyf򼛩2x%+9\O:#`\w?؁? "K#Zf=+"Ҋ©& ;̣DƉ0~vVVȮ>ÙFyAF4?*2v; B}oֱTjP9q‡QQ1M%Fx+(3V s&*VI%iO^OL]'-Q >Kݲ;q67MJNS?%(S1#b4۱S%Kl 'dnw5 )4sgzzꡘ0%FB56Ma+(#2$ڻ# yL + 3^Dym^/)P=L\!ZZpINO[e"dg{PuO𮓄#*^b4)TQg<UGb+ oGE&Ӵñg fͬ4~˜{LPejẘܨHՌz rGє/6Wj5fKv&lφ[ }BNFtX%V![Kh ܿ䕼z#&X~M@x nҘ5SgO.~D/ݧ 26R+&N? twkjٖjJžA5K< SSλ ċCd u`åE,wP.(jD,֠WEs|}lEl=dR7 MkEiڧD=]8*"?[[vukv+2vzAl}mx57w#h!<;E+6}YK4 xU G]Dg(3;aƮyK IL:r=a{;KFXP)i]sEuw{y FM[x HL$~XYJ}γ5UVs3%+kMN0ikE}Y/re ZgӘ`t 8Iwea*tEKs2`h ^u{ԋt&j!Jr^x>@>FXQ ~|A^)cnhދfoUn7}j Gao+V@*NjI!M+jZ>6\͆) y/[An 5aS9[u N7sA*D[,Z-֊9[4 M4fU~%@|d1M:Tb#ѢM=ٛa^M$0LܸџQQwmhM9B'lHhC _(-eh4C0Y"냀D|g6*DRy!Ǩ'ҚŬbE^-8}lvG0+DNd:~]É^+adk([9#lڶ3ܜNXWH̠eitRu}ĕ `""::%vea;w3z}qR8cMߑ8*YU_= DSE ƒ+^MdQFW۪Yi3Cc_x: pak7gܶ>KƆKA>υe*h-D6y#\KGO)ؑ4O|^Һ=Wt^\<.T\Bn{M\eWS.l(!Ps)㗡D9&ƙTh%gT@aWt'b$|ei(>ؗFW[R As@JQwՀX3 >̕bdI6c~ UxN _!!P&XiycM&s>qa;%e&6^ڰƹJ3|Lf5ۓ2WFNzq=&v8ǔ*~(4-I';\bȌ<|UO蔍 g{3vc.8 TζUqSUzDt*Y%YA\Tp0=ק^5Hlpo" 7m9%UUli}}UDgY%+ޓDђybGYKod_"sv=э,j'KA~f1]]Ab̄6}I?DD4agkS8Ԍ2=>&S# %@2EmN`o"g.\6bIsd\lt^̃$S6=%z Χl;\@dY6(w4uͬo=^Ѯlȏ?Vy17M";ifg3fAC/.籊#zzB3@%f.~ة*-Ȧ=os_8P eFvPXx=1%١XYU0K ]+u@J@*xٗC== noBኻO NUI\#%7ڑyL0M6ѐWtGb"IR^~68s\b, :|%rJ [pu'@ VƓi_R CnTZPeCBP5l JZշUɋJ:[BN@}2>Hs_%@M> Cg~)X. ۲aLy40žf}`PӋ#_7msMQ@鐴 vzs}EG779d]7ԟ;p'ut:/VK,אAwo=8ui|;%ByxR^_: D]hx V@%K~'C>$ 6JqyhOgV+}U%5_p`ܰ'\±퓲&?%,T~S$~'`+VDG׍c7٧ ߸e-vWpjv !:ٲ}uy,I- -i4'M Bw^L,Eɶ{; |S훂wȬw [|q|f"VVQ#.G|Fu ,JpANW)e5Gĥq%46@f ,X؊TOb6U1z cGITa3^k.$(D]G[B x9N"'68Vzi"f}AJ._. hdG44罭0avɹf zm4Z G'.ٱ94|xGYz`}lD%Ӝ_frZ\ Kkmxggmc DγXy.w܀#5Z^{gQ!frwۜK-2,?$,aC)s:lyv4DmAZIUҙl%ɳFɺ@qd6Mۆ)d& 9w偳+ˉưj[sg=qCdꚁu7q ~RQY,kFu Qdbi\J@&j<0s& lɂc@^A@ɀI_-g;R,WZق0;k`Z]Uޣ2R˱hi*ʝ'{^czH|b4 aP ,I۵_K-]?G-GB bwR;༯xX QmS&TN`ߨ0mᕄ|-b ޟ VťI]!N?ʠßb&ќ:Ih L^[bM RxHs~UH6DEKA p u<?^,PHeG{^r{~#sk ddg' KT`vZ.(\P_Gp>soL9e7r:\N3}/%gIxYQ{667і/x˘!HEDRx}nyaplNWܿi[K{Bc;fk<蓭 }zE.^vdN4Fzch8.%@!{a%?'} IiVFZiqWG>vSV؍8i]1+h'䤲Y]\G@P(1RtJO'FV%3 `u}&PDɜi/nJ]U{ ]{KAe'婆)"L]H{ WYc ~.{ ;XrӪyvNXKuaض_5)T1d, &{W6PKum2NF8[)%5 rNgHguD{FQ_v~ޒTF˙IA38,/*/3H-]Q9_NYyj aj.!Hf }a U=CS)N1u}{gd3ٿK}ƍB`ŝxF&Th0 mQC) b'esؕk^A6` RZm HIJdF M{{4/3)R'߯ieXN^[Υ'2u8o}Az'@E$*` ƀI3qG.\v1 i4/OQPLoWvn6uXsOAOceg$0&@gcz&!#l#w܆ q U|Tz[*9!,gnIq2D,V!FxMMgbiJj,Ϳ:r]"Śbk; !ףǔ ݴjI.=/BSD_l,O:hz^6]vi, ~HAC+yeJuy*tԭCQMlMR1GD&cv7mCl6fr[T2Xv(>S$?^O._|g) ! [H28БFWTF_4y;(\WAPm6{xh722Ubq.UF9mMK6׭i|3اKeK2/Y\A`R7n.I5|~h;^Qa1 G-84)g]sY5 Kf[ b!yH 8q>OnƲ 9@K@Vut,}< #2ֽ[͇.KR??6ME[I~N)Ok2`Zpej_Հn RRSO^rXsG\wT8OX{OK'P~8 '}ꐖ2#&8/kO{"d*0W/ 0 Y;Ģ\.]YLXTn>M_iLoRJ2s#-K9>әiDlꁏ22%Y3]*w޳m¥  %O y|܆h)G.87hizr`?fv,iYy +G؎#tM%\"Թtwgv}<}7$w~[6\{S/J$7`C* Jc v}8 #Sgi7@``?0C I~D\_A>벎::f"w=*4Wp?4rM&҃~JkVk-6޿/x.=:p2 $[_T֦*Ϊ>LJi9ݼa 6޻}^OgC '^ =>Uc5YƖhe5Ѳve$1%qyR nA_qыmgme` $6ͩQ^>92j t]Daa}KԧL?T"$W]O7뇆hDo=\L< zCt"jBzEAم 6?X]2( ^nV9O"V9 0UI)/"Ϊ^r:!:Bt( VOp)Y[FZqMǁT# G?dϥ oqZ< A&!Oc)V;qaR6IZuښZp4omMR02a0!ב\U*Vs߆_RKKy9#~oE|&u}^%(#ゎ (,)΢bF*nͩ@[-O7[0-Qx!9v}n rpedMS#2^xUiC懳v6*#gٷBl~q.P(x)./)T]#U02駌^AiWf7$d@{tx4 )SFK'Ff}x:l,X?X)f4:}wnxp.UG<ױ}GzYY-|,>v*%'sQn6A kӦ:dd' 71A ϫ㊖<[3r 2\9ꐮ=͊us4v>dsX7.#iѪpp3`[3|SEWepuhM{[Z<1?*I,k,Jy6`fA D^5>_J^KRΐp aE涙9:ު'D5WT5>mHAusme•X7>(A3BAH[š=|k$old@ej^{CAN)5mսr*eAc1&r*B>J{ެO HzQ2PU>ot 椇@A2B]U͙ƕnkW NABXʷ4X( NF@Lî-PG{ɜ0y QRZpGAx8<1> z_~2VUlהMH.]z]2.X*H+:(-#P@b/If7ajvŰ\|׈EgYǑ^UҦgqUDĒ揱%Ùc0(@nMzq'^47h9u+c[K=k8;p DTT~H ܆۹sJez[>$d{w/*&d6=@+=R:.@9g%D *[-Z>R|K)f.0Lq( hW36ršYI !?@3|}18=!Q\slwEuo $9iX"y@C{,^ ʮF(umVxPx{k"%TC[a+n]ؖ0@#Zhku[%'(H^IۄF(M>T)9:jFJnd䧫jV,9VL$))z 8^Lh때W*uScpjr m z d8m|nN+1{!O:bR$]mb`~Ou- f P=oP 8be%4/gPMY&И@SLlwZb^hwg,ӎ ƫl8M5Vz6 1h[@ m{##ZNPQAKh#gB " -_s(h!StX򎖲CR rdN5ɂɊ@22+I<+Q=)ɈW&NEC?_Cqio-ۂ$mt-nOM Ҷ$m G~3NcnZh_~AP? ezԉ*Ѓ1Ɂ2ň~< YTj.iڱ"R=y5dO@th>Zoiup]&[wWL]$drH-G M!'і n؄*Q9냰_^b.g(=R6eJH"J샞f$ t>_Vk)°LsܐaBeFZn{L'TSdX`Wn ފZrmQ(:Fd!6$~s[ ԥ^SNu[&cd $OC0lnM$ξ= |p09eI 3Kgf@#vyV1(̺ w:L~!F,$j8] cLS>;Ut5*r%s侢eƫ߆[/wE6 l?+^"_Q&>c ΪNjN\Iͫ}x` F G_? ,0 &=6wV3lAa(U]Z$|~y8/GF#]3e&{8lR894c 3d/G K1,2 mEm| O9pݳ[ZwQ ( }3t6frYm[SwwggOƐ뿷mDBaIQ,7)`y,Ӳ ̊.!nPy XW6OFxkGYw:qY)tRH|%#ckD5G˿GQ> GRR> 1G*;h_(Qgy 9;[7Þ& hC|rDv8yi=Rz{wo2%_o}G.]FMoGW柆,WF XNg2-a8 CY\ƇrI/ꢩJ|tMBꗳNDx$]R\u_BK$B~*j0TL뚯_إ \<%>X>z5wNy6;L]e4fQ4n4>' ffj^, JKB'0R4Ӥ8;_YHko^2ېkaV=fU03wv olƼ6\q~ۂG:2YtWnS~CH67A=6[\mn ףHS h-^њ&ЧE ,M942s|sY:}p 05 ĪMjk)/B8@ԬKJ({{wxj2.wvGϒW4 ;E;C\A-=r3t6!x7t\Xi\@т_$yEQY|3,0x0j`ufGK:P%֟4Ébt X`$kn0Q&1.XpoJ*4$P@dWF´&ϭ ,#UB09Sv~ *ZKK#YM6@g"Kn&r tixbI>NnvK<k=ͥVJX=)AwS`'WH۞"&֢32l讜$DӼi;`Tws(JaFȴBꟘ:GxyvZxx#Z5cm՚'Jup ֋hlj V  2: uj`@&p#\N\7@'aqh_'ܡ&Φ{dkQ4S'Ov6>OڻXVuPCRf ֚_3A^ 36W͢&ig\+QU 徆`Nn AsM0e;2ZBj,/ T=LmTM2 ƺ&#'veu"0XH%y8/gVkObAK2i=zRRXdWC_Zg9v3WtWfbr$!'W`ă{HVg-x^F; MymZV9ModIM@u;ƻ."7 2>Y+l%JMGg:aQ.a@aRfp\Nqq.*f>;D*U4t9) =@ Jn7,G r,p_x'uM_&_3 Ds=vd7N咦r2B#A5I|5&#Ja*FAIq>4O^wT%-0nO<`am;͟b^7CF2m=Дhj¼Gd/+khH4޹0K&S,;qmQ2ӞӀ~T:=?C ^j1E2P6Q1BG:S5uD/lu}PhZW}aSjsAqi=e%sxv` ӑݷSAe;tnE I :Q B@! J&5mGq([ ; j1US_T˦.h0I|7HgfA+;[7DO`/>hީmM/52j%@oI38f9 b 7K 4evrkߝƢΨph`w^"]G%)SQzh+)>`sŌ,'ҴeHr~c`&QHEȲfݏH5^/hE%RL~>;k1>VQGŠy3rsE(̊`OJ9[b$_YfLLxKTE,337IFӠaš&ܠڔ9Կϝq6cdb'~(Giqtaڭ&^fl3)N| }q9b;:xst:2zı lc\ĩ^|2k61[epa{9[CbŒ! uc&p^sP4Q}9=4JH"pWP^VH Xn`5q)i:"8K|2uj}u5sJ,OeREeGj=QG_8g|d|IP9'Xѫ$ ɀ8&s6o'LO+߽"v@rwx'Iz߉'OȮu`6G('ri|S9S63 X+lG\ovaSͤ睅 = .)`!)yf({뵫pG>[GmLGbƕS412wdWQ\շjfEIqHא@ݲ؂PGi=mRid;^Uu*4dԤӈ\B=v *̟mmryv/yT"ar=YM 7>,7z PC6;*0,YoNẩIK'Dd2MT[9҇{Ŝa}v'p~rmڙ>GAwG98l~5iWZXh1pNr Z*Ζ/_3qg6J*Z Pe[:d2sTjအH?vQz/ A?WfOagk88#cbԷEPY{KtIɟF,WDƣm#rk)2.2yVtcs8 #ukoN+\_{ij4WvifրJbdـ{:<ޭeG`&q)(; _.2GUٹZECpixkS$g`9 ]XXtZQ"\QS錂6W4,ge3< WΔ94+ʲUdg VPy1t) Z2/W9Yitх{" !]" \ȇge_eC\lMߖ E1Vy%2؆$5/ꇋjݛtQ;7cГA?p ڝ98NݽeMX0{wwoKhbΟq`I+/! oye+c6W)қ,fիw3]!PU!G#>>Nk!^o]lAUaF5.o@c|{?fp ؃T-.>#pRX?@'[}BIp' HJ (Ǚ{9^Clܖ$ş R$~*b%i?5EHvd!IQL"#rHs6g4 xXxiXHTc3۪M 3w M|t ֤d'`}ܫ:<͑Ta<4LzOzCa>\q ß*ss6pav713nG DmO$&͆# %y^CIH]FzPZM!QLu8ܬ`o`;N. `ȹ ovMCO%A6 = $h=2BTS: J\e``r,a={ Y&tH] 2#4ձeu7lfs'sD;J"HN S3yɂ_zxu[DQH=:R{FBhuTL KҚ5J dhL\BlGh^j?}[%F"8J?=bmU:on6F wz;&䩪QC6om]B&- h7q,hon|1Y^kBj^IC/$/|$f.FAgܐ{7zI2t^"'yM0GrT{e\tI29? 0a[İ+5TP gx#EU9dQ;YY!"~qV9C4qc!&C9+ofJ*8Ϋbc>Hҋ1jPKԞ ɐa8sk<3\?(k E +mPSȡ7[e5kK5!;QaK4;zԣsn1iwe^.lUtG)Ammڸ |'^ax6!<}e7N4==t]l  )&֡@ZFO'O@^wfp\WfFE, 8 c ->0_#tl6!dcˑm^Of+뼶eM.g/Yä6҃{&"m,ˎLd[zbQPœsE2حݫ64F WjMZD,L&с3h(15؞F l+xd .ӪXT6/1'0|w҇)U} Yy4YX8tq˼$3-Fg]b^!.qWΫ * yU|4Vmk/bg* ځVn[QG0{ nٯ~1{znP`cٸj6%>C Ħ5"o3J>ex<cK z?A>HwB=sVex 6yٛ>:_:Gq9 Dt6o\hf)+A|%﹗$;N.u[(R/=vB~ǔ-_xW^{$G߼o"b2:B'ד鮲 ?W'n:eAՍVZ9>m!ynKT 좱Bo^޸d%B9X[512i4K+n/FL<.bO_[^>(2]&[K2e7Ykrӓp;Վt}r!A?#A&(mxtΚ0}J1O~ڸK5@V!RMg]ז~'Ձ$cE$@{6!P g_W13F⣖v5#k"".q1O l[O)c0h3qB&4Gq;?D>PƭN !vI֞,t԰Ѳ ,3"64·;\D;)x(&xǫeÔF9h"eW W9Y}R}Rg<0)A(xm#c?(#ƟcS9acyfU% a;YRڿ І2~}JJrմ3x= zٸ|]? ^-rd4nE؝[`]XmEٚW!pdcwN\ KSTaȷ>ԚsA&94iMz#zԤ^W3^Xn`I3mLa\HL USI,~֬51`=@69 +AᲘWЀّ%w?s W [}ܴpBG&Y辭"+3R en{'wLbT[^E61ky7_KzXݹ^~=C kN Cd|@,2td̀BMRD<39FbTV>8' ?qC&ma҂G'u?SfǓv5 (l%ٮÆV~ ґ )R?d@rNd)+dh;^/UpUz_ج8rTxoG >D/@KcXI%RyjQjHJ#xeTqz\,?௬yeVS3dBi} =0Y=cU7V&P!%Ǭ 7UĴp^jui|y ")%P?&0'z$s3'f2H ʈAj=:W}Wz:^Ֆ X7>᥈/` ލ+Q/qH U]ٻ7nOUb@XwyE.F` &$=M[(pDZXe!91+X JSdR?yޢ~ևKRSgd5xFX% 7Wx)')ir9agp>!@Sݱ8]V .v ;C[LR|.$iW7ejd 啽v֯WYq'lסF燈0:`R5:>&~ne^++ZɆ7oIg\ )S cJxiW<5p䄂N*mp:IT\X+X(Sa~3_#QRRf a7 `WQyXTz( I"=Jܵ3;lR^}[;E[l:q4]^vv`éj`ۺB,4{zSz<ef \@՚JWw$b懈S/rcړ_? Թ\A]JQ⡛A)ql _Rroeտ{ 5ERwCllYP2$֏ "93vg{rhޠ9ВNlZ9 !W.X^,>uR bz$M7^zF@F׳+$&:0MʕَEmx|.u7^!:kpIe~`J:Yb{m>dGCZ)K(`ûO_nDתoꚜzv޿;U9k@b>@ dhJ@0DyPU=?q=VF{V++'ϧ59hq">w1D?xr}I-``cbr2ގx@yKg?sO wcR=EڰUmKZ܃!t(/9%ߏ\oBO%V+={3ff|클 q:_n~c-I1ɴtx&mk-϶o1!%.Kep-oGˮCΣw/uZ^Vijq+ 7Lw0ygEn³Npc3"0sWIjds0jϰ@# ):{q}nK2B0M:^$V`Qc0U*n==ǻ^*yQll\E%֬vTd0D"›$JcDpfDc5jLj^u:̻Йrn7=(ER{]NZOCeJ@N8%QA&<=9%++|dPa(r)x&S=ZحqdԞnzـ'tw|~hTֻy*[6Md!iv±4r3,9 }kfk6uiL>=q~O-9s}tL!Xu4kϪX^ f+ҡJtU8vB̀ѦhVoˎ(Sa}]1ɇDe"6ޘnвMA>+~i͍7)rX8!9'X>\Cn̆;NHz):ЖE\ߒ* mrr_w}}YŸF צjgaKoYAǎ AID\zMx`&奫yDBsl(zykKMipu`Y~qíXc gg$r&6 TIpGCiMYO=wA_ZI^8+ Kek"8_ !GgrφgSZ鑹G+<%h'( ⼃HY,ßx6bHggcRkӟ{<$$#B/BJ51*K,ȹu\Li}Me1+ԅmBzxvb?]<-c_SF8*=c+ܪKU 45'KdlֿP̃ͯ<JB۵Q({+7!i<3*[vP_kmH<|q[H0d6 bahQF#<~szKtoj,߼aԤ{7\OUC>vf߱oF ^Dedp\2j #E'r}eU.ݲ~5-Tx N*wyD'ݚӌWj;W93_.57@OQ1!KA%;jeZOأFz xq<]{[7gaD9z WDZ=}첬hhQIn80ׅ f MHFd jDq76UKWOdhyY\bg*~ j)?AS&n DDQ鸊; vݚ89A@yӌJ+,l&f**E&,hc V^0v;P@Ɯφ:- ӰV;ovL)ڧ%{|>|;}Bɭ>(p#6csVёV&Oi"O͎Q^.~f]p>R tkw9@_YIeӼ  )*Ų{#W+׎#iǓ+%~gcr?1wL->#AQM.BgͲT`0 A^šPQQ.})LLhJ:z>)$WD9dy{9Ƌ4|f%Q=\KB%Cx(m`z@ SFMIfL0Ehd̻etR&} 0<D T2-g9n:l&\o}"3߶M[|Eq&Q+Sڒz!:ʖNXa6 |ZsT%2nL$BB3ܵXM,So:cxI`ȒuPڵL.?pǯ&+˖AL FTY (9D %|֡'te?rz$0=Oڣh6ڎ\}l ctI-,wy, HCbg C%4A'9HΪ˓ycZk޾}ݯ_9IFC?Z]z:H Mxd}?n}..#/Ә. o\)ELJ RD-1T=ntRp&ףhI#ޜR2Ckbe]&x@IS5Ճ/%qd?Bj61\^p2$0BPdmluN&՘i *X52’s13ɩGj\@R%Ð#x}+;v#:&KWr!~~1ƿykʻ^ޯ ܹ;/]?˜ؕ%_7#0ge|8f_~.S.H-(@P+g_=,i64Nӑ -i/dxŨA7#ݍuK]ddeq:}T[+ӡ6,@EN8=>DN;.+T_-ilkrfpT/c|p쥴=ޅ +w? Uҧɜۄghฝz.p_-S>kW ڪL'?$0/)I:Vc&ț ([A0:uDi;18 SeyѤ|艥?ak.{:`j8>ZLv] W5_TXK.l#<.S`s {Xٚ8 Z+QDW.b'^1Qi7/`+L;Tec _7n#_A!$}IENt'V{~13ڬ( ZvcBJsR@hr!QK)3RNy$+l2LFauHr B,m4^l);@R8u:0_+)j*V>M/ v'9)*qV\*Tl70kۍlM-mqnx m1j-"/0vz% @C?("Nk <0/Tq0GBR"~Ap9@:Du <0M(3J#6wW%G:.*>$=6ax%MJiE.zi3!H,v!9y ꦘH1PE%&<)~)qf/P%W1qIEێ+,$AxZwi1ޔT(lݷuwQӥ{75(bÆ78M+Iʋ%w|%'n]`g:?q(1{'̭'.ErhIp ׌|&Gӷ ֓tW,}Dl4ۓ*2巆l_\0_eYg.GĢlwDdRpj2LV*f~t88:F--tWw=,[3z1FRxPo-,*KWG&_(mn@ٮF8p\I6&VHOW})}Fp+2'uܨ=? BnCiֲS! ڼ~g z2k<#ߠ3 9M LE'ӉQm Qs3$ Srٰ<j"!b*bsUWЭIycupfkF'A%SefYm|S~?}FAe'8ƬzJWS] ;EpuG)qۉ rOzU3ʤsY}P١ jSᜐ51~[?*Xfqx 4BOy b·lXtE\1 ŠEHnzaནnFvOr6/3-b/A>ڝ'#jšJT}ΧHw6'r߼gհ}-moؓ9!EI]NsAla ==Nd{ܹnq:fo5,"Ս '!XJvG5׫Ԭ3fⷰ$.f!@_ݭMwisOҸXM㮃>րӒ#a8}8t$L9YY&gL2cH4 #o]c:6jtiE nŪJ|.9_j:= ׋S K cɴG+?-mZ`ݤ9:>I8Ru!h9@ʛ]26z?j1a| (.};3BBcsMS;65WNU<%'YC1L42^Pp;0qwAn3LL26;G9. cE[: Lg=nx~e3ʩ& *D-Po-<|U`ITVy=on f͔ͶE 7M&D =o1Or09*OvB :HB[G [ z0_OѻK?7'n&Z9ImTf0o[/  ?P,yHN9G͜T=6Njc53q#cנ'*AFQnr.S.f!7}qg\8Gܻ ]hU&`ī+1wEťQRIx v|Q'L6n{|tCbM 8O<jpI ũDJe#Es}:nGFL58v^]TB(Odk˄{zcoR$k4)},qY0񐓉!39Y:(}E6ڢ㬕,(odvw8?YA+FxTiN0<Y=-3 X<ӵwXŶ)(ī.aTS(tytwRI"LA|>Ҳ[ Ovdϣ<дR )g%?!+f-\#CGX'ݙ] FnHa3Tʔ< i*$yhADi_p0uhnc]t\L#zִ g]u'ъ蝃qߑ#. Fm0Sd={کN.S䴖ӠU&=LIZ7'^R\xjɛ0`s]e_ Hj fMCV[)`7L8)QD|haiVٍNPkJ$ayn0N#wd`8M_x0"k.N xO>Ͽ~kD;өVAHec*kK)4H1'gkRJqws[:=s/@gpV[%t0rS7ś: k>#Ñ1\~$@hs!6؄lBƴ4"on7j}IYKn_紇H5+nH~Sa*mt:KA!yk`5APA5:sҴzskEp (N"Mt×y̻jM`d&?Z N RİL-JCsq5EH;͎C?TO&J6FOUTȄwz0n|'wadڤ6O3:7mY< ${mLîC:0 _[eD Euh .,j&5&*^ قo: Odx ! e\-({{-;ރXm #v}s W \^XҘTDۉ N.WcOE܇_d*a_7xP{$j6 _wȒw 1|[a&QΖBA}(yIt}?an_`R=睋o]榅԰PaW,V9=)^F"C3";&_j L|ksi=.;FvgQعiWa"^*#W1.Άt>ۭc iϚT5u)I ʄƊK 1+aZnA ]*xF8ښSc~TI)O_\ew=`k sHo ׻J`Lvi5 [ksu~M厸xRd')/~ = '%/N5M)EiL4]FlQh{'4+ I*'t {ee!:ɭ sI>ʘ;ˡ0L(8?n ڞM*1^^tNe/IC;uOf/~h[${X5=vPO䉄}}KSML͔ h2ɑ]린|ίq>u4K,ΣXnzQg!2hO:S07$"GUuI1+h B&lAm:7lOc~1.yMNF5;8B =ղ}"x:ebԔ>/j7ArnB؈shkDenXRhWTD,diM/8ʁSfę+ "r5!v 2=hRNb |ꉧiPI_vʥ@;@YJ̜MzNK>S-l IZm5}%CwjETۣ)f%dN#-rn!O "+q8u//5n'q2w0IC̼Eヒ  8 vrEf |Yeri+T=.m}cr پp3Ïlj4@ӡ[{4d v|alԂL!H)ЄZHEB@POPz}iVw#rpN:aŐHmz]3 7L%y1wY.}n6XCÌYewMsRˠFF֑0HEa6.}f#0RLO`lIS?Z-4\.6! 'ue‚0܂*צ5$\#vʡ(k?że3f]$W,f/g[M+wM&#C xcGQɨ^(@rÑU.я36gpu91q<KI)y޷ -,\e`}3^V(u+$[*@B]HAc b%PM%{a.txeo"gOOiX]qbq'LU1Q5-XV lʱ8&V`~'iJnV^07Pd4%s򿯼r'\_ŎGWby;>`mEQqJ9kD*ԿKj`)3 cH;(Ot-}g|Z5:{؟ɋ3n ܣ!e;ˉy['k|up9IBz81dl̯/}])س> 3eGsFj(wlA}YH'r*2 t `بwtKN6V6(k^HhYHjboG7[{ ,EbsiDˣJJΙ{Dy"i)h\S88xm !ИrE++$yc% 4lvβ!aeL26R?_k:]ZgxH؃u¾-ql ߨ:kT ȱˏR?SI*I]q d\4YY# ~gB Swdx-Y)P&m{+˝*$r4xfiZ#9-:,`NE'|9 ML,=ꧠU'#?=>8N ~zU${sklv!ܥHA?&_ST@E 5sl0QWj|-j|x%t>*sل݉}xvni[ha |fD :8%%H,ND*q1q=剗s \lkM3w^J'3җ,ur~HήYSy?ҕty"{2Mj~kPW%`1ݐy8N>KPR aOѸr3a7{& <+cYu~/X*̉0(c]t0yQ6\;EDКS[Գn_f~Ev0^I;mn;ţAGQOl;+!LSu/WtBdȡe]ʞ'3&a?ȌQ:M a' (*̎7S oG{X7@ ?mjgAW#c7v^~@mpw8E*tS>QjyxK"ܷ*"ْOA @ 4POP]~4U?VX}h#CZM:ra'W m00ey@Ͷgx\@(<xA8VWv)P9Uw- c,Ͽ2O?>'g)έ,F|Ss쐲,m:0݋Bc0`R&=ws>[ױJ+hBbk IE-<-54 (N8>]p g4{ZVGQܱ;&(S39ah`&HK,ND}ꄒPo! Ҩm/Ai[oVx.DEve!vi&_nmD +(a]uMGO)߲͡i"J/3V?Nh/|%U _C,e^TIx4:@6q4D] 9q7u5 }ѳGw;v{z4ă)qǚpB]M!_? jwf;rUW,djv@K8՞V]pI=B 6xM_.)zlo\(;$Sז?IQL1#~L[kX1ogqthRv~,(_sr|6C^&rPu/'^Db宐p+be[cT̡tHv٦~TKKo8Եqoq>#]<9Hl?DB#ҤəЖ֛@36?=| X 3/XYNk(#Qe湎bQ 12Yv&lxLz@G% &XzVmͯD>_9neMtөޖ6f nĿ{pdZ*$ʂ$I;0;O|HC(h3%"8sDɗ d`iR)Bv$2iמ9X񳲴A=J0dz ?9p+UG+ f[%CxHHl̞5 ;́ܟ_pf> -LF/ݒŸ6&WrkҶ| wmT ,]Oz~&6>MCV|JwĊX_}BSdF6a;S>ڟF&;- գ Quʺ$9y4ÓݝWUŸ)bpRQiP32βGButyJxNJ) FDm0U[d/3uusp.{mRv)+IQV\A-dIU>" N?s( ES ]~q$Tv$/qx%Y_fxȧtA^^~~ʵ,a䤯J-_@=`# c?y4I@q+Ael|4*[(џX>OZ`UjBbI/Gܶ%i;tf>{T{'XZ@iu)쳿y]㨯c$3Y㛭ygx`;꣎CbMrH=;hPHP53W8@s@obiw&VHgNU*QX(+pU~6T.M*`SO!ƐiS^6*.ѹh=3z8}Хm?`h@TDKas樳3*cG~1eX@DF: W(:^i k}lJ·gE6p؉~I47,vbS|?WP;߻RI@WPKvElP5N{>N'g8]גB{ק-?tOg$,{Dᮼk\u0޼ .x_cpXi`+WO73T/KaY]FUN P 5ONȲ)7훷b+Δ#;a8ԽjZ&`mz_+z. Kōk4bk .X (r d0%xnwmC&/Ę%:A2M ܍{1Ǜ!2-$SXٿ1 ɯDW%otF.b2O"t Kų%RnɋULȀkl8>b1>Xį@'1>G$e2Z~suoBG&5QYCޑ4u"wjֹ2~s3QXk3  ڏ?V&~܎+ &׈YR0.l<$"2 oEQw?$s}0&{de-y8#DkȓVtS:q9 ?UMmORw/}NS/%V!kzYT>'F-՚\47H'dI8-=zmgT ILBZZVwf5^^XO%@A͸V<PjMáp62 tt~Rސ#T#^vS $9e8z> yPCzJ#d K@O >F{hο-XM~|Үn` > ESx 1|F3!ja~"h{E(tmظ=ӴZ Y8~x+H Ri1 ߏKfsǧKb=S\Dϐ#YI7Nijjk/l|uA0~ )$h.Am%H_qɹ,Q7-:*TyɓC32 C_~ ЄcTX9i>+yQJ:v iTbabnùDS*YQcc[^E:VIͶj+&x>Qi¸`.Kw;,AY=:1;=5!Nnm_kS/E*S9hqR ~0 ~ )('9KG{el\5ez5c?fϨ>B[З:$&yY3*9Ls ygih6 0U1V!U(I IooO>*ƥh[ƀ*%y>^S[BAI) ! 3qqE•2CXQbUd5qK_`W/3m[j  5yx ]obwK3!=WEC&OyWU .k@!&x#l[{`qSGI=ƙłZŒ?4a]rGDtntQx)lK?wO7Rg)Yʫ7xYDlNpi{R>/]wf5J@ww{Z@mstfg1:MX8iš絉F,RXJ*ƽieVؽV5ϨKw@JǸyB}l*5W$EKsbv,f Ҹɒݭ54x`nf5\tӼgZ:M^u&ڏ3|v-u}iڕ8k^H2abZU޾ڬ)}cMv\7Ƶ^$1gOOC49躧*˅KB cs8Ryr(oUL'Ч_%9(y0⳯ZK+zIxb~:^ڡ$uO*pWv z967wpu} -X*ZV@d3?ٴd6=eN+n d"CiS㯌tz)& 7}t"SY^;WؤU. o p W(D䠙5=`wHmKU:6|toe? tiN'V|הY' zɨ W6fc*c\= rhpǠcCȑg5u PU?KNVUu Ji/< 3Y칃_-z%_O4Y矷0\r(n"O_t.AG5?DgP$u28Y1f>N[P,y5,DeZJL )ɝ=!F*"q< 4p`4Y<$$(jxPratbv_<++5a&ypF-}݈|?_[8R;UWA;3l|U0>sFl텛2 tKy4ږP&U}ϲ͆/ww2QCe0 D/狼,6(A#^i]l 'J$u`>@C1W%+.LsG 58˪Ji!ڕ9 /tZm#ݨ"v+EJn!~﬑;[Y_J:8n_o4{Ax0b"dxW\-6 %m u*~b KZ/oncD%ɱ@)̯7^2q&ޥNފ LWmx@DsS3F`r3+TCDPʺ^m Y-u?^O#tF#GD1zQ^zFJYT|OU`7m bA'h)tn8Tj('e0e7Ŷ'v^!D!X2ºbpK{yjx wt?wdPnTBbr ֟ĚiWHM'@6&v-az~61& Q9e{WL߇?Ԣ_`3Є%шZԟ:3/[+ B69?#֛(i!i !fF MIl肛b5~ٙ;ME!R8@ of`~7+&KkXaZkIsWҤ;pm(>9!%{Ũ\ã;"F5cyHYYʄo343ks {!#Ӷ$flcWFCǥ\@v\kF+w:a- ӤwA9ܨLTr&1|4sy:}bu>Y"<ͧ t$"U QCaq6L[K֫å^Iw&#OI*1ȘO#  |a6! 컏]csh*>8nh 2ЭU+XA6/*m5N0G%~CNPpfV`Wztb2ǴFٯ7\ oAWV%\UOIƢ]ktЍn TU# B660I,o9wݶBsZYLրFmFUbl Ȃ60wp*gMSTǓW` W^c\]>XzɐJm)gs<|QCE̠UK~cD!N6sEDI;@V;\Co]8@0qEdҗ߾H[:dzj"?Ft֠Y!/7F"_ㄈP iv&V nsM)Gȸ8 Ig#tL( M&eoXsxBZsrb`yà.l")i3:w2}|,#+Cz2+QolOD&|8?: "ɡFAh0 O؅]V8nQy^05`Z(<))d{L*5qv}Qr#"%dzAmjV8 =Po+g&c02S^ԛZb'ƙ`')t"u`$=MIzxbm * o?X>Z2޲TX#Y[.zޚ`2Bh@eЭ h3%.YŨ-v4^;ӋԝݙGeb7^c!6pj@{"sW[S}#!° 2Y6qLZT78"Sc%lZ!v)!Ve|а#Ìo xB@QA!6K*+w4>2W_۬n5_M2y4= _ D <=; JJ'L^/[1]YsZG^t8N4hU} Vӈ,5F S|Ӟg`zkjM~B N6O86vggj!EfDђq `w?F=WUùiL[-;T,-F<( ]IʢXՓLqu2Gj16ZKV00:"J툮W BQz<ɑ>"SB}*SnU;!XKdiLS7VD~Jz}8lCN!T., mPi ez7O88 DIF >qyZk;ԉ#j 'J Pjho z̮E:/ʡ%h{CTRC7'J.Շh*B\;VScC%f- ajGvPJR%JWэpGlV^>g{3% mGm{ZI˘hY7buZ)l4[Dj8(0q3+ڷ Rx2VQWo4vB].:h#[pڸ" C.ㅪ4ڥWJs섯Gu@xk A1Aw%aQ@篰[x%oپzN^&`:x`񁴤 ͪBϢ%Ky>&dKCZM7p(@r Ƥ~kDx:4pg<73o@),,Pke ';S83!YWU}1Js59ЕW}:E+15QBF]c1dxTS=K.=Z/][x}Ṡ'$8u|hܬ]h> t tL*|;JT=ڲV 왦]<>vjhfq ob )w|JQMRS$i#m&1wf@ڿz';,&յJ3Xˑ qA\]tr&ԑ6t_nbϓy|V* f4$eu9r#cF쬡$q5tdqSPO}첽Cuq|ix>R%%opov|Iv#Zrm"ԕqie]mYMwšrjzӹ-wBŸ^GG+F5D,(1l|yr nx;ٛtCX{,~W]lPɔ[b}x7Ch@/~@-kb< (=:5 ȪNƍt"q'j7 \߹ˈYn|/"gb@9"Ws]>p)A;d,Զ?* 2 ,pVȐ=wa6-w[pF Copc5Y"Rl;0J G``K lBZWd*4NWeQ:ԗQeG޷$8FKhwVJ俰$h b g-Z$ 2!F2 0(7SHVMeLW2;vHV]h$|k1,FĭxfgF4FnM,M.!NɥnD=ۻlٕkfW^$AjlC\Ʒu yɱ@CDh[Cfe;VJSЖ[ \_<}|1Xkr8r Cw3vw'޻MC{x¬|?#Rh]<.{Gr}>Cu|ˤ׶)xɇεIt Orjې k 5"&"ȁmFt}6d.)3N~׆a߱Uk+݉jjrkhg|4a*19b;N{VU!U/z!:MgN'y,Z֭ [%,zgBs㝰&l Y}e^ҞV~FBwkjf5\lI_zϓuN]p=vJI "d tK-a=<[Qe[Ik /-u@LGPs\䝼PH"ݦZ |y{0W6\0I/"/[ހZӛZğk\cK8zT  |W|BXX-]3=ٛCiDr;B-cfr*6;W9޾n oOʌa]օ  6 J3Gm]NH<S69%̐&u}'1Nu/鵺تwK6}>f8 s7 N]d:[Y<_l)ưvll"Fa1jCp)h7{KZû\:%eQ~31ԑs޽/T>Mc111|g750Y&77S.#=.od;aJ0}/ Hݷjhqh[W!-):~К̳ooe*<[k\Vw0|6=4,-}+ک/ &Q1dkZa&c= E]TWZR9W@v/*gK|1v]Ժ|jo;;(Q |tv(V[&\&T PO%hуQDV%Y;(ETp,9s:|\d+3y\5 ڬM%0@UvZ />,o%s6/C Z]-Xmqr!Ijt]HֻC,p3P1DwV6rv{ ư;]?yut2RH^GSy3ƶ~ے.-yNgw-ѷx7`\loE`k9h+ȯ8e íޗWA ˪L]GdV$t49os3 vR;NbbM,[kca~OڦGz'xRm[5ebGi, \w0Rx3Tu((A+ͿS]y7+h近p1> #˱ĀDǰp )_;5A;0X&0JUfJQA Ŷ :Ӿ7{? KQAal9ӄp6o]) κ. )RmQB83|2yw(^3flojdБb<TwuI)k\=+%jŖ&{-~\M$:ABex;뇷`G3|mf9?T[ H|߼ Z%x< u:7'b];rnj!7ëIf4ޗ!o3#]`iuaz{.,Cv FaܘO6v cޓؖo.όglQQELc%}F,!98_j oNCBCUӧ^ާ(.i+/.{B>'d"zzL(54ء P}m;lx/t(8i(mUTdT*8έ@ib +<v35@m!51QґI_In0c rif7>V];Wcq~$)Āqz}PY67ٟ }5 P>% IA Jšz dg{#.Jy+ oN؝\}${JtMۘIu >'1BEiف m%rj_&Jьჳ>;pУ3p2^ [;`MA~ldNͯ=%/ jWgY@U,5zDlN=ʪśpX4sYuB%Z[JyyN%P{3#-B7Mx` !_{-Xr* "oƦ]P/"p 3y $rY2Xb ``«O[s[AE3Adi~Uy :gE۬HGc)SZ7>?t8FucGSdzOagӵf/DOi 5{k8&C3e^-K_~%$w mgsʃ|ya1ʳDa`J]@ ?lpϖ:K`YĮ( !i ƠYQaTQ0.QӖ{DjHi+qW^d\: P6 >A!3$!Mm=G1V; m˽p^Mf4,MԳf;X{Q8B8o4nK;o ;?!L;-:\[oB7;&4qx}a"[BTq>p!T}V,{`jzE51yva=u6E,u鹇Vbyaw@KMXh SzV Clͷͩ%)PȚt긒BkR_Q@`i 2)[9Q:/;L :vᇡ{2EzS*.ZLvsuWPbBDF1[K~QA_ͨ:{_ۆ] 뛨 f_AQjȏՊ0h}@ќjīyfY0QD0\]~ ˴ cr{YpUƯlX1kknÃYZlFV+?) 9 F~(:_˖rh@6fi_j*I릴YE\*CW܈N\d_k."'=j$cU1%_ w@/Th KLFtRmɦ:M ý: $`mh @xiD|9y Q?J˻AŽFezy%JOϊY1yB se'Tz9I=&I 9*4}yN쑬RCp 3ֲڑ VmeKQ6ptvQ2,U7\xslh^lv[mXi3W`}H<3sZz*vәl-,/:;˯'si)>B[CgR.gaW`!q l*7f?沃dBuVqԤ[9 up n B5*d&Ճb v:f>h^Gٽi{1ɷ@Vx˚TC2YzmGhAYDiK$2HN dMWYgW\{ }a]Ozr$YCpnUrC Ww#I3[ 6A NJW1[2 ~d(M#eQȝSe }aXv$'F^ cc HAvʍDn!~rF0%SPcpbfk9JW`stg.!/•~sw)PK=T~Je߁s'}  p̪8w)mD2RJb*(5 Sl?sXiʧ/ lmDVy9vMDX''s$vrMcqPy.sm]˴D  D' hhܞ/>""7MK^JNfu ;h8Y*uщ ?U2oE!ƘZE9l`o`=!޳B:J ,E5vX]͸&fO:nߤ/SGQD4Ш7y}W2 uJPw\ð#U0U9}-YS%H BC m j"8N@̭729v iCL\0 uH2En!i[,{ݱbpI;t:~({@VbɚtW=3!GQϕyO^Ga/~rsKszpCb,:ٴ$*_ue_/--(lc]y8z5 }1bĖCZL|cI!'m7_zHh3]!@&Af/뎔 #/ix!Z=GfRk?Vd齈-ovp8i*ǰY3UFSIMSR-S/#w'3tJ۳ $wV7 w#N}A5 0.]:. V6d!RG.V}}*B*M5"%\W+׽OP Yz"F%: ⢈t4V6 {7¼Ϊxi ̜_XA :Fd`k`m=_m;ijZ qW5$$@ n{ ifVaˠH+)y@$V$ؽ\wV/On#qŢ9GVK:Ā8?p3fF:x*Ԯߚj7W)Hq\4a8\V$ҎyAdH=? 6i_VmY>>p-)19MU.:`};@sޯş-/,/++%߆9̛4A]J_HJkU1q/fU4mdZʉ1G֫AH ϵgth'+6VƭK Bpko>m#6&(4DaG Xd·Jm4#o}RiSSۄ VV O`jQ`F?U?́0_a]];¬Xr 7 b-Dؽ>ψ~%IޥA=וѱ*~!Ƥ}0p46@MdzTLL :} `_{GN^Qɱ&93DKx|%K po`O{`#ۏL9I9ۜoX;?S_X`AX Ȕk9@E-Yxm)=V.ׄP`/F=뺃U(H4ݨ@W ;QGa)bE)ISǾa(~@'Xj;GdcӳsIc>~zt5΂L{ C b%K'6%ȲȘ7N.N$Pv4dȜؾjȸ-eʩǎPz9g$' I3#{FQޥ2 #x')Bܸ}KRrbY`7\)%x(m2|ƿU}ZFLuSۡ{X,"5fgHs*' #o0?EQ/9iU1j9_"(-8P T3 ?1p/K` dhٷ k}܆./ChXlną"]jYt5Ґz*;ȫ}$~cï!Ic6bY"YDyj?&>jIezTT?;FǺiljV*OdղqXNIa/e Ȯ#cI~e?e~lzӇ,<'qQ{l1 ?Sg ~t.'FlO38b@d}{׽yXFS ^UCױ!0u޶XR~]dɅ}W *&oE65Ju:AH^]LRV̽|9kf&$_2`qP33WI߃4} V;zY*୯U9_o`h+G#Ur[Ċi uLcEI# y#EA5^ldpz = l;  kdxgHFs苞*fI ۨsnՒ*Ady1 +`Eg{;+KNZ}.*з_$/&ݙżu'x^һqr754Ob.3dFZ-7,my;Ъ(V KTI<)@s0Sחh8ls GA:1{PGR{vI`Hr#" `%?d R6 .]'[,y< &>[xnORғ m&h> ;RS\e#d?DA:O}|QאLAۖ˜Bv)*unYN6Ut=9%*òG,"U}5U $a61 W]w&CbNR22$iQf8JEJ$g\:9AK@3Ƚx,+SȾϸS386y-KzxS^w4c 9|os 9揕䗯v9aw3)>FItVIw/f7N.#_ ?)}vOQn Xdh2U{|Mk_uG32c4G֞%7.9Y/kE+K{ JAR:9c!oy1;cT4Ö,Da~CX6mú뮽^ӀE?7JUl/r/OJT;o_#FɪlKuev~=t,*sBbUJ>R`oLa'4_scc選Y!&c>@|]ބvN][b$AD?o =>xvB56 iZd 3%\j#t`RaCZռӓEΙ9zbk d 9en& &UЉ߰Y~v(\(U]cxz~- V00aTi~$FqkӼ%vTƫM{b#4^i9dZw4^NOt X@$h>ω83x,mXGRb bSjUV-J-4K?^;{YޗtqJ|]2W;*J3ymP[u]g‹Oց./1qlur`27=N)ZKIZkrqɟ ӹ酭b l"FT=p%ᒲ^}ֶ[CG2AEȘs߫7'i%i9ypzΘΐYߤ gIli"TKaLvI7.hHaUSj^ɍml'1~Mm!F?4|տ G13x[H焦o VSa2{|\,̾=pc[0~(<b(,=z:|{㎚sTnM`lgg@̒wM* 2,x%a,탗O.`D'' =% ph\8F@ϭ:-ۮ$\3@GpjI̗Cn;`f0.iYJ:?lժnÎ'Ax B ~i !$!EC0xpn2!z0\j1m.)r9<[d4f`ע]Z|$rrzI6nA ^Q7 pMѝ駠٣[m% 2OEJ{4[QՅAhgpZb%nK2Bޕ Ԥ |dhzSٴTK7tt Pyeb{֭ġvb}PM"c+N TY3wSZ u0kWA(eel;9RU Phu[H adtMxZn_Kf YE7wwO/@B@,` w|pyХ''ɴ"<8K]q. RW8,1:c?cKasv({4oI򉕳6 fV W0Q*p=2Kgt LS%P.SW/ ͑2œVW0Zeg!ǠK5 *\תJ^#5[b z`h@T _ަ[>}U8j7D '3#CKg+A/#9ytV!ajo;>{ei.~'Qˆhh/{J)lGļ<&NY|o2ᝒҤ.5bD5vܧꤐi4ֺ5LM<`y7CN},cKo<~T#q5D24rp0\8'i~"9wJ?}ڰ kEV ٯ70_Ժs#~dY5qM1O/C}C)%ZyI_N"F @5F$ {:rz*3.19㷡 TmPYKQ'}=73iƝt .L):QH !} .{&ОQb,`xOܣ1qW"k9C<]5QSY9#%WKw  @rd[q$Ҁp]$JPK\볗Gp0\S: w+τjjAx>r6H]WW7!UoQ` `Aӗk%_g݌Irz, 9ۘn5 E4#ԝKyZ=a96 ~xdot^UcKk>%0"EuٖCZYg48.x.ɛ}HG<_~IiQNW(V2F]aEم'70[VÃ[߁ |]L,;=$:=D" 7S ȕ~^% bӳç抁8〝r.?ǭݕ $ta2 0Y޿x5E'~c#?SUUޝ /ɴpes,`Io:jׄHj Z_3Z;Kb-3ъB׊|'  )-vc7XgqN-?-~%N$D`S+ d83tjSK1yKfx&!~znV.(t;yB0(uL6w8M^wn%3X<*`1^H }{LEܼ:aLiSH }RgGk$P_:px/$vknR,!/ YصaJ[px!`\>dlCar℄!iP&T&ٖcDc.{~嚟wG^*`})} &=w뷻%%wK㴴ȓ%>qkF w@!:kG['vhs +w8|i,FHSӣ*|P;Z5R6̂ly9hfnh*:`uթe뢦S?$G(Q }ӏP_gĬj1gAYV iZS<~'1#Dmirn +ubixhSNubbC(.f o* {+w8K.E?+EB/tHzADRrw3`fbh =+B+Īn'$]H,vb9F>m@ % 3nO|iܝ̅/mm55 ? q'^;W٩&[k0G\/Ml)fA,HE [H>{J:ҋN{M6{>5פC}EiW? /*2 lvK4CNNAnP>7Y03DqH@046y3U,-[& {T%}TZg_eAV~Nha`S8Al(7I1SdLnXGlC^I;'~+by `}s+ AR6 fqvhhS!~cR O d¤΍ G5Igu0c /Z8% 2=5 {I5+֚NE[$*s!uP_ VTN^V˘?_AYKTrJv=E7j iUa!Z:`DoH!(*1 䗏k;@ZpaM5JH V(@h#'&DL!  Q}(5Y预Eyl}pFȃeh*Yk^_PFw[Lˋ :zW羆>eb|'rRgyx?=P+8w kg!LV:b\Q˷cO%j[6nݘW9.? W=I;I?4|$_EK3GfBP腢jL^Z(\ yv#&2N&1 bL|a?dڝVq_@ E?T-4ab& }ĝ2~BsNwȭ,z#Ժ Bl烶"& 6;JWdU6yGj5>k *":Tژ\rU<LO6An+_b?p%, mg;M|:!ަz-uX۩ 3 ؎c/#M04f֖-!Y=5!:A hA4_L kkݡ _WJt w_Zd"_3E1r[0s܌*-R)aShFfa@p )#k[xa02|)3d+o4#$mTp73|RֽN>t" ͎$V}<dCe3 D(v o9"tOt/2av̾nXj@4Hp}Ρ4vzL9ń o 0ܠKیv$(!K<0f,z̒ͧ֫askfRy0^p_%K<|ʳ>6 fm}i;cKNyO؃0SlA i'@T$<?gB_-bL$k5 [{"ilp@&5#= kP"<\&b" /2>NL;7WO.\K7J1f3Ӝ%9*(#;%ks.d+f.}QՒrElT˥1(rh.DGVėXg{tW`LZo# G5p5#E5UxNJl1LddtEtU/W,br-[TE1nKdlc|h֭e2o/ċ%P5z 's\c`Y1઴`zW,îVuj,,6JKYZ[ /YƠ3#}a\{aFɎ7EO(wܩ`m"VZCKhoQZp9uE6u!aH6J޼1Wb?W㎈ !DeN Nj`yTޘCsXB_5ޅG#,vī"FvЛ7Qզ6>; ,TЦ\l]cOuj Dv翞7BŸ$IR"`|'F/tCߣs5Qڇ#_>{ky)8birVMoԳ!]Gz cH(b0e +RY2֒ܛ{ׄz#ƴżted u=d]S^ 1u;|Wf7#uI ύ+k*bɟ`.}daKKũ6gXwNGSE97-H-d=wKΦ0|{EEoq b(nv_Paq*xO Axseާ]y?KJ(b%݇CnAy::ʒu"oi9v:JPakཨu2C_~!;4ihe UsOQ\WQ > :}$ë\ V5.@34+8Z3#R\L ҕV`E/|$%ٲWjR$9Ve͢2ɣz,`|LpivC/w f/-=\/;MΑbm\KGAltxO/#nؕ`?1zʫ?=iˊ-pioَ}[сO\#V[  /xxeHpVLBrGbF,>IJtXǻ7Y4XJ`DcE=P/ C92.%A&悛AO MazΩֽZ};?Yb,M}r$XzIF/14|soebz\JDL- aTڅ 3U9uCwcE? w=DЕ'Y*DZ=2ǚ*.Wg |qGAHנY6s;IYj49>ZXI7`'g<-,W|]AD90Y6_u8&2P 8vrSp>Vjھn`H=@}ɺ]Eh gw.ŵ_;CӅ Jt34CEw]I;?rO ]r.G _SY%; ♜xBha`[;r_Zӯ\ /O؝O)x8PX'{|-.ǝ4Xn84*"TVǚ\-" '"x%?Le\[gQі ]ZeY (@Oa0p`W\Y|:B[°K5{#c b3bd_N5Pge;Imʖ;<,,wSשr@v-*Gls|b4yCףˆQ ! PZeDq^}O!N}ƇMVg9~LN-xGD$/#n# kX&^0e`]ҥ5Ho`~ u$33)lK"S`ȡKQ*8$zPr/ S7:Q1č0ĂNxVAH4AEjZ4N%hR5tfV}M9z(r%-Nҥ}899b2zi2^c5ˤOa<2}%1$nvhB9_qcHoeH";h=-'ՌYgLzyf)g< $<3pxg1Ft/F͔2odܥ<5R6q׆Z(5cG9fUύX0F4%{wѠIGy, h T'A>+'Zp_ex68D ?#ܑ˰ [tZ\Tuػk%,|@zK_~Z90Isbr90m$Mtm}ĄĢҼZ\Hg$zꤍJq${?8dA7%+aL4ϊhIy1huuwUD֓/rH0kx \%'|MdyvK/DLۄhm@:yWU7Oa FDbCQj 0p(ȑq; -h:^r6n4&@w`m(}/HSu&g`߮+#y`e]Vi_#:MC2޻:6ZrQ+ ҚKVNXeY6F:y5I<7u~;4?@[N a{abwj$SĐ0U?bT燇;dx'e/v^Pœ >Y%\wŲi4ҿŐv &Q-%҂ ө&rØo;PSRD,!٩g"v&depW|Qq;<'%R:0ʣƧ_0!(xuV,=u&>,ۢfܗ/=* *JEvkH~PQv!!w0,Ps*S~4@~>LF ;[מ -̏i?Nt8tQɾB\#bWpq:KYw%yDX<2N2O󭎌1OdDdQH;&6AcW2kkvOni(3m(ئOKp5B׹MǜԄ"㈵|5lZdPMW1\1sU^,Q"{d[/.&&j:3/D|_^ޣ;ӬCЉj騋/30:R{:S^ uUh֕5iR&hр!ȊLfDjaт 2I命7ǵȫ8nmAK%ch#_zMZ(̋0$ p6΍.zRO]S" FuFSmkމO|YH70~vP2âݰQW-/{O9Ks"b9+FpJS]92쾒4V XCJL]0?9YԬlblؗ'XtzWypL0Xu Mo4|_12 d/CNcM ؁AR*ٳ)Dcwe+>1#pլs[J@-/Ve58R.h{׬M^l+N )a"[b?!cQJSEg0 wh'K,RZsSPijPR=̶%D3Y cTbU2_cwD+µY3=jjE {T?PE^ۼ" O0jqYDqu 6 BiPZ`ucpݜxl;-syR7;y*Ok6X`T}01f(Cq ղrXJ/˳ 2ފ+oZU f?Vfj[ s{,-&=mR=@n,:yVE9)TyY,Nڛ'|Ƌv2Ɋ&ϧfB4X Swl1gC; F*: >G~U(̃_D v_E#S}kbӘڰ>tw;F#Fh%M<WW8;t$覌& zY&eyp(Ҹh2^u KnG;zGXiMy #$\-!I Ì4ob51_(x5~bSLrQ=;'@HneQJa\M ᬓf|@+"I'r3V1꿛$ BA&xV"{\! bdXU_B ( 6͉8@4Z~FGhTLuw{Ę{ 3hJyn*t$IDILޕ)pNR^tyݶ%2s{i !y6\ k{g=O>[rs%Y Cn<|5Y2os7%٪n*˂Gl}N\" \-NTotɠE#G#4LAV{i{层ٚq# y+uK@;a1ҏް/rzv&a/j.̐E%h,:H $~ ./#!!0{5)\@_Ulg5YAE;<ylw%@&w3"fl[Mpdh-gh]|ZЄ$(U0B,ae@ >o(r>:hliC̩ͯFgpYSjp,Ld7N|&7 ɴlJ),J0h!ł0wZRj8& u$r=}de, c>׭h)rCvvMUO>ℕ0|#NuKk *sxԉTnJ@xX(,UQ,IOڹ+T\9L͂e@pl {175~d&ƨ9dpPFn`@ `m!ʹ*L h2ǧ*5L17n5̟ l ^}lpn}VM?#wr9N:F[QrxKF @(zn[eLDPI(qHV_8 t=cbe+wAK9#t:U,gAE#>M!zBnJ]x@g"ogMGPQ[FUMJ#VYqNwU%لS> um8;!,WX='2׹9}(v cefά# 1T9)M?$l0LPT@S8Y7mF;cO-gB?h$pR*zB.`m޸cCl/b~kfT6NvTtm 6烢l\XOy@\\*|q.հOr>fSͤq$`Dcrօ3!t9^%q0oFv~Ր*y/6%|v$Ff؞;>3Nb 1RsP = BO0GnW$Y2>x’3Y ZU#ɑ E.ngC{iڴ64FṫGW(.{ςǕX"VkN&M&f9Yg:n-ZCC-<ǍQ= <% <K.U#"10cP@IRo4RX¥E /L"2m}~E+@YT`YUhWf5"@y#6Ҟ`c,~{*bFk] +?XpeS׽ m?OֹtS$Wxy\5,liSȆQ\Z@7/O!ʂ8MZbH(zI$IT^bJ:ŭ gj'>Ս|j&5w!km{g*F (EηHf̪'x0ՖQ)OkI{°PFe%tqIAmFhu?R+7V%ò?:-ABkCQ1E}_5>\I#Owb퐬@n-N/"KU0vP`zƘ\ qYհ:TKue5fT9-7,ub&r8?\*c%nWŲ ͤoڙF/!b&# =.`Z% ]3ނ[bُ1$^HC_o>c a n٘>!5X_t}| (TY4_}3pPY)vuVg1S^(+&A/rx 5S3(ԉMTmN t=GRn|9A[>z{Z mt4=#?1{=@wPG/l+py!+cn^@j?Gz߯p*qQ^"DrD˥3#֬PYzIS:k4 >m B#lEJ$tX[q{}i,%YAe1 !|[@F~ج`=4h!6wS8wfȿ5h%>pET $\r AéopƉ]+_] &p81q.^bXc­Z7}LcErg2֎Q1xi3l׎% "4:UߗjOI#*)+oSb.M#zO:92jjҸ RvoVIw'z:ʦ: ˟;`+Vu{8,TZpOǂ]jkd)@Җ0zG9P9*&y6|+ uJXqѿ;4M2e6~h243ħh{Z>x56h;-o;ߒ( Sr;>\PFA\{.q&^#˲ݻpgh ;½[/[դ?fMmkST Uq_ >β FTXRӺA' 8!P^F8H:T/jGh ʔ{#p5=0 _C_&eFpQuP~u/:cYO ,el4U3n~,]nϰS⻸9qEP4uϪj^c)(PֶZ^9~3 0zl]vEQigN>ʑ ?' 宥،/:}>ϥ컗M2`~B\aSo=$I'58 [W扑1@e!g>mtypnv\ BcryYx-5rc`P!N-1ϧD-r^5Eg-D7vZmzIqJlq<&} 65l%~6$_t32$ŧH BPf:qKۗH@'N&P %}H@YtkQ':B/j꒰繉*NOY˓R>ЛY GKfC)JRF݌,Jb|xsc9`d&~ >G'/?ݺˠ~ 4:'r:# Zd*ØyNvjPZ7A.OK F4l jȪz'U tjVb =akN! 3la%z7?K=t0t|^423jzt30̹E{Sk1c]Z: ]Ћq\$޴ύvdèۄna,è;4ȗƊʍN}AZ?2l;5nvy5 A_8.2~:{DBfViw?*׵ȧM AgW]8eR%'DjĊrh0qj](,O$Eu bĕGOG9XX+K޲\w9|$#E}y &).Ck KfکuP5r*=Og…^@^˞VѸuѴ߶<?O͐^o"|L#*(' W5+xX)RgWQvXR2hQҬ59 M392.L4a&e&0@H]xh3AK{M}EV)p尠DB4ɥaմ6c >,| Dj|Gߣ e&re_CA!Wˆ49% )0&K2)~ ~Mۥ{bokV79䎅 #E{iCjIy;2 %9Oi\d`if)ʯCt]o̬uiumS6$4QKӫw琥ya_ؔ<ٴQI178A69Rx,L]nysk^~,dIwJf2{.29|ICS.{S!< )N!G(d V'pwB}←:bru4D2"imvp*</7SdaY8M7 HK6?$ٮCr|Hh-G<%4®N}8O+F$-Oru3n!yIznr%Y$Uͧ\٭L3:kxcU5v%?vR[?݄bIe5!_:fFȘY"w76 +ǞYXǴʐFDrEeK@\D\lBԻ _ӓ"6k۳m"U+} L~R'TjN&N91 բAV]P K'dnX;AKPR2:,&;I,G4tw/ƝW.0)wYuܒY: K @O2{ÃуqZBƜG2k朰O=([fx^q] h.FVS|V E^J;2nt"SYYT; %ÓX-U!?|OHN.۪ a Bs8CmaYc/l^d׈"N*I1B?Y77KaTE$@oNE[x/^}PD9)s)[CQ>M$ڟpP?B6"ȕ,ƅ(%ԹU5vgd 5x}:*p0%$"d ֒Q|./;\Ɠ]6mlCU WIBHIʪ7}p9D(T=K#&d9O<FM(q܁ð?JEߖҍ9_y>gN~1|H/1W|H/vXҌ`Pѡ]eH3&qhoTrfnw;:}+te7ϡ!@)C{)jn(,Gm#fc>DY s+讬o8> V9Wg5tPfLn09qUн7?Z2F ERq0VqC)PUDhG2#SNFCKڲܥ"/v=s"QN@r `Ax^ENׄK Npaopʲ"?^BF]fTM-ie%3-4.(UlG4å89n @:\9 f!Ax_zu%j֫= (4b:gRG?Ro+/ wՑuabJ[O4L YWy$#4,#tObT-h֭+Bhr (HI}Q]FK zފ'X.7Znr ͛ %GdGLm\G߹A$wM.n\رm ]Ԑ)}NR<7Y\To7E0:w3F5&1,|B|bһ8ab6TP(u0jҕ&nBG RG}?VXL4!$V9'r%: HAVf(GBsgq?'-\Ghǵ[p}y:3?LVn8Z!j_`vIpZ@:>@wzF $MF3\{Dqkjҗϲ/Gx2 ާ׊s}p.L/D4h[b:]Z,50XqMǠarRI `طQ`e5]cԽYjWk/)C稍,˄B zC(("'Wl 5PWPDs4>):2}ȯyot$K`bM 3z%K^y%c2I 3  #1bVr0|քږ׺] ]R^|7̒jyZ,J,HύQ o*!i %?|$K)YrΟ;X?b,M8-5d#T٫0q j %5mp &)7'kt' Uڄ =V7a=NN{|9P.g[`xT?͞[%k;+5R?zWt,'etc*'Biٔx"EANJJC#x- ehrW?|=ET㗠Q[,bI%oi7e0(dkGʤDԷtc5JjFZ:bVV$wS@ӄOw-䔭LN0Qt$Vni?Fp g~Ed}szJ֧CAyG^-jf9]BR"4HKޟT *NӚ걣_ÄCf+/jR$?"W_6?xӫ2n# J}4Z6r ,N95;^,,,38u1󕂋&=`"÷,ye072hHmʋcМIAkFҺTY<},c*(H>Dcmr5^Rmմe/!~ tPyǨvL`^PH3I,ڍ̄0DD.mCY=gpx!)${Y z@6@.yȽ*;n02:WLΛ-!hJ)wjzSfB?yu~u|yD> 5T!CV6iixl"./{8{,NÞJpyU&P?H ~ZJLXI2z".k}")D;$=?_V;_JR_[:5[܁E|Ⱁ,1"ٰUWEORrmBX:<] za Eq1>\<źarG3,8u K^4lݵ@&jLS0* ʝѴ/B"$n'cw:"5qvrNp ᷊hnJq%Iz%]VP:BqI0|||@̟'m^l/ZpMdvdo P=޻uic] m¨wmLy-U\OݮqJn>ʭ 8V>2s&}{m0NgE> 'lCPc6[;:XMJN zQflzG_eȗjXvXBrz Rf1h;o Ϊ0zcbL›zZ,;Nd4nΆ$"?d8*\t,B}aLD=<ɏLۿoSLj*+#=}B4!"wfffL{ltzV3z/w{vn`eķH)WN(}$=aNfvRp=jrF&:稿ld.g)c"YnIOaOP?[)=9-LkUqbӾq  Gt{@Gaȴwb/U!iR ^PģYF`o*] p/DS2@V5"Hi4g`qRVLٛA˥/~76S4 áyړO1lrE"x6kώC R36ar&cskWb^lͅcwwɋ=DJ,Z}[ < 6M禢Sk%ZLk S`o,Op-1s<θ2߰CO%K$~bb\ #beZ+tP^Ϭ+9wpNZ2cL)23>lDe9W1 Bhz9[!d~QԹf5q}Ys̿!F~n$\ 9t'6%@ny:!B%):XA 9"&Y3<`,/"Q_PFt[reFjqABs2&k2Cih3 ؟ƔRρ;Z/.Utpe_8H! GfFw5]`S z,\X_{22At#6fR ]|P2!6#4&҆x(Q=+i5:t9P-Ȑ"oH܏?aD.hfjZd%-xɟVemvݍ!Vp 724}foRl34*rI>žIq5C@VwkT' Z1z7F 2xlыBbP[pDJ# ңJvwjm /OtD,e^) kqQsDt^R"Up1o2+LT.i 1^B0mQ~*??g zZhZ32dהӅ؍tIRE,yWL z`Lۗm,_ʅnYimXڤ%dfWuO؟6Z᜝RXe hEWg˴hv4T PCo anyt+KҶIO̺!H zfcR'!nj"7c}. zk?+n^4wT0;KFfͶF.Mv"*[[,Ř^YnO2.>H%h5ߛf0X4N}JIQY6N7n*#װ`RJG-> 4%ml6ف-Td(DTe9Ihh+?Dfz!8o z%MϺ c &x)T>Ɛk:1X,Z r q"DK!̊uC Tv //ncMW1xaz7hΝPja^.7x{;{Dž6Oɿg`ڐ8t|%:{ERHC(YS1? KSxdGfrfGSBNraDxwc(B mk:lGw~J=s.{g4@st.(vO]b d T̻۪7cՓfaB GٮswhSK,gpTZAfn[<~{$`W&Ml천cGt/ufDݱ>P7  fk2Mnrj>Z_fC *g/i*v/&/vLeLTNRˋ<}C&&J"`#E;}wz Xi'e2|AC e\El䛄kX6AV,`h4D_1t;/_wŋ|:)x/OԒÑ B@eRVQjFy*d$W7E1.cPEfRIsww\xOƈ DL\ӛU ߵu :"';:^ˣva(aPJyz"Ý'S(G N=F(z^"zIkjcCڣvv/?W~mSٹkйgĻ-C;3bhi!NjtBݻ_a{]$FӮNupGS*SXrcևaY6Z_10 B'P׏ՔTlpeL.Ɵ;.ninbUM';7cGj4g?*izj 3uHYOH:.HʄU@#G/LEp"J.Z>1#DژB7@8@iciz6 H)Qh(ࡩ.=g:X;ӔPr:<0KbB봪= z3Ht$ލT'&@;UiLf{Sl\GIOP4ׁn)BY @} %9#$6mŒC%VH2kp\ȘI˝~59IRNPx $vHGva6l:hsL#P;8=>%b&T׸@ikoH_=5".K49Ńϱ3D^&}{G+SR;~,lzh¢4F#*ʃ]`<5m9Xw3}6CcЏTH+4qOCB瘔sH[_`0u,kfTZ3i;Os&W]BfvItc 0 |':ғ[tlu[a4CӞ)!VH1M j9TU7ج3e+%U US_Gx vȈvۅ~Jn%F> ߵX$jθu60QG/}B} RGbO@!Ut3ѽ͖d- Rft Q^S;XAD8v!W3,+랊) *'F=WQ8hg4B7͸ p$DµVa}%A%`RWHsQ6wfP\wCtZ?lQ`'gc?ilݦ+zqaRc|]pn7]<#pUE;H?(50M! I;΍}}?BtAUQjm'OC=ÎVs ݷjr˯uf9"YC-e.rlٮݘ絅F煪$`|8 34}cMv= O75KoZ{sևh,ؐVEȞEmyoc>UH M9Εz[/ZhSwMQa\5&fOdSU*sdK7.*qW],8yx l  DuP4dЯԵ7 3' _^Pk7ɴZz! v^$t +DJh7djCk#j|3/[1D4@ؼ@2aE5!ZrM[+T+6@fV2TJeqU|#*jvkQeqx𒼾8ЇMo䞘ĭ]e}'Yaq #bk|eJ?#_c@-IO~3.1gHK\I>pֶ+@x-Kj1@y9LWcv %/39t@8'吋5]屙̟#{$*PZBKpQD&3kH"$̦6 nz' ~#iۚI)bIp 3^ͪMx Nވ//G9c :AImCT^ y,o Ńl$w@.= bEC*ECH`ncaoP=ɹO=!KoT}AӶչXYl1_հUl8 < PÏJQ|$wgIcT_N).?Պ7B9 \A1CpT%A, 5X0ON4 ͚OIIFm?y\ QqY;L"cVqb”qH(<=g8#8)V262yk{A">oSQ? T(|U8 rJSAR >"j Gr},֜M$ ޒSJ,}S $v*^Zks^A;Ih2L&|B_~ņ-ܩnwZ$; U|!912g4]6ӫVw_S<}A&8IGeT{$9P'py ]H_Уb2g}[ž BQl~f|!m)+z!=|Ej+JkZ?-;b:LqT͞Yb3OteI T73Mp/9=[P}$.6p<ekC#"!WJKqD.kb g}J }PE\i4UzJαzB^x`SBG7,bm v,̄[Q3]ꝿ`-6U0A}d} 8 Mݖ?O-a.]ʶm$V7vN ikDAkpF Nsއp;1w~|{pm&P9~=偟 o !Y^dooy2X,[t꠱O;>b:CL[,L˿4>\7~{dnT)(JZ VZ^ו(77>s1YgN|eb>qww<hidhvnP{KGIXMJu{hh9V(-"Mؽё%Jg VDR\]YX$aReZfCڡ`o@ =[1UtaD؀."R+$9QnfL Kʼ)j8>{řD  | *]caxb /["ڰ$*4 mGc]~bZ3y͓ƫ n>nM:(]]D)q";y]祱T0wrU!4o6++t8Z#Ån65{Z8i{M}$p:y\iIf=^8| FoX%դ;^K|p࡭o3՜ @;-9} ~X( /p X qCAp^uFow-^tEcb[:>.+ANM1&zx3MpN$'zk@}}Bq0!+bv\d8{%GO@con}K׋!LC!m\}t\s7f/u+\/>u jnD@p7̒)'A$/gxQw2GE5 |܌b8U:za ZOOگO?3[;0iL'r,œA}d/׿؍钧ւiVtja.[xz!j#}]hA+J޷!u$-Nu2Ma]4Q6cb-.4U:{cpseΓS Vox&l[\O>(1lo̱ˣrsح@k' ԭZMCh,o0^FBݠ&g:I[!U;W sp$ϳY\ 4KEO~Tٚ ۗS Bi)gh&ks GtTk|Ce˜~:&ȳŭZGٛ_&CN"0PdUs|KթG$RoO^#*s5WIJH|d(OӪ<7"(!?&ËrGeG(b''C*1Qm!;:#~Xqf4}NL9<78o_]Kl  V*< xMwPT`R}Ɠڅgb!K۟@ fr8.>PzdxOProyR:Uј3E_kt@GƄŐФ`Kl}7_gz:{H5_xTV8_=$a1cQl:AXDYGO%[Б7~neLn߳yVVOBiTŐۊarE)c2y $:߹$L`ٺd)]W`2ĩ|ulwm[LKq1A:Ywݢ!4Z"lV0sPn}\8&$o42ُsunrfV t[Zq5WfkE9_>8WS>PSCvh R Ku2(x , [_KCLw'珙kN-\1`%&-9&aw襀TREbjO ڕÓ(=jE3տɐb=C8g*@8UN6+ LԐLQmKy4Ty?N^-Ѧ('\N=pn|#4!#}W/Ft%hu_X &2cC oHε"26D5FD4\%F WJ>aW-' (;u;\ɦ!+~zX R3)-=RۉEP(2nt*3_-ٳdn,*JmXikժ:O$[ xM8d+.4 ydjF_I9ꌿS] Ԡa<wI orgwԇMm~ or2 37} \NŗVzX)^ya6\b*CmZ51bUFZ3Լ-\IPK-zo)VV6lIs^zY .x._BYuO:0&壖ˬ ؗ6@1I\UjeI؇M3>eކ3̣YVq]Dnӌ}Cs&QDWt&20/6\ort'kx¼hlC0mpAY^QIRWolapy@8jij]v=!OFőw?F2?LM"0-Ǘ0pR1Ezň lW8o<$N*m(#!f!:Պ|oj'ngx8pF3V67q {3)-Cjdoec7NZ{*N4ovDEFfq"\dSF9N2w(Q:FU8+b=YeLNnu~!Ԕ޲Mk[F+ z fe9_5$bpV(?ukY!{SޅHVZjl XQ͛f[+$x&cU=\ς Gqt1-57B.OAlwe遼8j:YFEvZx x*%/ia,z\څRրLm -λKm.偀@"B/[(38l3 #>ugϕcv?$̞8Xhv-eB}n/t>xw}mK8+XO q !^gY 5Yu"j/cJjjھ8I[R}\s2m'` ԛ<uBS=gCvuqÙ ZO<죲{Km̎ 0h4#֋Y\UhBBFPNӒԂ90f7<6/P<Δnod|ٟו:p>⽻{5i [0Bz~ n{yWl0oL ڧi7{cOƇνV:5Zݝ!7GYrn5GjR1.]夗Ƞ8C6hq^VJϯ5נlYl}Tp5Xl`XXtt`HSl{ƇPha$J&s,Mz7pŖ`\L~b¼:z[E6޻3嶴^Wj+^ϰNv)eޙU;TI[iQ*]ks~6Z# ZP;,9۪T7ʊpVkLDWmKd3/q^/]-RuUu_C,B Q @X91~NZ;MmEl7r_ D_P Vf~Vsq=7;^c3)ļ7eQX@߱emr/&@7^jH ;H/AK,_f%ݷ+cqW8k餑MW'A ǣYe f7Jt=0|yU?WqhdtDM( j(Yַe?U8:;ej,Zzlӳ,*BA6 G)niùN]o! /BuSnm:U/ =` ֧q/2nsWacڂCh/ɔ4tS'i=8s-y>"ɅgM͂.l'J>_kRG?ϥi%/:w p8ro!5ܦQ)QO2p8, bt_Z2spF$KL1)j,Pg5\\i?U'z`jV~]wx(:V lT7^|ٺt_Dnm {FVRwu'71JRh78,6h>CjB{gVuCplܜ", ׽IXg(Չl5^.vWգB]V{Ȅ}ny[W.K,ֶ.G+Ƨw.|%dvw\f 9c/[RX5 @j.iMf۩L2_\.׬jj ڟ:>HRG]b@Q$'1I6!Ж>ڠȯ0AV(!2r4XEkt j/UC_J-<&xe }XM +\*U)j>AK(GA{U?D'8B,| ([A̼gPaH=hT `-@my2T ?(ɄּVroCFX(ɧ`.m!&]O(cJ9xlO^u`(vܬʢu7%sK;qMЯ0KEt\;eĊR~ S]nb:@Ɗ)PMOMOxȃMD&ELiϙ;!&W UIW!9/,8$O`3-z>3&kK5?01qqYX 8^ d O󔶭Zu]e+Sj  z HMM&JUc /WΟy"< ;ITuo:dG@ YZOl==#[8-ydqSj2(qhH4);K}8!OƖ=!e*$Lizj1]`֥__/(;aFʜ[-ۏ&Ê_s/iJ1dz\#Ox<ف>[7v0MqGwUl-H/%,wG0{Xm/Kr bY xw;3Q=Xy+V~ s;zcvT`b(z\a/â[|H $S*T-8jZ pO ÝYu*+:*}r>{1-epS$x E| k)ΤzL:lztЮI"RFgY eWV6z'nJOl1?ዒe~suIm~N/7'K-i* *SG9b[1FÇ" CԴ-iw cj@ p&%@ix1@UuENХ"Xq"1[-k @K&lݝ Wj;qvà-Yfxj1bWwjP|;dKU=xС$M Jd.Z:6WY{gPod%:4%y7"ò+Ɋd/U_CXr mi&_kLYKϏ4qva;YM5E ,0YN'UD\.VuSDhE+A }#|FkS+.2>fI4 OE8p s2Mx<(G~RSȬK=#'WsԠY62m-,1Ha)14U_Ub$roUS77lo496@% 6 O"Ijk}>8%~n<~ksE˃Aeo5zk+*{mgdn帠싫vJ |rfaRa[k1? {/u͖_T/]|c0jrlJnO  &yR-L#IЂlS0ubRu&şmLJ̞ˬCV&IsAG k>9QҰ߼L7/{%rn]Ft%]t|z t@Eio2aƫ.:b/?{dR9t8Jf"i@W8!yQ)R!Hbm U k|QO]ˆI4UC#>|9[vhh`\D   <Cr$og KjCC qO4ݎmAtJa.I3\VȚIs}*@zp sF7d)*{[#$`?nH!{F~oQD.uBk:iۆѭ.Fy_~'ЎXHSP2qܢy^2ѝDMOeh~υ!GKβLԱ;$Ǩ`bsDἚcrRՓ@4Z1$.-\x;3S,PX0NN?4%򗨶/t_F׶ b3FE囕|sᶒ3=oS.ɏ!չHtg7lCϣ?75J;朄cķr?yS4X["\ &ݗ?USձd>R \Z>ÍvoPW]SfXxCZR#G[m b$kEe.Q@P-LuO"z II&F$<пdqR?pٙV~[j>yE,V%>@xUpkeBHH5G Tn 眿Yœ>ç'i,q:z 9k9`;зh .8O,V@\ˮ &*OmlgLRY,wB(Q^N OJ1Ymx0PjDhD#!!}bg3[}V_T:]/_s9z` X1tn?wYڀr{4lJy5jמ ilm  3XFMC$ڄcbU00(>$' A|uxc_ EM*ke%y9+IU:EImOSvkvGshitks_!_*"ZnW`ft9𓆤VE[͹8n~Pn*bQ '~?WHcv, '*.vk>٨TInVΘJjIӕg)&WoG4ʺdKY٣S|v !]2 H(JC値PζLS֜Y[A|EoETxOp3S/\$%CAvqMQ݃J+}O7A8|{ֹoHNp6 3wݚzS`^5+qs7ʁh(>|ڒ[j&iiPߚ=Loi \=Ӷw|)Lf]Z0fWf5?&#yvjAf[W9<,{/D57̂A?(9/9@ ܻq9QMszd/@^h:X ;;m2B̦}Α6 \{ ;&?})rJ%N!  eFO~6.XTCWꛔ% g#e kv2- H>?,CR`D25;˔jEO9uJ ͨmpbK8˵jHQ& 8l/bң5t:Uo :)/Ө]z[_xnw`Q,֬$SczO# Aݶsr2#>jjUz`C}mP\{C"Uk{cX?=0vc,!շ{1ðrd;OW(&9c2ji1,; DU ZNԖQv6 É|΢tiPv|iœXsZ@ٍ0щ`6A$sihÉR2RdTTd cwZEm!1{RÈh礷 83q O 3̜AI1C@% Bk0Խ2Yac ,Z.iPRen[`L ~pr]_ߓ#{24z5x")O9\@8uqBR 缄N "*;|ME]*]7z9T:s_*sCpq%ܢ;? :z|Xh" *Mz'yX,YaQg=vl;6'9Ca|w=#Vm;zd40я2kjnp< hZ@=8+;~Ͽ$6(DҲ\꒿ys ^ ߁[Dʛ^J/NGʷzSgDCҢR\Ô,8%jE|ic:Dʴ_WsC#⏊Nų*).[U 9b$! "쾯$zMn]RS8Q!\f 2p :&'W-'.6 Oy&_o7?.75݅QB>͚r3fP5CLV2rpMh󌷹BsVwZFiGJ|o[```[05i'2zpR1n,pF~508zj ©Y.h~X9U#b GWIFO.m*O4EJ}B<D'r#Vh-8h VKٯ f7'__!5w*hPӗS{4'0AS9$4Dьf;ֈRn0 }7i$$ɿtߗqKxBJ0ɀ *\6'hD.C(B9Õ]XPPE (ZQ<@SxSf2,YbifÿE֓#>Zau,b阕JL^h::PE7xf^i9 ʜI!& *gCwpF|h<@7rLP$8ßWZx U}v5s$m,-ᐟӈȆ v]-VS($BDb-.+ڣlmÞ~# < ;+W*5s7#r7ob1L N&Bߺs62⺇oMv4A DEh{}*4 b ~"șy5)O0S*H9f9:xXTB l ;uxg.jMϙEl[;et]ߐUjr0(A#~ghNTR/g58R[lۇZӪߌsOՁ] ǭ@, :7QFXg,1ovhL+f rߙk;ì9Ý/q3We~h A1{O%~4N] ~S;!$eY'$+>' xS<(Kz^'.Y4zpI_IDl/ @wJ+jxnecc\dẆNA;w@QyvFJ sB`kG*jvlNlq `yctK-'ʰ -TxER8[H?ءÄp3 ݒJ-|הz2o3|E(Ӯ4D1|rA}h|OLCy53Hn?C S<`Ut08^rը\6щ:Ӹnz9"6Tnr""hx}r3pb"Ƒ #9GWvqH, gd.2S ~< (!!@!K>p~8lokLXֵu*]z]n< ]Mb+Zlr蔾u‘T6@<eV<Ŵ-g}VL(!)DŽ@[&5EM?KQ'C3m^dPcS"{ B_~ɥA,1dmnR)&\;}(ӀnEt-S۷):Ȼ4v` "(n$gR,Ul` `sB?Oau [UN͊g`33;H;IXT7Uu-n痐|aaMQd\xҊBDZeXYf:G(-M®3joBk\47*yknzY+ Ξfc*`'1b. D_D6g)(2J㫺x!MLpPҜ %C |o<|3/DUq[="qjS5UL4 lVDdeH !\0e.V\Tn7'eOխO!qy1=ȗbnxRJg zp~_ FJWjJvCZNWélY2(g@J.ܴ8P3t3"E'-Y7v1`4E \:-pN+ǽkħA()/^N{<ᇮjD"2\C!!<=Ont; dHYoLfǼ< 9m$)r!fq["qۡRVGI-lUX͋z1IH04+Xᴴ/!eүB=Lƒ7.9ӫ^lPN.N$.ل#fQ n9H5 si*5L&xToϊׅdWO,|(})~F0F4tIؑK)fyj ̂;'E؟pf"I7%} . %#Ž63Ŵ-ruֽ2ҙ rSOgV%I\Ҡ4 1 tSvZov[w}3tFĞ㵣6i1_7 i! %zĉ>]CYT[)銷$^ہ h3.Onϖ/6D>(G*ծx{ <11E&= _z힪~7&l؋̲~SVJ6fѼsqvnݑu:Zf@r '7KϪ׳'̀+ !VwO~6B+G*!\TG+)w”Y{+ctϳlXВshh5`!)El03d2Oa_3/yH[ ZJö˯Us/+Lmf4:~hcX} 3' 32]U ]x6<>3)h ~E[]^b0+S h;: oKs2g W܃,Q Q̴+5j, փ:{HwvpF Bv>d4 $Uj)i31/9?gyT ցKm8K bCJu[*ʶ$>^U?\n $wpFvUgvJ;evۓ|&xs6ǰடKzvd"_}&z%v)? Ҫ <#ljM,xwJ~%űXbKKfJ@_8nU'F $5Cp ]7ۤ:m\P Wbv+>qFA p(Ew u$"%Mr.~3Q 7,&#H &C$/:n[s*AԽ^мbf.WeaŒnu +|\.BboF}X@/9J~Mo#`4!q8fR#{hs-/w$YLrPf1~:ߊlG7oaNƁ@b*0\<:y&P˼15#,-G8->rt*_X,A?ct 1@7/|3K  2ʓWE0 ƧDDG 6{TS$qy1,~0a+Hs̀B${IUy6=t Jd3hg651hh&^ZF3M->}N Jt-.lSKJң"hRBEEL5ǹ:sU #4hW_.r>>j yE;؞z˖ijYwI~){{\2z:~S@fP 0s%[oS$B7\9j"[mLZRuh$3gٸOT$݊y}Wx[t,]s6CHۡGKwTn1yTOCiVJFlCN)Ir@l/I¬~Ӫ"0x7'S/M8DFLcn| SCY_yzM~چ Y,_9%un2 է5YqgZ uѼ{t$fmG'_In͖1oB6^ {  #6Ea6{JW$`ia-vOl1/^SoXu*Sы/őgy=i8!'*ޞ2Je2,LY恅ZŢv)+UI6O1{3Pc5myA f:h~phX c\(' aw|lU$nzgPI~!ΞQ\y|щ}EFh\+DRG&PEyM z m;]0-E.tB8;NqHޟ`ʕZo)W|edKgm2ª"nC.6ڀFBa8 PBb{z*(0vߔ˯yv/b$Ĭ}Xɱo$*±5 ]v!  ob_yr gPB+HaD] BY'&Q*8wjfy*ݵ&"_ːc>b+wFG2g 4 CFOP2ֻ#K9|q wpdֈMJB`S]G0"\>S"c۷Cv;>{1! #O Q}T7lZ{pɊ9"~--C^|[jT.b[҆cm`&EE۵"Li (b.E)f. 2>)S G2x}P  0- `e>:K%LL9ܬ6 VtLyY%:^ԍc/LJ=+KsA%&j&BVnh_ŷOq1VcN,'OF= Wj$C`ߞ J/ ]%oa kZ +>z. zlj|%BHԩd3*pV,SƷ I%n-L qvݪZԬ[Ink8&vjFv۸t(/}qU*x d s?6nzp<9TGJƖ]lTKJzq~m 4 +∦/ߙ@\+' U\0f{L>I m$x,:xk}ҞP@ >${lXe,VOI?E{[3]8/Z_$]=*Dꢯxb^)g#m J9DTp1r4F`.S;vW]XWIwnnG|} \G>aB ˪œAӒZ1G)>e?y1i:ѣqCVH6>h-_V] U˳˯@ƣL9 "UuN`籨È=eJ:%'gQ+?$ {BqkJ2$4% s%b\gD+i a"w|Hal{^xn떑J8/sXNZh8sү40WJy C6N2HOi GZŸGoܻ_@ڬ!!VM:wipr]E75-uA*fpd{\ܒBrD~sR #ηցIiEirL7+PDQ]u`,5zZ :xY#1x0wkw-"_K_̮|A|c Hh>yji˪L0v]Q$ `9˝ ~ˡM<T!vidx`tΕݱ|dhO-Zհ)4smbhb:.HSenn*D%=:bnp$vC,S }O x2 v~#Ik?0z;1p iȨYڰ *>qTTRR㾎x0#~]dGkLz#-!I't@/Cz\,t9լA 2M7(eQuƠMn:|.w+:.Փ` 2BSAqWۧ ˜tc&;+`En,[9d \ByoϩT+} B Xw?w8!4ҍY Goֺ%2 L% YdV?mL bhŶfT_PHI!bt`b \1o䟓XW[-)^-ApgvsB'n-J}3 &Dr@,7TcZY0@iSv?95&,l<5e"J8CQxL蟒Uދ}KK)b-$J=yYz3b0Y <N㛥!szoo/2V^)ĆZĨSNsEKs [pZJJM?my"#{ !A1 \-zD%}E~6xTl~alTgR5!/s[_9AGTVvE>1EL?"cKUdYJ}]fvUvQ#a /[~݁Ƶ&1U)']?-g-րԪ_?M!VAc!'7|iB 7QI 1L3:ʘ Q%ӹ'OmOVZь2|-;:Y_5W%k~qan$@ Vc|ó#3-'5^b"Fǎ\$7֛Wq}?G2f+U5xJߣz!Ӌ L85A(ϳW`N&5 QTn06> fgK-ô)[m* `m躢]2uL\ e[rPl .Gnh1Jg#wcSdp~5uxʻ,(Yw [[it|<#L(EĜtO2[IDdٿ~&qzW ƪYdmEScXT* ZZ޷@ջFgԿ2tb0.!]&?!M}0)  ERvP#rOUfQ1 pBE-s/NJWFk"z:?k"=`1" NwQV,V|€GǎX R|"p=Bw<c:藠Cn~:188j5~tCn٫ o:tؾV`pfɷՒN?/⒝ci-F|gB! 'R4{vBdrw?ONc3#L|cx\)?j%}@i-7^?UWST}:Y)+&,(AB QXųA؟ IwOۃ>enhRi$kDȞ+U W+e  iOyt˩AtDR..߀D{`zWjF>9\fG^7BAfHy?ۊK1՟h;[G實i%,@/A|X}'$AVN='SVScgbF* &@ >gFwT!=OR`%a"k58N8wxrҲ:9Y>3W͛g#pESޡTѰ_n@!?hzQ0U}kѲ)Xjx`lgs̼1O8P:.EuS6=,՝d-_{μthNJi/#5tO'FXfl<-eK>CU?Ijc{QX<0?ZBhQ36asb8%3zW z4/塗3rȸs}y%/mkڼp˻vhd7uucŇ-x=G6s!>/H'[cGys{ VTUHxZ8gi}.;4B7{#Q@E{G*_KeI?zy fQwvoL6]_!ao>HdqӢY Xysw;~ioN4Q65HS4݉L),I.f#q]Y{9CI:$odȳ n':NgD$9}v)$! nnC~Ln QF )Vo)6:2 TҠ <)~&#Ģƶ boIw*92Q0Gd9wߍ0d> IB@(lIÞ:8jgꞵz %6WKa>*yAZw :qI 6?O Ov%D ̹#,2q}vvobwge>?+qB9gw+ϴ:wR <.ά>Nc5{錹%*T?VmJ|@gۯ/)f#*|dX*nɘ]iT>Hg|Fnal:}qǛތ,ƵRiCѾ1r #AnC%ak_.B K_3cWmWhv<4MkDm؟ĵ_<;K6d8؜%fUɯ\SE2(jbqBm5b\(q;^`\u%&(H#N,sts=ܽ?$I$aPנd&`I,:#2; CMȑ O'9}]$  ^#Р}9# qɂWh~URw>| zٖ[t[MzBEUGDeΌ5 ^Zi' cFb)xU9ve։+"ߩ͙9>aUVv&t+5u Nu-]Y Y 4iV#(Y3KёOt^BAYSQi4I?R#"srAjT.kWj Jyç@f3Ԗ1`U="P_}R +]YrqSSf=RN&n_.`N8h7_a{+\YHA$!y%* ,e울7Aq =f睈,Z4Zn{|͉RIIA)Sjwf_* tor AqA?h" km'sX=^jP#;%r^zoELpXT!8G^LֻE,q/e46`Lf_XcuӒy;Cpr~@戙D5L"DPʴT&e:q}{%zo86P܄f#enCi?ūw᠋ f{LhI߈I ú+Jx{X䔍]GO0x%bQBY*DEaWS^'t ~uw*GetFPz^frOs܍?UAUc~q|@"2 L ~'ϊ (6G/w.C2Vf ۯf ؿw*y2s BV1/} 8FqW;㴀ZB.$  A j#)6C|`;[ { ;ԛaB.Na?\sE JÄHtIDw.ޠ߾Нnq5uo0q߅K& nv fVV jcMQ ЋZx|yC8 GK5AF`yD %fYpHbu[攃8{&*%)&1~oSINLlg&OcFh љP5D_~C;hE'c%΁ii!Z>dQEDK4up7뵡n) ThC&ǣU3hCPl$@RtP4tR1$ƞ lꉄ@/p3s'cpiA|="/kQI0Mʯ mi5!м|z:I=diD'!O9Y-xsN WuCcd`T0# L?8h^ ߥ=#B^§]X8$hQhƁjWeGjy\4r ;/ oD"x*ڝv!@6&,yB4dvЯjbƹWqqڢ^EK<j і*نLT]/i.A0A[Eb߿׊.6ƍcCCDb('.vټ4yA]1XS~+G<&"Gl=A?sy['S*BKAك7']/I 6VNg,?YiSI1k^[o7O}lPi~D5h)Xeo)+(tS퉴1"o?:!g4HlHIbAb4Kb ^ @i H ?Hf'+riQ%bd wH6tRMq>_sV_ )?ix_ 'b{0|`|e@{(flG=D\UX0{_?fV޹R;ki&?F='Z]Wy oq93<ӷaRPшpDClYP^E(w_͚=9O!m8ucSϱ?)vLVeO .ic}ܠ'ؐodö:D.ޢNԄ)|6٠U1X!Svdpb-UJhq1$jp/CtW16'Tvn|D`gbS/ eeа>$_gE>9WEgtTCW׫Ogtd-0VRzT^9vx2eJ \wS6>|O'/ZMPtRb} "yI8%uK;mEneI['Xz`tj!#n1]& ^Iݏz𥦦q:J@y@ Pf_5frڃN볮q`&)Dʈ sdr (Sax=r Z/ m?$7lz얁 @}Lf86tYKd?k;Vw0R-ESoC* zx2'c8xPLٚʃD$hwaZH Z ];8ޡ$O~,(G^M2aHwB@xq7$7B 5jħ /ǣ'~K =@MIza>ڡRz E0xq2_4]kHnY l}2~gLZ-J w^ݞr6S!0}8))409[>J6sP^=I `MöF!f*PŋyE8%$ F| dIrFNg*[ #'y/4 <͙8w^rx,bg>700!18wRַ&Z9`= ,8Q;w|m#uYY\O5mߚ.bpL!Bea(7fP?KZU>#;HS訲V k5Yb2Z},~SH?qid/ q8^Qfr|`;EvSɬTF|(:(VJL4gJ0)MN-UxH]Kx|+EkA~A ӊ'Rvhոd\g*) /xXa^vzc֤(׼)O{@]=kR]b~H _ge"l^iPn(F>"> 9"AB)ӂ-©`wD!uޏ0238B ƅ ؠnm2K*UM8]X2s |9SR](m$hJtv) 4 cFtϯN |\T ۜZ~PXżv:^wclaUMJH X)kichfxѮwvL ) .q̄B^2\߄qIdA7gl5w=NJ-gmNEW c Ek` 1['mj_|7԰ w&'<2'Ԅ":ț|%}OK's~\#3_3>˯w9dQ5߆u*vwCoAH4RzvqS b)V`㠛r IEBmޟOoVHtU$.R?8@p'5) tטָw_βe_Pk[L}PxTrԷ*Ln ʧ ]D}VIB-қKem86]-<_k\Qڪ7Z*W!߫KcEsfK^Ͷz%|U;!wcA 1 !!O|4/Rof-ҏ=w+G1.|us&00 Aųnߣ\:V$/PrSSp-#w`-T}iкL YWl».t8Lo6e|"]ky$TA ?iR,50(ڋ-t6wTVwb_RЇ]>6%' ͊Ԭ4~Hu#^[lSUyHZzޥcuQ*4ٹM:85kԏ!ͻ`c:wiy ,% !>dAo/gs{Tw7 _@+ybO2ϰTaIu؋H~MWdM/˾*8}m%{;ы?qS&ْ~JD3uwHxvK!R˼dFӊ}_fb쉜TZ!3k ŸZtZ?n {FL\G2W2QٳFZ׀}-ŸCn޷5..:=; & ВXW p `( S:޺4X˅O|PճkP:@GM*1 J+.5i _$-7P)!322)7]""zwz8[v::X_xޭd%@8#v(6<1R ސ1g |/`vR\\vAZcSXX*rO*Y2ʩ.[:<,VNX&!@w;5L`b$xR(*eg0{vlyPL.fއ+[=!z"J\ܲ80\X r2[O&C:*L'HDBE?EΔVOSk;V-6dQc`ʅtU6g !ĔKAwcc=mS}c'&v3\fҸ+ :=@~Γ>uyp|N.Eg+01'$4;ڼ^dF_7(}iVG$Zf_p:"SvGHKnoZx^̱4S /zPo>?DEN!W̵3cacceLE& Eٿ]R%µ0HJ=}# -Ggs.WåJ]=$Tԡ] zNDҕB^fr6@u#$u=ݰɷ Pg=n< jry[VJP=e(iJB?P"ɨ ,อRn+s(5:A%y;u-8䑅^jiUYqnK~뭫DK@I*u.lTaЉFApU&x;(|FO4][AObpN% ުkt t?dyOaFP%{ _ 'XN6&?1n0:dž)'(1Ÿ`/0 za"jY >(VeR^yBs@7|}< ۇr,T,_K\4baB2]g+t!h d80٘W߬rX)]1wn`mcb9p.mn~ P_M9:w>|jM0kѱc탢mMw \vBSF.H" 7M{mG?w;A!ՇJjV_( +=1"aO湥@iWI}wEVE#?1w z>C]wڜ  -$'R!B-֜a:y!hbcTHTHkU n&_K i|60S1ۃ? ?= F٣{Ȭ\*x1lF/UA^&*R3ǭg)e3Ԇm3V9@J WH!B7NRطY ;,ėHu X]l%1e9"i{lQd8a7sM*8W(O6ʡ|f&u5sߺLVǟlG*2|HIgslك;.h*Kw$gGG%ad ,ק#Wb%of%&(ZoAvUw-~X`r42;zGY"-'2؄QAX8k5,Ʒ9fUd6KDTv]`O#F&V L<9,6V[Mtq%78f#1q!a]Ad6<( l$v΃ځ"ѨU.a]U>u`4dq{ 1@$`KLC>Z"bN2F|iX&N0;ƴ\~V߽aJ4Ruӓ&x|/lzg6 ĆQ)j`/mWjg4·t $I107 ԄH]9$oY =83odz{b~5p\xT4Gw!ƗB$=9BW* qf#kXޢB`r-TeQP_s롻6-A#te7m6R@**C_@F=8#M֛ EqKũ3pX .~ꬤ{&V(ҭ)fӑ ub'VBȟIo )9C< ^vXiQO{I©Nul ̩/:$c5µ@n7$M/0ay(L/5pWۨ)3.ruMn3x}ːqqn<9FR\@C. eJ ẗ$&W}Kꩍp z2sҝLg; /^|5 Ұ;8U:Ǫ}noj`LUL 5!dw=Y0Z{#uq/zlˇ5´Jl>?U={.UFv} TRhDܻk14Yc#Io'ïV$ Fᐽs6g?~H=M0ixu a;S_˙zr7p)3pnM"WSsޘ46 {yhB?< /ʺpI'rvxZVo\{4qp7ثגjUaNRFHq^ӭj*;,p]h t{Y?vhe˜jLw ŊܞkO٨u-l,IAlȏU!P?R'+_D?b20GԑVzo«VZ~3_^dN~H0ڋ*p^/>+}x^|CӁWK-4Ӌ$$-f?gIWnP:˒+6*^b}U$|:޵ !lP(Qw)j7L=k$hgPi猐}SʤdʿKw?q{.VϺ~~-AMԟotER Ⱥx_͚Җ7$5mktzX6A 3Η ߒ5u>0:fRxt5` s-FJsW$ 8l:Ps꘽IPC .a_8/r MYXBOљ9+;eYFoٌAXgͻTTq5xa%CyCH$EFixU6yLaydH*Rr1p09("#c9rDc9 C$TXDXl8CƝ{zQx,$cbcHe(;PZN*6.4>vntX5z"F!EǐX{BpOO979BZ )εȆ!0}'Y~+K XNt,e@VV9l 0e`Ht_ @+!Rۻ|l\f?w)=eG$@ V;-ؠ,sЏb6?[o6ĀUU 46c50YO[J}-[Kld憦ԋgTk7Zh/:[9)#7`YǓGԿiX<'0؟8V%292>,${2v(I˂A ." Y,\zq!D2~ )vM ӹD%ߨ_*!n\["͘8ll X Й; V$'Yx6M:¯vOlq5JiZlM[qL(Maw66cieA'ӹU@^g{#?yr[ęt'JF?QЩԥƍ'b.?$BJG-rz7R{"CQ_[b6s%j С6p;#@24t68 H{z45|.Xگ;#)OE8S:J >._DӛrgK{` Hͧ&ov$OX2ۇ Z(g$ ;d-.Ew~~ChXe +]m.},$+ 5ѷiOF"U dgc:6LZ>N2ZolA[9lMeIaHpi*ѰKP[ĿNmMCM##Ðsb)ރ6H8;NMͪ{A{LWwJDQ /'`g⭊]z cp`d 2|m""|g`Kbu\o֡(R sL`XܑX94r j #sU#FZ7 K7-]\+90ppwB*N퇠lZ~K\ID+ǨC [{USM,mD /SGI"c`J3&24V@#5YKHƯYD+iu&  \W[o_XZlf5^]-M: r|;_jUbtyhpmq=F=u3stU`*I/:OLP8㮔2"7-\wt[!US! \@ 148 areM)#;9挨HmEFW0lr3cE0`w=]rUq-Py"\BO~jZon2ҕHjG_jE~sim[FkN2Hxm#ۚ9$,z4)i?cE|~QNu]‹'(ր"dF p_Wũ!&HPb+Zam4iFVI|}P R1֓O1 r΍Rz/tx>H,CAk+uMBQ8pEc۸$͇AFk5!K&DRy@uae [7̓iwwd\~/R L!I^[ "a;G!輳룢:*Zrbm|{}/HL!aߠhS&!er1q2.qR#7Nmʇ Q5k߀t?dE4TYoN'*wPz$PҕgWP0 Qa0r4 kttst:Bi1k#P_E65  f7o`wgjH6Cjy0U 2]š 8DӸU.)$aӅ"=NddZQؽ;-1]M1ld_i:_ oY:H\2VҿHNYw [~-G넁bn7'c+S."nnZ >adDLZ*Αiߝ]yOo';MͲa_]EgO ipRhMo)p5^ѥz"!-$̽sן!-X@pr4e?m==ڤ[QS>nF̡ݣgxGK ܐ[)kSb7Gw<1,3a(_nm&~OϔmB悊_Rv"?tիă'7]%񇰝U槢eKWſ[ex*cٛ(SI˱ۧ;9XJiQ*_{Qo0RQ>|x3kw(KCEtcOro>UXop1"N(}hW8#oJ e0:iQށ]}r(6]*ʗ{!a|I`Kisa9Vf ɦ}c֢u-OJ4^3q'$շF.W6k2fjWh ]t]G4uC;{ɉ_vģ?Nq0СpU088otRSy>x%K^O m<2nNA5/5.=Mw.Q⦇>DYHuLlS)/M\ $Q,vt`v^4еFN-sgy+zh< @&Pzmf*<#EWْ$2.Mv" ewElW00ZQ :eAm!?j2)^Ea{B9ܔ# _RqPwy1'NWp._QEwya¸bM`Dܶt(>/R#-ZjgBYj نISݒskmFi&lTv˜9 Kc&aTÃ&!gA9ԃq}l67UӻRzi=i]syY9EkAlut];m4i=(P/'O!$0@Pce\5ːY KUv[a$9l*dhVeIN2m9@Ѳ+Z*55mssbWtXyFqLQ9h979au-sٸ?c]4\^7T?{6z}Cyzm+abm29DukcW.Rl]z򜇥9 Pn ~ſ~Iq$[פ>@x-2[xE%\ Q,^B?1=jaaqW))<9~,Re਼A+n8f3O<rLo^v&܉IP}{׹9r}NuR%<6[xchqE x_0G*z%4[xWMh牌$dd(`;+&GєBYXNiɲF  ĵ݆a X< Hީr"9]5af;=F>ġ\y[Zᢀ&I?&J!&Iw&:ڐ %֭hx%ƛtoeMUX)_8ŵbB< 9N#S=) QcN@Q\AT?.I>Nbm T(R?~d ռQb׾&؃bK4SۣE+8Ojr?fv/޹@ӞS: |͜x/ TƗjkj6 S㜐mUJ&7ޑ`wö4=j8O*ëF*\cD;cA\֡9`&>fΪ ]VkZH1uau4DWbRC -?u&lIT,BaA#_?L|h' {63x!ɤZ8v?ȴW՗#gshMH #%uL)Z@nE w al #dPfMC6o(AdUk[^ݬ2? #`Z2.-kȢ(AxUnw5ai;(m&XQh9=|,0U/M/Uwl-#ڀ5vB6װmy݇gxd?wBD{#y{nh!/ߓ}MTc1ġyə%Ѧ0SjTfk?;\X ؅Ќ>~^#wZGU!ju6d_А8>ߏVnR/q"v&5g  )[8!@t4:xr L:|ZgZG3{vѶ9OڥL>C0~'#c'lphGS' PTBeU$TG,Dj'd#=Kh4ېL>D5q TS[<ج0,)M8{=gA[ZLd(nAq MZJMr7r vu$<:ȋu}PNul^֛v,in*lMj|P/dŻw?Lm. .=I!dH=O[&&T-_lt *+V0&?MIHMT&rAt;r=1\" '59.?C8i~7/vJ b6S\ڎW^Ɣ*'d({ڌ yW(/R.)/'ݷ,e"qHV%ogk$HRkYe'g)ʆASBii%eIbvt޻燐:@q_0n\V `n_U{ wg3 \ # dQ﹌%'O˺`bMdghÏX=#W/$\0e)DβayOt8@gu_d姲+Hk UYQB,Nn+ar^0\h *(b:H;G9|p.[j6U?ؓCƈ:F%$_GY&Ki4:--B󁯼t&)^C$&3<~F*5d2GΘ ~49}Q(GPL{RJ)Cz{iI<;i_@ߺ/UcP\67v-ȥ{p-tu>)cx.IWgȡ*.3&V54չ~D/i_FØ 3YÎ#3X~]ji#LkD yb{sgHM㇊_,*pM qm(p`5,&J zUYsgِ ư%$!2mUuO-,`<nP{JTwuF4YŌ{LPGK?[ࡋ9/G }NqValQ /OMr%[D7 EgDS zSDIf]cU ^٢S,*g`P,:Nr6k֭9ry3J :;ta9vCfw+Fp>!ao]Gl?ii´Xz1*\xn3b5icc.#n.kd#|iS80(,o s| |w4wuՐDL#!2u7*'6~#/Y]G}fiv7~.<#bV Č[!jW Y͛3!c?jgBt1gL7r-4PˈPbQ^*7.QgX*MK| $hɋX*S +UH7p Zk>od*3V5,_spyENx"@ T -`@d\MHEs*6}D>=`4Cct6A]IJKh WSO\] Z@S=HP;94ڄ&UNfGBYK00Y!WuLVF,lgy\`1r{$ԂvlȽTnm̂-_A`n ՖU?Xп,\nu+!p#[qШ* .G\.RS>pOC˹*NbyI1ی.<ݼT5YJAi2QKLviAn.II@#Ss5M2^ۋ!eܜ[ &u9P*ݒlbJhIJp~QHEO _IQCx)C $ScwX`{ Dq(g$d%~KuioJ13F;I+WD$a "#E=qf;ܲ bC ǃ+H,V"tO4 fm܋¬K]P\+^m,rNƾm2ݲSj7Y ]C /vOGi2 T31%Cx0N@ `#"g|??P|ܫfpDs 4K<wT-[e*3Uuh6{<|@wP4+<|,SM2|.F3hy^i kCݙEH gSkK5rg3,rJǦ`$<깲kIG\ghb< %x?H i>V%W3LNjZ\ÊīE}S̓s8ͽ敟}A/k.D iuǮ{WEkgѩZ7L3 dLgZ鰇H7L:\&ZڎP[~cE`Y l~6/ 7{J mC%FiˆVο> yI$}rѩ St~Ck?PAπz#iO;suZ\s58m -S5n1҄Zq/K%s/P6.6Ӫ֕ HT(!Dz4HҶo'7SK@s!/`1Ա %e3bO|q ㊘ 0;neR v#A^7L6L*,Bs, ¢hFmLG4׮Dkh' q+h',0+qwj"CQG)}fOQ4=&ۊu-IFJH$A15ze}ˠRut|- 7ҍH𤃰[.~ϰ 25tK*:axsj#V{xׄ~ hݸr ͯXBMh0 ^IR@+;" z`KEVSC͕h_9sx462nnZk]l[`l^9o/$=0Ë'ﶺȞs^uV$뤳6=yQYF(1z;E+eCC߳,)1*3]73?\2uYU˰u\Y!ҼZ,&H&*y#ggbH:բ^b( ]:0Ʃ1s^wPܚʐ>,@]~ O06_>h=s-ꝱEOZs;xp^. z]dV)?TTay:*ZᷬǠ".a \7젢Gr6ޖzޛ$7,M Ph{8 tM[XVw Ru,1}VgB(IK%f¦| uzU>qPjݥ+jxTpWZ'  \RNLFឞC!KCC׻w]\A*z@{$eKz9nʫTѿ0ɗӷ,e|P]Cc$|.wΊ9?f $FWddTLŻ#aZ&V,jV/o W70 ^L)%LѮ&|v@Ȣ5E UGv D~y]~'Cxnnuk$ikY-_5ݾ]rPcFKC{ PQ Zhz%/ E5 5`%.1=sm=6dۻ T,`E5*BvoX3qڻbw񺐶. ǁvaP#?5b#ʾ,3+ =1>/<yISY: s 2G  ܢ@+ žT|0A ˕?1l36ץ9ekX=Qr2F PiHխڔ)N1J$!ca6ּ]ʬ$1m򌓣B±X = >llNtڈ@>Ch[E3osMHӃ7A@S0E.$,É&/$%+*eT#s 2]B9^-j/Yj/*c.onBZl[7o9Bh6p;pw1O1QjC]۩N#"RG}ߓ 1O@c!SIso׷ p$cYtkw!̦cvfw /:E 1Wx_5d/q @1EnMl+ڋpg1%>h'@hC9^\"v҂V(CM] o HV-\0As^2U(tn-Wj3+Ie }nQQ,ϟX l]ۣl֮-򕹌'3RO6g,QBt?x[Cf{}rx:YZt ˔h^y=W )d17-!JսUPH^@/ޮyF{tFT|noOeD| 0a9Y'{~$\d䩵5 nOiP)or̎8zvH(/JY8h%ZԊS}9awò-Ma 啭T;WVG5{-̳CFUCg&@Ǽu's2+ׁmb'ǒ'"qVW ,4ЋӾa tH~M#59W.D%R Q;9wڟ˾'rN|dɼRc;FtF;0 ""{l۠ F^3C!#BǺ'4rv_AJZ?N}e&Se7g不̛xK_6?=myh4V:ADnp׶yCotQr*MJN c :N4 "ךa-l/ke)&2 iLx8 XAƆx(cTN.j4MAߝ}77S8$ES3MkZ)ͻڠ™*H [t4$.L4kp.Ji8.׆G4Ľs Envw R{m/0Hsiw?KQ*/2+ k7lIAO9v+DD#,saFYjd6c/v,2Fο%㛮T߮;"4TV^gF{mХ`|ƿ2ZF 04 ??(l(MbDt)⃽FFR׾`He!\_:jrXF|"W ]>2Pߓa+;ԇhק:FC;ZMBrL򀿣,"j DL)@{^(r͊Cw _zT:<=̜q13q' 8t5,E]ֹz94 8!LW(cj ߞ!I֏. ZB12%`ꙕ8@_mt@&M)h<7hc GrG D_ &[4ۏE[>a*uMYl4F?_#E&)VaP, v$eYxo\+p=^!zvTPݠ-я,hUc|a"Gjy c>YV3!CHhbriwEY4CLN5Xl8z[*D5TP65}A,G6" Bqfo}Md79?TA#vC^2Dd(0އiMKM2KVC-Ț@lCxɬ飴nzE+S>dN4!wu%7%3A}K@-<'/^&?IZty3^zc2v1S̰)H#$*Ym#f:WB=!8%N<Ҝze[}Z 2[Dc~$U CD~d( S&ƖV3s{aitQ%, $~ B)yG%q)h׿}f)Ts[bQCWp%}&w2>ӛ!.ikD=``q"AR"_hkǐgM*]3um-(u8K"g'uUhFiӊCjX.qDZHJĤVTGWիQ} i+5*V51f-Օ)KdnMvo FNDX<h|t`lʔS{A &͇;?NQm]$+=IwpeȁUկqOQWy'26u~Gu: ۏ3|9wT P2o fgmjaQڀQeͳYo= RAd-ZynS~\:2u+,>=d>kqokj<j*B1~2H  vfy:_6X_Z~5sY^)l>+e兒__4O #-yB|eHA/-\b._?=O;As?=wA6Y19LhM 8EZI,0^p?y2 ?=S8l|R٪v Mfec1agSɢC2y~k3o je r]bbev1$.J-5 ,i$@Ѝ9ySѿ&/͠#pPZ~48iIvt.TȳxVszFiLr }r@J|l Po j-9a=LeCL 뿟0/v!X[ÕU&P~a8FⓕE jf% d>f,A@LySdLf.(;^OCc&u\ۿtzC &ƀ=Dvۖ/m^ID:"4muؓYٮi^4V%\oە_%7V_$nlϞeNF+C木2 ΀ȗW2U !&QR4Mێ)kKQt#`z9,%~ Qx/~.Il:*UPEZ[`z zR}_}!v#/]Si>Z .5)ڜ*p\]2\ROme$$@Wk[2zpD¨c9WEx*ߎ0IKaG$$Ѡ6:tdӪqdX@p;uPg eӇ1iRqG^2\ SAwjJ;`=uVo1qtpq4mjs{^8F ^TD q/bsLi )AF\О5r' t+fQ0B~߰֫d@hsF %:M-Ֆ(ߜ#K4e>?R̻03j~a>IP^䃣yAj{8ZEp'_!;PݷL7]Dr)sǮ'8im`>ﺢAt0#=|8d7!CڔMӶQh$(" I΄Z0hN :j=1 &ww#P鶞RSExܢ RVv,Rb.1QOo|L'{`ϹڔMD&tPEZ( nGQ`5&bcKxQgH#EI٘?D%{N.taM{y=(I%0Y9رemǺn6[z48(G  x746ɞ;us) wB p߰``r~]ˤr9HFqzgar!K |O2жc#.3cBw2?$џhf~ܒ@=wϾqĻy`5 PeXiWz0|l9BV{0 ^,PPڗ 5TdxS)*0\ImEKW`L~0݊=9*ӂh8zoLb/T(~Xn@)P9 w.eIY[zzuX.NzY!}<I 8?e~g/ലof\0ar s*.#̯ #$ƹĈyDx&x:a4G{|%鍕ma\/T[CNu6aC2!i@kMRw_~yr&gzju:Ub npml^^J2_A+^oO'^ Qia mviu660]ɲSRQykb+[>pr#qhyG) yfXWeEtI\csU$ӆ}b4kyk)r]}g` Ti &VFٕpݼ%l:/GJ]sx=ɮf.wrsuKy ?СdI{j΢z{1c$dvCJO{ųdefs+4XDXrgPwI{4>8GxDR"@cW7VxT^ڈ ײiDewTnx)6*׼B۠]STZ<ӹxlgM݅Dm/D̲7wS4s^EWVIS 8&Jˈ 7 SRBUЦT[sudnLu31ɥ` L `&?5M'@"ސweFr̘ݩ[-" eKB |t#t;wtjb b,y{H\?-IraY>j矟kDa;jFP#*# SL%V&]_;9.2z\։Kvk$NVJ58#CMsHEa ZLϕOj% sӦ#{\`)nzp:~#&"g24`3.O /uUWr\pCH6l|TW pt/~Tʿ>);*7u+; V ~ч^~`kF &>['z|HE野e"}8L~܄n9ϧ5烍}3߯/Ɏ-`֎k:AA\G;RiMf}G!  2e=0 mzH^Jd&=h \Ѡ/C s?)pб-]1)rڗ޷1^4QV$2?Ref3C9{tI8-# GdzM`aSm1un9&n6FFzߖ(#VCDU@kKI߽0hV9ٸ `3{ȉ{?*ۗed桍J-8s\/s L9ݙbB?' Bm\pN'} (sV{kI8f6]REijq*=/P?5sмq~w*]@:dnLE׋hcb"6h ΃,w9!LEU!Ierͳ[<.XԳxvpQe8rzo흎I:qa ff]cO_\8]]|r9rGW0m/!tV\ZR1B#~y r Xme]tW?ՠc[jhQ+|;i:&4H`6Og~/YG~?ncuFuDıcQwR>:FA=짰E0?(J|"i^=𺢶DP2MZX,<ҡp&șj\GkW t^R23oF}l] =qȡɐkx/Ab> IO{!w-D=QiYY+ᩯߢv+3TM S6DD,T.e IgAJ [gbiQNH/";EDy&8(GP$_Y>g u(MOf=,=Q|){ϓ}dO[`%<89 5W^-E͹áB? T:wBŕ9_sɴWSM-l!`Yq|K=y}mFy`KGk .0dÈJ(jW\=v܌OmTMhyQ*Gn{#5q;Ͻ =2'HD%5Se ךkOy@1љ ]#vR$rjdkKdfry+u=ÝO|\V_(1e=L]6rDѲdvفsmD "|gk?)+dfzC 7ZB^ ոA3 `-R$39@ўc`(Wo6/xIWz?^b4CUJ@~a4HQ|.ӕ_yV/EmI&m۵2* `*l̓0 VD!h_hKJwF3ƌGdǼq(<$*k`h~ISN+=!.$7`4B_8t8CfOޏmVΘb}c^Ridh@6Q^8NaՉts{(x(Lz3Yain8X:!Bso*ON*_*L C@X<.yu&ʊl'9uK&~$EJ,5(3!GGq( (vq1@G%ŐSHV!b/N+bd櫯Ƨ1|&뱵N].EtjsZ\bJ iɐf9W3CNJ YJsu:C~hpQNP?D߉Ƈ1QU? ANӇD*A0 Ü}&~Q |7 rl8$XF^)M}\SN\C5𠔳{CB|O`<|s?UmoYM"78=:kף%s2yF8,5;`BȃCw҉ u1Zv )kZ}|h"׺3q`3Dy(=!WD,}(lώW#sCfaMY紉ݮN(%S)]0RSU8LÛA*=WŬ3#) |>| \iu}/OUzG h1c'{| iDR:NNQ!C}ڊxEG9/N)2 7qFڴ^yEbQbG#ܞis{rCW/mvۤ1ݾt͚}yex{>ݣg4_S*' yߛ_#7kh:FtUu v6suBr@9߁#8mKd@n!v%Q,lxZ3$t_H2h1Xp- hw[ ru2g_[GP-XTxpt#-@;c);T|Ij|{&:_ھyb*!$!`;vjz*pKoD'r2dTDjC,?e u?׌gF:_}R qVTd!Q8X ꏷOgHd eXjjɞC!"RJ}BvAYo2+e=R:A M3S?(_߷*68I +:[*S8N۰ѡq҉s[âˆd}Vը% n:è|c$c̛ۢX2LyNPg"DXzn1d* OxXMw"S<0 lazB܉ې`"*1YTI>o9%Ĝbu#>J;*6g)~C|-),³tχvXıM%?f)I{sxu抛]A<:El3qN;Α= ȆQaj.bŁf6߿Μ鹅{=4k6A1wSJ ST5P9Z߿_iPP/S2ZM<)SͽQ|ngK]c|> wt}AI}3DuԇCo=eEJ+yp} aJ=̾'lϠ2kjh4 xLp=< ?e:19%x$)@MN֎8άz+dG}` {&!Aom (Om& Hc`zJ_GaeGr6[\SgG]ToZ8aa_!FhLI|Vt0Hu6x世váyw2Z"?vE i _B*%U8*ht;\HiU->@;,&jbm-˙=G@Vg[z-eѽݏ%zSREMyۤD$V# wW dxBv[]jQ)r/D ~x&rjC' Tm]yXܤPumeV-ᓦR9 wy\a:>_#W` (dJ /ů$ew;_3 kUF'Ǥdl8e/_P3Mbp`5FdֈL0]8O̢~mjV^'_3s` D~Nn.:q &Z4T \JX!/]ZzIjBR.dv( ]=%Pt¾ɍr]$7iޝr(ێ-5 X `AT&5&*:RTY$FBSTW +Yۑ5QY{Yq ygYF.o/˚L$LkN{ [FPfcT ~n(_$NXJAI5܌ d$oe~%3/uW,;e8

RjWщ Ċ%zQ n)\-:J(U;ņZ(wuNXn8&NO#C1L`Ow;v[ʼnU5ɏ]IA54IjgVOqפES*RUE񃮐$H.G&t)>qkure\{m\qø܉kAci@=e1.4)Gp엕(/7eX7G15}>Y"7:V] QZ[q/psN?ݚvmV=(RZ+˪`]>w3f50{iȵ`:%GHR#Af>w[Ʋ D⠰F `y S>*lNU9m0>=A^[mL{ɦbgI5fLg #Q}bm6n߷ůR9Î&İ@ZW'V+j_2cͦ*p1qqgl\6`˦F݄4Ns *1}*a;dٶ!>7E,x{CFR HQ䱝eգy8=+\3yBƆ;O2 x95`ir5< ʂ|"ӻV==};64ͣ{c,ѕI\9ҁE㥉jveq#ݾQkK`:s8ڭ3H:s3р' g2 3O) ) wfԱɕt[rtc xlx=h-9huEI@#.Ce:dmk&T1J̥J+oO , ̶=jK pU pa ?lmEw-g/_G_b>lU7HfV#Up\J#1s6P(\j|05@ Rё,BBH7LfƘ.(Uǣ)Lΰ <(B1z]vU|FiAԣc-joCΉJ TN_(*ETþeW!G>Lo"ޡ٭*h0͆p471;Θ7lᩋY78h(x|-}(i'QA&b~ =UtуRv %fE[Oi' 1[¸YbH#aZү)9* 6[I+ \ u.)m\y~T1I =m2@?*5yvHuІ7Jk2'j}xf2y3wz+QϼKec]):t^!լ.zhKנ??,,ԭ;lT ?dZҵtN< EFc0p_5 ^s2ZϜA~0bd\/1/(g\Ζ< |^ZV$|^\ԒE`0! e\ggd$GUr:?fl }Û2&O'hǟISME/^I!HpRikw5Y_Gb/YiD[ު&h;'Q̢s"@N7k`Pv4',]{x[6ATxo߁0j6:19 l*72@:.U[zENk }qQg(5`9ԪyTgWQ H<}(Q]aM]sƐxE겗|;7R<_wu ɖ6=C58Btg{係oN 6=@ 5s z2ZǍ-Rp>{"S`Vm)27PxUǕ>;~ s#D)d-I=J|NW) =k2_~jz@$ΪE)S[Y\W4Ey. v)gRƓӪFK7d+LWj ' >LXpO5c?8I{TggMIb@ ߖq>r~L`BIN,+e;%2~vbljH 3&a$E BP?`kk^{3 4ɛCg恟b3&h8֡|j!<Æa2]S8T)\ 9W̚6FJ9'D/ǔ}g3LmF"ÅM^yF:A2b X`NICo5cJPFa!^eeyx[zښd;>?!7F2hȓD,78$t8HS S\]V08@W =$_\Ft GÕwfd8/!pŧa+$1̭c8GgbH]9MCsKV1"5l⯠ e:cdRX:C 0 s8z1 !kpQ7bjK UMG:|SkSz2W$ lp;%I$ !ۧv B, }ο{~LLPqmĝB bȱ~ꭨ3j̜M*Mğ YDUP.Ŋ:K?"c ʡ9 KHej u\&kԩ><a3P,~Or&z0 .́b עnt^+#mʹFtifWUx׀)Ne,O)7EQD kjNK&X' op6_Mc(HOS=$%LX URIKLؐ s7 ̣ y9SHi@cV+2Flmy/[íD$PTbɂYuf zЀQyy*izEMz$w1Hq K}TML9SSb~SӤYy5n˯HYB|X'5~ƶ&׼< &9gɆA\X5{#5fyQABpxيBMKbjL{]"KQo/SU%8Bҝk!s?܋7w #bmGr(z-hg@t/)VI`GT\,` 4;ť)UXM׹mNF 0٠rl|H2>17߷B#wN5ݵ]UV/~Sڰhpd\!C~>1j74͒Y%Rּ&3r-1&iuA&~N#TIG5`[ZMk4CQQ>l95Sܤ[̘?r][=ӴgJgށQ:_Xg+TIaO$Kr] }'t Nv@5E/J%YZUL%Ea k1R?㒞PE >Fb8u{̅7IIdv޲!ХUI4 P$8_J@ZLK3T=AydE/S) '3>ŠOi09а}f=Q5XPH Ce=<e){z1$eV5l3,Ow_p;]1~`Zd2=ށjPʝ"丈]<6&nOI(e'}q6LomF"\ϥfX XYCWtA&J${4pԲVAɩV-$5ŀ%Z,9fArju8OV7PU58h DD+L4:p5݇ݙSIE9 ';=@^dehZ; *R3Hck ޴%(Zֺmeb6R}uxRpG"]hNm1:@x-{tt`=neZG )Sȉ0T mhp❖[uVYnj^xFVc[(l3P'auVr<8qi5IV9cJ6/kYEGԟ&Oa[FmE =gKzuwōiO\SIcft0Ge)*z+礆C#wr1(8+OuސW7>aLGU#/Q Q86V턇50`=r1+iR^Ƚ&$I $T^[ |#? ?4Ņ.2kcn/Zl.kgWg.8LSFT ~9-$C-Pjo vA>[B͚U!Ύ /ezYԉ2I_ O AsR-IUPJQY]JW"zYt-ݾ 0 Y, bgw8}$BeeBzw: P*{d^q9q)bݩ8ޏPH'o-| `ud m'>gl s-AС2ע8gXrE"$" xFҭ{R*1[Geqd,MR=Zh N`Qً-VeA:8QNA:] )|2`ע"] h?/LTHf/QΜS`b:Zz$ϗ!Xk͒-Hռ,<7m.Z]V@mhvlTW@zңJ;] ?-)95g'^kUCV V鎙`bnjԂ^1>L-xԁUKqdUڶc=lpsND%7]VFp /jMcoϛ-D=bOVӚJaۓGXp ^qQҢZQ=7Uk 8rؑGNFxj`8#IC;2 ] =]nd}kb \T?=$*(ΧxmubJU&*# D90H+]W`r%@1[͠mөM =^$[)?>毅Rqb$Q鴮 TjP>J'. ‹I.P <],Lƈk|OM.w/r*xQ) *';U7lUwkRFtH4=V+ ̈́X"XE X麳f%+OUʲpa!roF)űOZ{- cD7b6VMA(V" &]w~Aꅪ1EFQT_ΐW,,e1hb%㾗l}gZfClږN]' ajEïo1'!c,S||Yh9Pmme7]M\1)Pd/na֑3(ң4D [),9g:y)je"?[~+3܍6'%߬ 5 ޮIPrJf@2!`/Sb ϓ w43HWIeK'O׶_ nE.sneCk3ˆ8 s>l%USd|~=!a-{ӎx;C/Y P֋88Jl8ĥLw5O 1˔߻I]1mcdF1q6{OQ,gbOT{ a@<=BO x$0PțljjUՕ״~՗D0Pbo/͂qfŝ)y'dm)-![&_G.:IFK Pr>GJO*TF0a(CMhjn8vP3ZNLOԞB^.dN%U @`=zD3O*;MZ 4r@[c[P^nvu<6!yҜgTF)`7thGdhm^\DPL4%oL&eFP\lU@SvI:ZũSg Ea*`GT55+GTL+ZQb^aXANmuϯ "2fd/jNJ{ TKk1PӒaUu_U 0є4Η3v=f*ƁtFa t<'\O~u?ƭ-h⑝)LcJAMʠxqH TraIĚWK'ş6fJ4ÖJ@F*wsR>@gy%1kb50OdXW-GMۙrdQx "w4ðj"vN>?2V&]3uǎא(Q j2bDV'NɅHBw Xnf3Ehdr4N2QJ>{Ou9c@{ jlfЂפ'r91~q,PώP0T gNPtzWT'vƜ\7c$d@[|_.ԇKrs0x!zxdV(]mb/zu I$~ {.?y|Ǖ=/ ֥A)v4(`s'W7QCɕ$7-S?}YK1t3pҺϳ1ȿ]}hC\^E_dK6b/d!%:잧[S )͋\y{a!îL 笾u.A ķ(PI5)p+lC&juyHGjKFp=I>~L^ UlnO,%X gO""L~M;5٣2:@ )i/x_[{+o=PO2/5N[73m/g ܨ_Hekhd=Kx\g,&%So9Ac>oӓ=&LЁ\V+#ɧJvcT5JuC"[4Ue6/L~0+Gřh $~6?E*m܌tyd(ruXܗwMx.Z6TmY|QU|Si@\5:̎c X#YKž[Zv{]{`6A`=T\rE.)J`b` vUBȾo\,ͮXo\6 1,1fb Ҥ$ 8lZ%]z>'j]K{rW188SGg\(amG׋ZoE| ΄ʣQ7%ꅏ#\XϺ=dP>S;ͼ?G-=OTwQ-Zxu7]] ?xK-rJ5d:u==1!UL|JNbCT@܂fra']XKmRU*?Vn2X4XbxU( _z"G*3t\{x*v k`hܬ.5{Z:'l9^\ gݤUS<>9-+ ԇAWPZƻ tZa`̠mƣ۫.zV!BAYZo2Qo> {_*/NG _aa8x) h'x.eqtTOVQN5|«YR8j؛;\_tl@ } <,O]"wEz_+s QssQ:H=S &`&i`XlEyhq ufhIJi&޺ V]5MxfWqmkL %aZxk=pv=!SkU;\/ݔ:ˇ@\mbZ"lV+󪒾ӑwVή-ɳx~4ʪS|gDnT#[YtKtZ--v5;*-e bR[P)|[ǞOs!1 cPj$0aߗpT4*)@kR\yx9Z6zޮ매"4 IjɓJy֛j4PH]ґ|8 1̇䓾[gB* Vg~)oyR/%0`(*ic)Fʱt9GM=$%6=NCSy -ҦhH'+YQKe&SP饬1Jɩ۲yMAZ #XjA^ҝf[c2Fn'+Up5ƶ qr9R/KnϬDeֆj:SY1QڳGE^@_.wW{M=%iO>(鼜ć;ܣQha6b[NV ˘^jϺUu7{%ziENbWcGDu'Ij\?A-$D6]Inls!o y)Ѝ(ҝEK9ĖK"G}TԸChw¨':WKql?؉hvVT~e $)HK4 6ߦYT}A~[~Eض JMg9X~&eE) U ơA/[(7s+cruxP+Ząa}ڢ39׹ )Z}raZStiQYgTWK9/ph\m9gZ|s4>1o>cZtmG5-JJ^#³`Ykse&ЭrBiwY[}6mukTC.e^BPX)& *x姶"~ʩ$Rs2o5 HƍWGZKډBq8V4hJU[nj3"1 fǙI( bdV:l I3c b{h,zwJW;QO*ƒo[*:@ؓ arxn8ּ-VuOk2c/]{B3w%4C@wN,|~7)@|`p뱕$M<8ށkϜtO&hug̽fi y1̨_}unEnmq Κx aIa*` \ @Ȁw"pXbå*Jy ΝjwY bW^CJVM#B >;MKi#\sm.Ǫt~f(s4\S{h& )ZAf֪h z@7-aF U 5*?S3p-l9=9"KݿXv9VդXF&*qeP Zq..'v^<Ƣ3q Qlv8d_#䈕kdl5 [슼z\= _3>o_peP~&mF5'qhkVf,(C/RlT58[lcP&€DpAnyTqUg.{ ԏN ߒ+x iH)m06zs"k򟶲Jmx{˖ЛOn8-c)^}ƵB궻ɔp98,$&"| zap[/G"*}d56W "B2 =j-y[û@BgZp12y[Ύ5fC,|˙EoZgsH)Ó\HUĞ[Y`&$`97WImY(Œn}ӄZLZ7FՂ'hcO!Qo,HՆ;z2XK92Pӻ| w.HRK1`^z],(*Ĵ\;j!b\ˡ*{̞> mW|g1=׍Q{0g]"+|d4h~v`R`v2q /hksBph1QNtx[R_6I{bmT(юrn9 >HpNP,#:ϐUv*)N ߼5V?'p!1$VXU8 6(p~tY_wXȑhH1)rAژǀi$YdJUI6$P7&~}paL۽=;pVtxd y!> 0)^ :\#nBydoR!dR-6bvt яj[A^įWLCd2>[L7wel{`DX&ԩqϋ] }"*sRn p _e HSroβp:5CrOOrcUz!o;pd)Q֡i}q܌$;e=zBK|?ac>o{i3XzF[$%P,G$L&i ZKEm6y)v[1'+ga =cQk!/%IuIL ID`V1XG#ea HџkjJ)du&:# !]TO?;!5R#Mƻ`ǣ8 q$NEFЀ*cndA`vE}I5w?S2LtMLLPX[hj0Y3s;$if>FꢝĨSH= [\Lt\,mD'Ȁ' }Hh~g&}!= 9>| m&| ENGq!- _'Hş=|R,dvZH~ǵH[ޤȃ&hX\֋{\գ9Rg^U MiC:8|[3h-Qtk8E BL{֘ NF=.8z6rzXXYii#ߠn#ajÞLdV Ɣc= hX-VN#z+2BL+P׍5%/o3|ֶ'Av-yΚF% />c#bk4r< %JaL5_TWQn4c]A&@j:E K$zczXAr5Hrs RrE/̖Eg3hՓjo. l- `6-2r}b.ӷ󿅜J9B\ɣSs~Ui?$_7j ' yB\<}ʤ̼#d/*!XTU!mx%Bٔ@G}k>N7V#L1P( znc99pJ륜- |(G-GF.d#_$/N5`U=evQ2) SH T̄PqLE6#"?8Z,wb!|x#4L :=h̹sΐNp"̘3̊FY&8ʇjV3yFԣٹ/0Ψ)_үED;ToÐKQ@/ˬSdvw2Ea{[y%DJjQZ0e)SBk|W_ǔWH(xwP`-F#[p?*1Y^pܺʛv{@=5hiWyIz@eaVrռg}Zf@=FL|5{o^eے1+ "A&w\2W qlKaCut gȧ#3jO6n_{2 p>fyc0oL;ZVr6U짾v'Z뤪Jq7C 7C\ edQĊx,:Wpoy>-"F%2+.<y=} ]v(.qI{|Q' ؤ)E˂ 3kX#+ZlTK?R\>5߮F7_2"k;^2@ Ӻ̅"l(⊙ {ŧ\tN(@2q/fV).HVY=O=T3X64aCN4r;#s Eʗݸ^]qrJJ(w xc~GgaܼR߹#uI;9>΁dgWߛLFL9 L&GgxOb.яJ(FT?zXSA(dc)}U c+qe<+6C.=?[eKq#*K׶rB]/mPMϤɾQ{[Ϣr5_MigjR>O"5K}[vwKxEI۳[ xސH@ֽm(YEb+.0G2Z`ʖ(2a;9nU#5bM<$Z 6[ۉFL18L,̇3qAf d29#h$,ୈ[0*)A?S 6p4u]k7g4c5wg!B-샞|PV?-&4ʬLzxT+َN )!ļa|-.T!']eS̡ `#o eG5^m>,EPS ;UٖF<"KWE5P{4:%%M(’5.`adS eXvce+?d=nQjߙnQJuYI "Ife>.̭-Ac@k' o`m RҶ#CR/dl?r0FGbso8rd^&pW{g8 yC4W^ݻor^#kA ! RG>>- _dqz ɁKv+3{O;bQ}%ጝʤPqǛx1QéýOVVB\~K'cn;&R JeLHWn 4U\)*[q{sסZeif*X3Ty}1S#e p)Q&KG+ReNEVʃzBͦô3=ޱKgsʴA/٣a-$u~ʛrBJέ!Y1YȰAן;UVa"?12AE4tad8ul njI5CK jmy%t يw[_#s؜Bh__B6-al+W筱xsc.$VrbX&XdT4e܊W\8`hwt۴%-C®9R'6:ЂM1AGEf۟姖.0źvd՚0iKF<oDby]Uテ E?c-k{F6:003S*Wu^ԗ9uq7u4~I3͕AIԡ@tnnu H鯭+ 9;FN$Uh} E K^=JVrhFY*ҭl+j\ÒʫúgLQ,ntFEp YD/f5n6%"\cG9XV?FUy Pٽ-jܨV^y5%d%`Wf&4~ѝDn rd"rgRXL1$n8K۠_*1-e#šB `ˇǒx;zBsb&+Pf/\NyX_/k$'ޛ)olh56yMe13p! רlv\$[U=:ɦ$\`ѺDIIp(cVlNv~gKmKzn MwkE S >G<26}-:e(rw[C+ $Jo]t3Va1m?V l_3|F&\IC\}UZ_8W3q8:,گvбDR>/%:d $-%"\T=HM_0G]Qtucޓ#>!{L8[%K'yY67#scI2ouC8y7tW!t΋^/fg2_Yf ͸,SN/aIA9Q[_Q{ \2ř]d/#5-'TMڹuj^8— JKp:10HD*7gS!G8fZyANik\^^i%0H5L,O7K.]oTs%^|6G>!HލZb 1GE/ZpU#GBcLFA- jiцLr5a)s~ϟɁQY`opQzCACfYi7|J8ӯĺ5#}\h/!G0A;R9|j%d&-ז/8/G?yc3'A 5 ۹úN&#PRN9H5!KH4= /ѹsh[~Yk)DW{q( j,%>ogq=Ϳx30bJW7s9,S܂a+[Pib( &О.#]fSzC>AaN=_ܑ:cy??an>}CpsT[3YWAMG;s}{$0s 15T)Q*gԅx&_N` 4"q#7r|qt"s aZX[T.{04#(,ԩG qԡಝ]=(˩r9lM9c}-8Sw5#e(Cl5.uiL]*N7ʘ~ZzEڭp݊AT=)$8٫x;-[`[9ЀF4XG^K:9i].5{"![߂ m\TʒJsAe5D.uX0u3һY`d`S48NMS Q "쇡˿6VQq4A8to)j\'溝A)0 ) 7QݪO& }pY/q >$dyаxM`h`Ɣ׭Ⱦr̼KÍ  5t&9f@p{*491{wc wR^pB]!3R*$6{nDp]D˕,W]C t9`C.s:7Xᅨ@6"2@25V$׬4q>og{7U: wu7miڑ;_yW5)rCpwB\ݑz`fKϬ'_WFCNtˣk0 w%âTŒH=MA~gŚR 晶ٔ-C ch_xڎ.lY:8JbI&ji2ү0Bx 2ujq2u *qBZ.0!x4=lZhSwe]!AJh^W+S3+G0M\P|`3}9uؑw=r%&)gY2EGUe.C_7IG5z5ւFVKs?'ZnL>`[4 bk}k f"ob!3Rȼ'ϘV23aZ}I8kw&/%.bq96n'AaRQ˿hm3h V6ŀt0qUdFTLyA NUe$63ɪq}\1L_ 1eRa~vK4OlMikˍMQZ6C6[xՁW!a.0tEgJ1pʛY{_@ b޳`>22fV1d٣r 2 ʋV{y2#41Tȶ0`n|+G&<oKXh2aņrc} ΢Ĉ|J[0u*YmfY[Vy="? YiLTV0Onenp"-ϧ@&M Ν@j c>Ş{DKiޛS]@_990liSܚ_bq2~ɻ3@>8g?PaCBqv؄qˑ ^;~2MxhH}eZxG#󫩦k?&& ~~~@oAVH)GDmwx,"LTdDɗD+4 H /<dZOH=-bz?xf _Kid\.n'46=ZQN*u)-{毽}hyGP N|<Xt;73lj:.4|ӆavbm'4 Dg{ oZIbpT%uA4U51[$1Vy{MBy:-n!U{-2#ؙ%+@T6!+GR#p"{a"PXlĔDօVO[s`Zس؟-MJ!7'Vd];5v݌xG4µwٙR\jA/yވ,~q\ ZyGQ-1VC_Ćzxbl4T֣=#j٨gbI󚣂ѨasC͊UmuȀ`H5:T@Hػ>7^`h-|(j*b5!+3lE1JYs9ֺz8{GlX"4:|kh]:CgX;EtdA"E ʼ;wEH#zuޮyvEjo=kGٻ~4{fp/#gV!]OnAm_gAʝX0- 8Zat֕3ymV>SP~tG)#:ѼFDK\Vzp3n9, ks x-"ho4[uhGp͎n)JD HR/ \-ioFk#c`j9 ^ة.u\D&:ˮzJ&l=`% @qc%%pMDdnpW |9ȴƳGe} {?Lft=3jg͈6(DC\F|&M{\xofݓԪp {=?9kWb]`Dz^Gнu6T .\I+hpσ}c@z Erb 8#zNjÍ mj]c)e7>U+z%[eg}MkHB=Ӻ|ﮤq^'qTnxpw%FDqH>~ŲWtC,/-Nߪk9 K*N¾NC6>c9Y󋓶/:6kҸ[fD/י*VT@D i7!@YOZ 2Wci0h0H~%#f@J;hHgOcXX9֠C$)vr/S7+U}b_ /A) b~ܘN{TP.ėj鏫T/ "Dy3߽i6ԧ 6v"cq/GF\u?^AO`M"GF6)֓cx{^Zb D["X* %@靭eHXq͆ImDzS>%u" ͮ~]=cxCI r\a>0\ϣ'`58⇍|@֘-yo+D4ӜJi%wv0-/Ʋ]q0{ ,;sxvNT#U \$0&ΰL 6*hk " cqTJ2DZ>x{`YSx"3M.qq02b*jNNl:1"I sHMp߷|6Hn?]Q{YE5?MTsBF,wiZ3\-VԠ,8#dlBp(Dzk ڝ>-^9&F#{\ XG+ ܶ7@ۊ?͞nZ'ᘁg=;q!pϦKk `RϼH1WQxiOtw؜킎saa+.j ڰtѩe+8q$41t`.yaX"ً5Y'Iw]]\V fVSۓ-xNшYE齮lW4AF)E;c4麢KƩ ^EHdjY(Kz~$̧8t?f,=Zb6 [(<ɧGf&M[}y!9;KɏCX$eQ#aݢH*㮬8PRwÃz3 %,p qVOϋAvZ<7B4H2S`0"oA+hNd0 PcDqG/EɒA1E%橶GUÊ֚&i3ުh|g8EQWC&myu:݆Ӛ %0&_#g#µ'Cl. -\up&]03@ ?K#CW^Z5-Q|JOm$;rj$!tGƎhI7z)2uP$&\'qPwNk-t=˗m #!9{qڤ&x\UdE6-ā"ږfVi4ui8HaR觚eZҹt~ q6؁ow{_j#*ͷZ=CpBfj7Ӥ)2f߈{ΟDgxe1F@-NѹPKB MSB%Q%O~ gpxtG2,%d> D Cɪ+:9J~vtú[LTC.%Q`D-gXpْ_FjÒIL`_b0464_pJYDL'E)@g|t9x5n[MOf愝>2Y0Fi ƹPIje'8JnxTLc SV19+w8 =qµ͜~vF1uc3sz)wTlRHv thP)#qVg@PA!G{IukWsse!8* ۮ OgviGMrq@Lo\B1T h}( x0nmȬЭg$Gӽ0TTI5ƟpR,e-0Vvo(&9`9wt,?܉2.(ϫ#Y[fNg]kO]yZP،LQո8n(Z_W0o'  V9؞!ṰYpk8 =f P(pLͶpo"B/zoKϹٌ;k<f@.NA(qu@됛hy7 ,M~D=4j~+p)q3n'J‰ 5 Q/١ǐۺ]+Ĭ:5V[0ENvVɲISzK{M0C*CX/kv .6T$҃g~N M˵+0JKăCLOG}ظ9 *=# "AN3Ѓj#p_Px]00-10"STZRR/?óACœPSb.͵JcVw+ҭP)_zY8` FyJr0e|t^?_#[\ 677.8j+_&RiJ"?WKL)^t0Lq31y1H!#Ҥ7tQ3\"hzCR=EK.x]_(Ib(^ܗenMB.g*H$ +uzUS#AӗS[)qsDŽ@vvV[ؽ Po Nz[uT[61|I* {ꉢ8'6$+ηdp@aU$7`­ܲ "|ۗܓsHMZEnw=@ gȔN ŖCɕCl8iafk CL##0:Bbt8,~?> BgKP =$Bc"lB.y 5s޾׏"qd?pa#`Z7LaEm_Wtj&; UK0tIU^L֔p++/8^FiiUiZbDRXrqO K1}GoO%^J{5z9@A~{Ro,N(bZpFlo %t$ cl?r y`$yxs'q,{E><\mL!%;wZBd:'?1-F3{S#m~Q?dEiK$kB7x4(^HbUHOؠe։+8 ( K1p .Z33Qwuk8}8!#!4~yv9]A^Kϔ=;LQSD:'YkKJ=19ŹN? d:}!J|9'Ίl~ JSO,?8YR}{S]Ys a2>u<W4!a|6Ek8A&5X惩Zb{_ac|"L00/8\åX]yf-DyO~F4Tfn偹#% +]Hɔ^&#? y r"%J1mXҺڛ57?d9UXѬmT=9f8ͬ-̷&??T)N9yyѽ9cw>:!cNn Ů?o53WeQ^ :yI܂0j)COW* $l&jpԲݤxoBLJS*!9L1{|ռ;s%]8g*_ϴp5=`t|jِ@קoLzH<8wO"P N$g]$}r5r1߷R)9豜!6;8Si:n?iR,.{k|JUp繌M$7Rt$xJU%Rr ėB{p&Y-/RhAfL)",3`APMpFm/&X/vؽ 4%4/` gG8FySHo2e1/z18]R(`̉eDږ2PAbߏDpϑ=%k.V}v>C!A̢F yj apGD ܧ p*"s}2TQȶf(zf2 I!ezk,ͦӁd&a=6xI@ iA"|[zO)/ < \Kr]G6YoXPsTxn(j/#mC*һ{b5yR! rH 39%(0b8ZNLbeV2w=\!cVZUBK* &\H:%HmFx4 JGPXO\\qĝ{(6j8fGnj VD0dgl("KVN *+]\ [YꎸdWI|E/koQ'ōo7Ф-y ]/QMa8k Ơ V)[3J5@_6˅l 9 FeyU/dJՄ)7*2-V){]u2eKUàd_rYDX1\ yY;I2Ȩ1;pC'9O{WLePft(`#}G6-Ksp "jʴڢe&^`@^go`:! $3@?[QLrdt]#($]ՀILtm}.󩤠zӎ4-Z+JLg(6xL1 2PP=fYCi'"4yJK Iu Zun)ON5PxM,Urϰ. q) !sSmW1۔JFM:;D!xom/^YK'kjAQjLz9mYBnƳM?].qsy`g'ɹ_qr!]o8wm0;~? 9"zL4۴Wyv6 a.H1V*7\r v;(lꆮ^/  bAQ|k]y@1"@tru T_-o+R$yaRJbŒ+?y#}OEՅл N}{|X9h jkϪc^[ğ?Ώ_&Kq<د5D/ӿÁ%k0g+\ G9QG^M|( l{A"jQ& q@nNQ3e(x܌^(GͷQTۇMexv㙋~ҜC ʪ+λoFk2?U`m):8[ȶ&OP+Z֣;HOB^oRUBTnVxJ]v}0GrIÝIo2Vw:`!0,?+ Ă {rK30Sd<-e<ri<ד1ԽU߆ƑP[;'eORxJ&-t '6i`UG\tP>!Oh|" -u g D@H A`{)`$G1OOe&Y p6)r̘"A*!B {P;{Ř?hȝbUB74KKzQǂ,AMh!ZeMEB!uTZ..먄@ݘ](}Qǫ?=2̱E'Zl󜆬ym2g&5֞hcߵ! W3Sh ]-i@`ǻCSEJx~Z'O2j7ar8B+=k3 v;֚"cF~`*'fPڸH>9k|Spu/aU+>:r:(%kvd& 4=9b)E侼-zWׯ]Ə<2w#n!mi#Q*UTU:$ X<ݗ &_?7YX]{s>ȐSx]Ě*ߎE|c{1ȟ‡AoCT*qm>|0Ʌ9> u2% 0djodE4MY >I4%2A֮j>?[`-+{]&w?߹X>Ƿ$oU,a$3I{x*h*ۋ[d]aJIίeSq,wϰhHȭӬaY{Uib;*ߏNt|w@e6,W(q W,ɺ:t`QyeYl?!OP:lKzk;b.A'Ӄf~~):190}D#1ZN(ˈ,G </jPȓ-.1\yL,R=4Cwܾ' 5ș; KhCuC[}sv x^T .uY񧜋Wa³|(-d[{~ʙ;CpmB4co8ߤvVajRxymšd*"@W=["#FVA`?2&L>( ,gsI((=SDK& M* 4ѿFqlO ؇q(GesɐU&MsI+QEuXՃOÕ6.P_ؤ6N$%vOsE\p-1,9 DQH LJ㩄iTIҨKD.-nO.If:4m"4\mn/~NcE%)3H|) R5H)03ڑSbG۟8\b"pUHBݏ뉔ZGW QhzBrrZ M{#>Ș=׾{(x-:</`} h/raSg E L|3 ;>NFD?켽ecP]2-WX=[}ԦvYi|ML=+oHPZ#  o:7ثvMl忰YVq>pk ZzQŤ Z7kaho\MX0~,f8M@mVm_|F^U5x-^t=}{Q Ruu4d;9(gm,!k`{X&4RBqF}\yn5+ D/Daȟ3ˮ:\VmzԉSY:M:!~ |149/% gqΥ0)W'ґ*t RYkߐz i2At,u%\WְDo32UzrhņkԺ6*M >ȑ~v< LXNW~!\gbGxk wah F$|+sBe䄰ݖЊ)a9.[" yg_^xuk\齘šal`l,ȵ J8F&F<2MKTPܒj(\j0vC%(mUqJ%V]ٝ2<оrH5 -ZgZ6GNfؗnC &m3lw9U} 'n A؆遐.dD+PrL)_ɇKPNs@e@Qໜtڐ+Ȱ~4w;CЛ }](Yݺy+ TJ]x#4a TV'0*U?W͠L]8l3p6m=_0vgak+GOג{僱c)^{ ,f1uE"{^gc|HSL^s#?epk{Ά (5K]k Y' g=Q]8ZBEh 2`M l|0Sq8G\?_B cR>ޏ20Rtzg grn/i> &yOL~%^qd`{pS90ZGuxpYW[/?IsE\MlMWO>_Ix#fyۯSk(ǁcf1ZmjPKرĝ<5 A>vx<:Պ395W]! k=.-R\#{nC0X@.O۶=5jνg@)Tyã b-QqtЁzm,h,HKNO_ S'r%M)׹QMUYwM%ͪGe5'8IwM"&M{9HmmBI4zNu:,E [bv݅"eO owT} ]lPl=sQS_j/H.DU?Rkc'O'GRw2q{cRĨf 37W#z#r{٬&3򽻜~Cp'ʒZ/td&Pzl(h>n h"QPʼnQ-jSSbs\Ǝ>{mUmvԮSucI?e³m)*${5&S29 $[fT1RQL;r8? h9u8L0:FtQ\3.U*h&PqM"z@OE`cEq}t'Wda7ݤNeð=6r JSتdG#xb <؝Y$2'*'n[Bu:^ %ȭw^4:Ma#V.%y|r KO%ۻo[vBV? dOff# %\X\;OOX31#'_J\_mL :E 93)}|DW䕦ˢFeɯJ8M8 ; I 5lH?KsVcEZR[,|J,tL'q->#κ|~fC _ѥCvjVLmr|<΋WE fJcrđl颵! )yaTx:4h7DA3!gt?t<3^ƣQ&߽? zZ0忹X堽%0VbCV"H2ӛ2/$' Jv$ 7Sn7I$gYh SϢ>(-!YUcK0<&>?"^uߑdwPA=X[l D;"t{LFB أ6:h|X'XΜ=C6lݙvrRpRx:S6;+Y?N* 1,_K; C>]G}e>H(nOO (}"Muu:$&2v qa+' &r2D㲰콫B-C6+υj.Kg_XJ|b=dpm=5#{HzȎX"*^*e "$ڇ_'(NFIW9NkG`*2NfnS H*X7fF2_06SѠ6PULo涩hǸ7Mɽ3CWx>p~m]JȀjM8mxEUѰziq){UUWc^6rĔ y[2ARIycs%H\f 7qj<\ 7}^b ̝*@HI}K GHO v4SaԢl z,oMcd+Ǹg-q9֯4v |N>u36JuFbW[s752WaidG<~ߝP7,\u釵Na ϻ'T66WuH2_9 ,;GMKi 9LɞsnjL%f嚍k._Q gj#/t-|`!l\a#QK;[Ҹ ɸ>`p@ |ȽcbnYa67m64!>iTx'+72XmYw4-/k)~e4|If6dseu YA 5qIF aB3JORa9OB74lm]Nc ] <tX_̟kWuVF,i͡_?}^Mc r$+cJ}| "?H4V7\_֫k4# !#¦4³]v7Q86xtz QL#%ʡu>6rZ'NkdQ_`Yey]N"i,48zCSgTčMw]Xq 3+l@s|{Dqy^8t 7 '=.C&QgJ9Aa K轐z ?>w :H:m:%cL%Z0Fp;s1;u"/n*EnIR:aFΕL%Bs62<<(١0-M`Lގu@ϊKP-=XZ֩J}X TM(eh>DP% R :G&{tP7'RneFZ4m[`\,覅wqN aW˟ZKH8G/.V/+P~~i]UdVK;ZilpgfjV~u6(ՠ4$`0؎,gxPmޡg*.ovlxE3?z"Tm" {l@}{k&nkt5>&Jx BZ'i' )uL<矙C/0/]b :wcmkmlkI5`LG ߈ZrZVvQ0f`2{f)lDžgN qȅ.63wM0rϞWLd+v# C+yڽS{au/z D?O ;h_HeƔQfZ=Tqt<3LUG=opݾT&6LJh%PD%|{?xf뇹gbx'$/|"zg\n3e>bcGz !ztq7t`ʌy?s[ Er,Vk=;ZFI(uH =wFwxfq6`gl~g(0|H+a\ ܔtnVGd^:\Ϩn2Bϱ HpYTK~W+kf~> ?5ɐ m4woZe<Gy[txN~MVCDp|^Qj7. &E8KBF!?і-]D[P &%RBKZm_Z8q]G'7J%lApyqs4,ٮ0ʼ-}?'` ƣ1 5gB4uSht^ꤚ3 Dxوwp\R@m [ ;M=r]sCSx]{ H_2ӳݎ&V"ִ1# M=ɒ.gڒb D:;bsbI<F[.8^;~ h^6!@,uRձ^@5B?Цh+ujG"gr6ix.J9Q^NwqrހUH$_oԐ+ůGfõmTu4%MzF:ÊS/'WD>B7 wVOf2(M c|bwX$uM)ÉQ6v<ԢTkwLU6P -a6:ci&i1=mEfLo"̀o .GO?f;TjtҎ!<@yi%'J%ir]5E|BCBT2vf*/S Kkd/7Ofߨ9 ]5qL' q,1ZkEoủA{l4cILRS.]p>UOyCӕuh`Q[3U)6$}z8O+b:2sҧ|286=mR# V̓ʸAsA6V>3tMJk1) sqE{^5Fa["'p,_'_0ߠM( 3uKQ_\igsbM-O(l޸XF3GSWھ'%j"yiWue$({X*dΤ4oGٟlVJ:]} 5< d$`MtVpxgy*X #{4 {!ŝՕքbKC.7isSK! M&fI7W0pt i:oI3~M*ѵ` fsUQObU޾/#΃o" 0#_c>d],HAGf3lFp`Agggx՟]`kpV+7X,;&Lr Cd.#VN2f~$=7fiV=+Ry7o =F5˫/:h~?@U2{C,kgxWz@3eUTN/gZ2m D7YҵD~YEq43|b!wլSӰsKc_?sidad*#sT< &,9bp"& 1:!X2"EzU _,mh"o|-otӳSpWmfѣ]؝vΌ@HDmD56gOMĒB\f'W^ m oZ+[v^URܹt?ė0~+VRSNi|Z(?愴c'd`sZ;8Zݚ HZ2fho_sBm֙BbZۦR)Qx1FWDo0 tu 8u Bxwl'<[܀υYZ",06di|ȑm\mr!4dIZkH G 03&6c&~>~رծCq1H8#OX>o`}VDK¹׆5_>5ădE#1HCqiZ>V!G3a52˥lޢv۳^vi~ffN-epLs랊Xڻ/w+<\VF~o!%E!0o {W%Y?tC藥}~{ p]e ,ofM~ٰb:[> %_lAԅ 1[40os8Ygi[AE5>3E4*T |U`,W o/Q]iӎqȳRr/3[0EܵI %O=R<[4ᇪyTl+=xԈy5]Kd6Wkw]Ǩ>lq2|6c%/Wd=8zW"\M>Uh8t\6ܷժ-u1DqKRGN+@R)-mt+=dwdM]Ѽd*Rw q/67E1FImho cA~>~*ؙBJ, 1BsuV=CG6$-L"C+x$"|ѷU8VCasf_ts (kOQ4XLs7,MYϙhńjw#PQ5ܛ Ә4]+/70T_rT#t3#"|A3%(Gy':lt뚲V筱V?F"[W?ӆ^pw2e&1 6c_C+Z+sq?& kxp%a0ta_f!"7a%2v~c41JƤC](+ݸg6tV ᱞXVb)<~8vCKD"rQ Dyh/sF\= -Cqt utk0彴~yS_o&뷓 ŃvQ%(ȰЭaZ+:xБ]u-lyMiYzk۔wT^lOaJ~e'eccG7B!bI?MT0wZ 9~K8Ug4 K]k%`/)H]u|mo3G!< 2@ڨ'XiCUja[t4 K хxUJ PCX9B-5A˚S\r](3 V7I†ʆl)5>6z2 -~lҵQPw65#*f{yNB6ӎi^݄O.諷=۵"?1kxfZ]Csux#eviPdH \m!KW k|~z&F^lp:',0nHq-8"ـ #软qSOjdLe<@~?';M"P(tR Gz?*GiS9SR-.1FB^ l`4E/gg +Vg}y=) }(ԆW%ǜ_|[fWb?.__=(=KsZwFj3ū;"!\  6&iIgPN$iECCX)WF(]ѩLn1;7niB#UKfp/!3h 3oV+\3V^8WrH}1G0mc}i>B(]d芋 zn`9=WRFaVl{ʚdz9٩k#9* >;|(HhVca,Gr]P!sS_P^=RvsTfH`7[^XJO9 }A-;Z&sUjQk ~mo5Eq}z_(Y\'KLďbC:k;iͽ`qHlA/w.;'G 3{>;wžm5l>k^gk@1Ǎrs)m U'kCps@y3EZ/XwD" Єڟyґ,.2Z5peeM-%36ۖo뙇MsOy:팮E2LRJY?< &ݙ4H8KG6_O@+|6;NIë|u)9LoöDL͉snqd#AAaEFG14 =gg<~.hǯT7N fj5 gbs;kqʲ M61T5"$* V+XN(S)ͪ%6ˀ8ekhoP\-:( sa$A uzl(|i7O3 kOɅ lQ `Gb7ww.<8{qOs -m-]UpTeID|*!Y 5ՋL+"2%c-'M)g: g1OvFY~\a-ꉠp"w<;SYՑ& *&7/*2ѥ5=ƥTaSB,pֽʲl2M@e]4qtd Yg.ˌu)T.6N+yznupAʤۗ<.g$BF!cm}s]9.,Wdjr?]X1nN3F|k(c9͛CEU<ܴ X5 S^ 1(/rڅ2څ&[FKxR<(~%{tYJ:1+8yEE֭ tP$nsR;G )d1WaCz. Cɰxu@"m^{&Ol!.: io`|V$IpC}Bj2wplrˡK\M#.|٣iY:P:6'XMC[U9BNV5efBeZkTm /#A}NuRmXX TrmE&[@9=|41PxQ[56cB/MyY_5 uu0EblR*)"2;P*sqč)yi_s,B,G:}|*~ {x@g2`4RVgz֥PGS6Wh^Oam!!TzD8xS47QXJàcͧLHNFjWW4vqR3|ZCWОI7ؘFۃ1YM xyuՊxcmRY^TcHrG/ߜcvQa[r #>4^blܡ ܹ ^B$&U#y$HU'$Qd2lF孴:UAN/l|I,X#>M G< tԓ1RNH$海FH-,1$tJ>QI10a%-N`+bHCxtϲ?'-E"YJvQ5\d&4n)4ZZyz 0iv&o2Y#q/ibM օ;ԵxJ A/$ @Dx9v> ?(nU=Go=k$k*ՆVi[oU; aqR?S}:bSyUNgyj)r[ +oޏvb'eF+oMhXLh/$g!8 CտD9'yyJ$yŊ5rM݋9؍o&b@A GfikK !n nFkw}.{Ɍ <τv6D݌)7Fv  8~$[l (zMukIg~Xl/G3GBc?ͮw]%!!D(bmz3ik+mi(R~t-Gv9M=, 8(܈zXص3}%\ߖKy0QZ2M3 1z=9PEOz"!/dU.L&m^:O#N)L"  Hq l}ZQ(𥮶O/ QJ3p':>@֡?o$Oi?ft`16+{Dn /S9+O!UJhM{hheXp=7!@<^"~dPu΁R$Yǰ%;i%HDQ,Pv;KGLVqVwFIH2vWmL&BcAXo7Y=5!feͥN0)S\W QTJݽC8#I^Nq{Q&wc`sVF-k#´bE-1 ;$A9'~= zǙ7kkKlF;+ rsAK'tw[ޱvs%DM~i+g8Kdp30 9 6Ď\ N!weuh *<>hy3LKk/ǙbVʙs;~xփ7*;*H7XfqIur k#Bf#F"\̉EH:.Dl5Y9HAt Gѷgᄉ`TVV'7y9'[ `,iPeo)N/ծڏ*Cq}'i29]e4{~kXoBh"ĮҡN-zWDdD DCʪv?\^+ +~5VŤ4C[D]G^;W'0a0;MtzU#2|eh_{zt7ɀgNeHb罗kӹP ͥ&٬`[!(c7Jh/^7BRo7_EWPs2QGM0'h?hк1(.(NUbG;f8gfl%U5\ć1 o?PVm]LEmMڰXlf6eQzsU(?Y2v9D~R&}$V/%VHw_U F`N &`gA}Zq8+YV+$ d9*JNe`ƍˆO" t|b2"N(<| "!Bk^[a<&XQ\sL-L5F@CLë [EҢe49�5Qޤ嗿ji-])BM G5K"2/-ٌ< 8 a1c7pzܯ-t)ESi@ӄ^JH/Euڋe3[բ1|KDK+>;ŗ\'vfdOIcU8Znm- 8`oK+Jt>t:puID"̏$>qmab 4H+*n bN._`^"KBt?g"z#QtكG:B ƪ|R1M3Vy/olnxy/c2?=8^_zJǦKJe1+n.kV̓kӟm^EdIotc_A?#.9)3P2ζ#ϵY@ nbYNyR9qe [r@c6' TYP>/2 1{:ag[X_zH-_7p+>°-';!|$ ӠL%~ȯ#GȜY/ׄY궫M2)x0֝%(c)<[fto*o8JbGq438& lK.X*2 ({ ]  -G=o ,(8E8a%A& jv"X\ 04t V -2|0.' pdBgƾ6AU] U *9M?sw-wnL.Y{\reSn=BFƆ.;ʟ޸bZf\F&6d0~.%F'#.-bF]zCNA+o1k r"v&Dzyh21_O) ∗;lɦBv`2 ]Bt˨V~}ޭZ7$=v(pd֡6>? hlH? 2ˬWj&Paa߃v[ τyHeRL=muSBF!blXAߪKmRŦnQj1U~4:֙$]̌jm8(c&hfWa{1K8f}fEFvw տmشH A YH3AlKE B(%W" pDDVZ%oCEAz0Ai~wǏgkC->MI﮸J['ރ]aDH(v8}-vI74YCf3nֿ96/E|y8ڰh dIjԣU4\m.MZğNk=RM/1h~R')Jo tHI&x|`YUٴ^o)½ˊXSEZ %iw,m*) hDv,S`AteYh3P'LI- pT$51Yb@725yA?t؆kׅ$`kSw9-4^qPrZJ-j!­:[s:Ar^Iwz @CB$)3'xv G| >h)ߴ#8 廪CL<;c-cJCҺm묉ﶖnZ錚#Ԯ"f ˲7pG/l䇪XW_燌-M\}(NZNWOvpi&j>NwZar7\t q'\7옠b "BT_Ѭ o빙؏Դ,"?t{B5@c4.}|# oMSHyw<30Na[~p_rpSgJVt'^g@ep""sp*b T2aCDn=K8z$6ng} N *{ ?p{sj$3|Ԧ nX}tEAڴPV1XڂW@="4~xR%_f&k)d70X {bقK7__$1܄/\V>θk?8|6 \3.~ ј5r7MHYEfոa;IQnpyZ/Κ_E輵E\WvB\9iXQ \Lɨt߸n?F2_A"N!4lې޺ruSÇ?&5T`hPkB{G`7X,kJe:zUn [\8۳ a3Iuozw0αMt.I?I,诨.pIA?#9*n3ľTWYQ|L0ay ut.KZ|O AaH*BO z֕e +!z-u,FQ_5l^W׀ּwckΘRA)!k>r& E휍gf\AmئMݧ ,1kE&(}/ ;a)D>Ԫf3\>Hs4Fӧ^| ]jܩep, ?T1 Ry `mԬ'ϴW >VLɲ,^BRN1hxWa ?aNH.x`qH`Aኜ^&,7CvUv`I*^Dpn"K(C\E_C ̄ !p)Ӹ9 %p 6́؛K|-@# 9zͯgzU%"RwVTгwzBHoOjɟTqo'_ mCT=nGBdR WXS%Ӧ+ Ⓝ?]R/r͆E2][3WEQF(kC!q8f@^;pZ{u{$C;:\T;Ѕfc_2JkdD 3')OJ\ym-MKJR§$}}$&::gRV}G S9e}Vg@Pq4ƚ [XDCתD4شl$LK6 C(ծmʲյub{؂5ܦJU C/?d&G9O@dǧ !:OX[*d[Oe(O} .0RFYN%3 \gE:.ץD܉q50)s'G/IB/sJV)_)C Ԟ#Mr,䔀s.#Wx NLܡ,p)y"0^@Ԋ*2Irj{75V%R13UAlb+Lk4Snq$W;L1rni q7@Eԫ$+I,}BdP 򟨥8Mjsͅ 'i706Q);(|*_#CьZ[ÁWFFMR5>a:-vo=H0ki <,rN`UQ;rB3\C00Wy?<6o=ntD7%frD2~PwlTpÛƜmZ6!R؁ LOߢ\-Z(0Z-LJvFsF8݉iSo)4:ƀ܈dݛAj4ȖmrW71?_TyDՁ7ĉCr2ǎ >8Bm%[>iw})ʨ8lp Q/«afroMT2(}W?:p֭(Pdj +ZX qDьoT!5ҏߌdupK8s}X+SZ( &(nݞtR; YCrrq&dF;XLVbQY2e Xո~W{,?Uo-YH}ܨ@#^øхݷDd :{̅ud۠8'*Lj '6ILp{j>Kb o@Ӕ\ǭzAZ׌7S[K&L]14}+(ܠw.[}oRV>QX6ҿ_;^Y*v"`Z4&9A1.r+ꠀ\ˍLF'=y= i']q5Sz!Wug= aˣ4yJ9 9=eA J`Nӳ%0Kݚ~uʥg=~tgmBNĤvct}g{nC9*Qtd7O#?t8|y>@g_y ,bJغCnE'$5s C#u$*mc Px[p3>H%&#ЁGDXɿE}s8#jMI msWe 'a~ To4V_H,`6Fx(|5e^7 tUwVqsh yп˹'rXGWg/ ax|5SqB;+U-c=#PiE#E~0v-sjQ!)gla9ttc! f,~6V Ϫ:3rſȋE¡Ώm[u'^E{噜O;Ab .5*kKa#yrծ9DhųWcM+{thߗG_'٢#_4!&6n)/o ݝ{"ca85WǐAZٸb(ļhK3V6]x,+%rR/r}Waw騪x~B()٨8i;%ұ'[iq<0$<=1SgedS|rBG?Q[U6&X`Ldrrդ1NDt)<=,z#Do&cXXWF}p#~F4tqDĐfP?r}B6}khV j;aJH<9`xI?Z iLz'w331oW{:0*^J¯B3}4:0OHCDhAcG+*HS+j N A`a[.^Px5"G?Fda,kQ2=(GH0s*Kb lœ=>szl<-&MքkdPm{S4Q~$FX׾cEؒ(iݜp喽dصtg( WC,xbwzX븡5L+m&}9"@$l\ݽh®! N\Aw<|~q}_P瓼G{rRLw{8|HyMt4 /mJޯ=X:`I qŠ?X{a"lW/)-{Q;3Mios۔OsrAriSjZ7K IVnKڭჃ$-IZُ@|qT:n6asBCVVö\h)ZMѓ \4rRMa(Cƽ%h6!4\QUp&#?wDc=x B6"HS@=U`ANbw1%XMͧUC]p&w_ &+92mxE|w(ba go( %C َpґ1DhK, V# S!{Qz43jT'6FEAuVڨ[^KHenl3r M(<%7|j$ Sߴ]g=99/ժS5NKgv?jިYa9? ߸<U{ۻ5WFFR4)< "X @|9nXQ`j}c9[Dž=WcӼEm?\sAX;>:^3\*+#Kp< tVF"GS .#iKAz (NwiQ@uWu*x RǺc<8^E_& 6ꆿVM'r`(Ӳsw.Vx߅2O y pˊZs C609Si'FT=rRy/EQb7ad\cHH R3Mt͞iweژBBpf_-CeBElD 6F#+{?EvQ_Ag@˔E2(#q31{R5Y~st/Bז974un/yLTq?ldJF=/`NK1*[){XLHʖo@$'LF} v)Cst{BS%TAXQp5 !FR h.ϵ =)׶Ƈ6ӤXOΓ/k/Rj&nѿăpE&kZڙE  :Y=mt}?ܑJQ)9^ |֓fW>g.Zn`_}3ߢ8 ʊz>怴L@Js︈"6r#Bm^:e`!Qyk`^ +ޣxARpz}dV=Mr6 0c8rK;/N/C$ڹڛ͡EDDi[=[> \ӵY X<ɬ%{(fFsR˭F'$5f\qCZfWW;41 "dH$|K /шZ Cs- :hhXi:eAzˀpޑsa}D\SdItT8 =#K 䭧qstw}HR~.w7]$^-BƵRu\[K¾.lDw Xk[ra(ز9g6&""P;pҶB_fwرՏX%阷Xd <\)9ސ(7Dk9] >\ g6%\177 EfqO[{} xxXC5KKb %VX{ť%ۇ<ۻ S3Eg> w|L~kw݌bIE,zCxTZfyTBת(cF/bSѣ.Mh,?L`.?$eCNV7| T%R2ӗ|8 aUsvtƩ ~,do|dvOW J_%'9yEu*gi,d]殈k|99"Wb܁AzIDQ~M=48but"ݭ%̊&H]fw b.#EUkYGq "/YR7ĥ݋p wCBg0 I}0Yݞm{؛@1 9 p$u4UqC'ԥuXq}zt$2̸o:Z dz5xpֳ!8,:b}LCOhYjۤa| :@*:\`M QTk7ܠJր陝}"e)ԔnV*uOh9d=\"b$?fg[-7<0PA~9T~!*B7l._]~a9nC{?@3 /cÑ9)˪CʹX6:ZD0 sR m:pZ` d7z-Ҥ?҉v ։{aK1 rrwzc[B.]Ynҏҟsp88nT`f`8tz|''^8 XXR=AٰИÁ 5+rUe .U;M̰OSZ!VS 6&.0}4VoEfЈ]P!` TZBcG܌)C8y7^;6O6`j^ِ<:J%{!t~n@ꋏ~>G9+IβʌYЋDIL j5b%qZh ӵM `mF.^Z(k2̺D AII#w]R7n 1!>֣wbAOrܗfyDڡt*,)L1xioϔ8̟((r[b~FE|1a &%F4;;"o~?T+#&!2L*R:! (1H0+4!͈ MGDն#rtZŝ;guT:݌NHQmԎN=N#k:Ib~_jcdɿgR= I.Pd Ӷ*UyTVeu ,Y3LB!iDJ ,ϰ~RVAo;2:AI+Exbm+ ᙀ y OFU.nW|+O_e m5%e_)#dȰX-SˣԎԾC_C).Ա/ƌcၟuח_,8C'03 : ; VcKGO՞Q(\oᬨsy&s҄ bv'|2fQ|}/H"sEsh76K(<*FoQ )wi+7$C\ _=%oL,Id}|-wd>萀rV;}}1]P2{__ q|.7 Ӏ5`_x3C1,7@$Y\8"$JDwr%HYg%YJiT [B{$O1h8]($CR* jkktՌhKw5An$܋"5ƿMi%xlXP Fh-Sll?B7)SH؈_w%E:y20Q:Rf-oF\>a]#9+r9}uYAE9{9`qq1`멊`&#Sb+\o a+R|ЖHHId7Zϳt *.@`ϒET4U]`R)f(bd5cNP8@f-?s[ZA{K]O~ ;(5ō`o99Zï/ ^/zɍ4%5yh L1i,0QN}A9(jƻMFoRzeH.pϛyvx6j]5T>d8lKh f"ub".>bu3XS6X\YӒXAhGjXrx8=aSn_xf̥szcB)ΥB Ps4* jpf-MNլxٖu/Uwᣌ`w3|xT#~Hr<7گ{/aG q;cF'_!9ec2g@oxq&W>+}a@dD=}S>aޛ5Rz+WCj/T0ڪnH;f<†]u`@H{įSAU]A8V\D ( tI+OQHffvsAϦU]e6R/͆~n|Xݧl,oP2x"ӥ, Zʊ;EBA .q^L$] n5?+]К; 򾤇e~s@+!;= $kc1Le3ø *|\q.b P9<;t ۨ fP9y͒vS!.GסA}Gl*+Rg&>ݠF=0 88wh1GLos>-)DĆ%=N[L58ʗ|ﭚcD}bbNӴ;XۛW(AYq%75p ݋V-^";<RHAaYCG Bp9}Uo KJ$Bfq|Q+~wggA7%~aYEC}16+}qr*naqO+ZE*ʾ%]3Xxc?B2oO0;6 s&{D45%aZ|&k`ehįאi.`X25?1a:3}+HcyQ;,do%ڦ|JKҕD}j{Jb%X`ZpWX(ȼ&8)Wc[UJ(ޙuQ'P/@(-$C EmЇɢ{N{;wkd,SdF%vvVg/[LD6|H>|TkЁO@Cۓʁ~<q~~ G񹇌>ڡ3u?e+FFP3.]iG!;ӘiD t +`Gd*؇B;F\'3y0?))y68~p訫{)ؕ}XKQk^ᕙE?FHo O\ RR< "Xn6ԟ  EfjLRP,z]JR%94;\\8ZJ!$> M$ ]]܃132L1 Kl؉rIOJk"52AB> `P)wyy(=%C++g+Ql$ex%S>v^3毗m(($x@g :M (b#Y/N=vM,Plj"Acvz<.}?`v'O9*6=1%Ml?0s᮪dz ߒ sm5 B§ִ{ } u4-%)(jO4 0m+B OYeGѾ?xF]}oq;G,ct,+eF∜Tˈf|y[Y}q)% n*;F]zWKPAOQµ YkؑRhNL2K(e Wt:&p✗~KzJ,=@7Ƈ]b38//4k|nAjFYM&>PGK .1V9$sؓBm~~_fo vi*{݈XAxpI,ݕ! h{Ɲz>TEFU9h΄o*-7HRoNX^c/W~ɘ.[iL@bK"r67QH'ܲ b;ӫ!.@I2j(F7”Mimzn]827e1Et77-}' %5o+ B>3puWf_J^ntF{^#ص}iv.3UЏuK`>W]L!ځMCIH\`'Q7ؖFhEe$Im]ӡ0ؕq t׏;]0K Rg5K|"\y?hd"Fלz&<ڡ$;aRs+rO{|we*@_p`dG kz#|O\؟'<Ѭ K1DK1-k6YlŶcJ;54|J_gg՗&ӉB4EWk/>q ^x3JXyfcԹ4:D{!/aS+fjPz_QX"%oI'@⯄M".e[9*b34$kuWVs _5-hn`SJ^s=P9@F;7Ύk| F}>[Z# +y V)5%,SKۇ SAخC?]G0HS~f'?V *-T]"VBbJ셦Uwn[?y~^8xw_ 57 =#tj9O c.'7r6,p79 4'e hxB6%9g)9V `rҀ` niHY|T5ג&'WWL=.0L ݵZ}DJ>S-2m[9>P"codU+F0Uv DC;XZZ$jwTtyqVu=KRT4G( ` b6WXkDY(BCA09 τdzĖ<Ǹ.X{٨^mA֠gpL ٬y F'VIˮ `g:FP-v*s+깜q0<"ap;%ifU- X(CAt jj&& p rʯ جd@O!4 N>cl@`BmhvLj&㘸ӿHgߴ3hv߁P:s%_6lP2Rթ=v7UE}4MJ\b$JmƜ{L,1TW>!n^яLyڨFf*8J/Yҭ_!`q@+Ml0 vh]_Y?(ml9<πX9,Dό1I:M$ jDdR̐vE#j.HkJ[{ 4LeflA,`)4;mLCº|VDFeX  7N|ZkV<>|T@DCbgn ʴiH7YIA@/Ф&PruFl ac#:mI0vA1Eae¹Gjͺ\ܾp(EقuU:I)d1ft K?f̟]'zmAf :E'ԫGSS.+.zlG!ẓרyGiG&s{m$(\) 3>6zl66|ad49MCi$NS;5#HhݞcDUo ԜOGy@BD7ΆBB{baIt?FLsV)/2o_Uо:y tN|]-ۤ0 d@J~)_AhjcPN3r2Ju_75PNe6c?(<(?{s`^8zWu \!{d ݥTx5+S1 w/yޥ5G[,!~*3#{+TႌH]bX9#L#Ux1Ni?=b.> y|_41eBLYyzLƁ? E53|Ǻ9ۈq{)XP4oW Mf4-D$$&g+ހJg=J£jgKn+7vwSyY:Cj캂-Z+L}MVk6`:Uur j˒ }w4>W|MҖgqw;٠`I$$i ~:Z:&x,Іd3zN Q4\{qKv"J/dCح-iI<KJ`!Dq Jr.~灩Gd‘YrU ;e,&F7'7v3TtQ/4!y p3+ V p#~Yӻ>:^5Tk=iy:1%:_Y7:yM&:CvI۳&1,6V<$rGvqYhHvti'F,"F3h9՚UVi6DJ;xDe/F ܰwLMe|jɀ%0"D|aX~Hc͡~n8+5t{0#]7ٕ˙$%~#Tˀ^j`Cڳ1,,;qhQ"=3DB>Jw B78l1#X&޻RVOUjipX< ,'M5U!/-D[ ^Ťl󲠑Q]࿅ݑV3"PH{S!cS#ejTBN,IAmZ1{QW5 Q l:Ȥ-@g?2ǹzv$^ML4l-E}6c2~ئѤ7@o*"uVKe> eHG G8ٸ;ujsS|h"7 A+Jc&ǒQPX1ۺ&MG)G:irk?_@Jʢf֠<}kCiRú۞₴R BZ(1SzBYab NtC2&aпH~िy^dt0v7_@m1Q8x(+^8l К1 ȯgsSRZ %t/3PAK:"#DU|7#'*h>%4"w.! ~TǺl:!L07 !cLǕc] ^J:YaC̢xVd~Y CDMu۬z %~;nf˖h{_0jsůĉ\zKtx|s~h.WXuʧiKt߯c`ǜRpA; Mj V|A 0R_xe`D^ <>W@xμrNQO7ua7_驲\Kl1 ~zo~UuFQ,xWǡ7$'Uaj5LaX=Umobndp!c`-ő,zW{;UÚЊ':⿭ggL-(L]0aLTǹa>A$f潗yj mA`_E#m8FmF`JHF\҂I4H{&~ Nn꜇S?r!bp'/ W 倢^5w]Lw+"ƷY h)p+ETḧx-䡍Qv12K!ЕO(y)KR;w׻yp])-wI dŝ/Z~>ìvȻ~<[-Px{h@s,Af2`QJժOT֋wby{[zQ8ͯlWk9;G;Gxo,wIzSEǹ| R{Z7 7&B{6[>d:D.5f2w6}#]$7?I K3pD8[X(8 (}}'aT2>+ 5kEBԟuWi-竕׶Ld*g!#vc )+[5aUN|tNqXb'68oygHOnް_$aj"c q4JHQ$TݚQm =E2:v{\n;WB[0)NwSKlmĊMq,lPy}o NHܕ;NG?4_^&zP\+}֙>9@PiUa'qnʡ j;*w}:=`[ X)|/BEᩛqgL܍<҂,w!mæ n"YR{@#J<#Zqҝlj8]abNs!i@`ѕ,!I!#1!%jM|(ϥ(g)4yKnE%m)T& Efbabe5swdg+z$FN]abAc) AΚ6̕vii…KgB -ʹkdGKȇWe]z%2Ұ1Kq{ ݥe[T0֡<ENq]5)tmqkkP\"Ҍӄ")2O gB9qMnZzaGF(vaW̷j X0mXme@P S-w~v"ˉƥl˯޶׷+3sCBߧ,d}|jHjdg=. ~na6Ÿ1jSu+b,**LF-bo0 g5ʔZ8gtcX.鈲|ꅘKs&6vH`6ghA^e" iU/ KuΣ lf=$a0ožݳX^XР5ܺ@r{V6`O@!~SnrQ `jR%mT}z5alk\ij򶉼zyiFdDlB璑vM bJs2F5ė̵'_[)Y^e>f% .T/.ݛ& 5 |q|:ct*WR.;bT=GPl|OY HWl !55Jq<0HNjd;Hܷv$(5q:_w6cdRkkѩz'6èS 1ߊ2uݭbS=&aIT\C=6y]U)fCzIv`B1?lNXm)4wJ1kU+8\Ɣ$ya\X_7&s1=l ;:ƻ:;պFX!3cԷtus%2Lͩ ػ+Ln{n fD $_^@MS|' 7 `+ph 3-ZY-_8Z( Bu됗J Ds *'|ੈ#=vy'͊Jw1aOR3++?Sˊv,FxSej< WEQI}~S֘=ʞ-c(l'b,NɄ',tre@@]R(f=3n'WQ}T(e䁗nYʲqt*`#f|(᳻^a]@c-Xul]іtu%bNN@9I. 4