You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@roller.apache.org by gm...@apache.org on 2014/07/07 19:59:33 UTC

svn commit: r1608536 - in /roller/trunk/app/src: main/java/org/apache/roller/planet/business/ main/java/org/apache/roller/planet/business/jpa/ main/java/org/apache/roller/planet/tasks/ main/java/org/apache/roller/weblogger/business/ main/java/org/apach...

Author: gmazza
Date: Mon Jul  7 17:59:31 2014
New Revision: 1608536

URL: http://svn.apache.org/r1608536
Log:
Switched from package.html in resources folders to package-info.java in java folders

Added:
    roller/trunk/app/src/main/java/org/apache/roller/planet/business/jpa/package-info.java
    roller/trunk/app/src/main/java/org/apache/roller/planet/business/package-info.java
    roller/trunk/app/src/main/java/org/apache/roller/planet/tasks/package-info.java
    roller/trunk/app/src/main/java/org/apache/roller/weblogger/business/jpa/package-info.java
    roller/trunk/app/src/main/java/org/apache/roller/weblogger/business/package-info.java
    roller/trunk/app/src/main/java/org/apache/roller/weblogger/business/pings/package-info.java
    roller/trunk/app/src/main/java/org/apache/roller/weblogger/business/plugins/comment/package-info.java
    roller/trunk/app/src/main/java/org/apache/roller/weblogger/business/plugins/entry/package-info.java
    roller/trunk/app/src/main/java/org/apache/roller/weblogger/business/plugins/package-info.java
    roller/trunk/app/src/main/java/org/apache/roller/weblogger/business/search/operations/package-info.java
    roller/trunk/app/src/main/java/org/apache/roller/weblogger/business/search/package-info.java
    roller/trunk/app/src/main/java/org/apache/roller/weblogger/business/startup/package-info.java
    roller/trunk/app/src/main/java/org/apache/roller/weblogger/business/themes/package-info.java
    roller/trunk/app/src/main/java/org/apache/roller/weblogger/config/package-info.java
    roller/trunk/app/src/main/java/org/apache/roller/weblogger/config/runtime/package-info.java
    roller/trunk/app/src/main/java/org/apache/roller/weblogger/planet/ui/package-info.java
    roller/trunk/app/src/main/java/org/apache/roller/weblogger/pojos/package-info.java
    roller/trunk/app/src/main/java/org/apache/roller/weblogger/pojos/wrapper/package-info.java
    roller/trunk/app/src/main/java/org/apache/roller/weblogger/ui/core/filters/package-info.java
    roller/trunk/app/src/main/java/org/apache/roller/weblogger/ui/core/plugins/package-info.java
    roller/trunk/app/src/main/java/org/apache/roller/weblogger/ui/core/security/package-info.java
    roller/trunk/app/src/main/java/org/apache/roller/weblogger/ui/core/tags/calendar/package-info.java
    roller/trunk/app/src/main/java/org/apache/roller/weblogger/ui/core/util/menu/package-info.java
    roller/trunk/app/src/main/java/org/apache/roller/weblogger/ui/rendering/filters/package-info.java
    roller/trunk/app/src/main/java/org/apache/roller/weblogger/ui/rendering/model/package-info.java
    roller/trunk/app/src/main/java/org/apache/roller/weblogger/ui/rendering/package-info.java
    roller/trunk/app/src/main/java/org/apache/roller/weblogger/ui/rendering/pagers/package-info.java
    roller/trunk/app/src/main/java/org/apache/roller/weblogger/ui/rendering/plugins/comments/package-info.java
    roller/trunk/app/src/main/java/org/apache/roller/weblogger/ui/rendering/servlets/package-info.java
    roller/trunk/app/src/main/java/org/apache/roller/weblogger/ui/rendering/util/cache/package-info.java
    roller/trunk/app/src/main/java/org/apache/roller/weblogger/ui/rendering/util/package-info.java
    roller/trunk/app/src/main/java/org/apache/roller/weblogger/ui/rendering/velocity/package-info.java
    roller/trunk/app/src/main/java/org/apache/roller/weblogger/ui/struts2/admin/package-info.java
    roller/trunk/app/src/main/java/org/apache/roller/weblogger/ui/struts2/ajax/package-info.java
    roller/trunk/app/src/main/java/org/apache/roller/weblogger/ui/struts2/common/package-info.java
    roller/trunk/app/src/main/java/org/apache/roller/weblogger/ui/struts2/core/package-info.java
    roller/trunk/app/src/main/java/org/apache/roller/weblogger/ui/struts2/editor/package-info.java
    roller/trunk/app/src/main/java/org/apache/roller/weblogger/ui/struts2/pagers/package-info.java
    roller/trunk/app/src/main/java/org/apache/roller/weblogger/ui/struts2/util/package-info.java
    roller/trunk/app/src/main/java/org/apache/roller/weblogger/ui/tags/package-info.java
    roller/trunk/app/src/main/java/org/apache/roller/weblogger/util/cache/package-info.java
    roller/trunk/app/src/main/java/org/apache/roller/weblogger/util/package-info.java
    roller/trunk/app/src/main/java/org/apache/roller/weblogger/webservices/atomprotocol/package-info.java
    roller/trunk/app/src/main/java/org/apache/roller/weblogger/webservices/opensearch/package-info.java
    roller/trunk/app/src/main/java/org/apache/roller/weblogger/webservices/tagdata/package-info.java
    roller/trunk/app/src/main/java/org/apache/roller/weblogger/webservices/xmlrpc/package-info.java
    roller/trunk/app/src/test/java/org/apache/roller/weblogger/business/package-info.java
