Return-Path: Delivered-To: apmail-incubator-roller-commits-archive@www.apache.org Received: (qmail 94326 invoked from network); 8 Feb 2007 22:59:01 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 8 Feb 2007 22:59:00 -0000 Received: (qmail 2418 invoked by uid 500); 8 Feb 2007 22:59:07 -0000 Delivered-To: apmail-incubator-roller-commits-archive@incubator.apache.org Received: (qmail 2291 invoked by uid 500); 8 Feb 2007 22:59:07 -0000 Mailing-List: contact roller-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: roller-dev@incubator.apache.org Delivered-To: mailing list roller-commits@incubator.apache.org Received: (qmail 2200 invoked by uid 99); 8 Feb 2007 22:59:06 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 08 Feb 2007 14:59:06 -0800 X-ASF-Spam-Status: No, hits=-9.4 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO eris.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 08 Feb 2007 14:58:52 -0800 Received: by eris.apache.org (Postfix, from userid 65534) id 80DF21A9825; Thu, 8 Feb 2007 14:58:32 -0800 (PST) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r505078 [5/6] - in /incubator/roller/trunk: apps/planet/ apps/planet/nbproject/ apps/planet/src/java/org/apache/roller/planet/business/ apps/planet/src/java/org/apache/roller/planet/business/hibernate/ apps/planet/src/java/org/apache/roller... Date: Thu, 08 Feb 2007 22:58:25 -0000 To: roller-commits@incubator.apache.org From: agilliland@apache.org X-Mailer: svnmailer-1.1.0 Message-Id: <20070208225832.80DF21A9825@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Copied: incubator/roller/trunk/apps/planet/web/WEB-INF/classes/ehcache.xml (from r503923, incubator/roller/trunk/sandbox/planetroller/web/WEB-INF/classes/ehcache.xml) URL: http://svn.apache.org/viewvc/incubator/roller/trunk/apps/planet/web/WEB-INF/classes/ehcache.xml?view=diff&rev=505078&p1=incubator/roller/trunk/sandbox/planetroller/web/WEB-INF/classes/ehcache.xml&r1=503923&p2=incubator/roller/trunk/apps/planet/web/WEB-INF/classes/ehcache.xml&r2=505078 ============================================================================== --- incubator/roller/trunk/sandbox/planetroller/web/WEB-INF/classes/ehcache.xml (original) +++ incubator/roller/trunk/apps/planet/web/WEB-INF/classes/ehcache.xml Thu Feb 8 14:58:16 2007 @@ -9,20 +9,5 @@ timeToIdleSeconds="1200" timeToLiveSeconds="1200" overflowToDisk="false" /> - - - - - - Copied: incubator/roller/trunk/apps/planet/web/WEB-INF/classes/hibernate.cfg.xml (from r503923, incubator/roller/trunk/sandbox/planetroller/web/WEB-INF/classes/hibernate.cfg.xml) URL: http://svn.apache.org/viewvc/incubator/roller/trunk/apps/planet/web/WEB-INF/classes/hibernate.cfg.xml?view=diff&rev=505078&p1=incubator/roller/trunk/sandbox/planetroller/web/WEB-INF/classes/hibernate.cfg.xml&r1=503923&p2=incubator/roller/trunk/apps/planet/web/WEB-INF/classes/hibernate.cfg.xml&r2=505078 ============================================================================== --- incubator/roller/trunk/sandbox/planetroller/web/WEB-INF/classes/hibernate.cfg.xml (original) +++ incubator/roller/trunk/apps/planet/web/WEB-INF/classes/hibernate.cfg.xml Thu Feb 8 14:58:16 2007 @@ -35,15 +35,17 @@ org.apache.roller.planet.business.hibernate.ThreadLocalSessionContextNoAutoClose + false org.hibernate.cache.EhCacheProvider true true - + + Copied: incubator/roller/trunk/apps/planet/web/WEB-INF/classes/log4j.properties (from r503923, incubator/roller/trunk/sandbox/planetroller/web/WEB-INF/classes/log4j.properties) URL: http://svn.apache.org/viewvc/incubator/roller/trunk/apps/planet/web/WEB-INF/classes/log4j.properties?view=diff&rev=505078&p1=incubator/roller/trunk/sandbox/planetroller/web/WEB-INF/classes/log4j.properties&r1=503923&p2=incubator/roller/trunk/apps/planet/web/WEB-INF/classes/log4j.properties&r2=505078 ============================================================================== --- incubator/roller/trunk/sandbox/planetroller/web/WEB-INF/classes/log4j.properties (original) +++ incubator/roller/trunk/apps/planet/web/WEB-INF/classes/log4j.properties Thu Feb 8 14:58:16 2007 @@ -25,7 +25,7 @@ # Options are: DEBUG, INFO, WARN, ERROR, FATAL # Roller code -log4j.category.org.apache.roller=INFO +log4j.category.org.apache.roller.planet=INFO log4j.category.net.java.roller=INFO # Roller dependent libraries @@ -41,8 +41,6 @@ log4j.category.org.tuckey.web.filters.urlrewrite=DEBUG log4j.category.com.opensymphony.oscache=ERROR log4j.category.com.danga.MemCached=WARN - -log4j.category.org.apache.roller.planet.business.hibernate.HibernatePlanetManagerImpl=DEBUG Copied: incubator/roller/trunk/apps/planet/web/WEB-INF/classes/planet.properties (from r503923, incubator/roller/trunk/sandbox/planetroller/web/WEB-INF/classes/planet.properties) URL: http://svn.apache.org/viewvc/incubator/roller/trunk/apps/planet/web/WEB-INF/classes/planet.properties?view=diff&rev=505078&p1=incubator/roller/trunk/sandbox/planetroller/web/WEB-INF/classes/planet.properties&r1=503923&p2=incubator/roller/trunk/apps/planet/web/WEB-INF/classes/planet.properties&r2=505078 ============================================================================== --- incubator/roller/trunk/sandbox/planetroller/web/WEB-INF/classes/planet.properties (original) +++ incubator/roller/trunk/apps/planet/web/WEB-INF/classes/planet.properties Thu Feb 8 14:58:16 2007 @@ -45,15 +45,51 @@ org.apache.roller.planet.business.hibernate.HibernatePlanetImpl # You MUST override and set these three properties correctly: -planet.aggregator.cache.dir=/var/planet/cache -planet.aggregator.output.dir=/usr/local/planet/webapp -planet.aggregator.template.dir=/usr/local/planet/webapp/WEB-INF/templates +cache.dir=/var/planet/cache +output.dir=/usr/local/planet/webapp +template.dir=/usr/local/planet/webapp/WEB-INF/templates # Name of control template (in template dir) to be used planet.aggregator.mainPage=control.vm # Number of Technorati queries allowed per day planet.aggregator.technorati.limit=500 + + +# The set of default Roller renderer factories. +rendering.rollerRendererFactories=\ +org.apache.roller.planet.ui.rendering.velocity.VelocityRendererFactory + +# The set of user defined renderer factories. These are prepended to the list above. +rendering.userRendererFactories= + +# The set of default Roller request mappers +rendering.rollerRequestMappers=\ +org.apache.roller.planet.ui.rendering.MultiPlanetRequestMapper + +# The set of user defined request mappers. These are prepended to the list above. +rendering.userRequestMappers= + +# Url path elements which can NEVER be considered a weblog url +# each represents a url at the application root, i.e. //* +rendering.multiPlanetMapper.rollerProtectedUrls=\ +planet-ui,index.jsp,favicon.ico,robots.txt + +# Set of user defined protected urls. These are added to the set above. +rendering.multiPlanetMapper.userProtectedUrls=\ +images,css + +rendering.pageModels=\ +org.apache.roller.planet.ui.rendering.model.PageModel,\ +org.apache.roller.planet.ui.rendering.model.UtilitiesModel + +rendering.feedModels=\ +org.apache.roller.planet.ui.rendering.model.FeedModel,\ +org.apache.roller.planet.ui.rendering.model.UtilitiesModel + +rendering.opmlModels=\ +org.apache.roller.planet.ui.rendering.model.PlanetGroupModel,\ +org.apache.roller.planet.ui.rendering.model.UtilitiesModel # Hibernate dialect: You must override this to use a database other than MySQL4 hibernate.dialect=org.hibernate.dialect.MySQLDialect Added: incubator/roller/trunk/apps/planet/web/WEB-INF/classes/planetRuntimeConfigDefs.xml URL: http://svn.apache.org/viewvc/incubator/roller/trunk/apps/planet/web/WEB-INF/classes/planetRuntimeConfigDefs.xml?view=auto&rev=505078 ============================================================================== --- incubator/roller/trunk/apps/planet/web/WEB-INF/classes/planetRuntimeConfigDefs.xml (added) +++ incubator/roller/trunk/apps/planet/web/WEB-INF/classes/planetRuntimeConfigDefs.xml Thu Feb 8 14:58:16 2007 @@ -0,0 +1,84 @@ + + + + + + + + + + + + + + + string + Roller Planet + + + string + A default install of the Roller Planet open source aggregation server + + + string + + + + string + + + + string + + + + string + + + + string + 0 + + + + + + + Copied: incubator/roller/trunk/apps/planet/web/WEB-INF/classes/rome.properties (from r503923, incubator/roller/trunk/sandbox/planetroller/web/WEB-INF/classes/rome.properties) URL: http://svn.apache.org/viewvc/incubator/roller/trunk/apps/planet/web/WEB-INF/classes/rome.properties?view=diff&rev=505078&p1=incubator/roller/trunk/sandbox/planetroller/web/WEB-INF/classes/rome.properties&r1=503923&p2=incubator/roller/trunk/apps/planet/web/WEB-INF/classes/rome.properties&r2=505078 ============================================================================== --- incubator/roller/trunk/sandbox/planetroller/web/WEB-INF/classes/rome.properties (original) +++ incubator/roller/trunk/apps/planet/web/WEB-INF/classes/rome.properties Thu Feb 8 14:58:16 2007 @@ -17,40 +17,40 @@ # Some RSS 0.91 feeds have pubDates in items -WireFeedParser.classes=org.apache.roller.util.rome.PlanetRSS091UParser \ - org.apache.roller.util.rome.PlanetRSS091NParser +WireFeedParser.classes=org.apache.roller.planet.util.rome.PlanetRSS091UParser \ + org.apache.roller.planet.util.rome.PlanetRSS091NParser -Converter.classes =org.apache.roller.util.rome.PlanetConverterForRSS091U \ - org.apache.roller.util.rome.PlanetConverterForRSS091N \ - org.apache.roller.util.rome.PlanetConverterForRSS20 +Converter.classes =org.apache.roller.planet.util.rome.PlanetConverterForRSS091U \ + org.apache.roller.planet.util.rome.PlanetConverterForRSS091N \ + org.apache.roller.planet.util.rome.PlanetConverterForRSS20 # Handle funky RSS (RSS 2.0 with and/or ) rss_2.0.feed.ModuleGenerator.classes =com.sun.syndication.io.impl.DCModuleGenerator \ - org.apache.roller.util.rome.ContentModuleGenerator + org.apache.roller.planet.util.rome.ContentModuleGenerator rss_2.0.item.ModuleGenerator.classes =com.sun.syndication.io.impl.DCModuleGenerator \ - org.apache.roller.util.rome.ContentModuleGenerator + org.apache.roller.planet.util.rome.ContentModuleGenerator rss_2.0.feed.ModuleParser.classes =com.sun.syndication.io.impl.DCModuleParser \ - org.apache.roller.util.rome.ContentModuleParser + org.apache.roller.planet.util.rome.ContentModuleParser rss_2.0.item.ModuleParser.classes =com.sun.syndication.io.impl.DCModuleParser \ - org.apache.roller.util.rome.ContentModuleParser + org.apache.roller.planet.util.rome.ContentModuleParser # Handle in RSS 1.0 rss_1.0.feed.ModuleParser.classes =com.sun.syndication.io.impl.DCModuleParser \ - org.apache.roller.util.rome.ContentModuleParser + org.apache.roller.planet.util.rome.ContentModuleParser rss_1.0.item.ModuleParser.classes =com.sun.syndication.io.impl.DCModuleParser \ - org.apache.roller.util.rome.ContentModuleParser + org.apache.roller.planet.util.rome.ContentModuleParser rss_1.0.feed.ModuleGenerator.classes =com.sun.syndication.io.impl.DCModuleGenerator \ - org.apache.roller.util.rome.ContentModuleGenerator + org.apache.roller.planet.util.rome.ContentModuleGenerator rss_1.0.item.ModuleGenerator.classes =com.sun.syndication.io.impl.DCModuleGenerator \ - org.apache.roller.util.rome.ContentModuleGenerator + org.apache.roller.planet.util.rome.ContentModuleGenerator Added: incubator/roller/trunk/apps/planet/web/WEB-INF/classes/struts.properties URL: http://svn.apache.org/viewvc/incubator/roller/trunk/apps/planet/web/WEB-INF/classes/struts.properties?view=auto&rev=505078 ============================================================================== --- incubator/roller/trunk/apps/planet/web/WEB-INF/classes/struts.properties (added) +++ incubator/roller/trunk/apps/planet/web/WEB-INF/classes/struts.properties Thu Feb 8 14:58:16 2007 @@ -0,0 +1,4 @@ +struts.objectFactory = spring +struts.devMode = false +#struts.action.extension = do +struts.enable.DynamicMethodInvocation = false Added: incubator/roller/trunk/apps/planet/web/WEB-INF/classes/struts.xml URL: http://svn.apache.org/viewvc/incubator/roller/trunk/apps/planet/web/WEB-INF/classes/struts.xml?view=auto&rev=505078 ============================================================================== --- incubator/roller/trunk/apps/planet/web/WEB-INF/classes/struts.xml (added) +++ incubator/roller/trunk/apps/planet/web/WEB-INF/classes/struts.xml Thu Feb 8 14:58:16 2007 @@ -0,0 +1,46 @@ + + + + + + /planet-ui/login.jsp + + + /planet-ui/logout.jsp + + + /WEB-INF/jsps/MainMenu.jsp + + + + + + + + + + + /WEB-INF/jsps/admin/ConfigForm.jsp + + + /WEB-INF/jsps/admin/PlanetsList.jsp + + + + /WEB-INF/jsps/admin/PlanetForm.jsp + + + /WEB-INF/jsps/admin/PlanetGroupForm.jsp + + + /WEB-INF/jsps/admin/PlanetSubscriptionForm.jsp + + + \ No newline at end of file Added: incubator/roller/trunk/apps/planet/web/WEB-INF/jsps/MainMenu.jsp URL: http://svn.apache.org/viewvc/incubator/roller/trunk/apps/planet/web/WEB-INF/jsps/MainMenu.jsp?view=auto&rev=505078 ============================================================================== --- incubator/roller/trunk/apps/planet/web/WEB-INF/jsps/MainMenu.jsp (added) +++ incubator/roller/trunk/apps/planet/web/WEB-INF/jsps/MainMenu.jsp Thu Feb 8 14:58:16 2007 @@ -0,0 +1,39 @@ +<%-- + Licensed to the Apache Software Foundation (ASF) under one or more + contributor license agreements. The ASF licenses this file to You + under the Apache License, Version 2.0 (the "License"); you may not + use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. For additional information regarding + copyright in this work, please see the NOTICE file in the top level + directory of this distribution. +--%> +<%@ taglib prefix="s" uri="/struts-tags" %> + + + + + <s:text name="Menu.pageTitle" /> + " /> + + +
+ +

