diff options
author | Carsten Drossel | 2008-08-08 03:15:39 -0400 |
---|---|---|
committer | Carsten Drossel | 2008-08-08 03:15:39 -0400 |
commit | 6087ca75212582cdd99a4795fe4c9a137e477a41 (patch) | |
tree | e6a1ce49a71e908df7256119f2b7253b2f290c60 | |
parent | 805224c452ddfea036e8a04980cd1a4f9cd6cedd (diff) | |
download | org.eclipse.riena-6087ca75212582cdd99a4795fe4c9a137e477a41.zip org.eclipse.riena-6087ca75212582cdd99a4795fe4c9a137e477a41.tar.gz org.eclipse.riena-6087ca75212582cdd99a4795fe4c9a137e477a41.tar.xz |
shared view is shared
-rw-r--r-- | org.eclipse.riena.example.client/plugin.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/org.eclipse.riena.example.client/plugin.xml b/org.eclipse.riena.example.client/plugin.xml index c855cc2..80a57e6 100644 --- a/org.eclipse.riena.example.client/plugin.xml +++ b/org.eclipse.riena.example.client/plugin.xml @@ -367,8 +367,8 @@ <workAreaPresentation presentationId="org.eclipse.riena.example.sharedView" view="org.eclipse.riena.example.client.views.SharedViewDemoSubModuleView" - viewController="org.eclipse.riena.example.client.controllers.SharedViewDemoSubModuleController"> - viewShared="true" + viewController="org.eclipse.riena.example.client.controllers.SharedViewDemoSubModuleController" + viewShared="true"> </workAreaPresentation> <workAreaPresentation presentationId="org.eclipse.riena.example.navigation" |