Removed:
    roller/trunk/app/src/main/java/org/apache/roller/weblogger/pojos/wrapper/package.html
    roller/trunk/app/src/main/java/org/apache/roller/weblogger/util/cache/package.html
    roller/trunk/app/src/main/java/org/apache/roller/weblogger/util/package.html
    roller/trunk/app/src/main/resources/org/apache/roller/weblogger/business/jpa/
    roller/trunk/app/src/main/resources/org/apache/roller/weblogger/business/package.html
    roller/trunk/app/src/main/resources/org/apache/roller/weblogger/business/pings/
    roller/trunk/app/src/main/resources/org/apache/roller/weblogger/business/plugins/comment/
    roller/trunk/app/src/main/resources/org/apache/roller/weblogger/business/plugins/entry/package.html
    roller/trunk/app/src/main/resources/org/apache/roller/weblogger/business/plugins/package.html
    roller/trunk/app/src/main/resources/org/apache/roller/weblogger/business/referrers/
    roller/trunk/app/src/main/resources/org/apache/roller/weblogger/business/runnable/
    roller/trunk/app/src/main/resources/org/apache/roller/weblogger/business/search/
    roller/trunk/app/src/main/resources/org/apache/roller/weblogger/business/startup/
    roller/trunk/app/src/main/resources/org/apache/roller/weblogger/business/themes/
    roller/trunk/app/src/main/resources/org/apache/roller/weblogger/config/package.html
    roller/trunk/app/src/main/resources/org/apache/roller/weblogger/config/runtime/
    roller/trunk/app/src/main/resources/org/apache/roller/weblogger/planet/
    roller/trunk/app/src/main/resources/org/apache/roller/weblogger/pojos/package.html
    roller/trunk/app/src/main/resources/org/apache/roller/weblogger/ui/core/
    roller/trunk/app/src/main/resources/org/apache/roller/weblogger/ui/rendering/
    roller/trunk/app/src/main/resources/org/apache/roller/weblogger/ui/struts2/admin/package.html
    roller/trunk/app/src/main/resources/org/apache/roller/weblogger/ui/struts2/ajax/
    roller/trunk/app/src/main/resources/org/apache/roller/weblogger/ui/struts2/common/
    roller/trunk/app/src/main/resources/org/apache/roller/weblogger/ui/struts2/core/package.html
    roller/trunk/app/src/main/resources/org/apache/roller/weblogger/ui/struts2/editor/package.html
    roller/trunk/app/src/main/resources/org/apache/roller/weblogger/ui/struts2/pagers/
    roller/trunk/app/src/main/resources/org/apache/roller/weblogger/ui/struts2/util/
    roller/trunk/app/src/main/resources/org/apache/roller/weblogger/webservices/
    roller/trunk/app/src/test/resources/org/apache/roller/weblogger/business/
Modified:
    roller/trunk/app/src/main/java/org/apache/roller/weblogger/business/WeblogEntryManager.java
    roller/trunk/app/src/main/java/org/apache/roller/weblogger/business/Weblogger.java

Added: roller/trunk/app/src/main/java/org/apache/roller/planet/business/jpa/package-info.java
URL: http://svn.apache.org/viewvc/roller/trunk/app/src/main/java/org/apache/roller/planet/business/jpa/package-info.java?rev=1608536&view=auto
==============================================================================
--- roller/trunk/app/src/main/java/org/apache/roller/planet/business/jpa/package-info.java (added)
+++ roller/trunk/app/src/main/java/org/apache/roller/planet/business/jpa/package-info.java Mon Jul  7 17:59:31 2014
@@ -0,0 +1,22 @@
+/*
+ * 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.
+ */
+
+/**
+ * Planet-specific Guice module and persistence strategy.
+ */
+package org.apache.roller.planet.business.jpa;
\ No newline at end of file

Added: roller/trunk/app/src/main/java/org/apache/roller/planet/business/package-info.java
URL: http://svn.apache.org/viewvc/roller/trunk/app/src/main/java/org/apache/roller/planet/business/package-info.java?rev=1608536&view=auto
==============================================================================
--- roller/trunk/app/src/main/java/org/apache/roller/planet/business/package-info.java (added)
+++ roller/trunk/app/src/main/java/org/apache/roller/planet/business/package-info.java Mon Jul  7 17:59:31 2014
@@ -0,0 +1,22 @@
+/*
+ * 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.
+ */
+
+/**
+ * Roller-specific Planet classes, custom feed fetcher.
+ */
+package org.apache.roller.planet.business;
\ No newline at end of file

Added: roller/trunk/app/src/main/java/org/apache/roller/planet/tasks/package-info.java
URL: http://svn.apache.org/viewvc/roller/trunk/app/src/main/java/org/apache/roller/planet/tasks/package-info.java?rev=1608536&view=auto
==============================================================================
--- roller/trunk/app/src/main/java/org/apache/roller/planet/tasks/package-info.java (added)
+++ roller/trunk/app/src/main/java/org/apache/roller/planet/tasks/package-info.java Mon Jul  7 17:59:31 2014
@@ -0,0 +1,22 @@
+/*
+ * 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.
+ */
+
+/**
+ * Parses Roller's runtime configuration definition files.
+ */
+package org.apache.roller.planet.tasks;

Modified: roller/trunk/app/src/main/java/org/apache/roller/weblogger/business/WeblogEntryManager.java
URL: http://svn.apache.org/viewvc/roller/trunk/app/src/main/java/org/apache/roller/weblogger/business/WeblogEntryManager.java?rev=1608536&r1=1608535&r2=1608536&view=diff
==============================================================================
--- roller/trunk/app/src/main/java/org/apache/roller/weblogger/business/WeblogEntryManager.java (original)
+++ roller/trunk/app/src/main/java/org/apache/roller/weblogger/business/WeblogEntryManager.java Mon Jul  7 17:59:31 2014
@@ -1,6 +1,6 @@
 /*
  * Licensed to the Apache Software Foundation (ASF) under one or more
- *  contributor license agreements.  The ASF licenses this file to You
+ * 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

Modified: roller/trunk/app/src/main/java/org/apache/roller/weblogger/business/Weblogger.java
URL: http://svn.apache.org/viewvc/roller/trunk/app/src/main/java/org/apache/roller/weblogger/business/Weblogger.java?rev=1608536&r1=1608535&r2=1608536&view=diff
==============================================================================
--- roller/trunk/app/src/main/java/org/apache/roller/weblogger/business/Weblogger.java (original)
+++ roller/trunk/app/src/main/java/org/apache/roller/weblogger/business/Weblogger.java Mon Jul  7 17:59:31 2014
@@ -1,6 +1,6 @@
 /*
  * Licensed to the Apache Software Foundation (ASF) under one or more
- *  contributor license agreements.  The ASF licenses this file to You
+ * 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

Added: roller/trunk/app/src/main/java/org/apache/roller/weblogger/business/jpa/package-info.java
URL: http://svn.apache.org/viewvc/roller/trunk/app/src/main/java/org/apache/roller/weblogger/business/jpa/package-info.java?rev=1608536&view=auto
==============================================================================
--- roller/trunk/app/src/main/java/org/apache/roller/weblogger/business/jpa/package-info.java (added)
+++ roller/trunk/app/src/main/java/org/apache/roller/weblogger/business/jpa/package-info.java Mon Jul  7 17:59:31 2014
@@ -0,0 +1,22 @@
+/*
+ * 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.
+ */
+
+/**
+ * JPA specific manager implementations.
+ */
+package org.apache.roller.weblogger.business.jpa;
\ No newline at end of file

