updated version for gCube gCore Free Portal

git-svn-id: http://svn.research-infrastructures.eu/public/d4science/gcube/trunk/portlets/user/my-vres@97227 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Massimiliano Assante 2014-06-10 14:39:14 +00:00
parent 23d7d21391
commit c5de6a6549
4 changed files with 8 additions and 4 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/my-vres-1.2.0-SNAPSHOT/WEB-INF/classes" path="src/main/java"> <classpathentry kind="src" output="target/my-vres-1.3.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"/>
@ -34,5 +34,5 @@
<attribute name="maven.pomderived" value="true"/> <attribute name="maven.pomderived" value="true"/>
</attributes> </attributes>
</classpathentry> </classpathentry>
<classpathentry kind="output" path="target/my-vres-1.2.0-SNAPSHOT/WEB-INF/classes"/> <classpathentry kind="output" path="target/my-vres-1.3.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/my-vres/target/my-vres-1.2.0-SNAPSHOT lastWarOutDir=/Users/massi/Documents/workspace/my-vres/target/my-vres-1.3.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.my-vres.1-3-0"
date="2014-06-08">
<Change>Adapted to gCire Free Portal</Change>
</Changeset>
<Changeset component="org.gcube.portlet.user.my-vres.1-2-0" <Changeset component="org.gcube.portlet.user.my-vres.1-2-0"
date="2014-04-08"> date="2014-04-08">
<Change>Added Guided Quick Tour for general Social Features</Change> <Change>Added Guided Quick Tour for general Social Features</Change>

View File

@ -13,7 +13,7 @@
<groupId>org.gcube.portlet.user</groupId> <groupId>org.gcube.portlet.user</groupId>
<artifactId>my-vres</artifactId> <artifactId>my-vres</artifactId>
<packaging>war</packaging> <packaging>war</packaging>
<version>1.2.0-SNAPSHOT</version> <version>1.3.0-SNAPSHOT</version>
<name>My VREs Portlet</name> <name>My VREs Portlet</name>
<description> <description>
gCube My VREs Portlet shows only the VO and VREs a user is member of. gCube My VREs Portlet shows only the VO and VREs a user is member of.