Merge from celltable branch
authorChristos V. Stathis <chstath@ebs.gr>
Thu, 24 Mar 2011 10:53:17 +0000 (12:53 +0200)
committerChristos V. Stathis <chstath@ebs.gr>
Thu, 24 Mar 2011 10:53:17 +0000 (12:53 +0200)
1  2 
ear/META-INF/application.xml
src/gr/ebs/gss/client/GSS.java
src/gr/ebs/gss/client/Groups.java
src/gr/ebs/gss/client/TopPanel.java
src/gr/ebs/gss/server/ejb/ExternalAPI.java
src/gr/ebs/gss/server/ejb/ExternalAPIBean.java

        <module>
                <web>
                        <web-uri>gss-admin.war</web-uri>
 -                      <context-root>/admin</context-root>
 +                      <context-root>/gss-admin</context-root>
                </web>
        </module>
+       
        <module>
                <web>
                        <web-uri>webdav.war</web-uri>
Simple merge
@@@ -184,7 -188,7 +187,6 @@@ public class Groups extends Composite i
  \r
        /**\r
         * A helper method to simplify adding tree items that have attached images.\r
--       * {@link #addImageItem(TreeItem, String) code}\r
         *\r
         * @param parent the tree item to which the new item will be added.\r
         * @param title the text associated with this item.\r
         * Generate an RPC request to retrieve the users of the specified group for\r
         * display.\r
         *\r
--       * @param userId the ID of the current user\r
         * @param groupItem the TreeItem widget that corresponds to the requested\r
         *            group\r
         */\r
Simple merge