Added: roller/trunk/app/src/main/java/org/apache/roller/weblogger/business/package-info.java
URL: http://svn.apache.org/viewvc/roller/trunk/app/src/main/java/org/apache/roller/weblogger/business/package-info.java?rev=1608536&view=auto
==============================================================================
--- roller/trunk/app/src/main/java/org/apache/roller/weblogger/business/package-info.java (added)
+++ roller/trunk/app/src/main/java/org/apache/roller/weblogger/business/package-info.java Mon Jul  7 17:59:31 2014
@@ -0,0 +1,22 @@
+/*
+ * 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.
+ */
+
+/**
+ * RollerFactory and business layer interfaces.
+ */
+package org.apache.roller.weblogger.business;
\ No newline at end of file

Added: roller/trunk/app/src/main/java/org/apache/roller/weblogger/business/pings/package-info.java
URL: http://svn.apache.org/viewvc/roller/trunk/app/src/main/java/org/apache/roller/weblogger/business/pings/package-info.java?rev=1608536&view=auto
==============================================================================
--- roller/trunk/app/src/main/java/org/apache/roller/weblogger/business/pings/package-info.java (added)
+++ roller/trunk/app/src/main/java/org/apache/roller/weblogger/business/pings/package-info.java Mon Jul  7 17:59:31 2014
@@ -0,0 +1,22 @@
+/*
+ * 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.
+ */
+
+/**
+ * Ping-queue manager and processor.
+ */
+package org.apache.roller.weblogger.business.pings;
\ No newline at end of file

Added: roller/trunk/app/src/main/java/org/apache/roller/weblogger/business/plugins/comment/package-info.java
URL: http://svn.apache.org/viewvc/roller/trunk/app/src/main/java/org/apache/roller/weblogger/business/plugins/comment/package-info.java?rev=1608536&view=auto
==============================================================================
--- roller/trunk/app/src/main/java/org/apache/roller/weblogger/business/plugins/comment/package-info.java (added)
+++ roller/trunk/app/src/main/java/org/apache/roller/weblogger/business/plugins/comment/package-info.java Mon Jul  7 17:59:31 2014
@@ -0,0 +1,22 @@
+/*
+ * 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.
+ */
+
+/**
+ * Comment formatting plugins.
+ */
+package org.apache.roller.weblogger.business.plugins.comment;
\ No newline at end of file

Added: roller/trunk/app/src/main/java/org/apache/roller/weblogger/business/plugins/entry/package-info.java
URL: http://svn.apache.org/viewvc/roller/trunk/app/src/main/java/org/apache/roller/weblogger/business/plugins/entry/package-info.java?rev=1608536&view=auto
==============================================================================
--- roller/trunk/app/src/main/java/org/apache/roller/weblogger/business/plugins/entry/package-info.java (added)
+++ roller/trunk/app/src/main/java/org/apache/roller/weblogger/business/plugins/entry/package-info.java Mon Jul  7 17:59:31 2014
@@ -0,0 +1,22 @@
+/*
+ * 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.
+ */
+
+/**
+ * Weblog entry plugins.
+ */
+package org.apache.roller.weblogger.business.plugins.entry;
\ No newline at end of file

Added: roller/trunk/app/src/main/java/org/apache/roller/weblogger/business/plugins/package-info.java
URL: http://svn.apache.org/viewvc/roller/trunk/app/src/main/java/org/apache/roller/weblogger/business/plugins/package-info.java?rev=1608536&view=auto
==============================================================================
--- roller/trunk/app/src/main/java/org/apache/roller/weblogger/business/plugins/package-info.java (added)
+++ roller/trunk/app/src/main/java/org/apache/roller/weblogger/business/plugins/package-info.java Mon Jul  7 17:59:31 2014
@@ -0,0 +1,22 @@
+/*
+ * 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.
+ */
+
+/**
+ * Plugin manager implementation.
+ */
+package org.apache.roller.weblogger.business.plugins;
\ No newline at end of file

Added: roller/trunk/app/src/main/java/org/apache/roller/weblogger/business/search/operations/package-info.java
URL: http://svn.apache.org/viewvc/roller/trunk/app/src/main/java/org/apache/roller/weblogger/business/search/operations/package-info.java?rev=1608536&view=auto
==============================================================================
--- roller/trunk/app/src/main/java/org/apache/roller/weblogger/business/search/operations/package-info.java (added)
+++ roller/trunk/app/src/main/java/org/apache/roller/weblogger/business/search/operations/package-info.java Mon Jul  7 17:59:31 2014
@@ -0,0 +1,22 @@
+/*
+ * 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.
+ */
+
+/**
+ * Lucene-based search operations.
+ */
+package org.apache.roller.weblogger.business.search.operations;
\ No newline at end of file

