[kune-commits] r1043 - in trunk: . src/main/java/org/ourproject/kune/app/server src/main/java/org/ourproject/kune/blogs/client src/main/java/org/ourproject/kune/chat/client src/main/java/org/ourproject/kune/docs/client src/main/java/org/ourproject/kune/gallery/client src/main/java/org/ourproject/kune/platf/client/actions src/main/java/org/ourproject/kune/platf/client/actions/toolbar src/main/java/org/ourproject/kune/platf/client/app src/main/java/org/ourproject/kune/platf/client/dto src/main/java/org/ourproject/kune/platf/client/errors src/main/java/org/ourproject/kune/platf/client/services src/main/java/org/ourproject/kune/platf/client/state src/main/java/org/ourproject/kune/platf/client/tool src/main/java/org/ourproject/kune/platf/client/ui src/main/java/org/ourproject/kune/platf/client/ui/dialogs src/main/java/org/ourproject/kune/platf/client/ui/download src/main/java/org/ourproject/kune/platf/client/ui/form src/main/java/org/ourproject/kune/platf/client/ui/gridmenu src/main/java/org/ourproject/kune/platf/client/ui/palette src/main/java/org/ourproject/kune/platf/client/ui/rate src/main/java/org/ourproject/kune/platf/client/ui/rte/impl src/main/java/org/ourproject/kune/platf/client/ui/upload src/main/java/org/ourproject/kune/platf/client/utils src/main/java/org/ourproject/kune/platf/server/auth src/main/java/org/ourproject/kune/platf/server/content src/main/java/org/ourproject/kune/platf/server/domain src/main/java/org/ourproject/kune/platf/server/manager src/main/java/org/ourproject/kune/platf/server/manager/file src/main/java/org/ourproject/kune/platf/server/sn src/main/java/org/ourproject/kune/platf/server/state src/main/java/org/ourproject/kune/platf/server/tool src/main/java/org/ourproject/kune/rack src/main/java/org/ourproject/kune/rack/filters/rest src/main/java/org/ourproject/kune/rack/filters/servlet src/main/java/org/ourproject/kune/wiki/client src/main/java/org/ourproject/kune/workspace/client/ctxnav src/main/java/org/ourproject/kune/workspace/client/editor src/main/java/org/ourproject/kune/workspace/client/entityheader src/main/java/org/ourproject/kune/workspace/client/newgroup src/main/java/org/ourproject/kune/workspace/client/nohomepage src/main/java/org/ourproject/kune/workspace/client/options/logo src/main/java/org/ourproject/kune/workspace/client/search src/main/java/org/ourproject/kune/workspace/client/signin src/main/java/org/ourproject/kune/workspace/client/site src/main/java/org/ourproject/kune/workspace/client/site/msg src/main/java/org/ourproject/kune/workspace/client/sitebar/sitelogo src/main/java/org/ourproject/kune/workspace/client/sitebar/sitenewgroup src/main/java/org/ourproject/kune/workspace/client/sitebar/siteoptions src/main/java/org/ourproject/kune/workspace/client/sitebar/siteprogress src/main/java/org/ourproject/kune/workspace/client/sitebar/sitepublic src/main/java/org/ourproject/kune/workspace/client/sitebar/sitesearch src/main/java/org/ourproject/kune/workspace/client/sitebar/sitesign src/main/java/org/ourproject/kune/workspace/client/sitebar/siteusermenu src/main/java/org/ourproject/kune/workspace/client/skel src/main/java/org/ourproject/kune/workspace/client/socialnet src/main/java/org/ourproject/kune/workspace/client/themes src/main/java/org/ourproject/kune/workspace/client/title

vjrj vjrj at ourproject.org
Sun Feb 1 14:51:31 CET 2009


Author: vjrj
Date: 2009-02-01 14:51:16 +0100 (Sun, 01 Feb 2009)
New Revision: 1043

Modified:
   trunk/TODO
   trunk/src/main/java/org/ourproject/kune/app/server/KuneContainerListener.java
   trunk/src/main/java/org/ourproject/kune/blogs/client/BlogClientActions.java
   trunk/src/main/java/org/ourproject/kune/blogs/client/BlogClientModule.java
   trunk/src/main/java/org/ourproject/kune/chat/client/ChatClientActions.java
   trunk/src/main/java/org/ourproject/kune/chat/client/ChatClientModule.java
   trunk/src/main/java/org/ourproject/kune/docs/client/DocumentClientActions.java
   trunk/src/main/java/org/ourproject/kune/docs/client/DocumentClientModule.java
   trunk/src/main/java/org/ourproject/kune/gallery/client/GalleryClientActions.java
   trunk/src/main/java/org/ourproject/kune/gallery/client/GalleryClientModule.java
   trunk/src/main/java/org/ourproject/kune/platf/client/actions/ActionAddCondition.java
   trunk/src/main/java/org/ourproject/kune/platf/client/actions/ActionCollection.java
   trunk/src/main/java/org/ourproject/kune/platf/client/actions/ActionDescriptor.java
   trunk/src/main/java/org/ourproject/kune/platf/client/actions/ActionEnableCondition.java
   trunk/src/main/java/org/ourproject/kune/platf/client/actions/ActionItem.java
   trunk/src/main/java/org/ourproject/kune/platf/client/actions/ActionItemCollection.java
   trunk/src/main/java/org/ourproject/kune/platf/client/actions/ActionManager.java
   trunk/src/main/java/org/ourproject/kune/platf/client/actions/ActionMenuItemDescriptor.java
   trunk/src/main/java/org/ourproject/kune/platf/client/actions/ActionRegistry.java
   trunk/src/main/java/org/ourproject/kune/platf/client/actions/ActionToolbarButtonAndItemDescriptor.java
   trunk/src/main/java/org/ourproject/kune/platf/client/actions/ActionToolbarButtonDescriptor.java
   trunk/src/main/java/org/ourproject/kune/platf/client/actions/ActionToolbarButtonSeparator.java
   trunk/src/main/java/org/ourproject/kune/platf/client/actions/ActionToolbarDescriptor.java
   trunk/src/main/java/org/ourproject/kune/platf/client/actions/ActionToolbarMenuAndItemDescriptor.java
   trunk/src/main/java/org/ourproject/kune/platf/client/actions/ActionToolbarMenuDescriptor.java
   trunk/src/main/java/org/ourproject/kune/platf/client/actions/ActionToolbarPosition.java
   trunk/src/main/java/org/ourproject/kune/platf/client/actions/ContentActionRegistry.java
   trunk/src/main/java/org/ourproject/kune/platf/client/actions/ContentIconsRegistry.java
   trunk/src/main/java/org/ourproject/kune/platf/client/actions/ContextActionRegistry.java
   trunk/src/main/java/org/ourproject/kune/platf/client/actions/GroupActionRegistry.java
   trunk/src/main/java/org/ourproject/kune/platf/client/actions/MenuItemsContainer.java
   trunk/src/main/java/org/ourproject/kune/platf/client/actions/UserActionRegistry.java
   trunk/src/main/java/org/ourproject/kune/platf/client/actions/toolbar/ActionCntCtxToolbarPanel.java
   trunk/src/main/java/org/ourproject/kune/platf/client/actions/toolbar/ActionToolbar.java
   trunk/src/main/java/org/ourproject/kune/platf/client/actions/toolbar/ActionToolbarPresenter.java
   trunk/src/main/java/org/ourproject/kune/platf/client/actions/toolbar/ActionToolbarView.java
   trunk/src/main/java/org/ourproject/kune/platf/client/app/ApplicationComponentGroup.java
   trunk/src/main/java/org/ourproject/kune/platf/client/app/EntityOptionsGroup.java
   trunk/src/main/java/org/ourproject/kune/platf/client/app/TextEditorInsertElementGroup.java
   trunk/src/main/java/org/ourproject/kune/platf/client/app/ToolGroup.java
   trunk/src/main/java/org/ourproject/kune/platf/client/dto/AccessRolDTO.java
   trunk/src/main/java/org/ourproject/kune/platf/client/dto/BasicMimeTypeDTO.java
   trunk/src/main/java/org/ourproject/kune/platf/client/dto/ChatUserParamsDTO.java
   trunk/src/main/java/org/ourproject/kune/platf/client/dto/CommentDTO.java
   trunk/src/main/java/org/ourproject/kune/platf/client/dto/ContentStatusDTO.java
   trunk/src/main/java/org/ourproject/kune/platf/client/dto/SocialNetworkRequestResult.java
   trunk/src/main/java/org/ourproject/kune/platf/client/dto/ToolSimpleDTO.java
   trunk/src/main/java/org/ourproject/kune/platf/client/dto/UserBuddiesDataDTO.java
   trunk/src/main/java/org/ourproject/kune/platf/client/errors/DefaultException.java
   trunk/src/main/java/org/ourproject/kune/platf/client/services/ImageDescriptor.java
   trunk/src/main/java/org/ourproject/kune/platf/client/services/ImageUtils.java
   trunk/src/main/java/org/ourproject/kune/platf/client/services/KuneCoreModule.java
   trunk/src/main/java/org/ourproject/kune/platf/client/services/KuneModule.java
   trunk/src/main/java/org/ourproject/kune/platf/client/services/KunePlatformModule.java
   trunk/src/main/java/org/ourproject/kune/platf/client/services/KuneWorkspaceModule.java
   trunk/src/main/java/org/ourproject/kune/platf/client/state/Session.java
   trunk/src/main/java/org/ourproject/kune/platf/client/tool/ToolSelector.java
   trunk/src/main/java/org/ourproject/kune/platf/client/tool/ToolSelectorItem.java
   trunk/src/main/java/org/ourproject/kune/platf/client/tool/ToolSelectorItemPanel.java
   trunk/src/main/java/org/ourproject/kune/platf/client/tool/ToolSelectorItemPresenter.java
   trunk/src/main/java/org/ourproject/kune/platf/client/tool/ToolSelectorItemView.java
   trunk/src/main/java/org/ourproject/kune/platf/client/tool/ToolSelectorPresenter.java
   trunk/src/main/java/org/ourproject/kune/platf/client/ui/DefaultGrid.java
   trunk/src/main/java/org/ourproject/kune/platf/client/ui/IconLabel.java
   trunk/src/main/java/org/ourproject/kune/platf/client/ui/Location.java
   trunk/src/main/java/org/ourproject/kune/platf/client/ui/MenuItem.java
   trunk/src/main/java/org/ourproject/kune/platf/client/ui/MenuItemCollection.java
   trunk/src/main/java/org/ourproject/kune/platf/client/ui/QuickTipsHelper.java
   trunk/src/main/java/org/ourproject/kune/platf/client/ui/RoundedPanel.java
   trunk/src/main/java/org/ourproject/kune/platf/client/ui/TitledPanel.java
   trunk/src/main/java/org/ourproject/kune/platf/client/ui/dialogs/DefaultForm.java
   trunk/src/main/java/org/ourproject/kune/platf/client/ui/dialogs/DefaultTabbedForm.java
   trunk/src/main/java/org/ourproject/kune/platf/client/ui/dialogs/InfoDialog.java
   trunk/src/main/java/org/ourproject/kune/platf/client/ui/download/FileDownloadUtils.java
   trunk/src/main/java/org/ourproject/kune/platf/client/ui/download/FileParams.java
   trunk/src/main/java/org/ourproject/kune/platf/client/ui/download/ImageSize.java
   trunk/src/main/java/org/ourproject/kune/platf/client/ui/form/FileUploadFormSample.java
   trunk/src/main/java/org/ourproject/kune/platf/client/ui/gridmenu/CustomMenu.java
   trunk/src/main/java/org/ourproject/kune/platf/client/ui/gridmenu/GridDragConfiguration.java
   trunk/src/main/java/org/ourproject/kune/platf/client/ui/gridmenu/GridDropConfiguration.java
   trunk/src/main/java/org/ourproject/kune/platf/client/ui/gridmenu/GridGroup.java
   trunk/src/main/java/org/ourproject/kune/platf/client/ui/gridmenu/GridItem.java
   trunk/src/main/java/org/ourproject/kune/platf/client/ui/gridmenu/GridMenuPanel.java
   trunk/src/main/java/org/ourproject/kune/platf/client/ui/palette/ColorWebSafePalette.java
   trunk/src/main/java/org/ourproject/kune/platf/client/ui/rate/RateIt.java
   trunk/src/main/java/org/ourproject/kune/platf/client/ui/rate/RatePresenter.java
   trunk/src/main/java/org/ourproject/kune/platf/client/ui/rte/impl/RichTextAreaImpl.java
   trunk/src/main/java/org/ourproject/kune/platf/client/ui/upload/AbstractUploader.java
   trunk/src/main/java/org/ourproject/kune/platf/client/ui/upload/FileUploader.java
   trunk/src/main/java/org/ourproject/kune/platf/client/ui/upload/FileUploaderDialog.java
   trunk/src/main/java/org/ourproject/kune/platf/client/ui/upload/FileUploaderPresenter.java
   trunk/src/main/java/org/ourproject/kune/platf/client/ui/upload/FileUploaderView.java
   trunk/src/main/java/org/ourproject/kune/platf/client/utils/Url.java
   trunk/src/main/java/org/ourproject/kune/platf/client/utils/UrlParam.java
   trunk/src/main/java/org/ourproject/kune/platf/server/auth/ActionLevel.java
   trunk/src/main/java/org/ourproject/kune/platf/server/content/CommentManager.java
   trunk/src/main/java/org/ourproject/kune/platf/server/content/CommentManagerDefault.java
   trunk/src/main/java/org/ourproject/kune/platf/server/content/ContentUtils.java
   trunk/src/main/java/org/ourproject/kune/platf/server/domain/BasicMimeType.java
   trunk/src/main/java/org/ourproject/kune/platf/server/domain/ChatUserParams.java
   trunk/src/main/java/org/ourproject/kune/platf/server/domain/Comment.java
   trunk/src/main/java/org/ourproject/kune/platf/server/domain/ContentStatus.java
   trunk/src/main/java/org/ourproject/kune/platf/server/domain/CustomProperties.java
   trunk/src/main/java/org/ourproject/kune/platf/server/manager/FileManager.java
   trunk/src/main/java/org/ourproject/kune/platf/server/manager/file/EntityLogoDownloadManager.java
   trunk/src/main/java/org/ourproject/kune/platf/server/manager/file/EntityLogoUploadManager.java
   trunk/src/main/java/org/ourproject/kune/platf/server/manager/file/FileDownloadManager.java
   trunk/src/main/java/org/ourproject/kune/platf/server/manager/file/FileDownloadManagerUtils.java
   trunk/src/main/java/org/ourproject/kune/platf/server/manager/file/FileJsonUploadManagerAbstract.java
   trunk/src/main/java/org/ourproject/kune/platf/server/manager/file/FileManagerDefault.java
   trunk/src/main/java/org/ourproject/kune/platf/server/manager/file/FileUploadManager.java
   trunk/src/main/java/org/ourproject/kune/platf/server/manager/file/FileUploadManagerAbstract.java
   trunk/src/main/java/org/ourproject/kune/platf/server/manager/file/FileUtils.java
   trunk/src/main/java/org/ourproject/kune/platf/server/manager/file/ImageUtilsDefault.java
   trunk/src/main/java/org/ourproject/kune/platf/server/sn/UserBuddiesData.java
   trunk/src/main/java/org/ourproject/kune/platf/server/state/StateAbstract.java
   trunk/src/main/java/org/ourproject/kune/platf/server/state/StateContent.java
   trunk/src/main/java/org/ourproject/kune/platf/server/state/StateNoContent.java
   trunk/src/main/java/org/ourproject/kune/platf/server/tool/ServerToolTarget.java
   trunk/src/main/java/org/ourproject/kune/platf/server/tool/ToolSimple.java
   trunk/src/main/java/org/ourproject/kune/rack/Rack.java
   trunk/src/main/java/org/ourproject/kune/rack/filters/rest/ParametersAdapter.java
   trunk/src/main/java/org/ourproject/kune/rack/filters/servlet/ServletServiceFilter.java
   trunk/src/main/java/org/ourproject/kune/wiki/client/WikiClientActions.java
   trunk/src/main/java/org/ourproject/kune/wiki/client/WikiClientModule.java
   trunk/src/main/java/org/ourproject/kune/workspace/client/ctxnav/ContextNavigatorItem.java
   trunk/src/main/java/org/ourproject/kune/workspace/client/editor/TextEditorToolbar.java
   trunk/src/main/java/org/ourproject/kune/workspace/client/editor/WrappedRichTextAreaImplOpera.java
   trunk/src/main/java/org/ourproject/kune/workspace/client/editor/WrappedRichTextAreaImplSafari.java
   trunk/src/main/java/org/ourproject/kune/workspace/client/entityheader/EntityHeader.java
   trunk/src/main/java/org/ourproject/kune/workspace/client/entityheader/EntityHeaderPresenter.java
   trunk/src/main/java/org/ourproject/kune/workspace/client/entityheader/EntityHeaderView.java
   trunk/src/main/java/org/ourproject/kune/workspace/client/newgroup/SiteErrorType.java
   trunk/src/main/java/org/ourproject/kune/workspace/client/nohomepage/NoHomePage.java
   trunk/src/main/java/org/ourproject/kune/workspace/client/nohomepage/NoHomePagePanel.java
   trunk/src/main/java/org/ourproject/kune/workspace/client/nohomepage/NoHomePagePresenter.java
   trunk/src/main/java/org/ourproject/kune/workspace/client/nohomepage/NoHomePageView.java
   trunk/src/main/java/org/ourproject/kune/workspace/client/options/logo/EntityOptionsLogo.java
   trunk/src/main/java/org/ourproject/kune/workspace/client/options/logo/EntityOptionsLogoPanel.java
   trunk/src/main/java/org/ourproject/kune/workspace/client/options/logo/EntityOptionsLogoPresenter.java
   trunk/src/main/java/org/ourproject/kune/workspace/client/options/logo/EntityOptionsLogoView.java
   trunk/src/main/java/org/ourproject/kune/workspace/client/search/EntityLiveSearcherType.java
   trunk/src/main/java/org/ourproject/kune/workspace/client/search/SiteBottomTrayButton.java
   trunk/src/main/java/org/ourproject/kune/workspace/client/search/SiteSearcherType.java
   trunk/src/main/java/org/ourproject/kune/workspace/client/signin/RegisterForm.java
   trunk/src/main/java/org/ourproject/kune/workspace/client/signin/SignInForm.java
   trunk/src/main/java/org/ourproject/kune/workspace/client/site/SiteToken.java
   trunk/src/main/java/org/ourproject/kune/workspace/client/site/msg/SimpleMessagePanel.java
   trunk/src/main/java/org/ourproject/kune/workspace/client/sitebar/sitelogo/SiteLogo.java
   trunk/src/main/java/org/ourproject/kune/workspace/client/sitebar/sitelogo/SiteLogoPanel.java
   trunk/src/main/java/org/ourproject/kune/workspace/client/sitebar/sitelogo/SiteLogoPresenter.java
   trunk/src/main/java/org/ourproject/kune/workspace/client/sitebar/sitelogo/SiteLogoView.java
   trunk/src/main/java/org/ourproject/kune/workspace/client/sitebar/sitenewgroup/SiteNewGroupLink.java
   trunk/src/main/java/org/ourproject/kune/workspace/client/sitebar/sitenewgroup/SiteNewGroupLinkPanel.java
   trunk/src/main/java/org/ourproject/kune/workspace/client/sitebar/sitenewgroup/SiteNewGroupLinkPresenter.java
   trunk/src/main/java/org/ourproject/kune/workspace/client/sitebar/sitenewgroup/SiteNewGroupLinkView.java
   trunk/src/main/java/org/ourproject/kune/workspace/client/sitebar/siteoptions/SiteOptions.java
   trunk/src/main/java/org/ourproject/kune/workspace/client/sitebar/siteoptions/SiteOptionsPanel.java
   trunk/src/main/java/org/ourproject/kune/workspace/client/sitebar/siteoptions/SiteOptionsPresenter.java
   trunk/src/main/java/org/ourproject/kune/workspace/client/sitebar/siteoptions/SiteOptionsView.java
   trunk/src/main/java/org/ourproject/kune/workspace/client/sitebar/siteprogress/SiteProgress.java
   trunk/src/main/java/org/ourproject/kune/workspace/client/sitebar/siteprogress/SiteProgressPanel.java
   trunk/src/main/java/org/ourproject/kune/workspace/client/sitebar/siteprogress/SiteProgressPresenter.java
   trunk/src/main/java/org/ourproject/kune/workspace/client/sitebar/siteprogress/SiteProgressView.java
   trunk/src/main/java/org/ourproject/kune/workspace/client/sitebar/sitepublic/SitePublicSpaceLink.java
   trunk/src/main/java/org/ourproject/kune/workspace/client/sitebar/sitepublic/SitePublicSpaceLinkPanel.java
   trunk/src/main/java/org/ourproject/kune/workspace/client/sitebar/sitepublic/SitePublicSpaceLinkPresenter.java
   trunk/src/main/java/org/ourproject/kune/workspace/client/sitebar/sitepublic/SitePublicSpaceLinkView.java
   trunk/src/main/java/org/ourproject/kune/workspace/client/sitebar/sitesearch/SiteSearch.java
   trunk/src/main/java/org/ourproject/kune/workspace/client/sitebar/sitesearch/SiteSearchPanel.java
   trunk/src/main/java/org/ourproject/kune/workspace/client/sitebar/sitesearch/SiteSearchPresenter.java
   trunk/src/main/java/org/ourproject/kune/workspace/client/sitebar/sitesearch/SiteSearchView.java
   trunk/src/main/java/org/ourproject/kune/workspace/client/sitebar/sitesign/SiteSignInLink.java
   trunk/src/main/java/org/ourproject/kune/workspace/client/sitebar/sitesign/SiteSignInLinkPanel.java
   trunk/src/main/java/org/ourproject/kune/workspace/client/sitebar/sitesign/SiteSignInLinkPresenter.java
   trunk/src/main/java/org/ourproject/kune/workspace/client/sitebar/sitesign/SiteSignInLinkView.java
   trunk/src/main/java/org/ourproject/kune/workspace/client/sitebar/sitesign/SiteSignOutLink.java
   trunk/src/main/java/org/ourproject/kune/workspace/client/sitebar/sitesign/SiteSignOutLinkPanel.java
   trunk/src/main/java/org/ourproject/kune/workspace/client/sitebar/sitesign/SiteSignOutLinkPresenter.java
   trunk/src/main/java/org/ourproject/kune/workspace/client/sitebar/sitesign/SiteSignOutLinkView.java
   trunk/src/main/java/org/ourproject/kune/workspace/client/sitebar/siteusermenu/SiteUserMenu.java
   trunk/src/main/java/org/ourproject/kune/workspace/client/sitebar/siteusermenu/SiteUserMenuPanel.java
   trunk/src/main/java/org/ourproject/kune/workspace/client/sitebar/siteusermenu/SiteUserMenuPresenter.java
   trunk/src/main/java/org/ourproject/kune/workspace/client/sitebar/siteusermenu/SiteUserMenuView.java
   trunk/src/main/java/org/ourproject/kune/workspace/client/skel/AbstractBar.java
   trunk/src/main/java/org/ourproject/kune/workspace/client/skel/Entity.java
   trunk/src/main/java/org/ourproject/kune/workspace/client/skel/EntitySummary.java
   trunk/src/main/java/org/ourproject/kune/workspace/client/skel/EntityWorkspace.java
   trunk/src/main/java/org/ourproject/kune/workspace/client/skel/SimpleToolbar.java
   trunk/src/main/java/org/ourproject/kune/workspace/client/skel/SiteBar.java
   trunk/src/main/java/org/ourproject/kune/workspace/client/skel/SummaryPanel.java
   trunk/src/main/java/org/ourproject/kune/workspace/client/skel/Toolbar.java
   trunk/src/main/java/org/ourproject/kune/workspace/client/skel/WorkspaceSkeleton.java
   trunk/src/main/java/org/ourproject/kune/workspace/client/socialnet/BuddiesSummary.java
   trunk/src/main/java/org/ourproject/kune/workspace/client/socialnet/BuddiesSummaryPanel.java
   trunk/src/main/java/org/ourproject/kune/workspace/client/socialnet/BuddiesSummaryPresenter.java
   trunk/src/main/java/org/ourproject/kune/workspace/client/socialnet/BuddiesSummaryView.java
   trunk/src/main/java/org/ourproject/kune/workspace/client/socialnet/GroupMembersSummaryPanel.java
   trunk/src/main/java/org/ourproject/kune/workspace/client/socialnet/GroupMembersSummaryPresenter.java
   trunk/src/main/java/org/ourproject/kune/workspace/client/socialnet/GroupMembersSummaryView.java
   trunk/src/main/java/org/ourproject/kune/workspace/client/socialnet/SocialNetworkPresenter.java
   trunk/src/main/java/org/ourproject/kune/workspace/client/themes/WsTheme.java
   trunk/src/main/java/org/ourproject/kune/workspace/client/themes/WsThemePanel.java
   trunk/src/main/java/org/ourproject/kune/workspace/client/themes/WsThemePresenter.java
   trunk/src/main/java/org/ourproject/kune/workspace/client/themes/WsThemeView.java
   trunk/src/main/java/org/ourproject/kune/workspace/client/title/EntitySubTitle.java
   trunk/src/main/java/org/ourproject/kune/workspace/client/title/EntityTitle.java
