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:
parent
e4d7b8346c
commit
c5a2a787cc
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<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>
|
||||
<attribute name="optional" value="true"/>
|
||||
<attribute name="maven.pomderived" value="true"/>
|
||||
|
@ -31,5 +31,5 @@
|
|||
<attribute name="org.eclipse.jst.component.dependency" value="/WEB-INF/lib"/>
|
||||
</attributes>
|
||||
</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>
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#Fri Jun 07 17:40:05 CEST 2013
|
||||
#Fri Jul 12 15:35:08 CEST 2013
|
||||
eclipse.preferences.version=1
|
||||
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
|
||||
warSrcDirIsOutput=false
|
||||
|
|
|
@ -1,4 +1,8 @@
|
|||
<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"
|
||||
date="2013-05-29">
|
||||
<Change>Added support for fine grained notifications settings
|
||||
|
|
2
pom.xml
2
pom.xml
|
@ -13,7 +13,7 @@
|
|||
<groupId>org.gcube.portlets.user</groupId>
|
||||
<artifactId>notifications</artifactId>
|
||||
<packaging>war</packaging>
|
||||
<version>0.3.0-SNAPSHOT</version>
|
||||
<version>0.4.0-SNAPSHOT</version>
|
||||
<name>gCube Notifications Portlet</name>
|
||||
|
||||
<properties>
|
||||
|
|
|
@ -11,7 +11,7 @@ COMMENT=Replies
|
|||
MENTION=Mentions
|
||||
LIKE=Favorites
|
||||
MESSAGE=Messages
|
||||
CALENDAR_ADDED_EVENT=New added events
|
||||
CALENDAR_ADDED_EVENT=Added events
|
||||
CALENDAR_UPDATED_EVENT=Edited events
|
||||
CALENDAR_DELETED_EVENT=Deleted events
|
||||
DOCUMENT_WORKFLOW_EDIT=Edit
|
||||
|
|
Loading…
Reference in New Issue