Added: roller/trunk/app/src/main/java/org/apache/roller/weblogger/business/search/package-info.java
URL: http://svn.apache.org/viewvc/roller/trunk/app/src/main/java/org/apache/roller/weblogger/business/search/package-info.java?rev=1608536&view=auto
==============================================================================
--- roller/trunk/app/src/main/java/org/apache/roller/weblogger/business/search/package-info.java (added)
+++ roller/trunk/app/src/main/java/org/apache/roller/weblogger/business/search/package-info.java Mon Jul  7 17:59:31 2014
@@ -0,0 +1,22 @@
+/*
+ * 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.
+ */
+
+/**
+ * Search index manager implementation uses Lucene.
+ */
+package org.apache.roller.weblogger.business.search;
\ No newline at end of file

Added: roller/trunk/app/src/main/java/org/apache/roller/weblogger/business/startup/package-info.java
URL: http://svn.apache.org/viewvc/roller/trunk/app/src/main/java/org/apache/roller/weblogger/business/startup/package-info.java?rev=1608536&view=auto
==============================================================================
--- roller/trunk/app/src/main/java/org/apache/roller/weblogger/business/startup/package-info.java (added)
+++ roller/trunk/app/src/main/java/org/apache/roller/weblogger/business/startup/package-info.java Mon Jul  7 17:59:31 2014
@@ -0,0 +1,22 @@
+/*
+ * 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.
+ */
+
+/**
+ * Startup and database creation.
+ */
+package org.apache.roller.weblogger.business.startup;
\ No newline at end of file

Added: roller/trunk/app/src/main/java/org/apache/roller/weblogger/business/themes/package-info.java
URL: http://svn.apache.org/viewvc/roller/trunk/app/src/main/java/org/apache/roller/weblogger/business/themes/package-info.java?rev=1608536&view=auto
==============================================================================
--- roller/trunk/app/src/main/java/org/apache/roller/weblogger/business/themes/package-info.java (added)
+++ roller/trunk/app/src/main/java/org/apache/roller/weblogger/business/themes/package-info.java Mon Jul  7 17:59:31 2014
@@ -0,0 +1,22 @@
+/*
+ * 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.
+ */
+
+/**
+ * Theme manager, theme descriptor parser, etc.
+ */
+package org.apache.roller.weblogger.business.themes;
\ No newline at end of file

Added: roller/trunk/app/src/main/java/org/apache/roller/weblogger/config/package-info.java
URL: http://svn.apache.org/viewvc/roller/trunk/app/src/main/java/org/apache/roller/weblogger/config/package-info.java?rev=1608536&view=auto
==============================================================================
--- roller/trunk/app/src/main/java/org/apache/roller/weblogger/config/package-info.java (added)
+++ roller/trunk/app/src/main/java/org/apache/roller/weblogger/config/package-info.java Mon Jul  7 17:59:31 2014
@@ -0,0 +1,22 @@
+/*
+ * 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.
+ */
+
+/**
+ * Access to Roller's startup and runtime configuration properties.
+ */
+package org.apache.roller.weblogger.config;
\ No newline at end of file

Added: roller/trunk/app/src/main/java/org/apache/roller/weblogger/config/runtime/package-info.java
URL: http://svn.apache.org/viewvc/roller/trunk/app/src/main/java/org/apache/roller/weblogger/config/runtime/package-info.java?rev=1608536&view=auto
==============================================================================
--- roller/trunk/app/src/main/java/org/apache/roller/weblogger/config/runtime/package-info.java (added)
+++ roller/trunk/app/src/main/java/org/apache/roller/weblogger/config/runtime/package-info.java Mon Jul  7 17:59:31 2014
@@ -0,0 +1,22 @@
+/*
+ * 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.
+ */
+
+/**
+ * Parses Roller's runtime configuration definition files.
+ */
+package org.apache.roller.weblogger.config.runtime;
\ No newline at end of file

Added: roller/trunk/app/src/main/java/org/apache/roller/weblogger/planet/ui/package-info.java
URL: http://svn.apache.org/viewvc/roller/trunk/app/src/main/java/org/apache/roller/weblogger/planet/ui/package-info.java?rev=1608536&view=auto
==============================================================================
--- roller/trunk/app/src/main/java/org/apache/roller/weblogger/planet/ui/package-info.java (added)
+++ roller/trunk/app/src/main/java/org/apache/roller/weblogger/planet/ui/package-info.java Mon Jul  7 17:59:31 2014
@@ -0,0 +1,22 @@
+/*
+ * 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.
+ */
+
+/**
+ * Struts 2 actions for planet UI.
+ */
+package org.apache.roller.weblogger.planet.ui;
\ No newline at end of file

Added: roller/trunk/app/src/main/java/org/apache/roller/weblogger/pojos/package-info.java
URL: http://svn.apache.org/viewvc/roller/trunk/app/src/main/java/org/apache/roller/weblogger/pojos/package-info.java?rev=1608536&view=auto
==============================================================================
--- roller/trunk/app/src/main/java/org/apache/roller/weblogger/pojos/package-info.java (added)
+++ roller/trunk/app/src/main/java/org/apache/roller/weblogger/pojos/package-info.java Mon Jul  7 17:59:31 2014
@@ -0,0 +1,22 @@
+/*
+ * 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.
+ */
+
+/**
+ * Plain old Java objects (POJOS) that define Roller data model.
+ */
+package org.apache.roller.weblogger.pojos;
\ No newline at end of file

Added: roller/trunk/app/src/main/java/org/apache/roller/weblogger/pojos/wrapper/package-info.java
URL: http://svn.apache.org/viewvc/roller/trunk/app/src/main/java/org/apache/roller/weblogger/pojos/wrapper/package-info.java?rev=1608536&view=auto
==============================================================================
--- roller/trunk/app/src/main/java/org/apache/roller/weblogger/pojos/wrapper/package-info.java (added)
+++ roller/trunk/app/src/main/java/org/apache/roller/weblogger/pojos/wrapper/package-info.java Mon Jul  7 17:59:31 2014
@@ -0,0 +1,22 @@
+/*
+ * 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.
+ */
+
+/**
+ * Wrap POJOs for safe usage in user templates.
+ */
+package org.apache.roller.weblogger.pojos.wrapper;
\ No newline at end of file