Log:
Minor changes


Modified: trunk/TODO
===================================================================
--- trunk/TODO	2009-01-29 18:42:08 UTC (rev 1042)
+++ trunk/TODO	2009-02-01 13:51:16 UTC (rev 1043)
@@ -10,6 +10,10 @@
    Use org-mode in emacs to easy manage this file
 
 * SHORT-TERM (URGENT)
+** TODO <s> tag refactorization
+   [Tag]  <-1--m->   [TagUserContent (fecha)]  <-m--1->  [Content]                             ^--m-------1-> [User]
+   Think agout wikipedia suggestions:
+   http://www.mediawiki.org/wiki/API
 ** TODO <v> User preferences storing
    (See also variables in 'Styling braimstorming')
    We need a way to store (in db) User preferences (like emite chat configurations) in a extensible way.
@@ -20,17 +24,17 @@
    http://stackoverflow.com/questions/194349/what-is-the-proper-way-to-store-apps-conf-data-in-java
 ** vjrj Styling braimstorming
 *** layouts
-    - name :: greenforrest 
+    - name :: greenforrest
     - screenshot :: images/greenforrest.png
     - varsgroupname :: layout.greenforrest
 *** html+css+variables
 **** css:
-     
+
 **** variables
      prefgroups
      - id :: 1
      - groupname :: emite.ui
-     
+
      pref
      - id :: 1
      - group :: 1
@@ -74,18 +78,75 @@
    http://code.google.com/p/google-web-toolkit-doc-1-5/wiki/DevGuideHistory
    http://en.wikipedia.org/wiki/Fragment_identifier
    http://www.w3.org/DesignIssues/Fragment.html
+** vjrj <v> better RTE
+*** Functionality
+    + We can have several RTE in use 
+      - with different save/close actions
+      - with different capabilities depending on:
+        - the browser
+        - the functionality
+    + bidi support
+    + shortcuts (for insert comments, italic, bold, and soon).
+    + Add new capabilities (based on InsertHTML):
+      - Insert tables
+      - Insert special chars (for table or from unicode).
+      - youtube videos
+    + Edit HTML
+    + Easy extensible for new actions
+    + Try to be a reausable module (like emite)
+    + autosave on/off
+*** Charactericts 
+    + Builded over gwt RTE (or any similar RTE) and based in gwt mouse/keyboard events
+*** Menus
+**** File
+     + Save (Ctrl+S) [Always active?]
+     + Save as new copy ...
+     + Rename... (F2)
+     + Delete...
+**** Edit
+     + Undo (Ctrl+Z)
+     + Redo (Ctrl+Y)
+     ---------------
+     + Copy
+     + Cut
+     + Paste
+     ---------------
+     + Select all (Ctrl+A)
+     + Edit HTML
+**** Insert
+     + Picture...
+     + Link... (Ctrl+K)
+     + Table...
+     ----------------
+     + Comment...(Ctrl+M)
+     + Special char
+     + Horizontal line
+     + Page break (for printing)
+*** Buttons
+*** Elements
+    + A register of actions (menus/buttons)
+    + Every RTE instance selects the actions to use
+    + Two topbars, one for menus, other for buttons, font/color selections      
+*** Links
+   http://www.ongwt.com/post/2009/01/08/XWiki-:-Wysiwyg-editor-based-on-GWT
+   http://msdn.microsoft.com/archive/default.asp?url=/archive/en-us/samples/internet/ie55/EditRegions/default.asp
+   http://mozilla.org/editor/midasdemo/
 ** vjrj <v> rails group-shortname.kune-site-domain/tool-name/folder-id/doc-id routing, maybe use:
    http://agilewebdevelopment.com/plugins/request_routing
    http://wiki.rubyonrails.org/rails/pages/Request+Routing
    http://svn.danwebb.net/external/rails/plugins/request_routing/trunk/README
-** vjrj <v> Duplicate Keys in group/user creation different exception  
+** vjrj <v> Duplicate Keys in group/user creation different exception
    2007-12-21 10:35:16,193 [btpool0-5] ERROR - Duplicate entry 'vjrj' for key 3
    2007-12-21 10:35:16,195 [btpool0-5] DEBUG - ContentManagerDefault.persist EXCEPTION => javax.persistence.EntityExistsException: org.hibernate.exception.ConstraintViolationException: could not insert: [org.ourproject.kune.platf.server.domain.Group]
    2007-12-21 10:35:16,196 [btpool0-5] DEBUG - ContentManagerDefault.persist EXCEPTION => javax.persistence.EntityExistsException: org.hibernate.exception.ConstraintViolationException: could not insert: [org.ourproject.kune.platf.server.domain.Group]
    2007-12-21 10:35:16,197 [btpool0-5] DEBUG - ContentManagerDefault.createContent EXCEPTION => javax.persistence.Entity
-** vjrj <v> IconHyperlink.java and IconLabel.java to gwt1.5 
+** vjrj <v> IconHyperlink.java and IconLabel.java to gwt1.5
 
 * MID-TERM
+** <s> Sammer suggests to implement a CBR system for suggests :)
+   http://en.wikipedia.org/wiki/Case-based_reasoning
+   linked with
+   http://www.mediawiki.org/wiki/API
 ** <s> Bastien's extension to emite, for assemblies:
 Possible extension of the Chat utility: make it a tool to take notes
 during a meeting.   Something where someone can define topics, where
@@ -373,7 +434,7 @@
 http://groups.google.com/group/Google-Web-Toolkit/browse_thread/thread/367bdb56dd4e5ad1
 ** TODO <v> Build better our maven repo
   http://maven.apache.org/guides/mini/guide-central-repository-upload.html
-** TODO <v> for dev, study jetty hot deploy (manual mode in >=7.0.0). 
+** TODO <v> for dev, study jetty hot deploy (manual mode in >=7.0.0).
 ** TODO <v> Use of maven-exec plugin to exec scripts (to css tidy, etcetera)
   http://mojo.codehaus.org/exec-maven-plugin/introduction.html
 ** TODO <v> Strip html better in RTE, I18nTranslator, Chat
@@ -383,6 +444,13 @@
 ** FIXED <v> browser font size (different from default) issues (scroll in dialogs, buttons background, etc)
    CLOSED: [2009-01-03 sáb 01:37]
 
+** W3C Range support in RTE (selection)
+   As an intro:
+   http://www.quirksmode.org/dom/range_intro.html
+   http://maven.xwiki.org/site/xwiki-web/xwiki-web-wysiwyg/apidocs/com/xpn/xwiki/wysiwyg/client/dom/internal/AbstractRange.html
+   other links:
+   http://groups.google.com/group/rocket-gwt/browse_frm/thread/e56540d4168479c0/d25dca75958ba923?hl=en-GB&lnk=gst&q=Range#d25dca75958ba923
+   http://code.google.com/p/gwt-html-editor/source/browse/branches/gwt1.4/src/com/gc/gwt/wysiwyg/public/fckeditor/editor/_source/classes/fckdomrange_ie.js?r=81
 * LONG-TERM
 ** <s> integrate some blog/wiki converter:
    http://code.google.com/p/google-blog-converters-appengine/
@@ -391,4 +459,3 @@
    http://taste.sourceforge.net/
 * IDEAS
 ** <d> Try to find a way dozer maps directly without use getters/setters (less js code and better performance)
-

Modified: trunk/src/main/java/org/ourproject/kune/app/server/KuneContainerListener.java
===================================================================
--- trunk/src/main/java/org/ourproject/kune/app/server/KuneContainerListener.java	2009-01-29 18:42:08 UTC (rev 1042)
+++ trunk/src/main/java/org/ourproject/kune/app/server/KuneContainerListener.java	2009-02-01 13:51:16 UTC (rev 1043)
@@ -20,7 +20,8 @@
 
 /**
  * 
- */package org.ourproject.kune.app.server;
+ \*/
+package org.ourproject.kune.app.server;
 
 import java.io.IOException;
 import java.io.InputStream;

Modified: trunk/src/main/java/org/ourproject/kune/blogs/client/BlogClientActions.java
===================================================================
--- trunk/src/main/java/org/ourproject/kune/blogs/client/BlogClientActions.java	2009-01-29 18:42:08 UTC (rev 1042)
+++ trunk/src/main/java/org/ourproject/kune/blogs/client/BlogClientActions.java	2009-02-01 13:51:16 UTC (rev 1043)
@@ -16,7 +16,8 @@
  * You should have received a copy of the GNU Affero General Public License
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  *
- */package org.ourproject.kune.blogs.client;
+ \*/
+package org.ourproject.kune.blogs.client;
 
 import static org.ourproject.kune.blogs.client.BlogClientTool.TYPE_BLOG;
 import static org.ourproject.kune.blogs.client.BlogClientTool.TYPE_POST;

Modified: trunk/src/main/java/org/ourproject/kune/blogs/client/BlogClientModule.java
===================================================================
--- trunk/src/main/java/org/ourproject/kune/blogs/client/BlogClientModule.java	2009-01-29 18:42:08 UTC (rev 1042)
+++ trunk/src/main/java/org/ourproject/kune/blogs/client/BlogClientModule.java	2009-02-01 13:51:16 UTC (rev 1043)
@@ -16,7 +16,8 @@
  * You should have received a copy of the GNU Affero General Public License
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  *
- */package org.ourproject.kune.blogs.client;
+ \*/
+package org.ourproject.kune.blogs.client;
 
 import org.ourproject.kune.blogs.client.cnt.BlogFolderContent;
 import org.ourproject.kune.blogs.client.cnt.BlogFolderContentPanel;

Modified: trunk/src/main/java/org/ourproject/kune/chat/client/ChatClientActions.java
===================================================================
--- trunk/src/main/java/org/ourproject/kune/chat/client/ChatClientActions.java	2009-01-29 18:42:08 UTC (rev 1042)
+++ trunk/src/main/java/org/ourproject/kune/chat/client/ChatClientActions.java	2009-02-01 13:51:16 UTC (rev 1043)
@@ -16,7 +16,8 @@
  * You should have received a copy of the GNU Affero General Public License
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  *
- */package org.ourproject.kune.chat.client;
+ \*/
+package org.ourproject.kune.chat.client;
 
 import org.ourproject.kune.blogs.client.BlogClientTool;
 import org.ourproject.kune.chat.client.ctx.room.AddRoom;

Modified: trunk/src/main/java/org/ourproject/kune/chat/client/ChatClientModule.java
===================================================================
--- trunk/src/main/java/org/ourproject/kune/chat/client/ChatClientModule.java	2009-01-29 18:42:08 UTC (rev 1042)
+++ trunk/src/main/java/org/ourproject/kune/chat/client/ChatClientModule.java	2009-02-01 13:51:16 UTC (rev 1043)
@@ -16,7 +16,8 @@
  * You should have received a copy of the GNU Affero General Public License
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  *
- */package org.ourproject.kune.chat.client;
+ \*/
+package org.ourproject.kune.chat.client;
 
 import org.ourproject.kune.chat.client.cnt.ChatRoom;
 import org.ourproject.kune.chat.client.cnt.ChatRoomPanel;

Modified: trunk/src/main/java/org/ourproject/kune/docs/client/DocumentClientActions.java
===================================================================
--- trunk/src/main/java/org/ourproject/kune/docs/client/DocumentClientActions.java	2009-01-29 18:42:08 UTC (rev 1042)
+++ trunk/src/main/java/org/ourproject/kune/docs/client/DocumentClientActions.java	2009-02-01 13:51:16 UTC (rev 1043)
@@ -16,7 +16,8 @@
  * You should have received a copy of the GNU Affero General Public License
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  *
- */package org.ourproject.kune.docs.client;
+ \*/
+package org.ourproject.kune.docs.client;
 
 import static org.ourproject.kune.docs.client.DocumentClientTool.TYPE_DOCUMENT;
 import static org.ourproject.kune.docs.client.DocumentClientTool.TYPE_FOLDER;

Modified: trunk/src/main/java/org/ourproject/kune/docs/client/DocumentClientModule.java
===================================================================
--- trunk/src/main/java/org/ourproject/kune/docs/client/DocumentClientModule.java	2009-01-29 18:42:08 UTC (rev 1042)
+++ trunk/src/main/java/org/ourproject/kune/docs/client/DocumentClientModule.java	2009-02-01 13:51:16 UTC (rev 1043)
@@ -16,7 +16,8 @@
  * You should have received a copy of the GNU Affero General Public License
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  *
- */package org.ourproject.kune.docs.client;
+ \*/
+package org.ourproject.kune.docs.client;
 
 import org.ourproject.kune.docs.client.cnt.DocFolderContent;
 import org.ourproject.kune.docs.client.cnt.DocFolderContentPanel;

Modified: trunk/src/main/java/org/ourproject/kune/gallery/client/GalleryClientActions.java
===================================================================
--- trunk/src/main/java/org/ourproject/kune/gallery/client/GalleryClientActions.java	2009-01-29 18:42:08 UTC (rev 1042)
+++ trunk/src/main/java/org/ourproject/kune/gallery/client/GalleryClientActions.java	2009-02-01 13:51:16 UTC (rev 1043)
@@ -16,7 +16,8 @@
  * You should have received a copy of the GNU Affero General Public License
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  *
- */package org.ourproject.kune.gallery.client;
+ \*/
+package org.ourproject.kune.gallery.client;
 
 import static org.ourproject.kune.gallery.client.GalleryClientTool.TYPE_ALBUM;
 import static org.ourproject.kune.gallery.client.GalleryClientTool.TYPE_ROOT;

Modified: trunk/src/main/java/org/ourproject/kune/gallery/client/GalleryClientModule.java
===================================================================
--- trunk/src/main/java/org/ourproject/kune/gallery/client/GalleryClientModule.java	2009-01-29 18:42:08 UTC (rev 1042)
+++ trunk/src/main/java/org/ourproject/kune/gallery/client/GalleryClientModule.java	2009-02-01 13:51:16 UTC (rev 1043)
@@ -16,7 +16,8 @@
  * You should have received a copy of the GNU Affero General Public License
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  *
- */package org.ourproject.kune.gallery.client;
+ \*/
+package org.ourproject.kune.gallery.client;
 
 import org.ourproject.kune.gallery.client.cnt.GalleryFolderContent;
 import org.ourproject.kune.gallery.client.cnt.GalleryFolderContentPanel;

