From: <duk...@us...> - 2010-03-17 13:10:27
|
Revision: 1056 http://pulse-java.svn.sourceforge.net/pulse-java/?rev=1056&view=rev Author: dukes_little_b Date: 2010-03-17 13:10:18 +0000 (Wed, 17 Mar 2010) Log Message: ----------- moved package.html info to package-info.java Modified Paths: -------------- trunk/container/src/java/org/torweg/pulse/accesscontrol/package-info.java Added Paths: ----------- trunk/container/src/java/org/torweg/pulse/site/content/suffices/package-info.java Removed Paths: ------------- trunk/container/src/java/org/torweg/pulse/accesscontrol/package.html trunk/container/src/java/org/torweg/pulse/site/content/suffices/package.html Modified: trunk/container/src/java/org/torweg/pulse/accesscontrol/package-info.java =================================================================== --- trunk/container/src/java/org/torweg/pulse/accesscontrol/package-info.java 2010-03-16 13:03:14 UTC (rev 1055) +++ trunk/container/src/java/org/torweg/pulse/accesscontrol/package-info.java 2010-03-17 13:10:18 UTC (rev 1056) @@ -1,3 +1,6 @@ +/** + * controls the access to <code>Bundle</code>s and their <code>Controller</code>s. + */ @javax.xml.bind.annotation.XmlSchema(namespace = "http://pulse.torweg.org/container") package org.torweg.pulse.accesscontrol; Deleted: trunk/container/src/java/org/torweg/pulse/accesscontrol/package.html =================================================================== --- trunk/container/src/java/org/torweg/pulse/accesscontrol/package.html 2010-03-16 13:03:14 UTC (rev 1055) +++ trunk/container/src/java/org/torweg/pulse/accesscontrol/package.html 2010-03-17 13:10:18 UTC (rev 1056) @@ -1,11 +0,0 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" -"http://www.w3.org/TR/html4/loose.dtd"> -<html> -<head> -<title>org.torweg.pulse.accesscontrol</title> -<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> -</head> -<body> -<p>controls the access to <code>Bundle</code>s and their <code>Controller</code>s.</p> -</body> -</html> Added: trunk/container/src/java/org/torweg/pulse/site/content/suffices/package-info.java =================================================================== --- trunk/container/src/java/org/torweg/pulse/site/content/suffices/package-info.java (rev 0) +++ trunk/container/src/java/org/torweg/pulse/site/content/suffices/package-info.java 2010-03-17 13:10:18 UTC (rev 1056) @@ -0,0 +1,11 @@ +/** + * contains suffix conversion classes to build URL safe, ASCII only + * and search engine friendly suffices for <code>AbstractBasicContent</code>s. + * + * <p><code>SuffixConverter</code> is the base interface for all actual + * converters.</p> + * <p>The converters are configured globally within <code>org.torweg.pulse.content.AbstractBasicContent.xml</code> + * in <code>WEB-INF/conf/</code>.</p> + */ +package org.torweg.pulse.site.content.suffices; + Deleted: trunk/container/src/java/org/torweg/pulse/site/content/suffices/package.html =================================================================== --- trunk/container/src/java/org/torweg/pulse/site/content/suffices/package.html 2010-03-16 13:03:14 UTC (rev 1055) +++ trunk/container/src/java/org/torweg/pulse/site/content/suffices/package.html 2010-03-17 13:10:18 UTC (rev 1056) @@ -1,16 +0,0 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" -"http://www.w3.org/TR/html4/loose.dtd"> -<html> -<head> -<title>org.torweg.pulse.site.content.suffices</title> -<meta http-equiv="Content-Type" content="text/html; charset=utf-8"> -</head> -<body> -<p>contains suffix conversion classes to build URL safe, ASCII only -and search engine friendly suffices for <code>AbstractBasicContent</code>s.</p> -<p><code>SuffixConverter</code> is the base interface for all actual -converters.</p> -<p>The converters are configured globally within <code>org.torweg.pulse.content.AbstractBasicContent.xml</code> -in <code>WEB-INF/conf/</code>.</p> -</body> -</html> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |