release 2.17

git-svn-id: http://svn.research-infrastructures.eu/public/d4science/gcube/trunk/portlets/user/notifications@83776 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Massimiliano Assante 2013-10-23 10:45:49 +00:00
parent 101ea953b1
commit 353a939e22
4 changed files with 18 additions and 8 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.6.0-SNAPSHOT/WEB-INF/classes" path="src/main/java"> <classpathentry kind="src" output="target/notifications-1.0.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"/>
@ -30,5 +30,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.6.0-SNAPSHOT/WEB-INF/classes"/> <classpathentry kind="output" path="target/notifications-1.0.0-SNAPSHOT/WEB-INF/classes"/>
</classpath> </classpath>

View File

@ -1,5 +1,5 @@
eclipse.preferences.version=1 eclipse.preferences.version=1
jarsExcludedFromWebInfLib= jarsExcludedFromWebInfLib=
lastWarOutDir=/Users/massi/Documents/workspace/notifications/target/notifications-0.6.0-SNAPSHOT lastWarOutDir=/Users/massi/Documents/workspace/notifications/target/notifications-1.0.0-SNAPSHOT
warSrcDir=src/main/webapp warSrcDir=src/main/webapp
warSrcDirIsOutput=false warSrcDirIsOutput=false

View File

@ -1,9 +1,19 @@
<ReleaseNotes> <ReleaseNotes>
<Changeset component="org.gcube.portlet.user.notifications.0-5-0" date="2013-09-13"> <Changeset component="org.gcube.portlet.user.notifications.1-0-0"
<Change>Fix support #701 User link does not redirect to profile</Change> date="2013-10-21">
<Change>Ported to GWT 251</Change>
<Change>Removed GCF Dependency</Change>
<Change>Logging with sl4j Enabled</Change>
</Changeset> </Changeset>
<Changeset component="org.gcube.portlet.user.notifications.0-4-0" date="2013-07-08"> <Changeset component="org.gcube.portlet.user.notifications.0-5-0"
<Change>Added support for calendar notifications, add, edit and deleted events</Change> date="2013-09-13">
<Change>Fix support #701 User link does not redirect to profile
</Change>
</Changeset>
<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>
<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">

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.6.0-SNAPSHOT</version> <version>1.0.0-SNAPSHOT</version>
<name>gCube Notifications Portlet</name> <name>gCube Notifications Portlet</name>
<properties> <properties>