Modified: trunk/src/main/java/org/ourproject/kune/platf/client/actions/ActionAddCondition.java
===================================================================
--- trunk/src/main/java/org/ourproject/kune/platf/client/actions/ActionAddCondition.java	2009-01-29 18:42:08 UTC (rev 1042)
+++ trunk/src/main/java/org/ourproject/kune/platf/client/actions/ActionAddCondition.java	2009-02-01 13:51:16 UTC (rev 1043)
@@ -16,7 +16,8 @@
  * You should have received a copy of the GNU Affero General Public License
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  *
- */package org.ourproject.kune.platf.client.actions;
+ \*/
+package org.ourproject.kune.platf.client.actions;
 
 public interface ActionAddCondition<T> {
     boolean mustBeAdded(T item);

Modified: trunk/src/main/java/org/ourproject/kune/platf/client/actions/ActionCollection.java
===================================================================
--- trunk/src/main/java/org/ourproject/kune/platf/client/actions/ActionCollection.java	2009-01-29 18:42:08 UTC (rev 1042)
+++ trunk/src/main/java/org/ourproject/kune/platf/client/actions/ActionCollection.java	2009-02-01 13:51:16 UTC (rev 1043)
@@ -16,7 +16,8 @@
  * You should have received a copy of the GNU Affero General Public License
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  *
- */package org.ourproject.kune.platf.client.actions;
+ \*/
+package org.ourproject.kune.platf.client.actions;
 
 import java.util.ArrayList;
 

Modified: trunk/src/main/java/org/ourproject/kune/platf/client/actions/ActionDescriptor.java
===================================================================
--- trunk/src/main/java/org/ourproject/kune/platf/client/actions/ActionDescriptor.java	2009-01-29 18:42:08 UTC (rev 1042)
+++ trunk/src/main/java/org/ourproject/kune/platf/client/actions/ActionDescriptor.java	2009-02-01 13:51:16 UTC (rev 1043)
@@ -16,7 +16,8 @@
  * You should have received a copy of the GNU Affero General Public License
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  *
- */package org.ourproject.kune.platf.client.actions;
+ \*/
+package org.ourproject.kune.platf.client.actions;
 
 import org.ourproject.kune.platf.client.dto.AccessRolDTO;
 import org.ourproject.kune.platf.client.services.ImageDescriptor;

Modified: trunk/src/main/java/org/ourproject/kune/platf/client/actions/ActionEnableCondition.java
===================================================================
--- trunk/src/main/java/org/ourproject/kune/platf/client/actions/ActionEnableCondition.java	2009-01-29 18:42:08 UTC (rev 1042)
+++ trunk/src/main/java/org/ourproject/kune/platf/client/actions/ActionEnableCondition.java	2009-02-01 13:51:16 UTC (rev 1043)
@@ -16,7 +16,8 @@
  * You should have received a copy of the GNU Affero General Public License
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  *
- */package org.ourproject.kune.platf.client.actions;
+ \*/
+package org.ourproject.kune.platf.client.actions;
 
 public interface ActionEnableCondition<T> {
     boolean mustBeEnabled(T item);

Modified: trunk/src/main/java/org/ourproject/kune/platf/client/actions/ActionItem.java
===================================================================
--- trunk/src/main/java/org/ourproject/kune/platf/client/actions/ActionItem.java	2009-01-29 18:42:08 UTC (rev 1042)
+++ trunk/src/main/java/org/ourproject/kune/platf/client/actions/ActionItem.java	2009-02-01 13:51:16 UTC (rev 1043)
@@ -16,7 +16,8 @@
  * You should have received a copy of the GNU Affero General Public License
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  *
- */package org.ourproject.kune.platf.client.actions;
+ \*/
+package org.ourproject.kune.platf.client.actions;
 
 /**
  * And action description and a item (for instance a StateToken, a XmmpURI) over

Modified: trunk/src/main/java/org/ourproject/kune/platf/client/actions/ActionItemCollection.java
===================================================================
--- trunk/src/main/java/org/ourproject/kune/platf/client/actions/ActionItemCollection.java	2009-01-29 18:42:08 UTC (rev 1042)
+++ trunk/src/main/java/org/ourproject/kune/platf/client/actions/ActionItemCollection.java	2009-02-01 13:51:16 UTC (rev 1043)
@@ -16,7 +16,8 @@
  * You should have received a copy of the GNU Affero General Public License
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  *
- */package org.ourproject.kune.platf.client.actions;
+ \*/
+package org.ourproject.kune.platf.client.actions;
 
 import java.util.ArrayList;
 

Modified: trunk/src/main/java/org/ourproject/kune/platf/client/actions/ActionManager.java
===================================================================
--- trunk/src/main/java/org/ourproject/kune/platf/client/actions/ActionManager.java	2009-01-29 18:42:08 UTC (rev 1042)
+++ trunk/src/main/java/org/ourproject/kune/platf/client/actions/ActionManager.java	2009-02-01 13:51:16 UTC (rev 1043)
@@ -16,7 +16,8 @@
  * You should have received a copy of the GNU Affero General Public License
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  *
- */package org.ourproject.kune.platf.client.actions;
+ \*/
+package org.ourproject.kune.platf.client.actions;
 
 import org.ourproject.kune.workspace.client.skel.WorkspaceSkeleton;
 

Modified: trunk/src/main/java/org/ourproject/kune/platf/client/actions/ActionMenuItemDescriptor.java
===================================================================
--- trunk/src/main/java/org/ourproject/kune/platf/client/actions/ActionMenuItemDescriptor.java	2009-01-29 18:42:08 UTC (rev 1042)
+++ trunk/src/main/java/org/ourproject/kune/platf/client/actions/ActionMenuItemDescriptor.java	2009-02-01 13:51:16 UTC (rev 1043)
@@ -16,7 +16,8 @@
  * You should have received a copy of the GNU Affero General Public License
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  *
- */package org.ourproject.kune.platf.client.actions;
+ \*/
+package org.ourproject.kune.platf.client.actions;
 
 import org.ourproject.kune.platf.client.dto.AccessRolDTO;
 

Modified: trunk/src/main/java/org/ourproject/kune/platf/client/actions/ActionRegistry.java
===================================================================
--- trunk/src/main/java/org/ourproject/kune/platf/client/actions/ActionRegistry.java	2009-01-29 18:42:08 UTC (rev 1042)
+++ trunk/src/main/java/org/ourproject/kune/platf/client/actions/ActionRegistry.java	2009-02-01 13:51:16 UTC (rev 1043)
@@ -16,7 +16,8 @@
  * You should have received a copy of the GNU Affero General Public License
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  *
- */package org.ourproject.kune.platf.client.actions;
+ \*/
+package org.ourproject.kune.platf.client.actions;
 
 import java.util.HashMap;
 

Modified: trunk/src/main/java/org/ourproject/kune/platf/client/actions/ActionToolbarButtonAndItemDescriptor.java
===================================================================
--- trunk/src/main/java/org/ourproject/kune/platf/client/actions/ActionToolbarButtonAndItemDescriptor.java	2009-01-29 18:42:08 UTC (rev 1042)
+++ trunk/src/main/java/org/ourproject/kune/platf/client/actions/ActionToolbarButtonAndItemDescriptor.java	2009-02-01 13:51:16 UTC (rev 1043)
@@ -16,7 +16,8 @@
  * You should have received a copy of the GNU Affero General Public License
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  *
- */package org.ourproject.kune.platf.client.actions;
+ \*/
+package org.ourproject.kune.platf.client.actions;
 
 import org.ourproject.kune.platf.client.dto.AccessRolDTO;
 

Modified: trunk/src/main/java/org/ourproject/kune/platf/client/actions/ActionToolbarButtonDescriptor.java
===================================================================
--- trunk/src/main/java/org/ourproject/kune/platf/client/actions/ActionToolbarButtonDescriptor.java	2009-01-29 18:42:08 UTC (rev 1042)
+++ trunk/src/main/java/org/ourproject/kune/platf/client/actions/ActionToolbarButtonDescriptor.java	2009-02-01 13:51:16 UTC (rev 1043)
@@ -16,7 +16,8 @@
  * You should have received a copy of the GNU Affero General Public License
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  *
- */package org.ourproject.kune.platf.client.actions;
+ \*/
+package org.ourproject.kune.platf.client.actions;
 
 import org.ourproject.kune.platf.client.dto.AccessRolDTO;
 

Modified: trunk/src/main/java/org/ourproject/kune/platf/client/actions/ActionToolbarButtonSeparator.java
===================================================================
--- trunk/src/main/java/org/ourproject/kune/platf/client/actions/ActionToolbarButtonSeparator.java	2009-01-29 18:42:08 UTC (rev 1042)
+++ trunk/src/main/java/org/ourproject/kune/platf/client/actions/ActionToolbarButtonSeparator.java	2009-02-01 13:51:16 UTC (rev 1043)
@@ -16,7 +16,8 @@
  * You should have received a copy of the GNU Affero General Public License
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  *
- */package org.ourproject.kune.platf.client.actions;
+ \*/
+package org.ourproject.kune.platf.client.actions;
 
 public enum ActionToolbarButtonSeparator {
     spacer, separator, fill

Modified: trunk/src/main/java/org/ourproject/kune/platf/client/actions/ActionToolbarDescriptor.java
===================================================================
--- trunk/src/main/java/org/ourproject/kune/platf/client/actions/ActionToolbarDescriptor.java	2009-01-29 18:42:08 UTC (rev 1042)
+++ trunk/src/main/java/org/ourproject/kune/platf/client/actions/ActionToolbarDescriptor.java	2009-02-01 13:51:16 UTC (rev 1043)
@@ -16,7 +16,8 @@
  * You should have received a copy of the GNU Affero General Public License
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  *
- */package org.ourproject.kune.platf.client.actions;
+ \*/
+package org.ourproject.kune.platf.client.actions;
 
 import org.ourproject.kune.platf.client.dto.AccessRolDTO;
 

Modified: trunk/src/main/java/org/ourproject/kune/platf/client/actions/ActionToolbarMenuAndItemDescriptor.java
===================================================================
--- trunk/src/main/java/org/ourproject/kune/platf/client/actions/ActionToolbarMenuAndItemDescriptor.java	2009-01-29 18:42:08 UTC (rev 1042)
+++ trunk/src/main/java/org/ourproject/kune/platf/client/actions/ActionToolbarMenuAndItemDescriptor.java	2009-02-01 13:51:16 UTC (rev 1043)
@@ -16,7 +16,8 @@
  * You should have received a copy of the GNU Affero General Public License
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  *
- */package org.ourproject.kune.platf.client.actions;
+ \*/
+package org.ourproject.kune.platf.client.actions;
 
 import org.ourproject.kune.platf.client.dto.AccessRolDTO;
 

Modified: trunk/src/main/java/org/ourproject/kune/platf/client/actions/ActionToolbarMenuDescriptor.java
===================================================================
--- trunk/src/main/java/org/ourproject/kune/platf/client/actions/ActionToolbarMenuDescriptor.java	2009-01-29 18:42:08 UTC (rev 1042)
+++ trunk/src/main/java/org/ourproject/kune/platf/client/actions/ActionToolbarMenuDescriptor.java	2009-02-01 13:51:16 UTC (rev 1043)
@@ -16,7 +16,8 @@
  * You should have received a copy of the GNU Affero General Public License
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  *
- */package org.ourproject.kune.platf.client.actions;
+ \*/
+package org.ourproject.kune.platf.client.actions;
 
 import org.ourproject.kune.platf.client.dto.AccessRolDTO;
 

Modified: trunk/src/main/java/org/ourproject/kune/platf/client/actions/ActionToolbarPosition.java
===================================================================
--- trunk/src/main/java/org/ourproject/kune/platf/client/actions/ActionToolbarPosition.java	2009-01-29 18:42:08 UTC (rev 1042)
+++ trunk/src/main/java/org/ourproject/kune/platf/client/actions/ActionToolbarPosition.java	2009-02-01 13:51:16 UTC (rev 1043)
@@ -16,7 +16,8 @@
  * You should have received a copy of the GNU Affero General Public License
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  *
- */package org.ourproject.kune.platf.client.actions;
+ \*/
+package org.ourproject.kune.platf.client.actions;
 
 public enum ActionToolbarPosition {
     topbar, bottombar

Modified: trunk/src/main/java/org/ourproject/kune/platf/client/actions/ContentActionRegistry.java
===================================================================
--- trunk/src/main/java/org/ourproject/kune/platf/client/actions/ContentActionRegistry.java	2009-01-29 18:42:08 UTC (rev 1042)
+++ trunk/src/main/java/org/ourproject/kune/platf/client/actions/ContentActionRegistry.java	2009-02-01 13:51:16 UTC (rev 1043)
@@ -16,7 +16,8 @@
  * You should have received a copy of the GNU Affero General Public License
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  *
- */package org.ourproject.kune.platf.client.actions;
+ \*/
+package org.ourproject.kune.platf.client.actions;
 
 import org.ourproject.kune.platf.client.dto.StateToken;
 

Modified: trunk/src/main/java/org/ourproject/kune/platf/client/actions/ContentIconsRegistry.java
===================================================================
--- trunk/src/main/java/org/ourproject/kune/platf/client/actions/ContentIconsRegistry.java	2009-01-29 18:42:08 UTC (rev 1042)
+++ trunk/src/main/java/org/ourproject/kune/platf/client/actions/ContentIconsRegistry.java	2009-02-01 13:51:16 UTC (rev 1043)
@@ -16,7 +16,8 @@
  * You should have received a copy of the GNU Affero General Public License
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  *
- */package org.ourproject.kune.platf.client.actions;
+ \*/
+package org.ourproject.kune.platf.client.actions;
 
 import java.util.HashMap;
 

Modified: trunk/src/main/java/org/ourproject/kune/platf/client/actions/ContextActionRegistry.java
===================================================================
--- trunk/src/main/java/org/ourproject/kune/platf/client/actions/ContextActionRegistry.java	2009-01-29 18:42:08 UTC (rev 1042)
+++ trunk/src/main/java/org/ourproject/kune/platf/client/actions/ContextActionRegistry.java	2009-02-01 13:51:16 UTC (rev 1043)
@@ -16,7 +16,8 @@
  * You should have received a copy of the GNU Affero General Public License
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  *
- */package org.ourproject.kune.platf.client.actions;
+ \*/
+package org.ourproject.kune.platf.client.actions;
 
 import org.ourproject.kune.platf.client.dto.StateToken;
 

Modified: trunk/src/main/java/org/ourproject/kune/platf/client/actions/GroupActionRegistry.java
===================================================================
--- trunk/src/main/java/org/ourproject/kune/platf/client/actions/GroupActionRegistry.java	2009-01-29 18:42:08 UTC (rev 1042)
+++ trunk/src/main/java/org/ourproject/kune/platf/client/actions/GroupActionRegistry.java	2009-02-01 13:51:16 UTC (rev 1043)
@@ -16,7 +16,8 @@
  * You should have received a copy of the GNU Affero General Public License
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  *
- */package org.ourproject.kune.platf.client.actions;
+ \*/
+package org.ourproject.kune.platf.client.actions;
 
 import org.ourproject.kune.platf.client.dto.StateToken;
 

Modified: trunk/src/main/java/org/ourproject/kune/platf/client/actions/MenuItemsContainer.java
===================================================================
--- trunk/src/main/java/org/ourproject/kune/platf/client/actions/MenuItemsContainer.java	2009-01-29 18:42:08 UTC (rev 1042)
+++ trunk/src/main/java/org/ourproject/kune/platf/client/actions/MenuItemsContainer.java	2009-02-01 13:51:16 UTC (rev 1043)
@@ -16,7 +16,8 @@
  * You should have received a copy of the GNU Affero General Public License
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  *
- */package org.ourproject.kune.platf.client.actions;
+ \*/
+package org.ourproject.kune.platf.client.actions;
 
 import java.util.HashMap;
 

Modified: trunk/src/main/java/org/ourproject/kune/platf/client/actions/UserActionRegistry.java
===================================================================
--- trunk/src/main/java/org/ourproject/kune/platf/client/actions/UserActionRegistry.java	2009-01-29 18:42:08 UTC (rev 1042)
+++ trunk/src/main/java/org/ourproject/kune/platf/client/actions/UserActionRegistry.java	2009-02-01 13:51:16 UTC (rev 1043)
@@ -16,7 +16,8 @@
  * You should have received a copy of the GNU Affero General Public License
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  *
- */package org.ourproject.kune.platf.client.actions;
+ \*/
+package org.ourproject.kune.platf.client.actions;
 
 import org.ourproject.kune.platf.client.dto.UserSimpleDTO;
 

Modified: trunk/src/main/java/org/ourproject/kune/platf/client/actions/toolbar/ActionCntCtxToolbarPanel.java
===================================================================
--- trunk/src/main/java/org/ourproject/kune/platf/client/actions/toolbar/ActionCntCtxToolbarPanel.java	2009-01-29 18:42:08 UTC (rev 1042)
+++ trunk/src/main/java/org/ourproject/kune/platf/client/actions/toolbar/ActionCntCtxToolbarPanel.java	2009-02-01 13:51:16 UTC (rev 1043)
@@ -16,7 +16,8 @@
  * You should have received a copy of the GNU Affero General Public License
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  *
- */package org.ourproject.kune.platf.client.actions.toolbar;
+ \*/
+package org.ourproject.kune.platf.client.actions.toolbar;
 
 import org.ourproject.kune.platf.client.actions.ActionManager;
 import org.ourproject.kune.workspace.client.skel.WorkspaceSkeleton;

Modified: trunk/src/main/java/org/ourproject/kune/platf/client/actions/toolbar/ActionToolbar.java
===================================================================
--- trunk/src/main/java/org/ourproject/kune/platf/client/actions/toolbar/ActionToolbar.java	2009-01-29 18:42:08 UTC (rev 1042)
+++ trunk/src/main/java/org/ourproject/kune/platf/client/actions/toolbar/ActionToolbar.java	2009-02-01 13:51:16 UTC (rev 1043)
@@ -16,7 +16,8 @@
  * You should have received a copy of the GNU Affero General Public License
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  *
- */package org.ourproject.kune.platf.client.actions.toolbar;
+ \*/
+package org.ourproject.kune.platf.client.actions.toolbar;
 
 import org.ourproject.kune.platf.client.actions.ActionItemCollection;
 import org.ourproject.kune.platf.client.actions.ActionToolbarDescriptor;

Modified: trunk/src/main/java/org/ourproject/kune/platf/client/actions/toolbar/ActionToolbarPresenter.java
===================================================================
--- trunk/src/main/java/org/ourproject/kune/platf/client/actions/toolbar/ActionToolbarPresenter.java	2009-01-29 18:42:08 UTC (rev 1042)
+++ trunk/src/main/java/org/ourproject/kune/platf/client/actions/toolbar/ActionToolbarPresenter.java	2009-02-01 13:51:16 UTC (rev 1043)
@@ -16,7 +16,8 @@
  * You should have received a copy of the GNU Affero General Public License
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  *
- */package org.ourproject.kune.platf.client.actions.toolbar;
+ \*/
+package org.ourproject.kune.platf.client.actions.toolbar;
 
 import org.ourproject.kune.platf.client.actions.ActionDescriptor;
 import org.ourproject.kune.platf.client.actions.ActionItem;

Modified: trunk/src/main/java/org/ourproject/kune/platf/client/actions/toolbar/ActionToolbarView.java
===================================================================
--- trunk/src/main/java/org/ourproject/kune/platf/client/actions/toolbar/ActionToolbarView.java	2009-01-29 18:42:08 UTC (rev 1042)
+++ trunk/src/main/java/org/ourproject/kune/platf/client/actions/toolbar/ActionToolbarView.java	2009-02-01 13:51:16 UTC (rev 1043)
@@ -16,7 +16,8 @@
  * You should have received a copy of the GNU Affero General Public License
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  *
- */package org.ourproject.kune.platf.client.actions.toolbar;
+ \*/
+package org.ourproject.kune.platf.client.actions.toolbar;
 
 import org.ourproject.kune.platf.client.View;
 import org.ourproject.kune.platf.client.actions.ActionDescriptor;

Modified: trunk/src/main/java/org/ourproject/kune/platf/client/app/ApplicationComponentGroup.java
===================================================================
--- trunk/src/main/java/org/ourproject/kune/platf/client/app/ApplicationComponentGroup.java	2009-01-29 18:42:08 UTC (rev 1042)
+++ trunk/src/main/java/org/ourproject/kune/platf/client/app/ApplicationComponentGroup.java	2009-02-01 13:51:16 UTC (rev 1043)
@@ -16,7 +16,8 @@
  * You should have received a copy of the GNU Affero General Public License
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  *
- */package org.ourproject.kune.platf.client.app;
+ \*/
+package org.ourproject.kune.platf.client.app;
 
 import com.calclab.suco.client.ioc.Container;
 import com.calclab.suco.client.ioc.Provider;

Modified: trunk/src/main/java/org/ourproject/kune/platf/client/app/EntityOptionsGroup.java
===================================================================
--- trunk/src/main/java/org/ourproject/kune/platf/client/app/EntityOptionsGroup.java	2009-01-29 18:42:08 UTC (rev 1042)
+++ trunk/src/main/java/org/ourproject/kune/platf/client/app/EntityOptionsGroup.java	2009-02-01 13:51:16 UTC (rev 1043)
@@ -16,7 +16,8 @@
  * You should have received a copy of the GNU Affero General Public License
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  *
- */package org.ourproject.kune.platf.client.app;
+ \*/
+package org.ourproject.kune.platf.client.app;
 
 import com.calclab.suco.client.ioc.Container;
 import com.calclab.suco.client.ioc.Provider;

Modified: trunk/src/main/java/org/ourproject/kune/platf/client/app/TextEditorInsertElementGroup.java
===================================================================
--- trunk/src/main/java/org/ourproject/kune/platf/client/app/TextEditorInsertElementGroup.java	2009-01-29 18:42:08 UTC (rev 1042)
+++ trunk/src/main/java/org/ourproject/kune/platf/client/app/TextEditorInsertElementGroup.java	2009-02-01 13:51:16 UTC (rev 1043)
@@ -16,7 +16,8 @@
  * You should have received a copy of the GNU Affero General Public License
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  *
- */package org.ourproject.kune.platf.client.app;
+ \*/
+package org.ourproject.kune.platf.client.app;
 
 import org.ourproject.kune.workspace.client.editor.insert.abstractlink.TextEditorInsertAbstract;
 

Modified: trunk/src/main/java/org/ourproject/kune/platf/client/app/ToolGroup.java
===================================================================
--- trunk/src/main/java/org/ourproject/kune/platf/client/app/ToolGroup.java	2009-01-29 18:42:08 UTC (rev 1042)
+++ trunk/src/main/java/org/ourproject/kune/platf/client/app/ToolGroup.java	2009-02-01 13:51:16 UTC (rev 1043)
@@ -16,7 +16,8 @@
  * You should have received a copy of the GNU Affero General Public License
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  *
- */package org.ourproject.kune.platf.client.app;
+ \*/
+package org.ourproject.kune.platf.client.app;
 
 import com.calclab.suco.client.ioc.Container;
 import com.calclab.suco.client.ioc.Provider;

Modified: trunk/src/main/java/org/ourproject/kune/platf/client/dto/AccessRolDTO.java
===================================================================
--- trunk/src/main/java/org/ourproject/kune/platf/client/dto/AccessRolDTO.java	2009-01-29 18:42:08 UTC (rev 1042)
+++ trunk/src/main/java/org/ourproject/kune/platf/client/dto/AccessRolDTO.java	2009-02-01 13:51:16 UTC (rev 1043)
@@ -16,7 +16,8 @@
  * You should have received a copy of the GNU Affero General Public License
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  *
- */package org.ourproject.kune.platf.client.dto;
+ \*/
+package org.ourproject.kune.platf.client.dto;
 
 public enum AccessRolDTO {
     Administrator, Editor, Viewer

Modified: trunk/src/main/java/org/ourproject/kune/platf/client/dto/BasicMimeTypeDTO.java
===================================================================
--- trunk/src/main/java/org/ourproject/kune/platf/client/dto/BasicMimeTypeDTO.java	2009-01-29 18:42:08 UTC (rev 1042)
+++ trunk/src/main/java/org/ourproject/kune/platf/client/dto/BasicMimeTypeDTO.java	2009-02-01 13:51:16 UTC (rev 1043)
@@ -16,7 +16,8 @@
  * You should have received a copy of the GNU Affero General Public License
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  *
- */package org.ourproject.kune.platf.client.dto;
+ \*/
+package org.ourproject.kune.platf.client.dto;
 
 import com.google.gwt.user.client.rpc.IsSerializable;
 

Modified: trunk/src/main/java/org/ourproject/kune/platf/client/dto/ChatUserParamsDTO.java
===================================================================
--- trunk/src/main/java/org/ourproject/kune/platf/client/dto/ChatUserParamsDTO.java	2009-01-29 18:42:08 UTC (rev 1042)
+++ trunk/src/main/java/org/ourproject/kune/platf/client/dto/ChatUserParamsDTO.java	2009-02-01 13:51:16 UTC (rev 1043)
@@ -16,7 +16,8 @@
  * You should have received a copy of the GNU Affero General Public License
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  *
- */package org.ourproject.kune.platf.client.dto;
+ \*/
+package org.ourproject.kune.platf.client.dto;
 
 import com.calclab.emiteuimodule.client.SubscriptionMode;
 import com.google.gwt.user.client.rpc.IsSerializable;

Modified: trunk/src/main/java/org/ourproject/kune/platf/client/dto/CommentDTO.java
===================================================================
--- trunk/src/main/java/org/ourproject/kune/platf/client/dto/CommentDTO.java	2009-01-29 18:42:08 UTC (rev 1042)
+++ trunk/src/main/java/org/ourproject/kune/platf/client/dto/CommentDTO.java	2009-02-01 13:51:16 UTC (rev 1043)
@@ -16,7 +16,8 @@
  * You should have received a copy of the GNU Affero General Public License
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  *
- */package org.ourproject.kune.platf.client.dto;
+ \*/
+package org.ourproject.kune.platf.client.dto;
 
 import java.util.List;
 

Modified: trunk/src/main/java/org/ourproject/kune/platf/client/dto/ContentStatusDTO.java
===================================================================
--- trunk/src/main/java/org/ourproject/kune/platf/client/dto/ContentStatusDTO.java	2009-01-29 18:42:08 UTC (rev 1042)
+++ trunk/src/main/java/org/ourproject/kune/platf/client/dto/ContentStatusDTO.java	2009-02-01 13:51:16 UTC (rev 1043)
@@ -16,7 +16,8 @@
  * You should have received a copy of the GNU Affero General Public License
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  *
- */package org.ourproject.kune.platf.client.dto;
+ \*/
+package org.ourproject.kune.platf.client.dto;
 
 import com.google.gwt.user.client.rpc.IsSerializable;
 

Modified: trunk/src/main/java/org/ourproject/kune/platf/client/dto/SocialNetworkRequestResult.java
===================================================================
--- trunk/src/main/java/org/ourproject/kune/platf/client/dto/SocialNetworkRequestResult.java	2009-01-29 18:42:08 UTC (rev 1042)
+++ trunk/src/main/java/org/ourproject/kune/platf/client/dto/SocialNetworkRequestResult.java	2009-02-01 13:51:16 UTC (rev 1043)
@@ -16,7 +16,8 @@
  * You should have received a copy of the GNU Affero General Public License
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  *
- */package org.ourproject.kune.platf.client.dto;
+ \*/
+package org.ourproject.kune.platf.client.dto;
 
 import com.google.gwt.user.client.rpc.IsSerializable;
 

Modified: trunk/src/main/java/org/ourproject/kune/platf/client/dto/ToolSimpleDTO.java
===================================================================
--- trunk/src/main/java/org/ourproject/kune/platf/client/dto/ToolSimpleDTO.java	2009-01-29 18:42:08 UTC (rev 1042)
+++ trunk/src/main/java/org/ourproject/kune/platf/client/dto/ToolSimpleDTO.java	2009-02-01 13:51:16 UTC (rev 1043)
@@ -16,7 +16,8 @@
  * You should have received a copy of the GNU Affero General Public License
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  *
- */package org.ourproject.kune.platf.client.dto;
+ \*/
+package org.ourproject.kune.platf.client.dto;
 
 import com.google.gwt.user.client.rpc.IsSerializable;
 

Modified: trunk/src/main/java/org/ourproject/kune/platf/client/dto/UserBuddiesDataDTO.java
===================================================================
--- trunk/src/main/java/org/ourproject/kune/platf/client/dto/UserBuddiesDataDTO.java	2009-01-29 18:42:08 UTC (rev 1042)
+++ trunk/src/main/java/org/ourproject/kune/platf/client/dto/UserBuddiesDataDTO.java	2009-02-01 13:51:16 UTC (rev 1043)
@@ -16,7 +16,8 @@
  * You should have received a copy of the GNU Affero General Public License
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  *
- */package org.ourproject.kune.platf.client.dto;
+ \*/
+package org.ourproject.kune.platf.client.dto;
 
 import java.util.ArrayList;
 import java.util.List;

Modified: trunk/src/main/java/org/ourproject/kune/platf/client/errors/DefaultException.java
===================================================================
--- trunk/src/main/java/org/ourproject/kune/platf/client/errors/DefaultException.java	2009-01-29 18:42:08 UTC (rev 1042)
+++ trunk/src/main/java/org/ourproject/kune/platf/client/errors/DefaultException.java	2009-02-01 13:51:16 UTC (rev 1043)
@@ -16,7 +16,8 @@
  * You should have received a copy of the GNU Affero General Public License
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  *
- */package org.ourproject.kune.platf.client.errors;
+ \*/
+package org.ourproject.kune.platf.client.errors;
 
 import com.google.gwt.user.client.rpc.IsSerializable;
 import com.google.gwt.user.client.rpc.StatusCodeException;

Modified: trunk/src/main/java/org/ourproject/kune/platf/client/services/ImageDescriptor.java
===================================================================
--- trunk/src/main/java/org/ourproject/kune/platf/client/services/ImageDescriptor.java	2009-01-29 18:42:08 UTC (rev 1042)
+++ trunk/src/main/java/org/ourproject/kune/platf/client/services/ImageDescriptor.java	2009-02-01 13:51:16 UTC (rev 1043)
@@ -16,7 +16,8 @@
  * You should have received a copy of the GNU Affero General Public License
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  *
- */package org.ourproject.kune.platf.client.services;
+ \*/
+package org.ourproject.kune.platf.client.services;
 
 public enum ImageDescriptor {
     accept, add, addGreen, alert, anybody, arrowDownBlack, arrowDownGreen, arrowDownWhite, arrowLeftGreen, arrowRightBlack, arrowRightGreen, arrowRightWhite, arrowUpGreen, bulletAdd, bulletBlack, bulletBlue, bulletDelete, bulletGreen, bulletPink, bulletPurple, bulletRed, bulletStar, bulletToggleMinus, bulletTogglePlus, bulletYellow, button15cblue, button15cdark, button15clight, button15cxlight, button15lblue, button15ldark, button15llight, button15lxlight, button15rblue, button15rdark, button15rlight, button15rxlight, button17cblue, button17cdark, button17clight, button17cxlight, button17lblue, button17ldark, button17llight, button17lxlight, button17rblue, button17rdark, button17rlight, button17rxlight, button20cblue, button20cdark, button20clight, button20cxlight, button20lblue, button20ldark, button20llight, button20lxlight, button20rblue, button20rdark, button20rlight, button20rxlight, buttonArrowDown, buttonHelpBlue, buttonHelpDark, buttonHelpLight, buttonSitebarArrowDown, by80x15, bync80x15, byncnd80x15, byncsa80x15, bynd80x15, bysa80x15, cancel, clear, copyleft, cross, crossDark, del, emblemImportant, emblemSystem, error, everybody, fullscreen, gnuFdl, groupDefIcon, groupHome, important, info, infoLight, kuneClose, kuneExternalWindow, kuneHelpTranslationIcon, kuneIcon16, kuneLogo16px, kunePreferences, kuneSearchIco, kuneSearchIcoPush, language, nobody, noCopyleft, nt, opentriangle, personDef, remove, rssIcon, searchIco, spinKuneThundGreen, splitterVertBar, star10, star20, star30, star40, star50, star60, star70, star80, star90, starGrey, starSmallYellow, starVsmallYellow, starYellow, step1, step2, step3, step4, step5, themeChoose, triangle

Modified: trunk/src/main/java/org/ourproject/kune/platf/client/services/ImageUtils.java
===================================================================
--- trunk/src/main/java/org/ourproject/kune/platf/client/services/ImageUtils.java	2009-01-29 18:42:08 UTC (rev 1042)
+++ trunk/src/main/java/org/ourproject/kune/platf/client/services/ImageUtils.java	2009-02-01 13:51:16 UTC (rev 1043)
@@ -16,7 +16,8 @@
  * You should have received a copy of the GNU Affero General Public License
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  *
- */package org.ourproject.kune.platf.client.services;
+ \*/
+package org.ourproject.kune.platf.client.services;
 
 import com.google.gwt.user.client.ui.AbstractImagePrototype;
 

Modified: trunk/src/main/java/org/ourproject/kune/platf/client/services/KuneCoreModule.java
===================================================================
--- trunk/src/main/java/org/ourproject/kune/platf/client/services/KuneCoreModule.java	2009-01-29 18:42:08 UTC (rev 1042)
+++ trunk/src/main/java/org/ourproject/kune/platf/client/services/KuneCoreModule.java	2009-02-01 13:51:16 UTC (rev 1043)
@@ -16,7 +16,8 @@
  * You should have received a copy of the GNU Affero General Public License
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  *
- */package org.ourproject.kune.platf.client.services;
+ \*/
+package org.ourproject.kune.platf.client.services;
 
 import org.ourproject.kune.platf.client.app.ApplicationComponentGroup;
 import org.ourproject.kune.platf.client.app.EntityOptionsGroup;

Modified: trunk/src/main/java/org/ourproject/kune/platf/client/services/KuneModule.java
===================================================================
--- trunk/src/main/java/org/ourproject/kune/platf/client/services/KuneModule.java	2009-01-29 18:42:08 UTC (rev 1042)
+++ trunk/src/main/java/org/ourproject/kune/platf/client/services/KuneModule.java	2009-02-01 13:51:16 UTC (rev 1043)
@@ -16,7 +16,8 @@
  * You should have received a copy of the GNU Affero General Public License
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  *
- */package org.ourproject.kune.platf.client.services;
+ \*/
+package org.ourproject.kune.platf.client.services;
 
 import org.ourproject.kune.platf.client.actions.ActionManager;
 import org.ourproject.kune.platf.client.actions.ContentIconsRegistry;

Modified: trunk/src/main/java/org/ourproject/kune/platf/client/services/KunePlatformModule.java
===================================================================
--- trunk/src/main/java/org/ourproject/kune/platf/client/services/KunePlatformModule.java	2009-01-29 18:42:08 UTC (rev 1042)
+++ trunk/src/main/java/org/ourproject/kune/platf/client/services/KunePlatformModule.java	2009-02-01 13:51:16 UTC (rev 1043)
@@ -16,7 +16,8 @@
  * You should have received a copy of the GNU Affero General Public License
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  *
- */package org.ourproject.kune.platf.client.services;
+ \*/
+package org.ourproject.kune.platf.client.services;
 
 import org.ourproject.kune.platf.client.state.Session;
 import org.ourproject.kune.platf.client.ui.palette.ColorWebSafePalette;

Modified: trunk/src/main/java/org/ourproject/kune/platf/client/services/KuneWorkspaceModule.java
===================================================================
--- trunk/src/main/java/org/ourproject/kune/platf/client/services/KuneWorkspaceModule.java	2009-01-29 18:42:08 UTC (rev 1042)
+++ trunk/src/main/java/org/ourproject/kune/platf/client/services/KuneWorkspaceModule.java	2009-02-01 13:51:16 UTC (rev 1043)
@@ -16,7 +16,8 @@
  * You should have received a copy of the GNU Affero General Public License
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  *
- */package org.ourproject.kune.platf.client.services;
+ \*/
+package org.ourproject.kune.platf.client.services;
 
 import org.ourproject.kune.chat.client.ChatEngine;
 import org.ourproject.kune.platf.client.actions.ActionManager;

Modified: trunk/src/main/java/org/ourproject/kune/platf/client/state/Session.java
===================================================================
--- trunk/src/main/java/org/ourproject/kune/platf/client/state/Session.java	2009-01-29 18:42:08 UTC (rev 1042)
+++ trunk/src/main/java/org/ourproject/kune/platf/client/state/Session.java	2009-02-01 13:51:16 UTC (rev 1043)
@@ -35,7 +35,8 @@
  * You should have received a copy of the GNU Affero General Public License
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  *
- */package org.ourproject.kune.platf.client.state;
+ \*/
+package org.ourproject.kune.platf.client.state;
 
 import java.util.Collection;
 import java.util.List;

Modified: trunk/src/main/java/org/ourproject/kune/platf/client/tool/ToolSelector.java
===================================================================
--- trunk/src/main/java/org/ourproject/kune/platf/client/tool/ToolSelector.java	2009-01-29 18:42:08 UTC (rev 1042)
+++ trunk/src/main/java/org/ourproject/kune/platf/client/tool/ToolSelector.java	2009-02-01 13:51:16 UTC (rev 1043)
@@ -16,7 +16,8 @@
  * You should have received a copy of the GNU Affero General Public License
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  *
- */package org.ourproject.kune.platf.client.tool;
+ \*/
+package org.ourproject.kune.platf.client.tool;
 
 public interface ToolSelector {
 

Modified: trunk/src/main/java/org/ourproject/kune/platf/client/tool/ToolSelectorItem.java
===================================================================
--- trunk/src/main/java/org/ourproject/kune/platf/client/tool/ToolSelectorItem.java	2009-01-29 18:42:08 UTC (rev 1042)
+++ trunk/src/main/java/org/ourproject/kune/platf/client/tool/ToolSelectorItem.java	2009-02-01 13:51:16 UTC (rev 1043)
@@ -16,7 +16,8 @@
  * You should have received a copy of the GNU Affero General Public License
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  *
- */package org.ourproject.kune.platf.client.tool;
+ \*/
+package org.ourproject.kune.platf.client.tool;
 
 public interface ToolSelectorItem {
 

Modified: trunk/src/main/java/org/ourproject/kune/platf/client/tool/ToolSelectorItemPanel.java
===================================================================
--- trunk/src/main/java/org/ourproject/kune/platf/client/tool/ToolSelectorItemPanel.java	2009-01-29 18:42:08 UTC (rev 1042)
+++ trunk/src/main/java/org/ourproject/kune/platf/client/tool/ToolSelectorItemPanel.java	2009-02-01 13:51:16 UTC (rev 1043)
@@ -16,7 +16,8 @@
  * You should have received a copy of the GNU Affero General Public License
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  *
- */package org.ourproject.kune.platf.client.tool;
+ \*/
+package org.ourproject.kune.platf.client.tool;
 
 import org.ourproject.kune.platf.client.ui.RoundedPanel;
 import org.ourproject.kune.workspace.client.skel.WorkspaceSkeleton;

Modified: trunk/src/main/java/org/ourproject/kune/platf/client/tool/ToolSelectorItemPresenter.java
===================================================================
--- trunk/src/main/java/org/ourproject/kune/platf/client/tool/ToolSelectorItemPresenter.java	2009-01-29 18:42:08 UTC (rev 1042)
+++ trunk/src/main/java/org/ourproject/kune/platf/client/tool/ToolSelectorItemPresenter.java	2009-02-01 13:51:16 UTC (rev 1043)
@@ -16,7 +16,8 @@
  * You should have received a copy of the GNU Affero General Public License
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  *
- */package org.ourproject.kune.platf.client.tool;
+ \*/
+package org.ourproject.kune.platf.client.tool;
 
 import org.ourproject.kune.platf.client.View;
 import org.ourproject.kune.platf.client.dto.StateToken;

Modified: trunk/src/main/java/org/ourproject/kune/platf/client/tool/ToolSelectorItemView.java
===================================================================
--- trunk/src/main/java/org/ourproject/kune/platf/client/tool/ToolSelectorItemView.java	2009-01-29 18:42:08 UTC (rev 1042)
+++ trunk/src/main/java/org/ourproject/kune/platf/client/tool/ToolSelectorItemView.java	2009-02-01 13:51:16 UTC (rev 1043)
@@ -16,7 +16,8 @@
  * You should have received a copy of the GNU Affero General Public License
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  *
- */package org.ourproject.kune.platf.client.tool;
+ \*/
+package org.ourproject.kune.platf.client.tool;
 
 import org.ourproject.kune.platf.client.View;
 import org.ourproject.kune.workspace.client.themes.WsTheme;

Modified: trunk/src/main/java/org/ourproject/kune/platf/client/tool/ToolSelectorPresenter.java
===================================================================
--- trunk/src/main/java/org/ourproject/kune/platf/client/tool/ToolSelectorPresenter.java	2009-01-29 18:42:08 UTC (rev 1042)
+++ trunk/src/main/java/org/ourproject/kune/platf/client/tool/ToolSelectorPresenter.java	2009-02-01 13:51:16 UTC (rev 1043)
@@ -16,7 +16,8 @@
  * You should have received a copy of the GNU Affero General Public License
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  *
- */package org.ourproject.kune.platf.client.tool;
+ \*/
+package org.ourproject.kune.platf.client.tool;
 
 import java.util.HashMap;
 import java.util.List;

Modified: trunk/src/main/java/org/ourproject/kune/platf/client/ui/DefaultGrid.java
===================================================================
--- trunk/src/main/java/org/ourproject/kune/platf/client/ui/DefaultGrid.java	2009-01-29 18:42:08 UTC (rev 1042)
+++ trunk/src/main/java/org/ourproject/kune/platf/client/ui/DefaultGrid.java	2009-02-01 13:51:16 UTC (rev 1043)
@@ -16,7 +16,8 @@
  * You should have received a copy of the GNU Affero General Public License
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  *
- */package org.ourproject.kune.platf.client.ui;
+ \*/
+package org.ourproject.kune.platf.client.ui;
 
 public class DefaultGrid {
     public DefaultGrid() {

Modified: trunk/src/main/java/org/ourproject/kune/platf/client/ui/IconLabel.java
===================================================================
--- trunk/src/main/java/org/ourproject/kune/platf/client/ui/IconLabel.java	2009-01-29 18:42:08 UTC (rev 1042)
+++ trunk/src/main/java/org/ourproject/kune/platf/client/ui/IconLabel.java	2009-02-01 13:51:16 UTC (rev 1043)
@@ -14,7 +14,8 @@
  * the License.
  *
  * Adapted by Vicente J. Ruiz Jurado for kune
- */package org.ourproject.kune.platf.client.ui;
+ \*/
+package org.ourproject.kune.platf.client.ui;
 
 import com.google.gwt.user.client.DOM;
 import com.google.gwt.user.client.Element;

Modified: trunk/src/main/java/org/ourproject/kune/platf/client/ui/Location.java
===================================================================
--- trunk/src/main/java/org/ourproject/kune/platf/client/ui/Location.java	2009-01-29 18:42:08 UTC (rev 1042)
+++ trunk/src/main/java/org/ourproject/kune/platf/client/ui/Location.java	2009-02-01 13:51:16 UTC (rev 1043)
@@ -13,7 +13,8 @@
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- */package org.ourproject.kune.platf.client.ui;
+ \*/
+package org.ourproject.kune.platf.client.ui;
 
 import java.util.HashMap;
 import java.util.Map;

Modified: trunk/src/main/java/org/ourproject/kune/platf/client/ui/MenuItem.java
===================================================================
--- trunk/src/main/java/org/ourproject/kune/platf/client/ui/MenuItem.java	2009-01-29 18:42:08 UTC (rev 1042)
+++ trunk/src/main/java/org/ourproject/kune/platf/client/ui/MenuItem.java	2009-02-01 13:51:16 UTC (rev 1043)
@@ -16,7 +16,8 @@
  * You should have received a copy of the GNU Affero General Public License
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  *
- */package org.ourproject.kune.platf.client.ui;
+ \*/
+package org.ourproject.kune.platf.client.ui;
 
 import com.calclab.suco.client.events.Listener;
 

Modified: trunk/src/main/java/org/ourproject/kune/platf/client/ui/MenuItemCollection.java
===================================================================
--- trunk/src/main/java/org/ourproject/kune/platf/client/ui/MenuItemCollection.java	2009-01-29 18:42:08 UTC (rev 1042)
+++ trunk/src/main/java/org/ourproject/kune/platf/client/ui/MenuItemCollection.java	2009-02-01 13:51:16 UTC (rev 1043)
@@ -21,23 +21,24 @@
  *
  * ((e)) emite: A pure gwt (Google Web Toolkit) xmpp (jabber) library
  *
- * (c) 2008 The emite development team (see CREDITS for details)
+ * (c) 2008-2009 The emite development team (see CREDITS for details)
  * This file is part of emite.
  *
  * This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License as
+ * it under the terms of the GNU Lesser General Public License as
  * published by the Free Software Foundation, either version 3 of the
  * License, or (at your option) any later version.
  *
  * This program is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
- * GNU Affero General Public License for more details.
+ * GNU Lesser General Public License for more details.
  *
- * You should have received a copy of the GNU Affero General Public License
+ * You should have received a copy of the GNU Lesser General Public License
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  *
- */package org.ourproject.kune.platf.client.ui;
+ */
+package org.ourproject.kune.platf.client.ui;
 
 import java.util.ArrayList;
 

Modified: trunk/src/main/java/org/ourproject/kune/platf/client/ui/QuickTipsHelper.java
===================================================================
--- trunk/src/main/java/org/ourproject/kune/platf/client/ui/QuickTipsHelper.java	2009-01-29 18:42:08 UTC (rev 1042)
+++ trunk/src/main/java/org/ourproject/kune/platf/client/ui/QuickTipsHelper.java	2009-02-01 13:51:16 UTC (rev 1043)
@@ -16,7 +16,8 @@
  * You should have received a copy of the GNU Affero General Public License
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  *
- */package org.ourproject.kune.platf.client.ui;
+ \*/
+package org.ourproject.kune.platf.client.ui;
 
 import com.gwtext.client.widgets.QuickTip;
 import com.gwtext.client.widgets.QuickTips;

Modified: trunk/src/main/java/org/ourproject/kune/platf/client/ui/RoundedPanel.java
===================================================================
--- trunk/src/main/java/org/ourproject/kune/platf/client/ui/RoundedPanel.java	2009-01-29 18:42:08 UTC (rev 1042)
+++ trunk/src/main/java/org/ourproject/kune/platf/client/ui/RoundedPanel.java	2009-02-01 13:51:16 UTC (rev 1043)
@@ -31,7 +31,8 @@
  * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
  * License for the specific language governing permissions and limitations under
  * the License.
- */package org.ourproject.kune.platf.client.ui;
+ \*/
+package org.ourproject.kune.platf.client.ui;
 
 import com.google.gwt.user.client.DOM;
 import com.google.gwt.user.client.Element;

Modified: trunk/src/main/java/org/ourproject/kune/platf/client/ui/TitledPanel.java
===================================================================
--- trunk/src/main/java/org/ourproject/kune/platf/client/ui/TitledPanel.java	2009-01-29 18:42:08 UTC (rev 1042)
+++ trunk/src/main/java/org/ourproject/kune/platf/client/ui/TitledPanel.java	2009-02-01 13:51:16 UTC (rev 1043)
@@ -13,7 +13,8 @@
  * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
  * License for the specific language governing permissions and limitations under
  * the License.
- */package org.ourproject.kune.platf.client.ui;
+ \*/
+package org.ourproject.kune.platf.client.ui;
 
 import com.google.gwt.core.client.GWT;
 import com.google.gwt.user.client.DOM;

Modified: trunk/src/main/java/org/ourproject/kune/platf/client/ui/dialogs/DefaultForm.java
===================================================================
--- trunk/src/main/java/org/ourproject/kune/platf/client/ui/dialogs/DefaultForm.java	2009-01-29 18:42:08 UTC (rev 1042)
+++ trunk/src/main/java/org/ourproject/kune/platf/client/ui/dialogs/DefaultForm.java	2009-02-01 13:51:16 UTC (rev 1043)
@@ -16,7 +16,8 @@
  * You should have received a copy of the GNU Affero General Public License
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  *
- */package org.ourproject.kune.platf.client.ui.dialogs;
+ \*/
+package org.ourproject.kune.platf.client.ui.dialogs;
 
 import com.gwtext.client.core.Position;
 import com.gwtext.client.widgets.Button;

Modified: trunk/src/main/java/org/ourproject/kune/platf/client/ui/dialogs/DefaultTabbedForm.java
===================================================================
--- trunk/src/main/java/org/ourproject/kune/platf/client/ui/dialogs/DefaultTabbedForm.java	2009-01-29 18:42:08 UTC (rev 1042)
+++ trunk/src/main/java/org/ourproject/kune/platf/client/ui/dialogs/DefaultTabbedForm.java	2009-02-01 13:51:16 UTC (rev 1043)
@@ -16,7 +16,8 @@
  * You should have received a copy of the GNU Affero General Public License
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  *
- */package org.ourproject.kune.platf.client.ui.dialogs;
+ \*/
+package org.ourproject.kune.platf.client.ui.dialogs;
 
 import com.gwtext.client.core.Position;
 import com.gwtext.client.widgets.Button;

Modified: trunk/src/main/java/org/ourproject/kune/platf/client/ui/dialogs/InfoDialog.java
===================================================================
--- trunk/src/main/java/org/ourproject/kune/platf/client/ui/dialogs/InfoDialog.java	2009-01-29 18:42:08 UTC (rev 1042)
+++ trunk/src/main/java/org/ourproject/kune/platf/client/ui/dialogs/InfoDialog.java	2009-02-01 13:51:16 UTC (rev 1043)
@@ -16,7 +16,8 @@
  * You should have received a copy of the GNU Affero General Public License
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  *
- */package org.ourproject.kune.platf.client.ui.dialogs;
+ \*/
+package org.ourproject.kune.platf.client.ui.dialogs;
 
 import com.google.gwt.user.client.ui.Label;
 import com.gwtext.client.core.EventObject;

Modified: trunk/src/main/java/org/ourproject/kune/platf/client/ui/download/FileDownloadUtils.java
===================================================================
--- trunk/src/main/java/org/ourproject/kune/platf/client/ui/download/FileDownloadUtils.java	2009-01-29 18:42:08 UTC (rev 1042)
+++ trunk/src/main/java/org/ourproject/kune/platf/client/ui/download/FileDownloadUtils.java	2009-02-01 13:51:16 UTC (rev 1043)
@@ -16,7 +16,8 @@
  * You should have received a copy of the GNU Affero General Public License
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  *
- */package org.ourproject.kune.platf.client.ui.download;
+ \*/
+package org.ourproject.kune.platf.client.ui.download;
 
 import org.ourproject.kune.platf.client.dto.StateToken;
 import org.ourproject.kune.platf.client.services.ImageDescriptor;

Modified: trunk/src/main/java/org/ourproject/kune/platf/client/ui/download/FileParams.java
===================================================================
--- trunk/src/main/java/org/ourproject/kune/platf/client/ui/download/FileParams.java	2009-01-29 18:42:08 UTC (rev 1042)
+++ trunk/src/main/java/org/ourproject/kune/platf/client/ui/download/FileParams.java	2009-02-01 13:51:16 UTC (rev 1043)
@@ -16,7 +16,8 @@
  * You should have received a copy of the GNU Affero General Public License
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  *
- */package org.ourproject.kune.platf.client.ui.download;
+ \*/
+package org.ourproject.kune.platf.client.ui.download;
 
 public interface FileParams {
     String HASH = "hash";

Modified: trunk/src/main/java/org/ourproject/kune/platf/client/ui/download/ImageSize.java
===================================================================
--- trunk/src/main/java/org/ourproject/kune/platf/client/ui/download/ImageSize.java	2009-01-29 18:42:08 UTC (rev 1042)
+++ trunk/src/main/java/org/ourproject/kune/platf/client/ui/download/ImageSize.java	2009-02-01 13:51:16 UTC (rev 1043)
@@ -16,7 +16,8 @@
  * You should have received a copy of the GNU Affero General Public License
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  *
- */package org.ourproject.kune.platf.client.ui.download;
+ \*/
+package org.ourproject.kune.platf.client.ui.download;
 
 public enum ImageSize {
     sized, thumb, ico

Modified: trunk/src/main/java/org/ourproject/kune/platf/client/ui/form/FileUploadFormSample.java
===================================================================
--- trunk/src/main/java/org/ourproject/kune/platf/client/ui/form/FileUploadFormSample.java	2009-01-29 18:42:08 UTC (rev 1042)
+++ trunk/src/main/java/org/ourproject/kune/platf/client/ui/form/FileUploadFormSample.java	2009-02-01 13:51:16 UTC (rev 1043)
@@ -16,7 +16,8 @@
  * You should have received a copy of the GNU Affero General Public License
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  *
- */package org.ourproject.kune.platf.client.ui.form;
+ \*/
+package org.ourproject.kune.platf.client.ui.form;
 
 import com.google.gwt.user.client.ui.Button;
 import com.google.gwt.user.client.ui.ClickListener;

Modified: trunk/src/main/java/org/ourproject/kune/platf/client/ui/gridmenu/CustomMenu.java
===================================================================
--- trunk/src/main/java/org/ourproject/kune/platf/client/ui/gridmenu/CustomMenu.java	2009-01-29 18:42:08 UTC (rev 1042)
+++ trunk/src/main/java/org/ourproject/kune/platf/client/ui/gridmenu/CustomMenu.java	2009-02-01 13:51:16 UTC (rev 1043)
@@ -21,23 +21,24 @@
  *
  * ((e)) emite: A pure gwt (Google Web Toolkit) xmpp (jabber) library
  *
- * (c) 2008 The emite development team (see CREDITS for details)
+ * (c) 2008-2009 The emite development team (see CREDITS for details)
  * This file is part of emite.
  *
  * This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License as
+ * it under the terms of the GNU Lesser General Public License as
  * published by the Free Software Foundation, either version 3 of the
  * License, or (at your option) any later version.
  *
  * This program is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
- * GNU Affero General Public License for more details.
+ * GNU Lesser General Public License for more details.
  *
- * You should have received a copy of the GNU Affero General Public License
+ * You should have received a copy of the GNU Lesser General Public License
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  *
- */package org.ourproject.kune.platf.client.ui.gridmenu;
+ */
+package org.ourproject.kune.platf.client.ui.gridmenu;
 
 import java.util.Iterator;
 

Modified: trunk/src/main/java/org/ourproject/kune/platf/client/ui/gridmenu/GridDragConfiguration.java
===================================================================
--- trunk/src/main/java/org/ourproject/kune/platf/client/ui/gridmenu/GridDragConfiguration.java	2009-01-29 18:42:08 UTC (rev 1042)
+++ trunk/src/main/java/org/ourproject/kune/platf/client/ui/gridmenu/GridDragConfiguration.java	2009-02-01 13:51:16 UTC (rev 1043)
@@ -21,23 +21,24 @@
  *
  * ((e)) emite: A pure gwt (Google Web Toolkit) xmpp (jabber) library
  *
- * (c) 2008 The emite development team (see CREDITS for details)
+ * (c) 2008-2009 The emite development team (see CREDITS for details)
  * This file is part of emite.
  *
  * This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License as
+ * it under the terms of the GNU Lesser General Public License as
  * published by the Free Software Foundation, either version 3 of the
  * License, or (at your option) any later version.
  *
  * This program is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
- * GNU Affero General Public License for more details.
+ * GNU Lesser General Public License for more details.
  *
- * You should have received a copy of the GNU Affero General Public License
+ * You should have received a copy of the GNU Lesser General Public License
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  *
- */package org.ourproject.kune.platf.client.ui.gridmenu;
+ */
+package org.ourproject.kune.platf.client.ui.gridmenu;
 
 public class GridDragConfiguration {
 

Modified: trunk/src/main/java/org/ourproject/kune/platf/client/ui/gridmenu/GridDropConfiguration.java
===================================================================
--- trunk/src/main/java/org/ourproject/kune/platf/client/ui/gridmenu/GridDropConfiguration.java	2009-01-29 18:42:08 UTC (rev 1042)
+++ trunk/src/main/java/org/ourproject/kune/platf/client/ui/gridmenu/GridDropConfiguration.java	2009-02-01 13:51:16 UTC (rev 1043)
@@ -21,23 +21,24 @@
  *
  * ((e)) emite: A pure gwt (Google Web Toolkit) xmpp (jabber) library
  *
- * (c) 2008 The emite development team (see CREDITS for details)
+ * (c) 2008-2009 The emite development team (see CREDITS for details)
  * This file is part of emite.
  *
  * This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License as
+ * it under the terms of the GNU Lesser General Public License as
  * published by the Free Software Foundation, either version 3 of the
  * License, or (at your option) any later version.
  *
  * This program is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
- * GNU Affero General Public License for more details.
+ * GNU Lesser General Public License for more details.
  *
- * You should have received a copy of the GNU Affero General Public License
+ * You should have received a copy of the GNU Lesser General Public License
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  *
- */package org.ourproject.kune.platf.client.ui.gridmenu;
+ */
+package org.ourproject.kune.platf.client.ui.gridmenu;
 
 import com.calclab.suco.client.events.Event;
 import com.calclab.suco.client.events.Listener;

Modified: trunk/src/main/java/org/ourproject/kune/platf/client/ui/gridmenu/GridGroup.java
===================================================================
--- trunk/src/main/java/org/ourproject/kune/platf/client/ui/gridmenu/GridGroup.java	2009-01-29 18:42:08 UTC (rev 1042)
+++ trunk/src/main/java/org/ourproject/kune/platf/client/ui/gridmenu/GridGroup.java	2009-02-01 13:51:16 UTC (rev 1043)
@@ -16,7 +16,8 @@
  * You should have received a copy of the GNU Affero General Public License
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  *
- */package org.ourproject.kune.platf.client.ui.gridmenu;
+ \*/
+package org.ourproject.kune.platf.client.ui.gridmenu;
 
 public class GridGroup {
 

Modified: trunk/src/main/java/org/ourproject/kune/platf/client/ui/gridmenu/GridItem.java
===================================================================
--- trunk/src/main/java/org/ourproject/kune/platf/client/ui/gridmenu/GridItem.java	2009-01-29 18:42:08 UTC (rev 1042)
+++ trunk/src/main/java/org/ourproject/kune/platf/client/ui/gridmenu/GridItem.java	2009-02-01 13:51:16 UTC (rev 1043)
@@ -16,7 +16,8 @@
  * You should have received a copy of the GNU Affero General Public License
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  *
- */package org.ourproject.kune.platf.client.ui.gridmenu;
+ \*/
+package org.ourproject.kune.platf.client.ui.gridmenu;
 
 public class GridItem<T> {
 

Modified: trunk/src/main/java/org/ourproject/kune/platf/client/ui/gridmenu/GridMenuPanel.java
===================================================================
--- trunk/src/main/java/org/ourproject/kune/platf/client/ui/gridmenu/GridMenuPanel.java	2009-01-29 18:42:08 UTC (rev 1042)
+++ trunk/src/main/java/org/ourproject/kune/platf/client/ui/gridmenu/GridMenuPanel.java	2009-02-01 13:51:16 UTC (rev 1043)
@@ -16,7 +16,8 @@
  * You should have received a copy of the GNU Affero General Public License
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  *
- */package org.ourproject.kune.platf.client.ui.gridmenu;
+ \*/
+package org.ourproject.kune.platf.client.ui.gridmenu;
 
 import java.util.ArrayList;
 import java.util.HashMap;

Modified: trunk/src/main/java/org/ourproject/kune/platf/client/ui/palette/ColorWebSafePalette.java
===================================================================
--- trunk/src/main/java/org/ourproject/kune/platf/client/ui/palette/ColorWebSafePalette.java	2009-01-29 18:42:08 UTC (rev 1042)
+++ trunk/src/main/java/org/ourproject/kune/platf/client/ui/palette/ColorWebSafePalette.java	2009-02-01 13:51:16 UTC (rev 1043)
@@ -16,7 +16,8 @@
  * You should have received a copy of the GNU Affero General Public License
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  *
- */package org.ourproject.kune.platf.client.ui.palette;
+ \*/
+package org.ourproject.kune.platf.client.ui.palette;
 
 import com.calclab.suco.client.events.Listener;
 

Modified: trunk/src/main/java/org/ourproject/kune/platf/client/ui/rate/RateIt.java
===================================================================
--- trunk/src/main/java/org/ourproject/kune/platf/client/ui/rate/RateIt.java	2009-01-29 18:42:08 UTC (rev 1042)
+++ trunk/src/main/java/org/ourproject/kune/platf/client/ui/rate/RateIt.java	2009-02-01 13:51:16 UTC (rev 1043)
@@ -16,7 +16,8 @@
  * You should have received a copy of the GNU Affero General Public License
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  *
- */package org.ourproject.kune.platf.client.ui.rate;
+ \*/
+package org.ourproject.kune.platf.client.ui.rate;
 
 public interface RateIt {
 

Modified: trunk/src/main/java/org/ourproject/kune/platf/client/ui/rate/RatePresenter.java
===================================================================
--- trunk/src/main/java/org/ourproject/kune/platf/client/ui/rate/RatePresenter.java	2009-01-29 18:42:08 UTC (rev 1042)
+++ trunk/src/main/java/org/ourproject/kune/platf/client/ui/rate/RatePresenter.java	2009-02-01 13:51:16 UTC (rev 1043)
@@ -16,7 +16,8 @@
  * You should have received a copy of the GNU Affero General Public License
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  *
- */package org.ourproject.kune.platf.client.ui.rate;
+ \*/
+package org.ourproject.kune.platf.client.ui.rate;
 
 import org.ourproject.kune.platf.client.dto.RateResultDTO;
 import org.ourproject.kune.platf.client.dto.StateAbstractDTO;

Modified: trunk/src/main/java/org/ourproject/kune/platf/client/ui/rte/impl/RichTextAreaImpl.java
===================================================================
--- trunk/src/main/java/org/ourproject/kune/platf/client/ui/rte/impl/RichTextAreaImpl.java	2009-01-29 18:42:08 UTC (rev 1042)
+++ trunk/src/main/java/org/ourproject/kune/platf/client/ui/rte/impl/RichTextAreaImpl.java	2009-02-01 13:51:16 UTC (rev 1043)
@@ -60,12 +60,12 @@
     }
 
     public native void setFocus(boolean focused) /*-{
-       if (focused) {
-         this. at org.ourproject.kune.platf.client.ui.rte.impl.RichTextAreaImpl::elem.focus();
-       } else {
-         this. at org.ourproject.kune.platf.client.ui.rte.impl.RichTextAreaImpl::elem.blur();
-       }
-     }-*/;
+          if (focused) {
+            this. at org.ourproject.kune.platf.client.ui.rte.impl.RichTextAreaImpl::elem.focus();
+          } else {
+            this. at org.ourproject.kune.platf.client.ui.rte.impl.RichTextAreaImpl::elem.blur();
+          }
+        }-*/;
 
     public void setHTML(String html) {
         DOM.setElementProperty(elem, "value", html);

Modified: trunk/src/main/java/org/ourproject/kune/platf/client/ui/upload/AbstractUploader.java
===================================================================
--- trunk/src/main/java/org/ourproject/kune/platf/client/ui/upload/AbstractUploader.java	2009-01-29 18:42:08 UTC (rev 1042)
+++ trunk/src/main/java/org/ourproject/kune/platf/client/ui/upload/AbstractUploader.java	2009-02-01 13:51:16 UTC (rev 1043)
@@ -16,7 +16,8 @@
  * You should have received a copy of the GNU Affero General Public License
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  *
- */package org.ourproject.kune.platf.client.ui.upload;
+ \*/
+package org.ourproject.kune.platf.client.ui.upload;
 
 import org.ourproject.kune.platf.client.ui.download.FileParams;
 

Modified: trunk/src/main/java/org/ourproject/kune/platf/client/ui/upload/FileUploader.java
===================================================================
--- trunk/src/main/java/org/ourproject/kune/platf/client/ui/upload/FileUploader.java	2009-01-29 18:42:08 UTC (rev 1042)
+++ trunk/src/main/java/org/ourproject/kune/platf/client/ui/upload/FileUploader.java	2009-02-01 13:51:16 UTC (rev 1043)
@@ -16,7 +16,8 @@
  * You should have received a copy of the GNU Affero General Public License
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  *
- */package org.ourproject.kune.platf.client.ui.upload;
+ \*/
+package org.ourproject.kune.platf.client.ui.upload;
 
 import org.ourproject.kune.platf.client.dto.StateToken;
 

Modified: trunk/src/main/java/org/ourproject/kune/platf/client/ui/upload/FileUploaderDialog.java
===================================================================
--- trunk/src/main/java/org/ourproject/kune/platf/client/ui/upload/FileUploaderDialog.java	2009-01-29 18:42:08 UTC (rev 1042)
+++ trunk/src/main/java/org/ourproject/kune/platf/client/ui/upload/FileUploaderDialog.java	2009-02-01 13:51:16 UTC (rev 1043)
@@ -16,7 +16,8 @@
  * You should have received a copy of the GNU Affero General Public License
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  *
- */package org.ourproject.kune.platf.client.ui.upload;
+ \*/
+package org.ourproject.kune.platf.client.ui.upload;
 
 import org.ourproject.kune.platf.client.ui.TextUtils;
 import org.ourproject.kune.workspace.client.i18n.I18nUITranslationService;

Modified: trunk/src/main/java/org/ourproject/kune/platf/client/ui/upload/FileUploaderPresenter.java
===================================================================
--- trunk/src/main/java/org/ourproject/kune/platf/client/ui/upload/FileUploaderPresenter.java	2009-01-29 18:42:08 UTC (rev 1042)
+++ trunk/src/main/java/org/ourproject/kune/platf/client/ui/upload/FileUploaderPresenter.java	2009-02-01 13:51:16 UTC (rev 1043)
@@ -16,7 +16,8 @@
  * You should have received a copy of the GNU Affero General Public License
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  *
- */package org.ourproject.kune.platf.client.ui.upload;
+ \*/
+package org.ourproject.kune.platf.client.ui.upload;
 
 import org.ourproject.kune.platf.client.dto.StateToken;
 import org.ourproject.kune.platf.client.state.Session;

Modified: trunk/src/main/java/org/ourproject/kune/platf/client/ui/upload/FileUploaderView.java
===================================================================
--- trunk/src/main/java/org/ourproject/kune/platf/client/ui/upload/FileUploaderView.java	2009-01-29 18:42:08 UTC (rev 1042)
+++ trunk/src/main/java/org/ourproject/kune/platf/client/ui/upload/FileUploaderView.java	2009-02-01 13:51:16 UTC (rev 1043)
@@ -16,7 +16,8 @@
  * You should have received a copy of the GNU Affero General Public License
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  *
- */package org.ourproject.kune.platf.client.ui.upload;
+ \*/
+package org.ourproject.kune.platf.client.ui.upload;
 
 public interface FileUploaderView {
 

Modified: trunk/src/main/java/org/ourproject/kune/platf/client/utils/Url.java
===================================================================
--- trunk/src/main/java/org/ourproject/kune/platf/client/utils/Url.java	2009-01-29 18:42:08 UTC (rev 1042)
+++ trunk/src/main/java/org/ourproject/kune/platf/client/utils/Url.java	2009-02-01 13:51:16 UTC (rev 1043)
@@ -16,7 +16,8 @@
  * You should have received a copy of the GNU Affero General Public License
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  *
- */package org.ourproject.kune.platf.client.utils;
+ \*/
+package org.ourproject.kune.platf.client.utils;
 
 import java.util.ArrayList;
 

Modified: trunk/src/main/java/org/ourproject/kune/platf/client/utils/UrlParam.java
===================================================================
--- trunk/src/main/java/org/ourproject/kune/platf/client/utils/UrlParam.java	2009-01-29 18:42:08 UTC (rev 1042)
+++ trunk/src/main/java/org/ourproject/kune/platf/client/utils/UrlParam.java	2009-02-01 13:51:16 UTC (rev 1043)
@@ -16,7 +16,8 @@
  * You should have received a copy of the GNU Affero General Public License
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  *
- */package org.ourproject.kune.platf.client.utils;
+ \*/
+package org.ourproject.kune.platf.client.utils;
 
 public class UrlParam {
     private final String value;

Modified: trunk/src/main/java/org/ourproject/kune/platf/server/auth/ActionLevel.java
===================================================================
--- trunk/src/main/java/org/ourproject/kune/platf/server/auth/ActionLevel.java	2009-01-29 18:42:08 UTC (rev 1042)
+++ trunk/src/main/java/org/ourproject/kune/platf/server/auth/ActionLevel.java	2009-02-01 13:51:16 UTC (rev 1043)
@@ -16,7 +16,8 @@
  * You should have received a copy of the GNU Affero General Public License
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  *
- */package org.ourproject.kune.platf.server.auth;
+ \*/
+package org.ourproject.kune.platf.server.auth;
 
 public enum ActionLevel {
     group, tool, container, content

Modified: trunk/src/main/java/org/ourproject/kune/platf/server/content/CommentManager.java
===================================================================
--- trunk/src/main/java/org/ourproject/kune/platf/server/content/CommentManager.java	2009-01-29 18:42:08 UTC (rev 1042)
+++ trunk/src/main/java/org/ourproject/kune/platf/server/content/CommentManager.java	2009-02-01 13:51:16 UTC (rev 1043)
@@ -16,7 +16,8 @@
  * You should have received a copy of the GNU Affero General Public License
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  *
- */package org.ourproject.kune.platf.server.content;
+ \*/
+package org.ourproject.kune.platf.server.content;
 
 import org.ourproject.kune.platf.client.errors.DefaultException;
 import org.ourproject.kune.platf.server.domain.Comment;

Modified: trunk/src/main/java/org/ourproject/kune/platf/server/content/CommentManagerDefault.java
===================================================================
--- trunk/src/main/java/org/ourproject/kune/platf/server/content/CommentManagerDefault.java	2009-01-29 18:42:08 UTC (rev 1042)
+++ trunk/src/main/java/org/ourproject/kune/platf/server/content/CommentManagerDefault.java	2009-02-01 13:51:16 UTC (rev 1043)
@@ -16,7 +16,8 @@
  * You should have received a copy of the GNU Affero General Public License
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  *
- */package org.ourproject.kune.platf.server.content;
+ \*/
+package org.ourproject.kune.platf.server.content;
 
 import javax.persistence.EntityManager;
 

Modified: trunk/src/main/java/org/ourproject/kune/platf/server/content/ContentUtils.java
===================================================================
--- trunk/src/main/java/org/ourproject/kune/platf/server/content/ContentUtils.java	2009-01-29 18:42:08 UTC (rev 1042)
+++ trunk/src/main/java/org/ourproject/kune/platf/server/content/ContentUtils.java	2009-02-01 13:51:16 UTC (rev 1043)
@@ -16,7 +16,8 @@
  * You should have received a copy of the GNU Affero General Public License
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  *
- */package org.ourproject.kune.platf.server.content;
+ \*/
+package org.ourproject.kune.platf.server.content;
 
 import org.ourproject.kune.platf.client.errors.ContentNotFoundException;
 

Modified: trunk/src/main/java/org/ourproject/kune/platf/server/domain/BasicMimeType.java
===================================================================
--- trunk/src/main/java/org/ourproject/kune/platf/server/domain/BasicMimeType.java	2009-01-29 18:42:08 UTC (rev 1042)
+++ trunk/src/main/java/org/ourproject/kune/platf/server/domain/BasicMimeType.java	2009-02-01 13:51:16 UTC (rev 1043)
@@ -16,7 +16,8 @@
  * You should have received a copy of the GNU Affero General Public License
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  *
- */package org.ourproject.kune.platf.server.domain;
+ \*/
+package org.ourproject.kune.platf.server.domain;
 
 import javax.persistence.Embeddable;
 

Modified: trunk/src/main/java/org/ourproject/kune/platf/server/domain/ChatUserParams.java
===================================================================
--- trunk/src/main/java/org/ourproject/kune/platf/server/domain/ChatUserParams.java	2009-01-29 18:42:08 UTC (rev 1042)
+++ trunk/src/main/java/org/ourproject/kune/platf/server/domain/ChatUserParams.java	2009-02-01 13:51:16 UTC (rev 1043)
@@ -16,7 +16,8 @@
  * You should have received a copy of the GNU Affero General Public License
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  *
- */package org.ourproject.kune.platf.server.domain;
+ \*/
+package org.ourproject.kune.platf.server.domain;
 
 import java.io.Serializable;
 

Modified: trunk/src/main/java/org/ourproject/kune/platf/server/domain/Comment.java
===================================================================
--- trunk/src/main/java/org/ourproject/kune/platf/server/domain/Comment.java	2009-01-29 18:42:08 UTC (rev 1042)
+++ trunk/src/main/java/org/ourproject/kune/platf/server/domain/Comment.java	2009-02-01 13:51:16 UTC (rev 1043)
@@ -16,7 +16,8 @@
  * You should have received a copy of the GNU Affero General Public License
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  *
- */package org.ourproject.kune.platf.server.domain;
+ \*/
+package org.ourproject.kune.platf.server.domain;
 
 import java.util.ArrayList;
 import java.util.HashSet;

Modified: trunk/src/main/java/org/ourproject/kune/platf/server/domain/ContentStatus.java
===================================================================
--- trunk/src/main/java/org/ourproject/kune/platf/server/domain/ContentStatus.java	2009-01-29 18:42:08 UTC (rev 1042)
+++ trunk/src/main/java/org/ourproject/kune/platf/server/domain/ContentStatus.java	2009-02-01 13:51:16 UTC (rev 1043)
@@ -16,7 +16,8 @@
  * You should have received a copy of the GNU Affero General Public License
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  *
- */package org.ourproject.kune.platf.server.domain;
+ \*/
+package org.ourproject.kune.platf.server.domain;
 
 public enum ContentStatus {
     editingInProgress, submittedForEvaluation, publishedOnline, rejected, inTheDustbin

Modified: trunk/src/main/java/org/ourproject/kune/platf/server/domain/CustomProperties.java
===================================================================
--- trunk/src/main/java/org/ourproject/kune/platf/server/domain/CustomProperties.java	2009-01-29 18:42:08 UTC (rev 1042)
+++ trunk/src/main/java/org/ourproject/kune/platf/server/domain/CustomProperties.java	2009-02-01 13:51:16 UTC (rev 1043)
@@ -16,7 +16,8 @@
  * You should have received a copy of the GNU Affero General Public License
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  *
- */package org.ourproject.kune.platf.server.domain;
+ \*/
+package org.ourproject.kune.platf.server.domain;
 
 import java.util.HashMap;
 

Modified: trunk/src/main/java/org/ourproject/kune/platf/server/manager/FileManager.java
===================================================================
--- trunk/src/main/java/org/ourproject/kune/platf/server/manager/FileManager.java	2009-01-29 18:42:08 UTC (rev 1042)
+++ trunk/src/main/java/org/ourproject/kune/platf/server/manager/FileManager.java	2009-02-01 13:51:16 UTC (rev 1043)
@@ -16,7 +16,8 @@
  * You should have received a copy of the GNU Affero General Public License
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  *
- */package org.ourproject.kune.platf.server.manager;
+ \*/
+package org.ourproject.kune.platf.server.manager;
 
 import java.io.File;
 import java.io.IOException;

Modified: trunk/src/main/java/org/ourproject/kune/platf/server/manager/file/EntityLogoDownloadManager.java
===================================================================
--- trunk/src/main/java/org/ourproject/kune/platf/server/manager/file/EntityLogoDownloadManager.java	2009-01-29 18:42:08 UTC (rev 1042)
+++ trunk/src/main/java/org/ourproject/kune/platf/server/manager/file/EntityLogoDownloadManager.java	2009-02-01 13:51:16 UTC (rev 1043)
@@ -16,7 +16,8 @@
  * You should have received a copy of the GNU Affero General Public License
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  *
- */package org.ourproject.kune.platf.server.manager.file;
+ \*/
+package org.ourproject.kune.platf.server.manager.file;
 
 import java.io.IOException;
 

Modified: trunk/src/main/java/org/ourproject/kune/platf/server/manager/file/EntityLogoUploadManager.java
===================================================================
--- trunk/src/main/java/org/ourproject/kune/platf/server/manager/file/EntityLogoUploadManager.java	2009-01-29 18:42:08 UTC (rev 1042)
+++ trunk/src/main/java/org/ourproject/kune/platf/server/manager/file/EntityLogoUploadManager.java	2009-02-01 13:51:16 UTC (rev 1043)
@@ -16,7 +16,8 @@
  * You should have received a copy of the GNU Affero General Public License
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  *
- */package org.ourproject.kune.platf.server.manager.file;
+ \*/
+package org.ourproject.kune.platf.server.manager.file;
 
 import java.io.File;
 import java.io.FileNotFoundException;

Modified: trunk/src/main/java/org/ourproject/kune/platf/server/manager/file/FileDownloadManager.java
===================================================================
--- trunk/src/main/java/org/ourproject/kune/platf/server/manager/file/FileDownloadManager.java	2009-01-29 18:42:08 UTC (rev 1042)
+++ trunk/src/main/java/org/ourproject/kune/platf/server/manager/file/FileDownloadManager.java	2009-02-01 13:51:16 UTC (rev 1043)
@@ -16,7 +16,8 @@
  * You should have received a copy of the GNU Affero General Public License
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  *
- */package org.ourproject.kune.platf.server.manager.file;
+ \*/
+package org.ourproject.kune.platf.server.manager.file;
 
 import java.io.File;
 import java.io.FileNotFoundException;

Modified: trunk/src/main/java/org/ourproject/kune/platf/server/manager/file/FileDownloadManagerUtils.java
===================================================================
--- trunk/src/main/java/org/ourproject/kune/platf/server/manager/file/FileDownloadManagerUtils.java	2009-01-29 18:42:08 UTC (rev 1042)
+++ trunk/src/main/java/org/ourproject/kune/platf/server/manager/file/FileDownloadManagerUtils.java	2009-02-01 13:51:16 UTC (rev 1043)
@@ -16,7 +16,8 @@
  * You should have received a copy of the GNU Affero General Public License
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  *
- */package org.ourproject.kune.platf.server.manager.file;
+ \*/
+package org.ourproject.kune.platf.server.manager.file;
 
 import java.io.BufferedInputStream;
 import java.io.FileInputStream;

Modified: trunk/src/main/java/org/ourproject/kune/platf/server/manager/file/FileJsonUploadManagerAbstract.java
===================================================================
--- trunk/src/main/java/org/ourproject/kune/platf/server/manager/file/FileJsonUploadManagerAbstract.java	2009-01-29 18:42:08 UTC (rev 1042)
+++ trunk/src/main/java/org/ourproject/kune/platf/server/manager/file/FileJsonUploadManagerAbstract.java	2009-02-01 13:51:16 UTC (rev 1043)
@@ -16,7 +16,8 @@
  * You should have received a copy of the GNU Affero General Public License
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  *
- */package org.ourproject.kune.platf.server.manager.file;
+ \*/
+package org.ourproject.kune.platf.server.manager.file;
 
 import java.io.IOException;
 import java.io.Writer;

Modified: trunk/src/main/java/org/ourproject/kune/platf/server/manager/file/FileManagerDefault.java
===================================================================
--- trunk/src/main/java/org/ourproject/kune/platf/server/manager/file/FileManagerDefault.java	2009-01-29 18:42:08 UTC (rev 1042)
+++ trunk/src/main/java/org/ourproject/kune/platf/server/manager/file/FileManagerDefault.java	2009-02-01 13:51:16 UTC (rev 1043)
@@ -16,7 +16,8 @@
  * You should have received a copy of the GNU Affero General Public License
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  *
- */package org.ourproject.kune.platf.server.manager.file;
+ \*/
+package org.ourproject.kune.platf.server.manager.file;
 
 import java.io.File;
 import java.io.IOException;

Modified: trunk/src/main/java/org/ourproject/kune/platf/server/manager/file/FileUploadManager.java
===================================================================
--- trunk/src/main/java/org/ourproject/kune/platf/server/manager/file/FileUploadManager.java	2009-01-29 18:42:08 UTC (rev 1042)
+++ trunk/src/main/java/org/ourproject/kune/platf/server/manager/file/FileUploadManager.java	2009-02-01 13:51:16 UTC (rev 1043)
@@ -16,7 +16,8 @@
  * You should have received a copy of the GNU Affero General Public License
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  *
- */package org.ourproject.kune.platf.server.manager.file;
+ \*/
+package org.ourproject.kune.platf.server.manager.file;
 
 import java.io.File;
 import java.io.FileNotFoundException;

Modified: trunk/src/main/java/org/ourproject/kune/platf/server/manager/file/FileUploadManagerAbstract.java
===================================================================
--- trunk/src/main/java/org/ourproject/kune/platf/server/manager/file/FileUploadManagerAbstract.java	2009-01-29 18:42:08 UTC (rev 1042)
+++ trunk/src/main/java/org/ourproject/kune/platf/server/manager/file/FileUploadManagerAbstract.java	2009-02-01 13:51:16 UTC (rev 1043)
@@ -16,7 +16,8 @@
  * You should have received a copy of the GNU Affero General Public License
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  *
- */package org.ourproject.kune.platf.server.manager.file;
+ \*/
+package org.ourproject.kune.platf.server.manager.file;
 
 import java.io.File;
 import java.io.IOException;

Modified: trunk/src/main/java/org/ourproject/kune/platf/server/manager/file/FileUtils.java
===================================================================
--- trunk/src/main/java/org/ourproject/kune/platf/server/manager/file/FileUtils.java	2009-01-29 18:42:08 UTC (rev 1042)
+++ trunk/src/main/java/org/ourproject/kune/platf/server/manager/file/FileUtils.java	2009-02-01 13:51:16 UTC (rev 1043)
@@ -16,7 +16,8 @@
  * You should have received a copy of the GNU Affero General Public License
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  *
- */package org.ourproject.kune.platf.server.manager.file;
+ \*/
+package org.ourproject.kune.platf.server.manager.file;
 
 import java.io.File;
 import java.io.FileInputStream;

Modified: trunk/src/main/java/org/ourproject/kune/platf/server/manager/file/ImageUtilsDefault.java
===================================================================
--- trunk/src/main/java/org/ourproject/kune/platf/server/manager/file/ImageUtilsDefault.java	2009-01-29 18:42:08 UTC (rev 1042)
+++ trunk/src/main/java/org/ourproject/kune/platf/server/manager/file/ImageUtilsDefault.java	2009-02-01 13:51:16 UTC (rev 1043)
@@ -16,7 +16,8 @@
  * You should have received a copy of the GNU Affero General Public License
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  *
- */package org.ourproject.kune.platf.server.manager.file;
+ \*/
+package org.ourproject.kune.platf.server.manager.file;
 
 import java.awt.Dimension;
 import java.awt.Rectangle;

Modified: trunk/src/main/java/org/ourproject/kune/platf/server/sn/UserBuddiesData.java
===================================================================
--- trunk/src/main/java/org/ourproject/kune/platf/server/sn/UserBuddiesData.java	2009-01-29 18:42:08 UTC (rev 1042)
+++ trunk/src/main/java/org/ourproject/kune/platf/server/sn/UserBuddiesData.java	2009-02-01 13:51:16 UTC (rev 1043)
@@ -16,7 +16,8 @@
  * You should have received a copy of the GNU Affero General Public License
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  *
- */package org.ourproject.kune.platf.server.sn;
+ \*/
+package org.ourproject.kune.platf.server.sn;
 
 import java.util.ArrayList;
 import java.util.List;

Modified: trunk/src/main/java/org/ourproject/kune/platf/server/state/StateAbstract.java
===================================================================
--- trunk/src/main/java/org/ourproject/kune/platf/server/state/StateAbstract.java	2009-01-29 18:42:08 UTC (rev 1042)
+++ trunk/src/main/java/org/ourproject/kune/platf/server/state/StateAbstract.java	2009-02-01 13:51:16 UTC (rev 1043)
@@ -16,7 +16,8 @@
  * You should have received a copy of the GNU Affero General Public License
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  *
- */package org.ourproject.kune.platf.server.state;
+ \*/
+package org.ourproject.kune.platf.server.state;
 
 import java.util.List;
 

Modified: trunk/src/main/java/org/ourproject/kune/platf/server/state/StateContent.java
===================================================================
--- trunk/src/main/java/org/ourproject/kune/platf/server/state/StateContent.java	2009-01-29 18:42:08 UTC (rev 1042)
+++ trunk/src/main/java/org/ourproject/kune/platf/server/state/StateContent.java	2009-02-01 13:51:16 UTC (rev 1043)
@@ -16,7 +16,8 @@
  * You should have received a copy of the GNU Affero General Public License
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  *
- */package org.ourproject.kune.platf.server.state;
+ \*/
+package org.ourproject.kune.platf.server.state;
 
 import java.util.Date;
 import java.util.List;

Modified: trunk/src/main/java/org/ourproject/kune/platf/server/state/StateNoContent.java
===================================================================
--- trunk/src/main/java/org/ourproject/kune/platf/server/state/StateNoContent.java	2009-01-29 18:42:08 UTC (rev 1042)
+++ trunk/src/main/java/org/ourproject/kune/platf/server/state/StateNoContent.java	2009-02-01 13:51:16 UTC (rev 1043)
@@ -16,7 +16,8 @@
  * You should have received a copy of the GNU Affero General Public License
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  *
- */package org.ourproject.kune.platf.server.state;
+ \*/
+package org.ourproject.kune.platf.server.state;
 
 
 /**

Modified: trunk/src/main/java/org/ourproject/kune/platf/server/tool/ServerToolTarget.java
===================================================================
--- trunk/src/main/java/org/ourproject/kune/platf/server/tool/ServerToolTarget.java	2009-01-29 18:42:08 UTC (rev 1042)
+++ trunk/src/main/java/org/ourproject/kune/platf/server/tool/ServerToolTarget.java	2009-02-01 13:51:16 UTC (rev 1043)
@@ -16,7 +16,8 @@
  * You should have received a copy of the GNU Affero General Public License
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  *
- */package org.ourproject.kune.platf.server.tool;
+ \*/
+package org.ourproject.kune.platf.server.tool;
 
 public enum ServerToolTarget {
     forUsers, forGroups, forBoth

Modified: trunk/src/main/java/org/ourproject/kune/platf/server/tool/ToolSimple.java
===================================================================
--- trunk/src/main/java/org/ourproject/kune/platf/server/tool/ToolSimple.java	2009-01-29 18:42:08 UTC (rev 1042)
+++ trunk/src/main/java/org/ourproject/kune/platf/server/tool/ToolSimple.java	2009-02-01 13:51:16 UTC (rev 1043)
@@ -16,7 +16,8 @@
  * You should have received a copy of the GNU Affero General Public License
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  *
- */package org.ourproject.kune.platf.server.tool;
+ \*/
+package org.ourproject.kune.platf.server.tool;
 
 public class ToolSimple {
 

Modified: trunk/src/main/java/org/ourproject/kune/rack/Rack.java
===================================================================
--- trunk/src/main/java/org/ourproject/kune/rack/Rack.java	2009-01-29 18:42:08 UTC (rev 1042)
+++ trunk/src/main/java/org/ourproject/kune/rack/Rack.java	2009-02-01 13:51:16 UTC (rev 1043)
@@ -34,7 +34,8 @@
  * You should have received a copy of the GNU Affero General Public License
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  *
- */package org.ourproject.kune.rack;
+ \*/
+package org.ourproject.kune.rack;
 
 import java.util.ArrayList;
 import java.util.List;

Modified: trunk/src/main/java/org/ourproject/kune/rack/filters/rest/ParametersAdapter.java
===================================================================
--- trunk/src/main/java/org/ourproject/kune/rack/filters/rest/ParametersAdapter.java	2009-01-29 18:42:08 UTC (rev 1042)
+++ trunk/src/main/java/org/ourproject/kune/rack/filters/rest/ParametersAdapter.java	2009-02-01 13:51:16 UTC (rev 1043)
@@ -20,7 +20,8 @@
 
 /**
  * 
- */package org.ourproject.kune.rack.filters.rest;
+ \*/
+package org.ourproject.kune.rack.filters.rest;
 
 import javax.servlet.ServletRequest;
 

Modified: trunk/src/main/java/org/ourproject/kune/rack/filters/servlet/ServletServiceFilter.java
===================================================================
--- trunk/src/main/java/org/ourproject/kune/rack/filters/servlet/ServletServiceFilter.java	2009-01-29 18:42:08 UTC (rev 1042)
+++ trunk/src/main/java/org/ourproject/kune/rack/filters/servlet/ServletServiceFilter.java	2009-02-01 13:51:16 UTC (rev 1043)
@@ -16,7 +16,8 @@
  * You should have received a copy of the GNU Affero General Public License
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  *
- */package org.ourproject.kune.rack.filters.servlet;
+ \*/
+package org.ourproject.kune.rack.filters.servlet;
 
 import java.io.IOException;
 

Modified: trunk/src/main/java/org/ourproject/kune/wiki/client/WikiClientActions.java
===================================================================
--- trunk/src/main/java/org/ourproject/kune/wiki/client/WikiClientActions.java	2009-01-29 18:42:08 UTC (rev 1042)
+++ trunk/src/main/java/org/ourproject/kune/wiki/client/WikiClientActions.java	2009-02-01 13:51:16 UTC (rev 1043)
@@ -16,7 +16,8 @@
  * You should have received a copy of the GNU Affero General Public License
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  *
- */package org.ourproject.kune.wiki.client;
+ \*/
+package org.ourproject.kune.wiki.client;
 
 import static org.ourproject.kune.wiki.client.WikiClientTool.TYPE_FOLDER;
 import static org.ourproject.kune.wiki.client.WikiClientTool.TYPE_ROOT;

Modified: trunk/src/main/java/org/ourproject/kune/wiki/client/WikiClientModule.java
===================================================================
--- trunk/src/main/java/org/ourproject/kune/wiki/client/WikiClientModule.java	2009-01-29 18:42:08 UTC (rev 1042)
+++ trunk/src/main/java/org/ourproject/kune/wiki/client/WikiClientModule.java	2009-02-01 13:51:16 UTC (rev 1043)
@@ -16,7 +16,8 @@
  * You should have received a copy of the GNU Affero General Public License
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  *
- */package org.ourproject.kune.wiki.client;
+ \*/
+package org.ourproject.kune.wiki.client;
 
 import org.ourproject.kune.platf.client.actions.ContentActionRegistry;
 import org.ourproject.kune.platf.client.actions.ContextActionRegistry;

Modified: trunk/src/main/java/org/ourproject/kune/workspace/client/ctxnav/ContextNavigatorItem.java
===================================================================
--- trunk/src/main/java/org/ourproject/kune/workspace/client/ctxnav/ContextNavigatorItem.java	2009-01-29 18:42:08 UTC (rev 1042)
+++ trunk/src/main/java/org/ourproject/kune/workspace/client/ctxnav/ContextNavigatorItem.java	2009-02-01 13:51:16 UTC (rev 1043)
@@ -16,7 +16,8 @@
  * You should have received a copy of the GNU Affero General Public License
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  *
- */package org.ourproject.kune.workspace.client.ctxnav;
+ \*/
+package org.ourproject.kune.workspace.client.ctxnav;
 
 import org.ourproject.kune.platf.client.actions.ActionItemCollection;
 import org.ourproject.kune.platf.client.dto.ContentStatusDTO;

Modified: trunk/src/main/java/org/ourproject/kune/workspace/client/editor/TextEditorToolbar.java
===================================================================
--- trunk/src/main/java/org/ourproject/kune/workspace/client/editor/TextEditorToolbar.java	2009-01-29 18:42:08 UTC (rev 1042)
+++ trunk/src/main/java/org/ourproject/kune/workspace/client/editor/TextEditorToolbar.java	2009-02-01 13:51:16 UTC (rev 1043)
@@ -57,7 +57,6 @@
     private class EventListener implements ClickListener, ChangeListener, KeyboardListener {
 
         public static final String TEXT_EDITOR_TOOLBAR_INS_IMG = "k-textedtol-img";
-        // private ImageChooser ic;
         private final TextEditorInsertElement insertElement;
 
         public EventListener(TextEditorInsertElement insertElement) {

Modified: trunk/src/main/java/org/ourproject/kune/workspace/client/editor/WrappedRichTextAreaImplOpera.java
===================================================================
--- trunk/src/main/java/org/ourproject/kune/workspace/client/editor/WrappedRichTextAreaImplOpera.java	2009-01-29 18:42:08 UTC (rev 1042)
+++ trunk/src/main/java/org/ourproject/kune/workspace/client/editor/WrappedRichTextAreaImplOpera.java	2009-02-01 13:51:16 UTC (rev 1043)
@@ -16,7 +16,8 @@
  * You should have received a copy of the GNU Affero General Public License
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  *
- */package org.ourproject.kune.workspace.client.editor;
+ \*/
+package org.ourproject.kune.workspace.client.editor;
 
 import org.ourproject.kune.platf.client.ui.rte.impl.RichTextAreaImplOpera;
 

Modified: trunk/src/main/java/org/ourproject/kune/workspace/client/editor/WrappedRichTextAreaImplSafari.java
===================================================================
--- trunk/src/main/java/org/ourproject/kune/workspace/client/editor/WrappedRichTextAreaImplSafari.java	2009-01-29 18:42:08 UTC (rev 1042)
+++ trunk/src/main/java/org/ourproject/kune/workspace/client/editor/WrappedRichTextAreaImplSafari.java	2009-02-01 13:51:16 UTC (rev 1043)
@@ -16,7 +16,8 @@
  * You should have received a copy of the GNU Affero General Public License
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  *
- */package org.ourproject.kune.workspace.client.editor;
+ \*/
+package org.ourproject.kune.workspace.client.editor;
 
 import org.ourproject.kune.platf.client.ui.rte.impl.RichTextAreaImplSafari;
 

Modified: trunk/src/main/java/org/ourproject/kune/workspace/client/entityheader/EntityHeader.java
===================================================================
--- trunk/src/main/java/org/ourproject/kune/workspace/client/entityheader/EntityHeader.java	2009-01-29 18:42:08 UTC (rev 1042)
+++ trunk/src/main/java/org/ourproject/kune/workspace/client/entityheader/EntityHeader.java	2009-02-01 13:51:16 UTC (rev 1043)
@@ -16,7 +16,8 @@
  * You should have received a copy of the GNU Affero General Public License
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  *
- */package org.ourproject.kune.workspace.client.entityheader;
+ \*/
+package org.ourproject.kune.workspace.client.entityheader;
 
 import org.ourproject.kune.platf.client.View;
 

Modified: trunk/src/main/java/org/ourproject/kune/workspace/client/entityheader/EntityHeaderPresenter.java
===================================================================
--- trunk/src/main/java/org/ourproject/kune/workspace/client/entityheader/EntityHeaderPresenter.java	2009-01-29 18:42:08 UTC (rev 1042)
+++ trunk/src/main/java/org/ourproject/kune/workspace/client/entityheader/EntityHeaderPresenter.java	2009-02-01 13:51:16 UTC (rev 1043)
@@ -16,7 +16,8 @@
  * You should have received a copy of the GNU Affero General Public License
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  *
- */package org.ourproject.kune.workspace.client.entityheader;
+ \*/
+package org.ourproject.kune.workspace.client.entityheader;
 
 import org.ourproject.kune.platf.client.View;
 import org.ourproject.kune.platf.client.dto.ContentSimpleDTO;

Modified: trunk/src/main/java/org/ourproject/kune/workspace/client/entityheader/EntityHeaderView.java
===================================================================
--- trunk/src/main/java/org/ourproject/kune/workspace/client/entityheader/EntityHeaderView.java	2009-01-29 18:42:08 UTC (rev 1042)
+++ trunk/src/main/java/org/ourproject/kune/workspace/client/entityheader/EntityHeaderView.java	2009-02-01 13:51:16 UTC (rev 1043)
@@ -16,7 +16,8 @@
  * You should have received a copy of the GNU Affero General Public License
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  *
- */package org.ourproject.kune.workspace.client.entityheader;
+ \*/
+package org.ourproject.kune.workspace.client.entityheader;
 
 import org.ourproject.kune.platf.client.View;
 import org.ourproject.kune.platf.client.dto.GroupDTO;

Modified: trunk/src/main/java/org/ourproject/kune/workspace/client/newgroup/SiteErrorType.java
===================================================================
--- trunk/src/main/java/org/ourproject/kune/workspace/client/newgroup/SiteErrorType.java	2009-01-29 18:42:08 UTC (rev 1042)
+++ trunk/src/main/java/org/ourproject/kune/workspace/client/newgroup/SiteErrorType.java	2009-02-01 13:51:16 UTC (rev 1043)
@@ -16,7 +16,8 @@
  * You should have received a copy of the GNU Affero General Public License
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  *
- */package org.ourproject.kune.workspace.client.newgroup;
+ \*/
+package org.ourproject.kune.workspace.client.newgroup;
 
 public enum SiteErrorType {
     error, veryimp, imp, info

Modified: trunk/src/main/java/org/ourproject/kune/workspace/client/nohomepage/NoHomePage.java
===================================================================
--- trunk/src/main/java/org/ourproject/kune/workspace/client/nohomepage/NoHomePage.java	2009-01-29 18:42:08 UTC (rev 1042)
+++ trunk/src/main/java/org/ourproject/kune/workspace/client/nohomepage/NoHomePage.java	2009-02-01 13:51:16 UTC (rev 1043)
@@ -16,7 +16,8 @@
  * You should have received a copy of the GNU Affero General Public License
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  *
- */package org.ourproject.kune.workspace.client.nohomepage;
+ \*/
+package org.ourproject.kune.workspace.client.nohomepage;
 
 public interface NoHomePage {
 

Modified: trunk/src/main/java/org/ourproject/kune/workspace/client/nohomepage/NoHomePagePanel.java
===================================================================
--- trunk/src/main/java/org/ourproject/kune/workspace/client/nohomepage/NoHomePagePanel.java	2009-01-29 18:42:08 UTC (rev 1042)
+++ trunk/src/main/java/org/ourproject/kune/workspace/client/nohomepage/NoHomePagePanel.java	2009-02-01 13:51:16 UTC (rev 1043)
@@ -16,7 +16,8 @@
  * You should have received a copy of the GNU Affero General Public License
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  *
- */package org.ourproject.kune.workspace.client.nohomepage;
+ \*/
+package org.ourproject.kune.workspace.client.nohomepage;
 
 import org.ourproject.kune.platf.client.PlatfMessages;
 import org.ourproject.kune.platf.client.services.I18nTranslationService;

Modified: trunk/src/main/java/org/ourproject/kune/workspace/client/nohomepage/NoHomePagePresenter.java
===================================================================
--- trunk/src/main/java/org/ourproject/kune/workspace/client/nohomepage/NoHomePagePresenter.java	2009-01-29 18:42:08 UTC (rev 1042)
+++ trunk/src/main/java/org/ourproject/kune/workspace/client/nohomepage/NoHomePagePresenter.java	2009-02-01 13:51:16 UTC (rev 1043)
@@ -16,7 +16,8 @@
  * You should have received a copy of the GNU Affero General Public License
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  *
- */package org.ourproject.kune.workspace.client.nohomepage;
+ \*/
+package org.ourproject.kune.workspace.client.nohomepage;
 
 import org.ourproject.kune.platf.client.View;
 import org.ourproject.kune.platf.client.dto.StateAbstractDTO;

Modified: trunk/src/main/java/org/ourproject/kune/workspace/client/nohomepage/NoHomePageView.java
===================================================================
--- trunk/src/main/java/org/ourproject/kune/workspace/client/nohomepage/NoHomePageView.java	2009-01-29 18:42:08 UTC (rev 1042)
+++ trunk/src/main/java/org/ourproject/kune/workspace/client/nohomepage/NoHomePageView.java	2009-02-01 13:51:16 UTC (rev 1043)
@@ -16,7 +16,8 @@
  * You should have received a copy of the GNU Affero General Public License
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  *
- */package org.ourproject.kune.workspace.client.nohomepage;
+ \*/
+package org.ourproject.kune.workspace.client.nohomepage;
 
 import org.ourproject.kune.platf.client.View;
 

Modified: trunk/src/main/java/org/ourproject/kune/workspace/client/options/logo/EntityOptionsLogo.java
===================================================================
--- trunk/src/main/java/org/ourproject/kune/workspace/client/options/logo/EntityOptionsLogo.java	2009-01-29 18:42:08 UTC (rev 1042)
+++ trunk/src/main/java/org/ourproject/kune/workspace/client/options/logo/EntityOptionsLogo.java	2009-02-01 13:51:16 UTC (rev 1043)
@@ -16,7 +16,8 @@
  * You should have received a copy of the GNU Affero General Public License
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  *
- */package org.ourproject.kune.workspace.client.options.logo;
+ \*/
+package org.ourproject.kune.workspace.client.options.logo;
 
 public interface EntityOptionsLogo {
 }

Modified: trunk/src/main/java/org/ourproject/kune/workspace/client/options/logo/EntityOptionsLogoPanel.java
===================================================================
--- trunk/src/main/java/org/ourproject/kune/workspace/client/options/logo/EntityOptionsLogoPanel.java	2009-01-29 18:42:08 UTC (rev 1042)
+++ trunk/src/main/java/org/ourproject/kune/workspace/client/options/logo/EntityOptionsLogoPanel.java	2009-02-01 13:51:16 UTC (rev 1043)
@@ -16,7 +16,8 @@
  * You should have received a copy of the GNU Affero General Public License
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  *
- */package org.ourproject.kune.workspace.client.options.logo;
+ \*/
+package org.ourproject.kune.workspace.client.options.logo;
 
 import org.ourproject.kune.platf.client.PlatfMessages;
 import org.ourproject.kune.platf.client.services.I18nTranslationService;

Modified: trunk/src/main/java/org/ourproject/kune/workspace/client/options/logo/EntityOptionsLogoPresenter.java
===================================================================
--- trunk/src/main/java/org/ourproject/kune/workspace/client/options/logo/EntityOptionsLogoPresenter.java	2009-01-29 18:42:08 UTC (rev 1042)
+++ trunk/src/main/java/org/ourproject/kune/workspace/client/options/logo/EntityOptionsLogoPresenter.java	2009-02-01 13:51:16 UTC (rev 1043)
@@ -16,7 +16,8 @@
  * You should have received a copy of the GNU Affero General Public License
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  *
- */package org.ourproject.kune.workspace.client.options.logo;
+ \*/
+package org.ourproject.kune.workspace.client.options.logo;
 
 import org.ourproject.kune.chat.client.ChatEngine;
 import org.ourproject.kune.platf.client.View;

Modified: trunk/src/main/java/org/ourproject/kune/workspace/client/options/logo/EntityOptionsLogoView.java
===================================================================
--- trunk/src/main/java/org/ourproject/kune/workspace/client/options/logo/EntityOptionsLogoView.java	2009-01-29 18:42:08 UTC (rev 1042)
+++ trunk/src/main/java/org/ourproject/kune/workspace/client/options/logo/EntityOptionsLogoView.java	2009-02-01 13:51:16 UTC (rev 1043)
@@ -16,7 +16,8 @@
  * You should have received a copy of the GNU Affero General Public License
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  *
- */package org.ourproject.kune.workspace.client.options.logo;
+ \*/
+package org.ourproject.kune.workspace.client.options.logo;
 
 import org.ourproject.kune.platf.client.View;
 

Modified: trunk/src/main/java/org/ourproject/kune/workspace/client/search/EntityLiveSearcherType.java
===================================================================
--- trunk/src/main/java/org/ourproject/kune/workspace/client/search/EntityLiveSearcherType.java	2009-01-29 18:42:08 UTC (rev 1042)
+++ trunk/src/main/java/org/ourproject/kune/workspace/client/search/EntityLiveSearcherType.java	2009-02-01 13:51:16 UTC (rev 1043)
@@ -16,7 +16,8 @@
  * You should have received a copy of the GNU Affero General Public License
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  *
- */package org.ourproject.kune.workspace.client.search;
+ \*/
+package org.ourproject.kune.workspace.client.search;
 
 public enum EntityLiveSearcherType {
     groups, users

Modified: trunk/src/main/java/org/ourproject/kune/workspace/client/search/SiteBottomTrayButton.java
===================================================================
--- trunk/src/main/java/org/ourproject/kune/workspace/client/search/SiteBottomTrayButton.java	2009-01-29 18:42:08 UTC (rev 1042)
+++ trunk/src/main/java/org/ourproject/kune/workspace/client/search/SiteBottomTrayButton.java	2009-02-01 13:51:16 UTC (rev 1043)
@@ -16,7 +16,8 @@
  * You should have received a copy of the GNU Affero General Public License
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  *
- */package org.ourproject.kune.workspace.client.search;
+ \*/
+package org.ourproject.kune.workspace.client.search;
 
 import org.ourproject.kune.workspace.client.skel.WorkspaceSkeleton;
 

Modified: trunk/src/main/java/org/ourproject/kune/workspace/client/search/SiteSearcherType.java
===================================================================
--- trunk/src/main/java/org/ourproject/kune/workspace/client/search/SiteSearcherType.java	2009-01-29 18:42:08 UTC (rev 1042)
+++ trunk/src/main/java/org/ourproject/kune/workspace/client/search/SiteSearcherType.java	2009-02-01 13:51:16 UTC (rev 1043)
@@ -16,7 +16,8 @@
  * You should have received a copy of the GNU Affero General Public License
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  *
- */package org.ourproject.kune.workspace.client.search;
+ \*/
+package org.ourproject.kune.workspace.client.search;
 
 public enum SiteSearcherType {
     group_user, content

Modified: trunk/src/main/java/org/ourproject/kune/workspace/client/signin/RegisterForm.java
===================================================================
--- trunk/src/main/java/org/ourproject/kune/workspace/client/signin/RegisterForm.java	2009-01-29 18:42:08 UTC (rev 1042)
+++ trunk/src/main/java/org/ourproject/kune/workspace/client/signin/RegisterForm.java	2009-02-01 13:51:16 UTC (rev 1043)
@@ -16,7 +16,8 @@
  * You should have received a copy of the GNU Affero General Public License
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  *
- */package org.ourproject.kune.workspace.client.signin;
+ \*/
+package org.ourproject.kune.workspace.client.signin;
 
 import org.ourproject.kune.platf.client.state.Session;
 import org.ourproject.kune.platf.client.ui.dialogs.DefaultForm;

Modified: trunk/src/main/java/org/ourproject/kune/workspace/client/signin/SignInForm.java
===================================================================
--- trunk/src/main/java/org/ourproject/kune/workspace/client/signin/SignInForm.java	2009-01-29 18:42:08 UTC (rev 1042)
+++ trunk/src/main/java/org/ourproject/kune/workspace/client/signin/SignInForm.java	2009-02-01 13:51:16 UTC (rev 1043)
@@ -16,7 +16,8 @@
  * You should have received a copy of the GNU Affero General Public License
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  *
- */package org.ourproject.kune.workspace.client.signin;
+ \*/
+package org.ourproject.kune.workspace.client.signin;
 
 import org.ourproject.kune.platf.client.services.I18nTranslationService;
 import org.ourproject.kune.platf.client.ui.dialogs.DefaultForm;

Modified: trunk/src/main/java/org/ourproject/kune/workspace/client/site/SiteToken.java
===================================================================
--- trunk/src/main/java/org/ourproject/kune/workspace/client/site/SiteToken.java	2009-01-29 18:42:08 UTC (rev 1042)
+++ trunk/src/main/java/org/ourproject/kune/workspace/client/site/SiteToken.java	2009-02-01 13:51:16 UTC (rev 1043)
@@ -16,7 +16,8 @@
  * You should have received a copy of the GNU Affero General Public License
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  *
- */package org.ourproject.kune.workspace.client.site;
+ \*/
+package org.ourproject.kune.workspace.client.site;
 
 public enum SiteToken {
     signin, newgroup, translate, register

Modified: trunk/src/main/java/org/ourproject/kune/workspace/client/site/msg/SimpleMessagePanel.java
===================================================================
--- trunk/src/main/java/org/ourproject/kune/workspace/client/site/msg/SimpleMessagePanel.java	2009-01-29 18:42:08 UTC (rev 1042)
+++ trunk/src/main/java/org/ourproject/kune/workspace/client/site/msg/SimpleMessagePanel.java	2009-02-01 13:51:16 UTC (rev 1043)
@@ -16,7 +16,8 @@
  * You should have received a copy of the GNU Affero General Public License
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  *
- */package org.ourproject.kune.workspace.client.site.msg;
+ \*/
+package org.ourproject.kune.workspace.client.site.msg;
 
 import org.ourproject.kune.platf.client.services.Images;
 import org.ourproject.kune.workspace.client.newgroup.SiteErrorType;

Modified: trunk/src/main/java/org/ourproject/kune/workspace/client/sitebar/sitelogo/SiteLogo.java
===================================================================
--- trunk/src/main/java/org/ourproject/kune/workspace/client/sitebar/sitelogo/SiteLogo.java	2009-01-29 18:42:08 UTC (rev 1042)
+++ trunk/src/main/java/org/ourproject/kune/workspace/client/sitebar/sitelogo/SiteLogo.java	2009-02-01 13:51:16 UTC (rev 1043)
@@ -16,7 +16,8 @@
  * You should have received a copy of the GNU Affero General Public License
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  *
- */package org.ourproject.kune.workspace.client.sitebar.sitelogo;
+ \*/
+package org.ourproject.kune.workspace.client.sitebar.sitelogo;
 
 public interface SiteLogo {
 

Modified: trunk/src/main/java/org/ourproject/kune/workspace/client/sitebar/sitelogo/SiteLogoPanel.java
===================================================================
--- trunk/src/main/java/org/ourproject/kune/workspace/client/sitebar/sitelogo/SiteLogoPanel.java	2009-01-29 18:42:08 UTC (rev 1042)
+++ trunk/src/main/java/org/ourproject/kune/workspace/client/sitebar/sitelogo/SiteLogoPanel.java	2009-02-01 13:51:16 UTC (rev 1043)
@@ -16,7 +16,8 @@
  * You should have received a copy of the GNU Affero General Public License
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  *
- */package org.ourproject.kune.workspace.client.sitebar.sitelogo;
+ \*/
+package org.ourproject.kune.workspace.client.sitebar.sitelogo;
 
 import org.ourproject.kune.workspace.client.skel.WorkspaceSkeleton;
 

Modified: trunk/src/main/java/org/ourproject/kune/workspace/client/sitebar/sitelogo/SiteLogoPresenter.java
===================================================================
--- trunk/src/main/java/org/ourproject/kune/workspace/client/sitebar/sitelogo/SiteLogoPresenter.java	2009-01-29 18:42:08 UTC (rev 1042)
+++ trunk/src/main/java/org/ourproject/kune/workspace/client/sitebar/sitelogo/SiteLogoPresenter.java	2009-02-01 13:51:16 UTC (rev 1043)
@@ -16,7 +16,8 @@
  * You should have received a copy of the GNU Affero General Public License
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  *
- */package org.ourproject.kune.workspace.client.sitebar.sitelogo;
+ \*/
+package org.ourproject.kune.workspace.client.sitebar.sitelogo;
 
 import org.ourproject.kune.platf.client.View;
 import org.ourproject.kune.platf.client.dto.InitDataDTO;

Modified: trunk/src/main/java/org/ourproject/kune/workspace/client/sitebar/sitelogo/SiteLogoView.java
===================================================================
--- trunk/src/main/java/org/ourproject/kune/workspace/client/sitebar/sitelogo/SiteLogoView.java	2009-01-29 18:42:08 UTC (rev 1042)
+++ trunk/src/main/java/org/ourproject/kune/workspace/client/sitebar/sitelogo/SiteLogoView.java	2009-02-01 13:51:16 UTC (rev 1043)
@@ -16,7 +16,8 @@
  * You should have received a copy of the GNU Affero General Public License
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  *
- */package org.ourproject.kune.workspace.client.sitebar.sitelogo;
+ \*/
+package org.ourproject.kune.workspace.client.sitebar.sitelogo;
 
 import org.ourproject.kune.platf.client.View;
 

Modified: trunk/src/main/java/org/ourproject/kune/workspace/client/sitebar/sitenewgroup/SiteNewGroupLink.java
===================================================================
--- trunk/src/main/java/org/ourproject/kune/workspace/client/sitebar/sitenewgroup/SiteNewGroupLink.java	2009-01-29 18:42:08 UTC (rev 1042)
+++ trunk/src/main/java/org/ourproject/kune/workspace/client/sitebar/sitenewgroup/SiteNewGroupLink.java	2009-02-01 13:51:16 UTC (rev 1043)
@@ -16,7 +16,8 @@
  * You should have received a copy of the GNU Affero General Public License
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  *
- */package org.ourproject.kune.workspace.client.sitebar.sitenewgroup;
+ \*/
+package org.ourproject.kune.workspace.client.sitebar.sitenewgroup;
 
 public interface SiteNewGroupLink {
 

Modified: trunk/src/main/java/org/ourproject/kune/workspace/client/sitebar/sitenewgroup/SiteNewGroupLinkPanel.java
===================================================================
--- trunk/src/main/java/org/ourproject/kune/workspace/client/sitebar/sitenewgroup/SiteNewGroupLinkPanel.java	2009-01-29 18:42:08 UTC (rev 1042)
+++ trunk/src/main/java/org/ourproject/kune/workspace/client/sitebar/sitenewgroup/SiteNewGroupLinkPanel.java	2009-02-01 13:51:16 UTC (rev 1043)
@@ -16,7 +16,8 @@
  * You should have received a copy of the GNU Affero General Public License
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  *
- */package org.ourproject.kune.workspace.client.sitebar.sitenewgroup;
+ \*/
+package org.ourproject.kune.workspace.client.sitebar.sitenewgroup;
 
 import org.ourproject.kune.workspace.client.i18n.I18nUITranslationService;
 import org.ourproject.kune.workspace.client.site.SiteToken;

Modified: trunk/src/main/java/org/ourproject/kune/workspace/client/sitebar/sitenewgroup/SiteNewGroupLinkPresenter.java
===================================================================
--- trunk/src/main/java/org/ourproject/kune/workspace/client/sitebar/sitenewgroup/SiteNewGroupLinkPresenter.java	2009-01-29 18:42:08 UTC (rev 1042)
+++ trunk/src/main/java/org/ourproject/kune/workspace/client/sitebar/sitenewgroup/SiteNewGroupLinkPresenter.java	2009-02-01 13:51:16 UTC (rev 1043)
@@ -16,7 +16,8 @@
  * You should have received a copy of the GNU Affero General Public License
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  *
- */package org.ourproject.kune.workspace.client.sitebar.sitenewgroup;
+ \*/
+package org.ourproject.kune.workspace.client.sitebar.sitenewgroup;
 
 import org.ourproject.kune.platf.client.View;
 

Modified: trunk/src/main/java/org/ourproject/kune/workspace/client/sitebar/sitenewgroup/SiteNewGroupLinkView.java
===================================================================
--- trunk/src/main/java/org/ourproject/kune/workspace/client/sitebar/sitenewgroup/SiteNewGroupLinkView.java	2009-01-29 18:42:08 UTC (rev 1042)
+++ trunk/src/main/java/org/ourproject/kune/workspace/client/sitebar/sitenewgroup/SiteNewGroupLinkView.java	2009-02-01 13:51:16 UTC (rev 1043)
@@ -16,7 +16,8 @@
  * You should have received a copy of the GNU Affero General Public License
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  *
- */package org.ourproject.kune.workspace.client.sitebar.sitenewgroup;
+ \*/
+package org.ourproject.kune.workspace.client.sitebar.sitenewgroup;
 
 import org.ourproject.kune.platf.client.View;
 

Modified: trunk/src/main/java/org/ourproject/kune/workspace/client/sitebar/siteoptions/SiteOptions.java
===================================================================
--- trunk/src/main/java/org/ourproject/kune/workspace/client/sitebar/siteoptions/SiteOptions.java	2009-01-29 18:42:08 UTC (rev 1042)
+++ trunk/src/main/java/org/ourproject/kune/workspace/client/sitebar/siteoptions/SiteOptions.java	2009-02-01 13:51:16 UTC (rev 1043)
@@ -16,7 +16,8 @@
  * You should have received a copy of the GNU Affero General Public License
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  *
- */package org.ourproject.kune.workspace.client.sitebar.siteoptions;
+ \*/
+package org.ourproject.kune.workspace.client.sitebar.siteoptions;
 
 public interface SiteOptions {
 

Modified: trunk/src/main/java/org/ourproject/kune/workspace/client/sitebar/siteoptions/SiteOptionsPanel.java
===================================================================
--- trunk/src/main/java/org/ourproject/kune/workspace/client/sitebar/siteoptions/SiteOptionsPanel.java	2009-01-29 18:42:08 UTC (rev 1042)
+++ trunk/src/main/java/org/ourproject/kune/workspace/client/sitebar/siteoptions/SiteOptionsPanel.java	2009-02-01 13:51:16 UTC (rev 1043)
@@ -16,7 +16,8 @@
  * You should have received a copy of the GNU Affero General Public License
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  *
- */package org.ourproject.kune.workspace.client.sitebar.siteoptions;
+ \*/
+package org.ourproject.kune.workspace.client.sitebar.siteoptions;
 
 import org.ourproject.kune.workspace.client.i18n.I18nTranslator;
 import org.ourproject.kune.workspace.client.i18n.I18nUITranslationService;

Modified: trunk/src/main/java/org/ourproject/kune/workspace/client/sitebar/siteoptions/SiteOptionsPresenter.java
===================================================================
--- trunk/src/main/java/org/ourproject/kune/workspace/client/sitebar/siteoptions/SiteOptionsPresenter.java	2009-01-29 18:42:08 UTC (rev 1042)
+++ trunk/src/main/java/org/ourproject/kune/workspace/client/sitebar/siteoptions/SiteOptionsPresenter.java	2009-02-01 13:51:16 UTC (rev 1043)
@@ -16,7 +16,8 @@
  * You should have received a copy of the GNU Affero General Public License
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  *
- */package org.ourproject.kune.workspace.client.sitebar.siteoptions;
+ \*/
+package org.ourproject.kune.workspace.client.sitebar.siteoptions;
 
 import org.ourproject.kune.platf.client.View;
 

Modified: trunk/src/main/java/org/ourproject/kune/workspace/client/sitebar/siteoptions/SiteOptionsView.java
===================================================================
--- trunk/src/main/java/org/ourproject/kune/workspace/client/sitebar/siteoptions/SiteOptionsView.java	2009-01-29 18:42:08 UTC (rev 1042)
+++ trunk/src/main/java/org/ourproject/kune/workspace/client/sitebar/siteoptions/SiteOptionsView.java	2009-02-01 13:51:16 UTC (rev 1043)
@@ -16,7 +16,8 @@
  * You should have received a copy of the GNU Affero General Public License
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  *
- */package org.ourproject.kune.workspace.client.sitebar.siteoptions;
+ \*/
+package org.ourproject.kune.workspace.client.sitebar.siteoptions;
 
 import org.ourproject.kune.platf.client.View;
 

Modified: trunk/src/main/java/org/ourproject/kune/workspace/client/sitebar/siteprogress/SiteProgress.java
===================================================================
--- trunk/src/main/java/org/ourproject/kune/workspace/client/sitebar/siteprogress/SiteProgress.java	2009-01-29 18:42:08 UTC (rev 1042)
+++ trunk/src/main/java/org/ourproject/kune/workspace/client/sitebar/siteprogress/SiteProgress.java	2009-02-01 13:51:16 UTC (rev 1043)
@@ -16,7 +16,8 @@
  * You should have received a copy of the GNU Affero General Public License
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  *
- */package org.ourproject.kune.workspace.client.sitebar.siteprogress;
+ \*/
+package org.ourproject.kune.workspace.client.sitebar.siteprogress;
 
 public interface SiteProgress {
 

Modified: trunk/src/main/java/org/ourproject/kune/workspace/client/sitebar/siteprogress/SiteProgressPanel.java
===================================================================
--- trunk/src/main/java/org/ourproject/kune/workspace/client/sitebar/siteprogress/SiteProgressPanel.java	2009-01-29 18:42:08 UTC (rev 1042)
+++ trunk/src/main/java/org/ourproject/kune/workspace/client/sitebar/siteprogress/SiteProgressPanel.java	2009-02-01 13:51:16 UTC (rev 1043)
@@ -16,7 +16,8 @@
  * You should have received a copy of the GNU Affero General Public License
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  *
- */package org.ourproject.kune.workspace.client.sitebar.siteprogress;
+ \*/
+package org.ourproject.kune.workspace.client.sitebar.siteprogress;
 
 import org.ourproject.kune.workspace.client.sitebar.sitepublic.SitePublicSpaceLink;
 

Modified: trunk/src/main/java/org/ourproject/kune/workspace/client/sitebar/siteprogress/SiteProgressPresenter.java
===================================================================
--- trunk/src/main/java/org/ourproject/kune/workspace/client/sitebar/siteprogress/SiteProgressPresenter.java	2009-01-29 18:42:08 UTC (rev 1042)
+++ trunk/src/main/java/org/ourproject/kune/workspace/client/sitebar/siteprogress/SiteProgressPresenter.java	2009-02-01 13:51:16 UTC (rev 1043)
@@ -16,7 +16,8 @@
  * You should have received a copy of the GNU Affero General Public License
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  *
- */package org.ourproject.kune.workspace.client.sitebar.siteprogress;
+ \*/
+package org.ourproject.kune.workspace.client.sitebar.siteprogress;
 
 import org.ourproject.kune.platf.client.View;
 

Modified: trunk/src/main/java/org/ourproject/kune/workspace/client/sitebar/siteprogress/SiteProgressView.java
===================================================================
--- trunk/src/main/java/org/ourproject/kune/workspace/client/sitebar/siteprogress/SiteProgressView.java	2009-01-29 18:42:08 UTC (rev 1042)
+++ trunk/src/main/java/org/ourproject/kune/workspace/client/sitebar/siteprogress/SiteProgressView.java	2009-02-01 13:51:16 UTC (rev 1043)
@@ -16,7 +16,8 @@
  * You should have received a copy of the GNU Affero General Public License
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  *
- */package org.ourproject.kune.workspace.client.sitebar.siteprogress;
+ \*/
+package org.ourproject.kune.workspace.client.sitebar.siteprogress;
 
 import org.ourproject.kune.platf.client.View;
 

Modified: trunk/src/main/java/org/ourproject/kune/workspace/client/sitebar/sitepublic/SitePublicSpaceLink.java
===================================================================
--- trunk/src/main/java/org/ourproject/kune/workspace/client/sitebar/sitepublic/SitePublicSpaceLink.java	2009-01-29 18:42:08 UTC (rev 1042)
+++ trunk/src/main/java/org/ourproject/kune/workspace/client/sitebar/sitepublic/SitePublicSpaceLink.java	2009-02-01 13:51:16 UTC (rev 1043)
@@ -16,7 +16,8 @@
  * You should have received a copy of the GNU Affero General Public License
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  *
- */package org.ourproject.kune.workspace.client.sitebar.sitepublic;
+ \*/
+package org.ourproject.kune.workspace.client.sitebar.sitepublic;
 
 import org.ourproject.kune.platf.client.dto.StateAbstractDTO;
 

Modified: trunk/src/main/java/org/ourproject/kune/workspace/client/sitebar/sitepublic/SitePublicSpaceLinkPanel.java
===================================================================
--- trunk/src/main/java/org/ourproject/kune/workspace/client/sitebar/sitepublic/SitePublicSpaceLinkPanel.java	2009-01-29 18:42:08 UTC (rev 1042)
+++ trunk/src/main/java/org/ourproject/kune/workspace/client/sitebar/sitepublic/SitePublicSpaceLinkPanel.java	2009-02-01 13:51:16 UTC (rev 1043)
@@ -16,7 +16,8 @@
  * You should have received a copy of the GNU Affero General Public License
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  *
- */package org.ourproject.kune.workspace.client.sitebar.sitepublic;
+ \*/
+package org.ourproject.kune.workspace.client.sitebar.sitepublic;
 
 import org.ourproject.kune.platf.client.services.Images;
 import org.ourproject.kune.platf.client.ui.IconLabel;

Modified: trunk/src/main/java/org/ourproject/kune/workspace/client/sitebar/sitepublic/SitePublicSpaceLinkPresenter.java
===================================================================
--- trunk/src/main/java/org/ourproject/kune/workspace/client/sitebar/sitepublic/SitePublicSpaceLinkPresenter.java	2009-01-29 18:42:08 UTC (rev 1042)
+++ trunk/src/main/java/org/ourproject/kune/workspace/client/sitebar/sitepublic/SitePublicSpaceLinkPresenter.java	2009-02-01 13:51:16 UTC (rev 1043)
@@ -16,7 +16,8 @@
  * You should have received a copy of the GNU Affero General Public License
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  *
- */package org.ourproject.kune.workspace.client.sitebar.sitepublic;
+ \*/
+package org.ourproject.kune.workspace.client.sitebar.sitepublic;
 
 import org.ourproject.kune.platf.client.View;
 import org.ourproject.kune.platf.client.dto.ContentStatusDTO;

Modified: trunk/src/main/java/org/ourproject/kune/workspace/client/sitebar/sitepublic/SitePublicSpaceLinkView.java
===================================================================
--- trunk/src/main/java/org/ourproject/kune/workspace/client/sitebar/sitepublic/SitePublicSpaceLinkView.java	2009-01-29 18:42:08 UTC (rev 1042)
+++ trunk/src/main/java/org/ourproject/kune/workspace/client/sitebar/sitepublic/SitePublicSpaceLinkView.java	2009-02-01 13:51:16 UTC (rev 1043)
@@ -16,7 +16,8 @@
  * You should have received a copy of the GNU Affero General Public License
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  *
- */package org.ourproject.kune.workspace.client.sitebar.sitepublic;
+ \*/
+package org.ourproject.kune.workspace.client.sitebar.sitepublic;
 
 import org.ourproject.kune.platf.client.View;
 

Modified: trunk/src/main/java/org/ourproject/kune/workspace/client/sitebar/sitesearch/SiteSearch.java
===================================================================
--- trunk/src/main/java/org/ourproject/kune/workspace/client/sitebar/sitesearch/SiteSearch.java	2009-01-29 18:42:08 UTC (rev 1042)
+++ trunk/src/main/java/org/ourproject/kune/workspace/client/sitebar/sitesearch/SiteSearch.java	2009-02-01 13:51:16 UTC (rev 1043)
@@ -16,7 +16,8 @@
  * You should have received a copy of the GNU Affero General Public License
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  *
- */package org.ourproject.kune.workspace.client.sitebar.sitesearch;
+ \*/
+package org.ourproject.kune.workspace.client.sitebar.sitesearch;
 
 public interface SiteSearch {
 

Modified: trunk/src/main/java/org/ourproject/kune/workspace/client/sitebar/sitesearch/SiteSearchPanel.java
===================================================================
--- trunk/src/main/java/org/ourproject/kune/workspace/client/sitebar/sitesearch/SiteSearchPanel.java	2009-01-29 18:42:08 UTC (rev 1042)
+++ trunk/src/main/java/org/ourproject/kune/workspace/client/sitebar/sitesearch/SiteSearchPanel.java	2009-02-01 13:51:16 UTC (rev 1043)
@@ -16,7 +16,8 @@
  * You should have received a copy of the GNU Affero General Public License
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  *
- */package org.ourproject.kune.workspace.client.sitebar.sitesearch;
+ \*/
+package org.ourproject.kune.workspace.client.sitebar.sitesearch;
 
 import org.ourproject.kune.platf.client.services.Images;
 import org.ourproject.kune.workspace.client.site.Site;

Modified: trunk/src/main/java/org/ourproject/kune/workspace/client/sitebar/sitesearch/SiteSearchPresenter.java
===================================================================
--- trunk/src/main/java/org/ourproject/kune/workspace/client/sitebar/sitesearch/SiteSearchPresenter.java	2009-01-29 18:42:08 UTC (rev 1042)
+++ trunk/src/main/java/org/ourproject/kune/workspace/client/sitebar/sitesearch/SiteSearchPresenter.java	2009-02-01 13:51:16 UTC (rev 1043)
@@ -16,7 +16,8 @@
  * You should have received a copy of the GNU Affero General Public License
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  *
- */package org.ourproject.kune.workspace.client.sitebar.sitesearch;
+ \*/
+package org.ourproject.kune.workspace.client.sitebar.sitesearch;
 
 import org.ourproject.kune.platf.client.View;
 import org.ourproject.kune.platf.client.services.I18nTranslationService;

Modified: trunk/src/main/java/org/ourproject/kune/workspace/client/sitebar/sitesearch/SiteSearchView.java
===================================================================
--- trunk/src/main/java/org/ourproject/kune/workspace/client/sitebar/sitesearch/SiteSearchView.java	2009-01-29 18:42:08 UTC (rev 1042)
+++ trunk/src/main/java/org/ourproject/kune/workspace/client/sitebar/sitesearch/SiteSearchView.java	2009-02-01 13:51:16 UTC (rev 1043)
@@ -16,7 +16,8 @@
  * You should have received a copy of the GNU Affero General Public License
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  *
- */package org.ourproject.kune.workspace.client.sitebar.sitesearch;
+ \*/
+package org.ourproject.kune.workspace.client.sitebar.sitesearch;
 
 import org.ourproject.kune.platf.client.View;
 

Modified: trunk/src/main/java/org/ourproject/kune/workspace/client/sitebar/sitesign/SiteSignInLink.java
===================================================================
--- trunk/src/main/java/org/ourproject/kune/workspace/client/sitebar/sitesign/SiteSignInLink.java	2009-01-29 18:42:08 UTC (rev 1042)
+++ trunk/src/main/java/org/ourproject/kune/workspace/client/sitebar/sitesign/SiteSignInLink.java	2009-02-01 13:51:16 UTC (rev 1043)
@@ -16,7 +16,8 @@
  * You should have received a copy of the GNU Affero General Public License
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  *
- */package org.ourproject.kune.workspace.client.sitebar.sitesign;
+ \*/
+package org.ourproject.kune.workspace.client.sitebar.sitesign;
 
 public interface SiteSignInLink {
 

Modified: trunk/src/main/java/org/ourproject/kune/workspace/client/sitebar/sitesign/SiteSignInLinkPanel.java
===================================================================
--- trunk/src/main/java/org/ourproject/kune/workspace/client/sitebar/sitesign/SiteSignInLinkPanel.java	2009-01-29 18:42:08 UTC (rev 1042)
+++ trunk/src/main/java/org/ourproject/kune/workspace/client/sitebar/sitesign/SiteSignInLinkPanel.java	2009-02-01 13:51:16 UTC (rev 1043)
@@ -16,7 +16,8 @@
  * You should have received a copy of the GNU Affero General Public License
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  *
- */package org.ourproject.kune.workspace.client.sitebar.sitesign;
+ \*/
+package org.ourproject.kune.workspace.client.sitebar.sitesign;
 
 import org.ourproject.kune.workspace.client.i18n.I18nUITranslationService;
 import org.ourproject.kune.workspace.client.site.SiteToken;

Modified: trunk/src/main/java/org/ourproject/kune/workspace/client/sitebar/sitesign/SiteSignInLinkPresenter.java
===================================================================
--- trunk/src/main/java/org/ourproject/kune/workspace/client/sitebar/sitesign/SiteSignInLinkPresenter.java	2009-01-29 18:42:08 UTC (rev 1042)
+++ trunk/src/main/java/org/ourproject/kune/workspace/client/sitebar/sitesign/SiteSignInLinkPresenter.java	2009-02-01 13:51:16 UTC (rev 1043)
@@ -16,7 +16,8 @@
  * You should have received a copy of the GNU Affero General Public License
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  *
- */package org.ourproject.kune.workspace.client.sitebar.sitesign;
+ \*/
+package org.ourproject.kune.workspace.client.sitebar.sitesign;
 
 import org.ourproject.kune.platf.client.View;
 import org.ourproject.kune.platf.client.dto.UserInfoDTO;

Modified: trunk/src/main/java/org/ourproject/kune/workspace/client/sitebar/sitesign/SiteSignInLinkView.java
===================================================================
--- trunk/src/main/java/org/ourproject/kune/workspace/client/sitebar/sitesign/SiteSignInLinkView.java	2009-01-29 18:42:08 UTC (rev 1042)
+++ trunk/src/main/java/org/ourproject/kune/workspace/client/sitebar/sitesign/SiteSignInLinkView.java	2009-02-01 13:51:16 UTC (rev 1043)
@@ -16,7 +16,8 @@
  * You should have received a copy of the GNU Affero General Public License
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  *
- */package org.ourproject.kune.workspace.client.sitebar.sitesign;
+ \*/
+package org.ourproject.kune.workspace.client.sitebar.sitesign;
 
 import org.ourproject.kune.platf.client.View;
 

Modified: trunk/src/main/java/org/ourproject/kune/workspace/client/sitebar/sitesign/SiteSignOutLink.java
===================================================================
--- trunk/src/main/java/org/ourproject/kune/workspace/client/sitebar/sitesign/SiteSignOutLink.java	2009-01-29 18:42:08 UTC (rev 1042)
+++ trunk/src/main/java/org/ourproject/kune/workspace/client/sitebar/sitesign/SiteSignOutLink.java	2009-02-01 13:51:16 UTC (rev 1043)
@@ -16,7 +16,8 @@
  * You should have received a copy of the GNU Affero General Public License
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  *
- */package org.ourproject.kune.workspace.client.sitebar.sitesign;
+ \*/
+package org.ourproject.kune.workspace.client.sitebar.sitesign;
 
 import org.ourproject.kune.platf.client.actions.BeforeActionListener;
 

Modified: trunk/src/main/java/org/ourproject/kune/workspace/client/sitebar/sitesign/SiteSignOutLinkPanel.java
===================================================================
--- trunk/src/main/java/org/ourproject/kune/workspace/client/sitebar/sitesign/SiteSignOutLinkPanel.java	2009-01-29 18:42:08 UTC (rev 1042)
+++ trunk/src/main/java/org/ourproject/kune/workspace/client/sitebar/sitesign/SiteSignOutLinkPanel.java	2009-02-01 13:51:16 UTC (rev 1043)
@@ -16,7 +16,8 @@
  * You should have received a copy of the GNU Affero General Public License
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  *
- */package org.ourproject.kune.workspace.client.sitebar.sitesign;
+ \*/
+package org.ourproject.kune.workspace.client.sitebar.sitesign;
 
 import org.ourproject.kune.workspace.client.i18n.I18nUITranslationService;
 import org.ourproject.kune.workspace.client.site.Site;

Modified: trunk/src/main/java/org/ourproject/kune/workspace/client/sitebar/sitesign/SiteSignOutLinkPresenter.java
===================================================================
--- trunk/src/main/java/org/ourproject/kune/workspace/client/sitebar/sitesign/SiteSignOutLinkPresenter.java	2009-01-29 18:42:08 UTC (rev 1042)
+++ trunk/src/main/java/org/ourproject/kune/workspace/client/sitebar/sitesign/SiteSignOutLinkPresenter.java	2009-02-01 13:51:16 UTC (rev 1043)
@@ -16,7 +16,8 @@
  * You should have received a copy of the GNU Affero General Public License
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  *
- */package org.ourproject.kune.workspace.client.sitebar.sitesign;
+ \*/
+package org.ourproject.kune.workspace.client.sitebar.sitesign;
 
 import java.util.Date;
 

Modified: trunk/src/main/java/org/ourproject/kune/workspace/client/sitebar/sitesign/SiteSignOutLinkView.java
===================================================================
--- trunk/src/main/java/org/ourproject/kune/workspace/client/sitebar/sitesign/SiteSignOutLinkView.java	2009-01-29 18:42:08 UTC (rev 1042)
+++ trunk/src/main/java/org/ourproject/kune/workspace/client/sitebar/sitesign/SiteSignOutLinkView.java	2009-02-01 13:51:16 UTC (rev 1043)
@@ -16,7 +16,8 @@
  * You should have received a copy of the GNU Affero General Public License
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  *
- */package org.ourproject.kune.workspace.client.sitebar.sitesign;
+ \*/
+package org.ourproject.kune.workspace.client.sitebar.sitesign;
 
 import org.ourproject.kune.platf.client.View;
 

Modified: trunk/src/main/java/org/ourproject/kune/workspace/client/sitebar/siteusermenu/SiteUserMenu.java
===================================================================
--- trunk/src/main/java/org/ourproject/kune/workspace/client/sitebar/siteusermenu/SiteUserMenu.java	2009-01-29 18:42:08 UTC (rev 1042)
+++ trunk/src/main/java/org/ourproject/kune/workspace/client/sitebar/siteusermenu/SiteUserMenu.java	2009-02-01 13:51:16 UTC (rev 1043)
@@ -16,7 +16,8 @@
  * You should have received a copy of the GNU Affero General Public License
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  *
- */package org.ourproject.kune.workspace.client.sitebar.siteusermenu;
+ \*/
+package org.ourproject.kune.workspace.client.sitebar.siteusermenu;
 
 public interface SiteUserMenu {
 

Modified: trunk/src/main/java/org/ourproject/kune/workspace/client/sitebar/siteusermenu/SiteUserMenuPanel.java
===================================================================
--- trunk/src/main/java/org/ourproject/kune/workspace/client/sitebar/siteusermenu/SiteUserMenuPanel.java	2009-01-29 18:42:08 UTC (rev 1042)
+++ trunk/src/main/java/org/ourproject/kune/workspace/client/sitebar/siteusermenu/SiteUserMenuPanel.java	2009-02-01 13:51:16 UTC (rev 1043)
@@ -16,7 +16,8 @@
  * You should have received a copy of the GNU Affero General Public License
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  *
- */package org.ourproject.kune.workspace.client.sitebar.siteusermenu;
+ \*/
+package org.ourproject.kune.workspace.client.sitebar.siteusermenu;
 
 import org.ourproject.kune.platf.client.PlatfMessages;
 import org.ourproject.kune.platf.client.dto.GroupDTO;

Modified: trunk/src/main/java/org/ourproject/kune/workspace/client/sitebar/siteusermenu/SiteUserMenuPresenter.java
===================================================================
--- trunk/src/main/java/org/ourproject/kune/workspace/client/sitebar/siteusermenu/SiteUserMenuPresenter.java	2009-01-29 18:42:08 UTC (rev 1042)
+++ trunk/src/main/java/org/ourproject/kune/workspace/client/sitebar/siteusermenu/SiteUserMenuPresenter.java	2009-02-01 13:51:16 UTC (rev 1043)
@@ -16,7 +16,8 @@
  * You should have received a copy of the GNU Affero General Public License
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  *
- */package org.ourproject.kune.workspace.client.sitebar.siteusermenu;
+ \*/
+package org.ourproject.kune.workspace.client.sitebar.siteusermenu;
 
 import org.ourproject.kune.platf.client.View;
 import org.ourproject.kune.platf.client.dto.GroupDTO;

Modified: trunk/src/main/java/org/ourproject/kune/workspace/client/sitebar/siteusermenu/SiteUserMenuView.java
===================================================================
--- trunk/src/main/java/org/ourproject/kune/workspace/client/sitebar/siteusermenu/SiteUserMenuView.java	2009-01-29 18:42:08 UTC (rev 1042)
+++ trunk/src/main/java/org/ourproject/kune/workspace/client/sitebar/siteusermenu/SiteUserMenuView.java	2009-02-01 13:51:16 UTC (rev 1043)
@@ -16,7 +16,8 @@
  * You should have received a copy of the GNU Affero General Public License
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  *
- */package org.ourproject.kune.workspace.client.sitebar.siteusermenu;
+ \*/
+package org.ourproject.kune.workspace.client.sitebar.siteusermenu;
 
 import org.ourproject.kune.platf.client.View;
 import org.ourproject.kune.platf.client.dto.GroupDTO;

Modified: trunk/src/main/java/org/ourproject/kune/workspace/client/skel/AbstractBar.java
===================================================================
--- trunk/src/main/java/org/ourproject/kune/workspace/client/skel/AbstractBar.java	2009-01-29 18:42:08 UTC (rev 1042)
+++ trunk/src/main/java/org/ourproject/kune/workspace/client/skel/AbstractBar.java	2009-02-01 13:51:16 UTC (rev 1043)
@@ -16,7 +16,8 @@
  * You should have received a copy of the GNU Affero General Public License
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  *
- */package org.ourproject.kune.workspace.client.skel;
+ \*/
+package org.ourproject.kune.workspace.client.skel;
 
 import com.google.gwt.user.client.ui.Composite;
 import com.google.gwt.user.client.ui.HorizontalPanel;

Modified: trunk/src/main/java/org/ourproject/kune/workspace/client/skel/Entity.java
===================================================================
--- trunk/src/main/java/org/ourproject/kune/workspace/client/skel/Entity.java	2009-01-29 18:42:08 UTC (rev 1042)
+++ trunk/src/main/java/org/ourproject/kune/workspace/client/skel/Entity.java	2009-02-01 13:51:16 UTC (rev 1043)
@@ -16,7 +16,8 @@
  * You should have received a copy of the GNU Affero General Public License
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  *
- */package org.ourproject.kune.workspace.client.skel;
+ \*/
+package org.ourproject.kune.workspace.client.skel;
 
 import org.ourproject.kune.workspace.client.themes.WsTheme;
 

Modified: trunk/src/main/java/org/ourproject/kune/workspace/client/skel/EntitySummary.java
===================================================================
--- trunk/src/main/java/org/ourproject/kune/workspace/client/skel/EntitySummary.java	2009-01-29 18:42:08 UTC (rev 1042)
+++ trunk/src/main/java/org/ourproject/kune/workspace/client/skel/EntitySummary.java	2009-02-01 13:51:16 UTC (rev 1043)
@@ -16,7 +16,8 @@
  * You should have received a copy of the GNU Affero General Public License
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  *
- */package org.ourproject.kune.workspace.client.skel;
+ \*/
+package org.ourproject.kune.workspace.client.skel;
 
 import com.google.gwt.user.client.ui.Widget;
 import com.gwtext.client.widgets.Component;

Modified: trunk/src/main/java/org/ourproject/kune/workspace/client/skel/EntityWorkspace.java
===================================================================
--- trunk/src/main/java/org/ourproject/kune/workspace/client/skel/EntityWorkspace.java	2009-01-29 18:42:08 UTC (rev 1042)
+++ trunk/src/main/java/org/ourproject/kune/workspace/client/skel/EntityWorkspace.java	2009-02-01 13:51:16 UTC (rev 1043)
@@ -16,7 +16,8 @@
  * You should have received a copy of the GNU Affero General Public License
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  *
- */package org.ourproject.kune.workspace.client.skel;
+ \*/
+package org.ourproject.kune.workspace.client.skel;
 
 import org.ourproject.kune.platf.client.ui.RoundedPanel;
 import org.ourproject.kune.workspace.client.themes.WsTheme;

Modified: trunk/src/main/java/org/ourproject/kune/workspace/client/skel/SimpleToolbar.java
===================================================================
--- trunk/src/main/java/org/ourproject/kune/workspace/client/skel/SimpleToolbar.java	2009-01-29 18:42:08 UTC (rev 1042)
+++ trunk/src/main/java/org/ourproject/kune/workspace/client/skel/SimpleToolbar.java	2009-02-01 13:51:16 UTC (rev 1043)
@@ -16,7 +16,8 @@
  * You should have received a copy of the GNU Affero General Public License
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  *
- */package org.ourproject.kune.workspace.client.skel;
+ \*/
+package org.ourproject.kune.workspace.client.skel;
 
 import com.google.gwt.user.client.ui.Composite;
 import com.google.gwt.user.client.ui.HorizontalPanel;

Modified: trunk/src/main/java/org/ourproject/kune/workspace/client/skel/SiteBar.java
===================================================================
--- trunk/src/main/java/org/ourproject/kune/workspace/client/skel/SiteBar.java	2009-01-29 18:42:08 UTC (rev 1042)
+++ trunk/src/main/java/org/ourproject/kune/workspace/client/skel/SiteBar.java	2009-02-01 13:51:16 UTC (rev 1043)
@@ -16,7 +16,8 @@
  * You should have received a copy of the GNU Affero General Public License
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  *
- */package org.ourproject.kune.workspace.client.skel;
+ \*/
+package org.ourproject.kune.workspace.client.skel;
 
 import com.google.gwt.user.client.ui.Widget;
 import com.gwtext.client.widgets.Panel;

Modified: trunk/src/main/java/org/ourproject/kune/workspace/client/skel/SummaryPanel.java
===================================================================
--- trunk/src/main/java/org/ourproject/kune/workspace/client/skel/SummaryPanel.java	2009-01-29 18:42:08 UTC (rev 1042)
+++ trunk/src/main/java/org/ourproject/kune/workspace/client/skel/SummaryPanel.java	2009-02-01 13:51:16 UTC (rev 1043)
@@ -16,7 +16,8 @@
  * You should have received a copy of the GNU Affero General Public License
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  *
- */package org.ourproject.kune.workspace.client.skel;
+ \*/
+package org.ourproject.kune.workspace.client.skel;
 
 import org.ourproject.kune.platf.client.services.Images;
 import org.ourproject.kune.platf.client.ui.KuneUiUtils;

Modified: trunk/src/main/java/org/ourproject/kune/workspace/client/skel/Toolbar.java
===================================================================
--- trunk/src/main/java/org/ourproject/kune/workspace/client/skel/Toolbar.java	2009-01-29 18:42:08 UTC (rev 1042)
+++ trunk/src/main/java/org/ourproject/kune/workspace/client/skel/Toolbar.java	2009-02-01 13:51:16 UTC (rev 1043)
@@ -16,7 +16,8 @@
  * You should have received a copy of the GNU Affero General Public License
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  *
- */package org.ourproject.kune.workspace.client.skel;
+ \*/
+package org.ourproject.kune.workspace.client.skel;
 
 import com.google.gwt.user.client.ui.HorizontalPanel;
 import com.google.gwt.user.client.ui.Label;

Modified: trunk/src/main/java/org/ourproject/kune/workspace/client/skel/WorkspaceSkeleton.java
===================================================================
--- trunk/src/main/java/org/ourproject/kune/workspace/client/skel/WorkspaceSkeleton.java	2009-01-29 18:42:08 UTC (rev 1042)
+++ trunk/src/main/java/org/ourproject/kune/workspace/client/skel/WorkspaceSkeleton.java	2009-02-01 13:51:16 UTC (rev 1043)
@@ -16,7 +16,8 @@
  * You should have received a copy of the GNU Affero General Public License
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  *
- */package org.ourproject.kune.workspace.client.skel;
+ \*/
+package org.ourproject.kune.workspace.client.skel;
 
 import org.ourproject.kune.workspace.client.themes.WsTheme;
 

Modified: trunk/src/main/java/org/ourproject/kune/workspace/client/socialnet/BuddiesSummary.java
===================================================================
--- trunk/src/main/java/org/ourproject/kune/workspace/client/socialnet/BuddiesSummary.java	2009-01-29 18:42:08 UTC (rev 1042)
+++ trunk/src/main/java/org/ourproject/kune/workspace/client/socialnet/BuddiesSummary.java	2009-02-01 13:51:16 UTC (rev 1043)
@@ -16,7 +16,8 @@
  * You should have received a copy of the GNU Affero General Public License
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  *
- */package org.ourproject.kune.workspace.client.socialnet;
+ \*/
+package org.ourproject.kune.workspace.client.socialnet;
 
 public interface BuddiesSummary {
 

Modified: trunk/src/main/java/org/ourproject/kune/workspace/client/socialnet/BuddiesSummaryPanel.java
===================================================================
--- trunk/src/main/java/org/ourproject/kune/workspace/client/socialnet/BuddiesSummaryPanel.java	2009-01-29 18:42:08 UTC (rev 1042)
+++ trunk/src/main/java/org/ourproject/kune/workspace/client/socialnet/BuddiesSummaryPanel.java	2009-02-01 13:51:16 UTC (rev 1043)
@@ -16,7 +16,8 @@
  * You should have received a copy of the GNU Affero General Public License
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  *
- */package org.ourproject.kune.workspace.client.socialnet;
+ \*/
+package org.ourproject.kune.workspace.client.socialnet;
 
 import org.ourproject.kune.platf.client.PlatfMessages;
 import org.ourproject.kune.platf.client.actions.ActionItem;

Modified: trunk/src/main/java/org/ourproject/kune/workspace/client/socialnet/BuddiesSummaryPresenter.java
===================================================================
--- trunk/src/main/java/org/ourproject/kune/workspace/client/socialnet/BuddiesSummaryPresenter.java	2009-01-29 18:42:08 UTC (rev 1042)
+++ trunk/src/main/java/org/ourproject/kune/workspace/client/socialnet/BuddiesSummaryPresenter.java	2009-02-01 13:51:16 UTC (rev 1043)
@@ -16,7 +16,8 @@
  * You should have received a copy of the GNU Affero General Public License
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  *
- */package org.ourproject.kune.workspace.client.socialnet;
+ \*/
+package org.ourproject.kune.workspace.client.socialnet;
 
 import java.util.List;
 

Modified: trunk/src/main/java/org/ourproject/kune/workspace/client/socialnet/BuddiesSummaryView.java
===================================================================
--- trunk/src/main/java/org/ourproject/kune/workspace/client/socialnet/BuddiesSummaryView.java	2009-01-29 18:42:08 UTC (rev 1042)
+++ trunk/src/main/java/org/ourproject/kune/workspace/client/socialnet/BuddiesSummaryView.java	2009-02-01 13:51:16 UTC (rev 1043)
@@ -16,7 +16,8 @@
  * You should have received a copy of the GNU Affero General Public License
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  *
- */package org.ourproject.kune.workspace.client.socialnet;
+ \*/
+package org.ourproject.kune.workspace.client.socialnet;
 
 import org.ourproject.kune.platf.client.View;
 import org.ourproject.kune.platf.client.actions.ActionItemCollection;

Modified: trunk/src/main/java/org/ourproject/kune/workspace/client/socialnet/GroupMembersSummaryPanel.java
===================================================================
--- trunk/src/main/java/org/ourproject/kune/workspace/client/socialnet/GroupMembersSummaryPanel.java	2009-01-29 18:42:08 UTC (rev 1042)
+++ trunk/src/main/java/org/ourproject/kune/workspace/client/socialnet/GroupMembersSummaryPanel.java	2009-02-01 13:51:16 UTC (rev 1043)
@@ -16,7 +16,8 @@
  * You should have received a copy of the GNU Affero General Public License
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  *
- */package org.ourproject.kune.workspace.client.socialnet;
+ \*/
+package org.ourproject.kune.workspace.client.socialnet;
 
 import org.ourproject.kune.platf.client.PlatfMessages;
 import org.ourproject.kune.platf.client.actions.ActionToolbarPosition;

Modified: trunk/src/main/java/org/ourproject/kune/workspace/client/socialnet/GroupMembersSummaryPresenter.java
===================================================================
--- trunk/src/main/java/org/ourproject/kune/workspace/client/socialnet/GroupMembersSummaryPresenter.java	2009-01-29 18:42:08 UTC (rev 1042)
+++ trunk/src/main/java/org/ourproject/kune/workspace/client/socialnet/GroupMembersSummaryPresenter.java	2009-02-01 13:51:16 UTC (rev 1043)
@@ -16,7 +16,8 @@
  * You should have received a copy of the GNU Affero General Public License
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  *
- */package org.ourproject.kune.workspace.client.socialnet;
+ \*/
+package org.ourproject.kune.workspace.client.socialnet;
 
 import java.util.List;
 

Modified: trunk/src/main/java/org/ourproject/kune/workspace/client/socialnet/GroupMembersSummaryView.java
===================================================================
--- trunk/src/main/java/org/ourproject/kune/workspace/client/socialnet/GroupMembersSummaryView.java	2009-01-29 18:42:08 UTC (rev 1042)
+++ trunk/src/main/java/org/ourproject/kune/workspace/client/socialnet/GroupMembersSummaryView.java	2009-02-01 13:51:16 UTC (rev 1043)
@@ -16,7 +16,8 @@
  * You should have received a copy of the GNU Affero General Public License
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  *
- */package org.ourproject.kune.workspace.client.socialnet;
+ \*/
+package org.ourproject.kune.workspace.client.socialnet;
 
 import org.ourproject.kune.platf.client.dto.GroupDTO;
 import org.ourproject.kune.platf.client.ui.gridmenu.GridItem;

Modified: trunk/src/main/java/org/ourproject/kune/workspace/client/socialnet/SocialNetworkPresenter.java
===================================================================
--- trunk/src/main/java/org/ourproject/kune/workspace/client/socialnet/SocialNetworkPresenter.java	2009-01-29 18:42:08 UTC (rev 1042)
+++ trunk/src/main/java/org/ourproject/kune/workspace/client/socialnet/SocialNetworkPresenter.java	2009-02-01 13:51:16 UTC (rev 1043)
@@ -16,7 +16,8 @@
  * You should have received a copy of the GNU Affero General Public License
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  *
- */package org.ourproject.kune.workspace.client.socialnet;
+ \*/
+package org.ourproject.kune.workspace.client.socialnet;
 
 import org.ourproject.kune.platf.client.actions.ActionAddCondition;
 import org.ourproject.kune.platf.client.actions.ActionToolbarButtonDescriptor;

Modified: trunk/src/main/java/org/ourproject/kune/workspace/client/themes/WsTheme.java
===================================================================
--- trunk/src/main/java/org/ourproject/kune/workspace/client/themes/WsTheme.java	2009-01-29 18:42:08 UTC (rev 1042)
+++ trunk/src/main/java/org/ourproject/kune/workspace/client/themes/WsTheme.java	2009-02-01 13:51:16 UTC (rev 1043)
@@ -16,7 +16,8 @@
  * You should have received a copy of the GNU Affero General Public License
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  *
- */package org.ourproject.kune.workspace.client.themes;
+ \*/
+package org.ourproject.kune.workspace.client.themes;
 
 public class WsTheme {
     private final String name;

Modified: trunk/src/main/java/org/ourproject/kune/workspace/client/themes/WsThemePanel.java
===================================================================
--- trunk/src/main/java/org/ourproject/kune/workspace/client/themes/WsThemePanel.java	2009-01-29 18:42:08 UTC (rev 1042)
+++ trunk/src/main/java/org/ourproject/kune/workspace/client/themes/WsThemePanel.java	2009-02-01 13:51:16 UTC (rev 1043)
@@ -16,7 +16,8 @@
  * You should have received a copy of the GNU Affero General Public License
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  *
- */package org.ourproject.kune.workspace.client.themes;
+ \*/
+package org.ourproject.kune.workspace.client.themes;
 
 import org.ourproject.kune.workspace.client.i18n.I18nUITranslationService;
 import org.ourproject.kune.workspace.client.skel.WorkspaceSkeleton;

Modified: trunk/src/main/java/org/ourproject/kune/workspace/client/themes/WsThemePresenter.java
===================================================================
--- trunk/src/main/java/org/ourproject/kune/workspace/client/themes/WsThemePresenter.java	2009-01-29 18:42:08 UTC (rev 1042)
+++ trunk/src/main/java/org/ourproject/kune/workspace/client/themes/WsThemePresenter.java	2009-02-01 13:51:16 UTC (rev 1043)
@@ -16,7 +16,8 @@
  * You should have received a copy of the GNU Affero General Public License
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  *
- */package org.ourproject.kune.workspace.client.themes;
+ \*/
+package org.ourproject.kune.workspace.client.themes;
 
 import org.ourproject.kune.platf.client.View;
 import org.ourproject.kune.platf.client.dto.InitDataDTO;

Modified: trunk/src/main/java/org/ourproject/kune/workspace/client/themes/WsThemeView.java
===================================================================
--- trunk/src/main/java/org/ourproject/kune/workspace/client/themes/WsThemeView.java	2009-01-29 18:42:08 UTC (rev 1042)
+++ trunk/src/main/java/org/ourproject/kune/workspace/client/themes/WsThemeView.java	2009-02-01 13:51:16 UTC (rev 1043)
@@ -16,7 +16,8 @@
  * You should have received a copy of the GNU Affero General Public License
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  *
- */package org.ourproject.kune.workspace.client.themes;
+ \*/
+package org.ourproject.kune.workspace.client.themes;
 
 import org.ourproject.kune.platf.client.View;
 

Modified: trunk/src/main/java/org/ourproject/kune/workspace/client/title/EntitySubTitle.java
===================================================================
--- trunk/src/main/java/org/ourproject/kune/workspace/client/title/EntitySubTitle.java	2009-01-29 18:42:08 UTC (rev 1042)
+++ trunk/src/main/java/org/ourproject/kune/workspace/client/title/EntitySubTitle.java	2009-02-01 13:51:16 UTC (rev 1043)
@@ -16,7 +16,8 @@
  * You should have received a copy of the GNU Affero General Public License
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  *
- */package org.ourproject.kune.workspace.client.title;
+ \*/
+package org.ourproject.kune.workspace.client.title;
 
 import java.util.Date;
 

Modified: trunk/src/main/java/org/ourproject/kune/workspace/client/title/EntityTitle.java
===================================================================
--- trunk/src/main/java/org/ourproject/kune/workspace/client/title/EntityTitle.java	2009-01-29 18:42:08 UTC (rev 1042)
+++ trunk/src/main/java/org/ourproject/kune/workspace/client/title/EntityTitle.java	2009-02-01 13:51:16 UTC (rev 1043)
@@ -16,7 +16,8 @@
  * You should have received a copy of the GNU Affero General Public License
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  *
- */package org.ourproject.kune.workspace.client.title;
+ \*/
+package org.ourproject.kune.workspace.client.title;
 
 
 public interface EntityTitle {




More information about the kune-commits mailing list