taylor 2004/09/16 16:01:02
Modified: applications/pam/src/java/org/apache/jetspeed/portlets/site
SiteBrowserPortlet.java SiteDetailPortlet.java
Log:
added versioning information, overview
CVS: ----------------------------------------------------------------------
CVS: PR:
CVS: If this change addresses a PR in the problem report tracking
CVS: database, then enter the PR number(s) here.
CVS: Obtained from:
CVS: If this change has been taken from another system, such as NCSA,
CVS: then name the system in this line, otherwise delete it.
CVS: Submitted by:
CVS: If this code has been contributed to Apache by someone else; i.e.,
CVS: they sent us a patch or a new module, then include their name/email
CVS: address here. If this is your work then delete this line.
CVS: Reviewed by:
CVS: If we are doing pre-commit code reviews and someone else has
CVS: reviewed your changes, include their name(s) here.
CVS: If you have not had it reviewed then delete this line.
Revision Changes Path
1.2 +3 -3
jakarta-jetspeed-2/applications/pam/src/java/org/apache/jetspeed/portlets/site/SiteBrowserPortlet.java
Index: SiteBrowserPortlet.java
===================================================================
RCS file:
/home/cvs/jakarta-jetspeed-2/applications/pam/src/java/org/apache/jetspeed/portlets/site/SiteBrowserPortlet.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- SiteBrowserPortlet.java 16 Sep 2004 21:24:33 -0000 1.1
+++ SiteBrowserPortlet.java 16 Sep 2004 23:01:02 -0000 1.2
@@ -43,10 +43,10 @@
import org.apache.webapp.admin.TreeControlNode;
/**
- *
- *
- * @author <a href="mailto:[EMAIL PROTECTED]">Jeremy Ford</a>
+ * This portlet is a tree browser user interface for viewing site resoures: pages
and folders.
*
+ * @author <a href="mailto:[EMAIL PROTECTED]">Jeremy Ford</a>
+ * @version $Id$
*/
public class SiteBrowserPortlet extends ServletPortlet
{
1.2 +3 -1
jakarta-jetspeed-2/applications/pam/src/java/org/apache/jetspeed/portlets/site/SiteDetailPortlet.java
Index: SiteDetailPortlet.java
===================================================================
RCS file:
/home/cvs/jakarta-jetspeed-2/applications/pam/src/java/org/apache/jetspeed/portlets/site/SiteDetailPortlet.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- SiteDetailPortlet.java 16 Sep 2004 21:24:33 -0000 1.1
+++ SiteDetailPortlet.java 16 Sep 2004 23:01:02 -0000 1.2
@@ -35,8 +35,10 @@
import org.apache.jetspeed.portlets.pam.PortletApplicationResources;
/**
- * @author <a href="mailto:[EMAIL PROTECTED]">Jeremy Ford</a>
+ * This portlet is a tabbed editor user interface for editing site resoures: pages
and folders.
*
+ * @author <a href="mailto:[EMAIL PROTECTED]">Jeremy Ford</a>
+ * @version $Id$
*/
public class SiteDetailPortlet extends ServletPortlet
{
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]