+ +

+ +

+ +

+ +
+ + Added: incubator/roller/trunk/apps/planet/web/WEB-INF/jsps/admin/ConfigForm.jsp URL: http://svn.apache.org/viewvc/incubator/roller/trunk/apps/planet/web/WEB-INF/jsps/admin/ConfigForm.jsp?view=auto&rev=505078 ============================================================================== --- incubator/roller/trunk/apps/planet/web/WEB-INF/jsps/admin/ConfigForm.jsp (added) +++ incubator/roller/trunk/apps/planet/web/WEB-INF/jsps/admin/ConfigForm.jsp Thu Feb 8 14:58:16 2007 @@ -0,0 +1,118 @@ +<%-- + Licensed to the Apache Software Foundation (ASF) under one or more + contributor license agreements. The ASF licenses this file to You + under the Apache License, Version 2.0 (the "License"); you may not + use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. For additional information regarding + copyright in this work, please see the NOTICE file in the top level + directory of this distribution. +--%> +<%@ taglib uri="http://java.sun.com/jsp/jstl/xml" prefix="x" %> +<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %> +<%@ taglib prefix="s" uri="/struts-tags" %> + +<%-- Start by parsing our config defs using the jstl xml toolkit --%> +<%-- Then we'll progress through the config defs and print out the form --%> + + <%= org.apache.roller.planet.config.PlanetRuntimeConfig.getRuntimeConfigDefsAsString() %> + + + + + + <s:text name="ConfigForm.pageTitle" /> + " /> + + +
+ + <%-- show the menu bar --%> + <%@include file="/WEB-INF/jsps/admin/menu.jsp" %> + +

+ +

+ + <%-- show a status message if needed --%> + <%@include file="/WEB-INF/jsps/admin/statusMessage.jsp" %> + + + + + + + + + + + + + + + + + + + + + <%-- choose the right html input element for the display --%> + + + <%-- "string" type means use a simple textbox --%> + + + + + <%-- "text" type means use a full textarea --%> + + + + + <%-- "boolean" type means use a checkbox --%> + + + + + + + + + + + + <%-- if it's something we don't understand then use textbox --%> + + + + + + + + + + + + + + + + +

' size="35" /> + + <%-- --%>
 
+ + + +
+ +
+ + Added: incubator/roller/trunk/apps/planet/web/WEB-INF/jsps/admin/PlanetForm.jsp URL: http://svn.apache.org/viewvc/incubator/roller/trunk/apps/planet/web/WEB-INF/jsps/admin/PlanetForm.jsp?view=auto&rev=505078 ============================================================================== --- incubator/roller/trunk/apps/planet/web/WEB-INF/jsps/admin/PlanetForm.jsp (added) +++ incubator/roller/trunk/apps/planet/web/WEB-INF/jsps/admin/PlanetForm.jsp Thu Feb 8 14:58:16 2007 @@ -0,0 +1,91 @@ +<%-- + Licensed to the Apache Software Foundation (ASF) under one or more + contributor license agreements. The ASF licenses this file to You + under the Apache License, Version 2.0 (the "License"); you may not + use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. For additional information regarding + copyright in this work, please see the NOTICE file in the top level + directory of this distribution. +--%> +<%@ taglib prefix="s" uri="/struts-tags" %> + + + + + <s:text name="PlanetForm.pageTitle" /> + " /> + + + +
+ + <%-- show the menu bar --%> + <%@include file="/WEB-INF/jsps/admin/menu.jsp" %> + +

