raphael 02/05/07 00:57:59
Modified: webapp/WEB-INF/conf JetspeedResources.properties admin.xreg
Removed: webapp/dynamic/customizer customize.jsp
Log:
remove remains of legacy IBM customizer
Revision Changes Path
1.74 +3 -7
jakarta-jetspeed/webapp/WEB-INF/conf/JetspeedResources.properties
Index: JetspeedResources.properties
===================================================================
RCS file:
/home/cvs/jakarta-jetspeed/webapp/WEB-INF/conf/JetspeedResources.properties,v
retrieving revision 1.73
retrieving revision 1.74
diff -u -r1.73 -r1.74
--- JetspeedResources.properties 4 May 2002 18:12:14 -0000 1.73
+++ JetspeedResources.properties 7 May 2002 07:57:59 -0000 1.74
@@ -1,7 +1,7 @@
################################################################################
# Jetspeed Configuration
# Author: Kevin A. Burton ([EMAIL PROTECTED])
-# $Id: JetspeedResources.properties,v 1.73 2002/05/04 18:12:14 raphael Exp $
+# $Id: JetspeedResources.properties,v 1.74 2002/05/07 07:57:59 raphael Exp $
################################################################################
# This is the main file you will need to configuration Jetspeed. If there are
# any secondary files they will be pointed to from this file.
@@ -469,13 +469,9 @@
#########################################
# Customization #
#########################################
-# path to the customization psml resource
-customization.psml=/WEB-INF/psml/customize.psml
-
-# IBM Customizer
-customizer.screen=Customize
-customizer.action=
+# Modify default customize URL generated by URILookup when used with JSP
+# navigations
URILookup.customize.uri=/portal/action/controls.Customize?reset=on
#########################################
1.16 +0 -14 jakarta-jetspeed/webapp/WEB-INF/conf/admin.xreg
Index: admin.xreg
===================================================================
RCS file: /home/cvs/jakarta-jetspeed/webapp/WEB-INF/conf/admin.xreg,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- admin.xreg 28 Apr 2002 21:00:00 -0000 1.15
+++ admin.xreg 7 May 2002 07:57:59 -0000 1.16
@@ -31,20 +31,6 @@
<category>customize</category>
</portlet-entry>
- <portlet-entry name="HomepageCustomizer" hidden="true"
- type="instance" application="false">
-
<classname>org.apache.jetspeed.portal.portlets.customize.CustomizePortlet</classname>
- <parameter name="jsp_location"
- value="/dynamic/customizer/customize.jsp" hidden="false"/>
- <parameter name="vm_location"
- value="/portlets/HomePageCustomizer.vm" hidden="false"/>
- <parameter name="customization_max_number" value="50" hidden="false"/>
- <parameter name="template" value="jsp" />
- <security role="user"/>
- <category>admin</category>
- <category>customize.page</category>
- </portlet-entry>
-
<portlet-entry type="instance" name="PortletBrowser" hidden="true">
<security role="user"/>
<classname>org.apache.jetspeed.portal.portlets.VelocityPortlet</classname>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>