Added: roller/trunk/app/src/main/java/org/apache/roller/weblogger/ui/core/filters/package-info.java
URL: http://svn.apache.org/viewvc/roller/trunk/app/src/main/java/org/apache/roller/weblogger/ui/core/filters/package-info.java?rev=1608536&view=auto
==============================================================================
--- roller/trunk/app/src/main/java/org/apache/roller/weblogger/ui/core/filters/package-info.java (added)
+++ roller/trunk/app/src/main/java/org/apache/roller/weblogger/ui/core/filters/package-info.java Mon Jul  7 17:59:31 2014
@@ -0,0 +1,22 @@
+/*
+ * 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.
+ */
+
+/**
+ * Core Roller UI servlet filters.
+ */
+package org.apache.roller.weblogger.ui.core.filters;
\ No newline at end of file

Added: roller/trunk/app/src/main/java/org/apache/roller/weblogger/ui/core/plugins/package-info.java
URL: http://svn.apache.org/viewvc/roller/trunk/app/src/main/java/org/apache/roller/weblogger/ui/core/plugins/package-info.java?rev=1608536&view=auto
==============================================================================
--- roller/trunk/app/src/main/java/org/apache/roller/weblogger/ui/core/plugins/package-info.java (added)
+++ roller/trunk/app/src/main/java/org/apache/roller/weblogger/ui/core/plugins/package-info.java Mon Jul  7 17:59:31 2014
@@ -0,0 +1,22 @@
+/*
+ * 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.
+ */
+
+/**
+ * UI plugin manager for weblog editor plugins.
+ */
+package org.apache.roller.weblogger.ui.core.plugins;
\ No newline at end of file

Added: roller/trunk/app/src/main/java/org/apache/roller/weblogger/ui/core/security/package-info.java
URL: http://svn.apache.org/viewvc/roller/trunk/app/src/main/java/org/apache/roller/weblogger/ui/core/security/package-info.java?rev=1608536&view=auto
==============================================================================
--- roller/trunk/app/src/main/java/org/apache/roller/weblogger/ui/core/security/package-info.java (added)
+++ roller/trunk/app/src/main/java/org/apache/roller/weblogger/ui/core/security/package-info.java Mon Jul  7 17:59:31 2014
@@ -0,0 +1,22 @@
+/*
+ * 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.
+ */
+
+/**
+ * User auto-provisioning for LDAP and SSO integration.
+ */
+package org.apache.roller.weblogger.ui.core.security;
\ No newline at end of file

Added: roller/trunk/app/src/main/java/org/apache/roller/weblogger/ui/core/tags/calendar/package-info.java
URL: http://svn.apache.org/viewvc/roller/trunk/app/src/main/java/org/apache/roller/weblogger/ui/core/tags/calendar/package-info.java?rev=1608536&view=auto
==============================================================================
--- roller/trunk/app/src/main/java/org/apache/roller/weblogger/ui/core/tags/calendar/package-info.java (added)
+++ roller/trunk/app/src/main/java/org/apache/roller/weblogger/ui/core/tags/calendar/package-info.java Mon Jul  7 17:59:31 2014
@@ -0,0 +1,4 @@
+/**
+ * JSP tag for displaying weblog calendar
+ */
+package org.apache.roller.weblogger.ui.core.tags.calendar;
\ No newline at end of file

Added: roller/trunk/app/src/main/java/org/apache/roller/weblogger/ui/core/util/menu/package-info.java
URL: http://svn.apache.org/viewvc/roller/trunk/app/src/main/java/org/apache/roller/weblogger/ui/core/util/menu/package-info.java?rev=1608536&view=auto
==============================================================================
--- roller/trunk/app/src/main/java/org/apache/roller/weblogger/ui/core/util/menu/package-info.java (added)
+++ roller/trunk/app/src/main/java/org/apache/roller/weblogger/ui/core/util/menu/package-info.java Mon Jul  7 17:59:31 2014
@@ -0,0 +1,4 @@
+/**
+ * XML driven menu system
+ */
+package org.apache.roller.weblogger.ui.core.util.menu;
\ No newline at end of file

Added: roller/trunk/app/src/main/java/org/apache/roller/weblogger/ui/rendering/filters/package-info.java
URL: http://svn.apache.org/viewvc/roller/trunk/app/src/main/java/org/apache/roller/weblogger/ui/rendering/filters/package-info.java?rev=1608536&view=auto
==============================================================================
--- roller/trunk/app/src/main/java/org/apache/roller/weblogger/ui/rendering/filters/package-info.java (added)
+++ roller/trunk/app/src/main/java/org/apache/roller/weblogger/ui/rendering/filters/package-info.java Mon Jul  7 17:59:31 2014
@@ -0,0 +1,21 @@
+/*
+ * 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.
+ */
+/**
+ * Request mapping filter.
+ */
+package org.apache.roller.weblogger.ui.rendering.filters;
\ No newline at end of file

Added: roller/trunk/app/src/main/java/org/apache/roller/weblogger/ui/rendering/model/package-info.java
URL: http://svn.apache.org/viewvc/roller/trunk/app/src/main/java/org/apache/roller/weblogger/ui/rendering/model/package-info.java?rev=1608536&view=auto
==============================================================================
--- roller/trunk/app/src/main/java/org/apache/roller/weblogger/ui/rendering/model/package-info.java (added)
+++ roller/trunk/app/src/main/java/org/apache/roller/weblogger/ui/rendering/model/package-info.java Mon Jul  7 17:59:31 2014
@@ -0,0 +1,4 @@
+/**
+ * Model objects for use in Roller page/feed templates.
+ */
+package org.apache.roller.weblogger.ui.rendering.model;
\ No newline at end of file

Added: roller/trunk/app/src/main/java/org/apache/roller/weblogger/ui/rendering/package-info.java
URL: http://svn.apache.org/viewvc/roller/trunk/app/src/main/java/org/apache/roller/weblogger/ui/rendering/package-info.java?rev=1608536&view=auto
==============================================================================
--- roller/trunk/app/src/main/java/org/apache/roller/weblogger/ui/rendering/package-info.java (added)
+++ roller/trunk/app/src/main/java/org/apache/roller/weblogger/ui/rendering/package-info.java Mon Jul  7 17:59:31 2014
@@ -0,0 +1,22 @@
+/*
+ * 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.
+ */
+
+/**
+ * Core Roller rendering system: request mapping and rendering.
+ */
+package org.apache.roller.weblogger.ui.rendering;
\ No newline at end of file