+ +

+ + <%-- show a status message if needed --%> + <%@include file="/WEB-INF/jsps/admin/statusMessage.jsp" %> + +

+ + + + + + + + + + + + +

+ + + + + + + + + + + + + + + + + + + + +
', '');">
+ + + + +

+ +
+ +
+ + Added: incubator/roller/trunk/apps/planet/web/WEB-INF/jsps/admin/PlanetGroupForm.jsp URL: http://svn.apache.org/viewvc/incubator/roller/trunk/apps/planet/web/WEB-INF/jsps/admin/PlanetGroupForm.jsp?view=auto&rev=505078 ============================================================================== --- incubator/roller/trunk/apps/planet/web/WEB-INF/jsps/admin/PlanetGroupForm.jsp (added) +++ incubator/roller/trunk/apps/planet/web/WEB-INF/jsps/admin/PlanetGroupForm.jsp Thu Feb 8 14:58:16 2007 @@ -0,0 +1,97 @@ +<%-- + Licensed to the Apache Software Foundation (ASF) under one or more + contributor license agreements. The ASF licenses this file to You + under the Apache License, Version 2.0 (the "License"); you may not + use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. For additional information regarding + copyright in this work, please see the NOTICE file in the top level + directory of this distribution. +--%> +<%@ taglib prefix="s" uri="/struts-tags" %> + + + + + <s:text name="PlanetGroupForm.pageTitle" /> + " /> + + + +
+ + <%-- show the menu bar --%> + <%@include file="/WEB-INF/jsps/admin/menu.jsp" %> + +

+ +

+ + <%-- show a status message if needed --%> + <%@include file="/WEB-INF/jsps/admin/statusMessage.jsp" %> + + + + +

+ + + + + + + + + + + + + + + +

+ + + + + + + + + + + + + + + + + + + + +
', '');">
+ + + + +

+ +
+ +
+ + Added: incubator/roller/trunk/apps/planet/web/WEB-INF/jsps/admin/PlanetSubscriptionForm.jsp URL: http://svn.apache.org/viewvc/incubator/roller/trunk/apps/planet/web/WEB-INF/jsps/admin/PlanetSubscriptionForm.jsp?view=auto&rev=505078 ============================================================================== --- incubator/roller/trunk/apps/planet/web/WEB-INF/jsps/admin/PlanetSubscriptionForm.jsp (added) +++ incubator/roller/trunk/apps/planet/web/WEB-INF/jsps/admin/PlanetSubscriptionForm.jsp Thu Feb 8 14:58:16 2007 @@ -0,0 +1,63 @@ +<%-- + Licensed to the Apache Software Foundation (ASF) under one or more + contributor license agreements. The ASF licenses this file to You + under the Apache License, Version 2.0 (the "License"); you may not + use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. For additional information regarding + copyright in this work, please see the NOTICE file in the top level + directory of this distribution. +--%> +<%@ taglib prefix="s" uri="/struts-tags" %> + + + + + <s:text name="PlanetSubscriptionForm.pageTitle" /> + " /> + + +
+ + <%-- show the menu bar --%> + <%@include file="/WEB-INF/jsps/admin/menu.jsp" %> + +

+ +

+ + <%-- show a status message if needed --%> + <%@include file="/WEB-INF/jsps/admin/statusMessage.jsp" %> + + + + +

+ + + + + + + + + + + + + + + +

+
+ +
+ + Added: incubator/roller/trunk/apps/planet/web/WEB-INF/jsps/admin/PlanetsList.jsp URL: http://svn.apache.org/viewvc/incubator/roller/trunk/apps/planet/web/WEB-INF/jsps/admin/PlanetsList.jsp?view=auto&rev=505078 ============================================================================== --- incubator/roller/trunk/apps/planet/web/WEB-INF/jsps/admin/PlanetsList.jsp (added) +++ incubator/roller/trunk/apps/planet/web/WEB-INF/jsps/admin/PlanetsList.jsp Thu Feb 8 14:58:16 2007 @@ -0,0 +1,73 @@ +<%-- + Licensed to the Apache Software Foundation (ASF) under one or more + contributor license agreements. The ASF licenses this file to You + under the Apache License, Version 2.0 (the "License"); you may not + use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. For additional information regarding + copyright in this work, please see the NOTICE file in the top level + directory of this distribution. +--%> +<%@ taglib prefix="s" uri="/struts-tags" %> + + + + + <s:text name="PlanetsList.pageTitle" /> + " /> + + + +
+ + <%-- show the menu bar --%> + <%@include file="/WEB-INF/jsps/admin/menu.jsp" %> + +

+ +

+ + <%-- show a status message if needed --%> + <%@include file="/WEB-INF/jsps/admin/statusMessage.jsp" %> + + + + + + + + + + + + + + + + + + + + + + +
', '');">
+ +

