updated changelog xml for fixing release notes problem

git-svn-id: http://svn.research-infrastructures.eu/public/d4science/gcube/trunk/portlets/user/questions@114925 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Massimiliano Assante 2015-05-26 15:04:01 +00:00
parent 908ba9caa9
commit ad19d2a5c3
3 changed files with 9 additions and 3 deletions

View File

@ -4,9 +4,15 @@
<wb-resource deploy-path="/" source-path="/src/main/webapp" tag="defaultRootSource"/> <wb-resource deploy-path="/" source-path="/src/main/webapp" tag="defaultRootSource"/>
<wb-resource deploy-path="/WEB-INF/classes" source-path="/src/main/java"/> <wb-resource deploy-path="/WEB-INF/classes" source-path="/src/main/java"/>
<wb-resource deploy-path="/WEB-INF/classes" source-path="/src/main/resources"/> <wb-resource deploy-path="/WEB-INF/classes" source-path="/src/main/resources"/>
<dependent-module archiveName="wsmail-widget-1.8.0-SNAPSHOT.jar" deploy-path="/WEB-INF/lib" handle="module:/resource/wsmail-widget/wsmail-widget">
<dependency-type>uses</dependency-type>
</dependent-module>
<dependent-module archiveName="session-checker-0.3.0-SNAPSHOT.jar" deploy-path="/WEB-INF/lib" handle="module:/resource/session-checker/session-checker"> <dependent-module archiveName="session-checker-0.3.0-SNAPSHOT.jar" deploy-path="/WEB-INF/lib" handle="module:/resource/session-checker/session-checker">
<dependency-type>uses</dependency-type> <dependency-type>uses</dependency-type>
</dependent-module> </dependent-module>
<dependent-module archiveName="workspace-light-tree-2.13.1-SNAPSHOT.jar" deploy-path="/WEB-INF/lib" handle="module:/resource/workspace-light-tree/workspace-light-tree">
<dependency-type>uses</dependency-type>
</dependent-module>
<property name="java-output-path" value="/${module}/target/www/WEB-INF/classes"/> <property name="java-output-path" value="/${module}/target/www/WEB-INF/classes"/>
<property name="context-root" value="questions"/> <property name="context-root" value="questions"/>
</wb-module> </wb-module>

View File

@ -1,10 +1,10 @@
<ReleaseNotes> <ReleaseNotes>
<Changeset component="org.gcube.portlets.user.questions.questions.1-1-0" <Changeset component="org.gcube.portlets-user.questions.1-1-0"
date="2015-04-29"> date="2015-04-29">
<Change>Replaced non consistent image-button for sending message with actual button</Change> <Change>Replaced non consistent image-button for sending message with actual button</Change>
<Change>Ported to GWT 270</Change> <Change>Ported to GWT 270</Change>
</Changeset> </Changeset>
<Changeset component="org.gcube.portlets.user.questions.questions.1-0-0" <Changeset component="org.gcube.portlets-user.questions.1-0-0"
date="2014-12-09"> date="2014-12-09">
<Change>First Release</Change> <Change>First Release</Change>
</Changeset> </Changeset>

View File

@ -51,7 +51,7 @@ public class VREManagersPanel extends Composite {
mainPanel.clear(); mainPanel.clear();
mainPanel.setHorizontalAlignment(HasAlignment.ALIGN_LEFT); mainPanel.setHorizontalAlignment(HasAlignment.ALIGN_LEFT);
mainPanel.setVerticalAlignment(HasVerticalAlignment.ALIGN_TOP); mainPanel.setVerticalAlignment(HasVerticalAlignment.ALIGN_TOP);
mainPanel.setStyleName("invites-frame"); mainPanel.setStyleName("questions-frame");
HTML name = new HTML(DISPLAY_NAME); HTML name = new HTML(DISPLAY_NAME);
name.setStyleName("questions-title"); name.setStyleName("questions-title");