Added: roller/trunk/app/src/main/java/org/apache/roller/weblogger/ui/rendering/pagers/package-info.java
URL: http://svn.apache.org/viewvc/roller/trunk/app/src/main/java/org/apache/roller/weblogger/ui/rendering/pagers/package-info.java?rev=1608536&view=auto
==============================================================================
--- roller/trunk/app/src/main/java/org/apache/roller/weblogger/ui/rendering/pagers/package-info.java (added)
+++ roller/trunk/app/src/main/java/org/apache/roller/weblogger/ui/rendering/pagers/package-info.java Mon Jul  7 17:59:31 2014
@@ -0,0 +1,4 @@
+/**
+ * Pager objects for use in Roller page/feed templates.
+ */
+package org.apache.roller.weblogger.ui.rendering.pagers;
\ No newline at end of file

Added: roller/trunk/app/src/main/java/org/apache/roller/weblogger/ui/rendering/plugins/comments/package-info.java
URL: http://svn.apache.org/viewvc/roller/trunk/app/src/main/java/org/apache/roller/weblogger/ui/rendering/plugins/comments/package-info.java?rev=1608536&view=auto
==============================================================================
--- roller/trunk/app/src/main/java/org/apache/roller/weblogger/ui/rendering/plugins/comments/package-info.java (added)
+++ roller/trunk/app/src/main/java/org/apache/roller/weblogger/ui/rendering/plugins/comments/package-info.java Mon Jul  7 17:59:31 2014
@@ -0,0 +1,4 @@
+/**
+ * Comment validators and authenticators.
+ */
+package org.apache.roller.weblogger.ui.rendering.plugins.comments;
\ No newline at end of file

Added: roller/trunk/app/src/main/java/org/apache/roller/weblogger/ui/rendering/servlets/package-info.java
URL: http://svn.apache.org/viewvc/roller/trunk/app/src/main/java/org/apache/roller/weblogger/ui/rendering/servlets/package-info.java?rev=1608536&view=auto
==============================================================================
--- roller/trunk/app/src/main/java/org/apache/roller/weblogger/ui/rendering/servlets/package-info.java (added)
+++ roller/trunk/app/src/main/java/org/apache/roller/weblogger/ui/rendering/servlets/package-info.java Mon Jul  7 17:59:31 2014
@@ -0,0 +1,15 @@
+/**
+ Roller rendering system servlets.
+
+ <h2>Roller Servlets</h2>
+
+ Most rendering servlets work like this:
+ <ul>
+ <li>Create a request object to parse the request</li>
+ <li>Determine last modified time, return not-modified (HTTP 304) if possible</li>
+ <li>Return content from cache if possible</li>
+ <li>Load model objects into a map suitable for renderer</li>
+ <li>Call most appropriate renderer to render content</li>
+ </ul>
+ */
+package org.apache.roller.weblogger.ui.rendering.servlets;
\ No newline at end of file

Added: roller/trunk/app/src/main/java/org/apache/roller/weblogger/ui/rendering/util/cache/package-info.java
URL: http://svn.apache.org/viewvc/roller/trunk/app/src/main/java/org/apache/roller/weblogger/ui/rendering/util/cache/package-info.java?rev=1608536&view=auto
==============================================================================
--- roller/trunk/app/src/main/java/org/apache/roller/weblogger/ui/rendering/util/cache/package-info.java (added)
+++ roller/trunk/app/src/main/java/org/apache/roller/weblogger/ui/rendering/util/cache/package-info.java Mon Jul  7 17:59:31 2014
@@ -0,0 +1,4 @@
+/**
+ * Page, feed, site and feed caches.
+ */
+package org.apache.roller.weblogger.ui.rendering.util.cache;
\ No newline at end of file

Added: roller/trunk/app/src/main/java/org/apache/roller/weblogger/ui/rendering/util/package-info.java
URL: http://svn.apache.org/viewvc/roller/trunk/app/src/main/java/org/apache/roller/weblogger/ui/rendering/util/package-info.java?rev=1608536&view=auto
==============================================================================
--- roller/trunk/app/src/main/java/org/apache/roller/weblogger/ui/rendering/util/package-info.java (added)
+++ roller/trunk/app/src/main/java/org/apache/roller/weblogger/ui/rendering/util/package-info.java Mon Jul  7 17:59:31 2014
@@ -0,0 +1,4 @@
+/**
+ * Comment validators, request wrappers and other rendering utilities.
+ */
+package org.apache.roller.weblogger.ui.rendering.util;
\ No newline at end of file

Added: roller/trunk/app/src/main/java/org/apache/roller/weblogger/ui/rendering/velocity/package-info.java
URL: http://svn.apache.org/viewvc/roller/trunk/app/src/main/java/org/apache/roller/weblogger/ui/rendering/velocity/package-info.java?rev=1608536&view=auto
==============================================================================
--- roller/trunk/app/src/main/java/org/apache/roller/weblogger/ui/rendering/velocity/package-info.java (added)
+++ roller/trunk/app/src/main/java/org/apache/roller/weblogger/ui/rendering/velocity/package-info.java Mon Jul  7 17:59:31 2014
@@ -0,0 +1,4 @@
+/**
+ * Velocity renderer and supporting classes.
+ */
+package org.apache.roller.weblogger.ui.rendering.velocity;
\ No newline at end of file