+ +
+ + Added: incubator/roller/trunk/apps/planet/web/WEB-INF/jsps/admin/menu.jsp URL: http://svn.apache.org/viewvc/incubator/roller/trunk/apps/planet/web/WEB-INF/jsps/admin/menu.jsp?view=auto&rev=505078 ============================================================================== --- incubator/roller/trunk/apps/planet/web/WEB-INF/jsps/admin/menu.jsp (added) +++ incubator/roller/trunk/apps/planet/web/WEB-INF/jsps/admin/menu.jsp Thu Feb 8 14:58:16 2007 @@ -0,0 +1,25 @@ +<%-- + Licensed to the Apache Software Foundation (ASF) under one or more + contributor license agreements. The ASF licenses this file to You + under the Apache License, Version 2.0 (the "License"); you may not + use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. For additional information regarding + copyright in this work, please see the NOTICE file in the top level + directory of this distribution. +--%> +<%@ taglib prefix="s" uri="/struts-tags" %> + + \ No newline at end of file Added: incubator/roller/trunk/apps/planet/web/WEB-INF/jsps/admin/statusMessage.jsp URL: http://svn.apache.org/viewvc/incubator/roller/trunk/apps/planet/web/WEB-INF/jsps/admin/statusMessage.jsp?view=auto&rev=505078 ============================================================================== --- incubator/roller/trunk/apps/planet/web/WEB-INF/jsps/admin/statusMessage.jsp (added) +++ incubator/roller/trunk/apps/planet/web/WEB-INF/jsps/admin/statusMessage.jsp Thu Feb 8 14:58:16 2007 @@ -0,0 +1,26 @@ +<%-- + Licensed to the Apache Software Foundation (ASF) under one or more + contributor license agreements. The ASF licenses this file to You + under the Apache License, Version 2.0 (the "License"); you may not + use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. For additional information regarding + copyright in this work, please see the NOTICE file in the top level + directory of this distribution. +--%> + +
+
+ +
+
+ +
+
\ No newline at end of file Added: incubator/roller/trunk/apps/planet/web/WEB-INF/velocity.properties URL: http://svn.apache.org/viewvc/incubator/roller/trunk/apps/planet/web/WEB-INF/velocity.properties?view=auto&rev=505078 ============================================================================== --- incubator/roller/trunk/apps/planet/web/WEB-INF/velocity.properties (added) +++ incubator/roller/trunk/apps/planet/web/WEB-INF/velocity.properties Thu Feb 8 14:58:16 2007 @@ -0,0 +1,62 @@ +# Licensed to the Apache Software Foundation (ASF) under one or more +# contributor license agreements. The ASF licenses this file to You +# under the Apache License, Version 2.0 (the "License"); you may not +# use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. For additional information regarding +# copyright in this work, please see the NOTICE file in the top level +# directory of this distribution. + +# specify resource loaders to use +resource.loader = template, webapp, class + +# for the loader we call 'template' +template.resource.loader.description = Planet Template Resource Loader +template.resource.loader.class = org.apache.roller.planet.ui.rendering.velocity.TemplateResourceLoader +template.resource.loader.cache=true +template.resource.loader.modificationCheckInterval=60 + +# for the loader we call 'webapp' +webapp.resource.loader.description = Webapp Resource Loader +webapp.resource.loader.class = org.apache.roller.planet.ui.rendering.velocity.WebappResourceLoader +webapp.resource.loader.cache=true +webapp.resource.loader.modificationCheckInterval=60 + +# for the loader we call 'class' +class.resource.loader.description = Velocity Classpath Resource Loader +class.resource.loader.class = org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader +class.resource.loader.cache=true +class.resource.loader.modificationCheckInterval=60 + +# log invalid template references? +# set this to false to have a quieter velocity.log +runtime.log.invalid.reference=false + +# tell Velocity to use Log4J +runtime.log.logsystem.class=org.apache.velocity.runtime.log.SimpleLog4JLogSystem +runtime.log.logsystem.log4j.category=org.apache.velocity + +# Override the default global library, set to blank to load no default +velocimacro.library = + +# Change to false for deployment environments. +# Caching for the 'class' & 'webapp' ResourceLoaders must be false for this to work +velocimacro.library.autoreload=true + +# Allow Velocimacros to be defined in regular templates +velocimacro.permissions.allow.inline=true + +# Allow template authors to define macros in any template +velocimacro.permissions.allow.inline.local.scope=false + +# set encoding/charset to UTF-8 +input.encoding=UTF-8 +output.encoding=UTF-8 +default.contentType=text/html; charset=utf-8 Copied: incubator/roller/trunk/apps/planet/web/WEB-INF/web.xml (from r503923, incubator/roller/trunk/sandbox/planetroller/web/WEB-INF/web.xml) URL: http://svn.apache.org/viewvc/incubator/roller/trunk/apps/planet/web/WEB-INF/web.xml?view=diff&rev=505078&p1=incubator/roller/trunk/sandbox/planetroller/web/WEB-INF/web.xml&r1=503923&p2=incubator/roller/trunk/apps/planet/web/WEB-INF/web.xml&r2=505078 ============================================================================== --- incubator/roller/trunk/sandbox/planetroller/web/WEB-INF/web.xml (original) +++ incubator/roller/trunk/apps/planet/web/WEB-INF/web.xml Thu Feb 8 14:58:16 2007 @@ -2,63 +2,93 @@ Planet Roller - + + + struts2 + org.apache.struts2.dispatcher.FilterDispatcher + + PersistenceSessionFilter - org.apache.roller.planet.ui.utils.PersistenceSessionFilter - + org.apache.roller.planet.ui.core.filters.PersistenceSessionFilter + - LoadableFormFilter - org.apache.roller.planet.ui.utils.LoadableFormFilter - + RequestMappingFilter + org.apache.roller.planet.ui.rendering.filters.RequestMappingFilter + - MyFacesExtensionsFilter - org.apache.myfaces.webapp.filter.ExtensionsFilter + DebugFilter + org.apache.roller.planet.ui.core.struts2.DebugFilter - + + - uploadMaxFileSize - 500k - - - uploadThresholdSize - 100k - + DebugFilter + *.action + REQUEST - + --> + PersistenceSessionFilter /planet-ui/* REQUEST - FORWARD - LoadableFormFilter + RequestMappingFilter /* REQUEST + + struts2 + /* + REQUEST + FORWARD + + + + FeedServlet + org.apache.roller.planet.ui.rendering.servlets.FeedServlet + 1 + + + PageServlet + org.apache.roller.planet.ui.rendering.servlets.PageServlet + 1 + - Faces Servlet - javax.faces.webapp.FacesServlet + OpmlServlet + org.apache.roller.planet.ui.rendering.servlets.OpmlServlet 1 - + + + + FeedServlet + /planet-ui/rendering/feed/* + + - Faces Servlet - *.faces + PageServlet + /planet-ui/rendering/page/* + + OpmlServlet + /planet-ui/rendering/opml/* + + + + org.apache.roller.planet.ui.core.PlanetContext + + index.jsp index.html - + 500 @@ -77,17 +107,19 @@ admin - + + + + + admin + + FORM - /planet-ui/login.jsp - /planet-ui/login.jsp?error=true + /planet-ui/Login.action + /planet-ui/Login.action?failed=true - - - admin - Copied: incubator/roller/trunk/apps/planet/web/index.jsp (from r503923, incubator/roller/trunk/sandbox/planetroller/web/index.jsp) URL: http://svn.apache.org/viewvc/incubator/roller/trunk/apps/planet/web/index.jsp?view=diff&rev=505078&p1=incubator/roller/trunk/sandbox/planetroller/web/index.jsp&r1=503923&p2=incubator/roller/trunk/apps/planet/web/index.jsp&r2=505078 ============================================================================== --- incubator/roller/trunk/sandbox/planetroller/web/index.jsp (original) +++ incubator/roller/trunk/apps/planet/web/index.jsp Thu Feb 8 14:58:16 2007 @@ -15,28 +15,5 @@ copyright in this work, please see the NOTICE file in the top level directory of this distribution. --%> -<%@ page import="org.apache.roller.planet.business.PlanetManager" %> -<%@ page import="org.apache.roller.planet.business.PlanetFactory" %> -<%@ page import="org.apache.roller.planet.pojos.PlanetConfigData" %> -<%@ page import="org.apache.roller.planet.pojos.PlanetGroupData" %> -<% - // if no default aggregation exists, then we'll go to main page - String fwd = "/planet-ui/main.faces"; - PlanetManager pmgr= PlanetFactory.getPlanet().getPlanetManager(); - PlanetConfigData pconfig = pmgr.getConfiguration(); - - // if we have a config and a default group, then check for aggregation - if (pconfig != null && pconfig.getDefaultGroup() != null) { - PlanetGroupData group = pconfig.getDefaultGroup(); - - // and check to see if group aggregation exists yet - String groupPath = application.getRealPath("/" + group.getHandle()); - java.io.File groupDir = new java.io.File(groupPath); - if (groupDir.exists() && groupDir.isDirectory()) { - - // aggregation exists, so forward to it - fwd = "/" + group.getHandle() + "/"; - } - } -%> - + +need a homepage Added: incubator/roller/trunk/apps/planet/web/planet-ui/index.jsp URL: http://svn.apache.org/viewvc/incubator/roller/trunk/apps/planet/web/planet-ui/index.jsp?view=auto&rev=505078 ============================================================================== --- incubator/roller/trunk/apps/planet/web/planet-ui/index.jsp (added) +++ incubator/roller/trunk/apps/planet/web/planet-ui/index.jsp Thu Feb 8 14:58:16 2007 @@ -0,0 +1 @@ +<% response.sendRedirect("admin/ConfigForm.action"); %> Copied: incubator/roller/trunk/apps/planet/web/planet-ui/login.jsp (from r503923, incubator/roller/trunk/sandbox/planetroller/web/planet-ui/login.jsp) URL: http://svn.apache.org/viewvc/incubator/roller/trunk/apps/planet/web/planet-ui/login.jsp?view=diff&rev=505078&p1=incubator/roller/trunk/sandbox/planetroller/web/planet-ui/login.jsp&r1=503923&p2=incubator/roller/trunk/apps/planet/web/planet-ui/login.jsp&r2=505078 ============================================================================== --- incubator/roller/trunk/sandbox/planetroller/web/planet-ui/login.jsp (original) +++ incubator/roller/trunk/apps/planet/web/planet-ui/login.jsp Thu Feb 8 14:58:16 2007 @@ -15,30 +15,28 @@ copyright in this work, please see the NOTICE file in the top level directory of this distribution. --%> -<%@page contentType="text/html"%> -<%@page pageEncoding="UTF-8"%> -<%@taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c"%> +<%@ page contentType="text/html"%> +<%@ page pageEncoding="UTF-8"%> +<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c"%> <%@ taglib uri="http://java.sun.com/jsp/jstl/fmt" prefix="fmt" %> - +<%@ taglib prefix="s" uri="/struts-tags" %> - <fmt:message key="loginPageTitle" /> + <s:text name="Login.pageTitle" />
-

