git-svn-id: https://svn.research-infrastructures.eu/d4science/gcube/trunk/portlets/user/share-updates@74151 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Massimiliano Assante 2013-04-27 11:07:25 +00:00
parent c5bcc9677e
commit b88b6bb1ab
2 changed files with 4 additions and 1 deletions

View File

@ -1,4 +1,8 @@
<ReleaseNotes> <ReleaseNotes>
<Changeset component="org.gcube.portlets.user.shareupdates.0-3-0"
date="2013-04-19">
<Change>Added possibility to mention people in tags</Change>
</Changeset>
<Changeset component="org.gcube.portlets.user.shareupdates.0-1-0" <Changeset component="org.gcube.portlets.user.shareupdates.0-1-0"
date="2013-01-13"> date="2013-01-13">
<Change>First Release</Change> <Change>First Release</Change>

View File

@ -15,6 +15,5 @@ public class ShareUpdates implements EntryPoint {
*/ */
public void onModuleLoad() { public void onModuleLoad() {
RootPanel.get("shareUpdateDiv").add(new ShareUpdateForm()); RootPanel.get("shareUpdateDiv").add(new ShareUpdateForm());
} }
} }