Added: roller/trunk/app/src/main/java/org/apache/roller/weblogger/ui/struts2/admin/package-info.java
URL: http://svn.apache.org/viewvc/roller/trunk/app/src/main/java/org/apache/roller/weblogger/ui/struts2/admin/package-info.java?rev=1608536&view=auto
==============================================================================
--- roller/trunk/app/src/main/java/org/apache/roller/weblogger/ui/struts2/admin/package-info.java (added)
+++ roller/trunk/app/src/main/java/org/apache/roller/weblogger/ui/struts2/admin/package-info.java Mon Jul  7 17:59:31 2014
@@ -0,0 +1,4 @@
+/**
+ * Struts 2 actions for admin UI
+ */
+package org.apache.roller.weblogger.ui.struts2.admin;
\ No newline at end of file

Added: roller/trunk/app/src/main/java/org/apache/roller/weblogger/ui/struts2/ajax/package-info.java
URL: http://svn.apache.org/viewvc/roller/trunk/app/src/main/java/org/apache/roller/weblogger/ui/struts2/ajax/package-info.java?rev=1608536&view=auto
==============================================================================
--- roller/trunk/app/src/main/java/org/apache/roller/weblogger/ui/struts2/ajax/package-info.java (added)
+++ roller/trunk/app/src/main/java/org/apache/roller/weblogger/ui/struts2/ajax/package-info.java Mon Jul  7 17:59:31 2014
@@ -0,0 +1,4 @@
+/**
+ * Returns data in simple formats for use in AJAX
+ */
+package org.apache.roller.weblogger.ui.struts2.ajax;
\ No newline at end of file

Added: roller/trunk/app/src/main/java/org/apache/roller/weblogger/ui/struts2/common/package-info.java
URL: http://svn.apache.org/viewvc/roller/trunk/app/src/main/java/org/apache/roller/weblogger/ui/struts2/common/package-info.java?rev=1608536&view=auto
==============================================================================
--- roller/trunk/app/src/main/java/org/apache/roller/weblogger/ui/struts2/common/package-info.java (added)
+++ roller/trunk/app/src/main/java/org/apache/roller/weblogger/ui/struts2/common/package-info.java Mon Jul  7 17:59:31 2014
@@ -0,0 +1,4 @@
+/**
+ * Struts 2 action classes used in both editor and admin UI
+ */
+package org.apache.roller.weblogger.ui.struts2.common;
\ No newline at end of file

Added: roller/trunk/app/src/main/java/org/apache/roller/weblogger/ui/struts2/core/package-info.java
URL: http://svn.apache.org/viewvc/roller/trunk/app/src/main/java/org/apache/roller/weblogger/ui/struts2/core/package-info.java?rev=1608536&view=auto
==============================================================================
--- roller/trunk/app/src/main/java/org/apache/roller/weblogger/ui/struts2/core/package-info.java (added)
+++ roller/trunk/app/src/main/java/org/apache/roller/weblogger/ui/struts2/core/package-info.java Mon Jul  7 17:59:31 2014
@@ -0,0 +1,4 @@
+/**
+ * Struts 2 action classes for core UI: main menu, login, etc.
+ */
+package org.apache.roller.weblogger.ui.struts2.core;
\ No newline at end of file

Added: roller/trunk/app/src/main/java/org/apache/roller/weblogger/ui/struts2/editor/package-info.java
URL: http://svn.apache.org/viewvc/roller/trunk/app/src/main/java/org/apache/roller/weblogger/ui/struts2/editor/package-info.java?rev=1608536&view=auto
==============================================================================
--- roller/trunk/app/src/main/java/org/apache/roller/weblogger/ui/struts2/editor/package-info.java (added)
+++ roller/trunk/app/src/main/java/org/apache/roller/weblogger/ui/struts2/editor/package-info.java Mon Jul  7 17:59:31 2014
@@ -0,0 +1,4 @@
+/**
+ * Struts 2 action classes for editor UI.
+ */
+package org.apache.roller.weblogger.ui.struts2.editor;
\ No newline at end of file

Added: roller/trunk/app/src/main/java/org/apache/roller/weblogger/ui/struts2/pagers/package-info.java
URL: http://svn.apache.org/viewvc/roller/trunk/app/src/main/java/org/apache/roller/weblogger/ui/struts2/pagers/package-info.java?rev=1608536&view=auto
==============================================================================
--- roller/trunk/app/src/main/java/org/apache/roller/weblogger/ui/struts2/pagers/package-info.java (added)
+++ roller/trunk/app/src/main/java/org/apache/roller/weblogger/ui/struts2/pagers/package-info.java Mon Jul  7 17:59:31 2014
@@ -0,0 +1,4 @@
+/**
+ * Comment and entry pagers used in Admin/editor UI
+ */
+package org.apache.roller.weblogger.ui.struts2.pagers;
\ No newline at end of file

Added: roller/trunk/app/src/main/java/org/apache/roller/weblogger/ui/struts2/util/package-info.java
URL: http://svn.apache.org/viewvc/roller/trunk/app/src/main/java/org/apache/roller/weblogger/ui/struts2/util/package-info.java?rev=1608536&view=auto
==============================================================================
--- roller/trunk/app/src/main/java/org/apache/roller/weblogger/ui/struts2/util/package-info.java (added)
+++ roller/trunk/app/src/main/java/org/apache/roller/weblogger/ui/struts2/util/package-info.java Mon Jul  7 17:59:31 2014
@@ -0,0 +1,4 @@
+/**
+ * Struts 2 utility and base classes used in editor/admin UI.
+ */
+package org.apache.roller.weblogger.ui.struts2.util;
\ No newline at end of file

Added: roller/trunk/app/src/main/java/org/apache/roller/weblogger/ui/tags/package-info.java
URL: http://svn.apache.org/viewvc/roller/trunk/app/src/main/java/org/apache/roller/weblogger/ui/tags/package-info.java?rev=1608536&view=auto
==============================================================================
--- roller/trunk/app/src/main/java/org/apache/roller/weblogger/ui/tags/package-info.java (added)
+++ roller/trunk/app/src/main/java/org/apache/roller/weblogger/ui/tags/package-info.java Mon Jul  7 17:59:31 2014
@@ -0,0 +1,22 @@
+/*
+ * 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.
+ */
+
+/**
+ * JSP tags for use in Roller UI.
+ */
+package org.apache.roller.weblogger.ui.tags;
\ No newline at end of file

Added: roller/trunk/app/src/main/java/org/apache/roller/weblogger/util/cache/package-info.java
URL: http://svn.apache.org/viewvc/roller/trunk/app/src/main/java/org/apache/roller/weblogger/util/cache/package-info.java?rev=1608536&view=auto
==============================================================================
--- roller/trunk/app/src/main/java/org/apache/roller/weblogger/util/cache/package-info.java (added)
+++ roller/trunk/app/src/main/java/org/apache/roller/weblogger/util/cache/package-info.java Mon Jul  7 17:59:31 2014
@@ -0,0 +1,22 @@
+/*
+ * 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.
+ */
+
+/**
+ * Pluggable cache system and in-memory LRU implementation.
+ */
+package org.apache.roller.weblogger.util.cache;
\ No newline at end of file

Added: roller/trunk/app/src/main/java/org/apache/roller/weblogger/util/package-info.java
URL: http://svn.apache.org/viewvc/roller/trunk/app/src/main/java/org/apache/roller/weblogger/util/package-info.java?rev=1608536&view=auto
==============================================================================
--- roller/trunk/app/src/main/java/org/apache/roller/weblogger/util/package-info.java (added)
+++ roller/trunk/app/src/main/java/org/apache/roller/weblogger/util/package-info.java Mon Jul  7 17:59:31 2014
@@ -0,0 +1,22 @@
+/*
+ * 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.
+ */
+
+/**
+ * Roller utility classes including date processing, mail, etc.
+ */
+package org.apache.roller.weblogger.util;
\ No newline at end of file

Added: roller/trunk/app/src/main/java/org/apache/roller/weblogger/webservices/atomprotocol/package-info.java
URL: http://svn.apache.org/viewvc/roller/trunk/app/src/main/java/org/apache/roller/weblogger/webservices/atomprotocol/package-info.java?rev=1608536&view=auto
==============================================================================
--- roller/trunk/app/src/main/java/org/apache/roller/weblogger/webservices/atomprotocol/package-info.java (added)
+++ roller/trunk/app/src/main/java/org/apache/roller/weblogger/webservices/atomprotocol/package-info.java Mon Jul  7 17:59:31 2014
@@ -0,0 +1,23 @@
+/*
+ * 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.
+ */
+
+/**
+ <p>Atom Publising Protocol (AtomPub) implementation using ROME Propono.</p>
+ <p>End-point is at [context]/roller-services/app</p>
+ */
+package org.apache.roller.weblogger.webservices.atomprotocol;
\ No newline at end of file

Added: roller/trunk/app/src/main/java/org/apache/roller/weblogger/webservices/opensearch/package-info.java
URL: http://svn.apache.org/viewvc/roller/trunk/app/src/main/java/org/apache/roller/weblogger/webservices/opensearch/package-info.java?rev=1608536&view=auto
==============================================================================
--- roller/trunk/app/src/main/java/org/apache/roller/weblogger/webservices/opensearch/package-info.java (added)
+++ roller/trunk/app/src/main/java/org/apache/roller/weblogger/webservices/opensearch/package-info.java Mon Jul  7 17:59:31 2014
@@ -0,0 +1,22 @@
+/*
+ * 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.
+ */
+
+/**
+ * Provides OpenSearch descriptor for search feeds.
+ */
+package org.apache.roller.weblogger.webservices.opensearch;
\ No newline at end of file

Added: roller/trunk/app/src/main/java/org/apache/roller/weblogger/webservices/tagdata/package-info.java
URL: http://svn.apache.org/viewvc/roller/trunk/app/src/main/java/org/apache/roller/weblogger/webservices/tagdata/package-info.java?rev=1608536&view=auto
==============================================================================
--- roller/trunk/app/src/main/java/org/apache/roller/weblogger/webservices/tagdata/package-info.java (added)
+++ roller/trunk/app/src/main/java/org/apache/roller/weblogger/webservices/tagdata/package-info.java Mon Jul  7 17:59:31 2014
@@ -0,0 +1,22 @@
+/*
+ * 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.
+ */
+
+/**
+ * Return tag statistics in JSON or Atom Category format.
+ */
+package org.apache.roller.weblogger.webservices.tagdata;
\ No newline at end of file

Added: roller/trunk/app/src/main/java/org/apache/roller/weblogger/webservices/xmlrpc/package-info.java
URL: http://svn.apache.org/viewvc/roller/trunk/app/src/main/java/org/apache/roller/weblogger/webservices/xmlrpc/package-info.java?rev=1608536&view=auto
==============================================================================
--- roller/trunk/app/src/main/java/org/apache/roller/weblogger/webservices/xmlrpc/package-info.java (added)
+++ roller/trunk/app/src/main/java/org/apache/roller/weblogger/webservices/xmlrpc/package-info.java Mon Jul  7 17:59:31 2014
@@ -0,0 +1,28 @@
+/*
+ * 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.
+ */
+
+/**
+ Roller implementation of Blogger and MetaWeblog APIs.
+
+ <p>Blogger API spec can be found at http://plant.blogger.com/api/index.html</p>
+
+ <p>See also http://xmlrpc.free-conversant.com/docs/bloggerAPI</p>
+
+ <p>MetaWeblog API spec can be found at http://www.xmlrpc.com/metaWeblogApi</p>
+ */
+package org.apache.roller.weblogger.webservices.xmlrpc;
\ No newline at end of file

Added: roller/trunk/app/src/test/java/org/apache/roller/weblogger/business/package-info.java
URL: http://svn.apache.org/viewvc/roller/trunk/app/src/test/java/org/apache/roller/weblogger/business/package-info.java?rev=1608536&view=auto
==============================================================================
--- roller/trunk/app/src/test/java/org/apache/roller/weblogger/business/package-info.java (added)
+++ roller/trunk/app/src/test/java/org/apache/roller/weblogger/business/package-info.java Mon Jul  7 17:59:31 2014
@@ -0,0 +1,4 @@
+/**
+ * JUnit tests for Roller backend implementations.
+ */
+package org.apache.roller.weblogger.business;
\ No newline at end of file