support for calendar events completed, testing phase finished ok

git-svn-id: http://svn.research-infrastructures.eu/public/d4science/gcube/trunk/portlets/user/notifications@79121 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Massimiliano Assante 2013-07-12 15:45:53 +00:00
parent e4d7b8346c
commit c5a2a787cc
5 changed files with 10 additions and 6 deletions

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<classpath> <classpath>
<classpathentry kind="src" output="target/notifications-0.3.0-SNAPSHOT/WEB-INF/classes" path="src/main/java"> <classpathentry kind="src" output="target/notifications-0.4.0-SNAPSHOT/WEB-INF/classes" path="src/main/java">
<attributes> <attributes>
<attribute name="optional" value="true"/> <attribute name="optional" value="true"/>
<attribute name="maven.pomderived" value="true"/> <attribute name="maven.pomderived" value="true"/>
@ -31,5 +31,5 @@
<attribute name="org.eclipse.jst.component.dependency" value="/WEB-INF/lib"/> <attribute name="org.eclipse.jst.component.dependency" value="/WEB-INF/lib"/>
</attributes> </attributes>
</classpathentry> </classpathentry>
<classpathentry kind="output" path="target/notifications-0.3.0-SNAPSHOT/WEB-INF/classes"/> <classpathentry kind="output" path="target/notifications-0.4.0-SNAPSHOT/WEB-INF/classes"/>
</classpath> </classpath>

View File

@ -1,6 +1,6 @@
#Fri Jun 07 17:40:05 CEST 2013 #Fri Jul 12 15:35:08 CEST 2013
eclipse.preferences.version=1 eclipse.preferences.version=1
jarsExcludedFromWebInfLib= jarsExcludedFromWebInfLib=
lastWarOutDir=/Users/massi/Documents/workspace/notifications/target/notifications-0.3.0-SNAPSHOT lastWarOutDir=/Users/massi/Documents/workspace/notifications/target/notifications-0.4.0-SNAPSHOT
warSrcDir=src/main/webapp warSrcDir=src/main/webapp
warSrcDirIsOutput=false warSrcDirIsOutput=false

View File

@ -1,4 +1,8 @@
<ReleaseNotes> <ReleaseNotes>
<Changeset component="org.gcube.portlet.user.notifications.0-4-0"
date="2013-07-08">
<Change>Added support for calendar notifications, add, edit and deleted events</Change>
</Changeset>
<Changeset component="org.gcube.portlet.user.notifications.0-3-0" <Changeset component="org.gcube.portlet.user.notifications.0-3-0"
date="2013-05-29"> date="2013-05-29">
<Change>Added support for fine grained notifications settings <Change>Added support for fine grained notifications settings

View File

@ -13,7 +13,7 @@
<groupId>org.gcube.portlets.user</groupId> <groupId>org.gcube.portlets.user</groupId>
<artifactId>notifications</artifactId> <artifactId>notifications</artifactId>
<packaging>war</packaging> <packaging>war</packaging>
<version>0.3.0-SNAPSHOT</version> <version>0.4.0-SNAPSHOT</version>
<name>gCube Notifications Portlet</name> <name>gCube Notifications Portlet</name>
<properties> <properties>

View File

@ -11,7 +11,7 @@ COMMENT=Replies
MENTION=Mentions MENTION=Mentions
LIKE=Favorites LIKE=Favorites
MESSAGE=Messages MESSAGE=Messages
CALENDAR_ADDED_EVENT=New added events CALENDAR_ADDED_EVENT=Added events
CALENDAR_UPDATED_EVENT=Edited events CALENDAR_UPDATED_EVENT=Edited events
CALENDAR_DELETED_EVENT=Deleted events CALENDAR_DELETED_EVENT=Deleted events
DOCUMENT_WORKFLOW_EDIT=Edit DOCUMENT_WORKFLOW_EDIT=Edit