- - +

- - + +

-

-

-

+

+

+

Copied: incubator/roller/trunk/apps/planet/web/planet-ui/logout.jsp (from r503923, incubator/roller/trunk/sandbox/planetroller/web/planet-ui/logout.jsp) URL: http://svn.apache.org/viewvc/incubator/roller/trunk/apps/planet/web/planet-ui/logout.jsp?view=diff&rev=505078&p1=incubator/roller/trunk/sandbox/planetroller/web/planet-ui/logout.jsp&r1=503923&p2=incubator/roller/trunk/apps/planet/web/planet-ui/logout.jsp&r2=505078 ============================================================================== --- incubator/roller/trunk/sandbox/planetroller/web/planet-ui/logout.jsp (original) +++ incubator/roller/trunk/apps/planet/web/planet-ui/logout.jsp Thu Feb 8 14:58:16 2007 @@ -1,6 +1,5 @@ -<%@ page import="javax.servlet.*" %> <% + // just invalidate session and redirect request.getSession().invalidate(); - RequestDispatcher rd = request.getRequestDispatcher("/index.jsp"); - rd.forward(request, response); + response.sendRedirect(request.getContextPath()+"/"); %> Copied: incubator/roller/trunk/apps/planet/web/planet-ui/planet.css (from r503923, incubator/roller/trunk/sandbox/planetroller/web/planet-ui/planet.css) URL: http://svn.apache.org/viewvc/incubator/roller/trunk/apps/planet/web/planet-ui/planet.css?view=diff&rev=505078&p1=incubator/roller/trunk/sandbox/planetroller/web/planet-ui/planet.css&r1=503923&p2=incubator/roller/trunk/apps/planet/web/planet-ui/planet.css&r2=505078 ============================================================================== --- incubator/roller/trunk/sandbox/planetroller/web/planet-ui/planet.css (original) +++ incubator/roller/trunk/apps/planet/web/planet-ui/planet.css Thu Feb 8 14:58:16 2007 @@ -20,25 +20,52 @@ color: #4cbc00; margin: 10px 0px 10px 0px; } -a:link { + +a { font-weight: bold; color: #5c67e0; + text-decoration: none; } -a:visited { - font-weight: bold; - color: #5c67e0; +a:hover { + text-decoration: underline; +} +a.menubar { + font-size: larger; } + img { border: none; padding: 0px 3px 0px 0px; } + .fieldError { color: red; } -.error { border: 1px red solid; background: #FFAAAA; } -.success { border: 1px green solid; background: #AAFFAA; } -.warning { border: 1px yellow solid; background: #FFFFAA; } +.error { + border: 1px red solid; + background: #FFAAAA; + color: #000; + padding: 4px; +} + +.success { + border: 1px green solid; + background: #AAFFAA; + color: #000; + padding: 4px; +} + +.warning { + border: 1px yellow solid; + background: #FFFFAA; + color: #000; + padding: 4px; +} + +div.menubar { + text-align: right; +} table.form { width: 80% Added: incubator/roller/trunk/apps/planet/web/planet-ui/refresh.jsp URL: http://svn.apache.org/viewvc/incubator/roller/trunk/apps/planet/web/planet-ui/refresh.jsp?view=auto&rev=505078 ============================================================================== --- incubator/roller/trunk/apps/planet/web/planet-ui/refresh.jsp (added) +++ incubator/roller/trunk/apps/planet/web/planet-ui/refresh.jsp Thu Feb 8 14:58:16 2007 @@ -0,0 +1,7 @@ +<%@page contentType="text/html"%> +<%@page pageEncoding="UTF-8"%> +<%@ page import="org.apache.roller.planet.tasks.*" %> +<% +RefreshPlanetTask task = new RefreshPlanetTask(); +task.run(); +%> \ No newline at end of file Modified: incubator/roller/trunk/metadata/database/createdb.vm URL: http://svn.apache.org/viewvc/incubator/roller/trunk/metadata/database/createdb.vm?view=diff&rev=505078&r1=505077&r2=505078 ============================================================================== --- incubator/roller/trunk/metadata/database/createdb.vm (original) +++ incubator/roller/trunk/metadata/database/createdb.vm Thu Feb 8 14:58:16 2007 @@ -442,6 +442,18 @@ proxy_port integer default -1 ); +create table rag_properties ( + name varchar(255) not null primary key, + value $TEXT_SQL_TYPE +); + +create table rag_planet ( + id varchar(48) not null primary key, + name varchar(255) not null, + handle varchar(32) not null +); +create index ragp_handle_idx on rag_planet(handle); + create table rag_group ( id varchar(48) not null primary key, handle varchar(255) not null, @@ -450,7 +462,8 @@ cat_restriction $TEXT_SQL_TYPE, group_page varchar(255), max_page_entries integer default 30, - max_feed_entries integer default 30 + max_feed_entries integer default 30, + planet_id varchar(48) ); alter table rag_group add constraint ragg_handle_uq unique ( handle$!INDEXSIZE ); Modified: incubator/roller/trunk/metadata/database/droptables.sql URL: http://svn.apache.org/viewvc/incubator/roller/trunk/metadata/database/droptables.sql?view=diff&rev=505078&r1=505077&r2=505078 ============================================================================== --- incubator/roller/trunk/metadata/database/droptables.sql (original) +++ incubator/roller/trunk/metadata/database/droptables.sql Thu Feb 8 14:58:16 2007 @@ -15,11 +15,13 @@ -- directory of this distribution. -- planet tables +drop table rag_properties; drop table rag_config; drop table rag_group; drop table rag_subscription; drop table rag_entry; drop table rag_group_subscription; +drop table rag_planet; -- non-associated tables drop table newsfeed; @@ -55,3 +57,4 @@ drop table website; drop table userrole; drop table rolleruser; + Modified: incubator/roller/trunk/sandbox/planetroller/build.xml URL: http://svn.apache.org/viewvc/incubator/roller/trunk/sandbox/planetroller/build.xml?view=diff&rev=505078&r1=505077&r2=505078 ============================================================================== --- incubator/roller/trunk/sandbox/planetroller/build.xml (original) +++ incubator/roller/trunk/sandbox/planetroller/build.xml Thu Feb 8 14:58:16 2007 @@ -45,7 +45,6 @@ - @@ -65,17 +64,12 @@ - - - - - - - + + @@ -90,12 +84,13 @@ - - - - - - + + + + + + + @@ -192,7 +187,14 @@ - + + + + + + + + Modified: incubator/roller/trunk/sandbox/planetroller/nbproject/project.xml URL: http://svn.apache.org/viewvc/incubator/roller/trunk/sandbox/planetroller/nbproject/project.xml?view=diff&rev=505078&r1=505077&r2=505078 ============================================================================== --- incubator/roller/trunk/sandbox/planetroller/nbproject/project.xml (original) +++ incubator/roller/trunk/sandbox/planetroller/nbproject/project.xml Thu Feb 8 14:58:16 2007 @@ -64,7 +64,7 @@ src - web/WEB-INF/lib/commons-beanutils-1.7.0.jar:web/WEB-INF/lib/commons-codec-1.3.jar:web/WEB-INF/lib/commons-collections-3.1.jar:web/WEB-INF/lib/commons-digester-1.6.jar:web/WEB-INF/lib/commons-el-1.0.jar:web/WEB-INF/lib/commons-lang-2.1.jar:web/WEB-INF/lib/commons-logging-1.0.4.jar:web/WEB-INF/lib/jstl.jar:web/WEB-INF/lib/myfaces-api-1.1.4.jar:web/WEB-INF/lib/myfaces-impl-1.1.4.jar:web/WEB-INF/lib/standard.jar:web/WEB-INF/lib/tomahawk-1.1.3.jar:../../tools/buildtime/tomcat-5.0.28/servlet-api.jar:lib/antlr.jar:lib/asm-attrs.jar:lib/asm.jar:lib/cglib-2.1.3.jar:lib/commons-fileupload.jar:lib/commons-lang-2.0.jar:lib/commons-logging.jar:lib/commons-validator.jar:lib/dom4j-1.6.1.jar:lib/ehcache-1.1.jar:lib/hibernate3.jar:lib/jaxen-full.jar:lib/jdbc2_0-stdext.jar:lib/jdom.jar:lib/jta.jar:lib/log4j-1.2.11.jar:lib/roller-business.jar:lib/roller-web.jar:lib/rome-0.8.jar:lib/rome-fetcher-0.8.jar:lib/saxpath.jar:lib/servlet-api.jar:lib/velocity-1 .4.jar:lib/velocity-dep-1.4.jar:lib/activation.jar:lib/mail.jar:../../apps/planet/build/lib/roller-planet.jar + web/WEB-INF/lib/commons-codec-1.3.jar:web/WEB-INF/lib/commons-collections-3.1.jar:web/WEB-INF/lib/commons-digester-1.6.jar:web/WEB-INF/lib/commons-el-1.0.jar:web/WEB-INF/lib/commons-lang-2.1.jar:web/WEB-INF/lib/jstl.jar:web/WEB-INF/lib/myfaces-api-1.1.4.jar:web/WEB-INF/lib/myfaces-impl-1.1.4.jar:web/WEB-INF/lib/standard.jar:web/WEB-INF/lib/tomahawk-1.1.3.jar:../../tools/buildtime/tomcat-5.0.28/servlet-api.jar:lib/asm-attrs.jar:lib/asm.jar:lib/cglib-2.1.3.jar:lib/commons-fileupload.jar:lib/commons-lang-2.0.jar:lib/commons-logging.jar:lib/commons-validator.jar:lib/dom4j-1.6.1.jar:lib/ehcache-1.1.jar:lib/hibernate3.jar:lib/jaxen-full.jar:lib/jdbc2_0-stdext.jar:lib/jdom.jar:lib/jta.jar:lib/log4j-1.2.11.jar:lib/roller-business.jar:lib/roller-web.jar:lib/rome-0.8.jar:lib/rome-fetcher-0.8.jar:lib/saxpath.jar:lib/servlet-api.jar:lib/velocity-1.4.jar:lib/velocity-dep-1.4.jar:lib/activation.jar:lib/mail.jar:build/lib/roller-planet-business.jar :lib/struts2/commons-collections-3.1.jar:lib/struts2/commons-logging-1.0.4.jar:lib/struts2/freemarker-2.3.4.jar:lib/struts2/ognl-2.6.7.jar:lib/struts2/spring-aop-1.2.8.jar:lib/struts2/spring-beans-1.2.8.jar:lib/struts2/spring-context-1.2.8.jar:lib/struts2/spring-core-1.2.8.jar:lib/struts2/spring-web-1.2.8.jar:lib/struts2/struts2-api-2.0.1.jar:lib/struts2/struts2-core-2.0.1.jar:lib/struts2/xwork-2.0-beta-1.jar 1.4 Added: incubator/roller/trunk/tools/jakarta-taglibs-standard-1.1.2/lib/serializer.jar URL: http://svn.apache.org/viewvc/incubator/roller/trunk/tools/jakarta-taglibs-standard-1.1.2/lib/serializer.jar?view=auto&rev=505078 ============================================================================== Binary file - no diff available. Propchange: incubator/roller/trunk/tools/jakarta-taglibs-standard-1.1.2/lib/serializer.jar ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream Added: incubator/roller/trunk/tools/lib/commons-collections-3.1.jar URL: http://svn.apache.org/viewvc/incubator/roller/trunk/tools/lib/commons-collections-3.1.jar?view=auto&rev=505078 ============================================================================== Binary file - no diff available. Propchange: incubator/roller/trunk/tools/lib/commons-collections-3.1.jar ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream Added: incubator/roller/trunk/tools/lib/commons-digester-1.6.jar URL: http://svn.apache.org/viewvc/incubator/roller/trunk/tools/lib/commons-digester-1.6.jar?view=auto&rev=505078 ============================================================================== Binary file - no diff available. Propchange: incubator/roller/trunk/tools/lib/commons-digester-1.6.jar ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream Added: incubator/roller/trunk/tools/lib/commons-lang-2.1.jar URL: http://svn.apache.org/viewvc/incubator/roller/trunk/tools/lib/commons-lang-2.1.jar?view=auto&rev=505078 ============================================================================== Binary file - no diff available. Propchange: incubator/roller/trunk/tools/lib/commons-lang-2.1.jar ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream Added: incubator/roller/trunk/tools/lib/commons-logging-1.0.4.jar URL: http://svn.apache.org/viewvc/incubator/roller/trunk/tools/lib/commons-logging-1.0.4.jar?view=auto&rev=505078 ============================================================================== Binary file - no diff available. Propchange: incubator/roller/trunk/tools/lib/commons-logging-1.0.4.jar ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream