You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@forrest.apache.org by ni...@apache.org on 2004/04/15 02:18:06 UTC

svn commit: rev 10014 - xml/forrest/trunk/src/java/org/apache/forrest/conf

Author: nicolaken
Date: Wed Apr 14 17:18:05 2004
New Revision: 10014

Modified:
   xml/forrest/trunk/src/java/org/apache/forrest/conf/AntProperties.java
   xml/forrest/trunk/src/java/org/apache/forrest/conf/AntPropertiesModule.java
Log:
Minor text tweaks

Modified: xml/forrest/trunk/src/java/org/apache/forrest/conf/AntProperties.java
==============================================================================
--- xml/forrest/trunk/src/java/org/apache/forrest/conf/AntProperties.java	(original)
+++ xml/forrest/trunk/src/java/org/apache/forrest/conf/AntProperties.java	Wed Apr 14 17:18:05 2004
@@ -28,7 +28,10 @@
 import org.apache.commons.lang.StringUtils;
 
 /**
- * @date barozzink 14-apr-2004
+ * Class for accessing properties in a properties file 
+ * roughly compatible with Ant property files, where ${name}
+ * is replaced with the value of the property 'name' if
+ * declared beforehand.
  **/
 public class AntProperties extends Properties {
 

Modified: xml/forrest/trunk/src/java/org/apache/forrest/conf/AntPropertiesModule.java
==============================================================================
--- xml/forrest/trunk/src/java/org/apache/forrest/conf/AntPropertiesModule.java	(original)
+++ xml/forrest/trunk/src/java/org/apache/forrest/conf/AntPropertiesModule.java	Wed Apr 14 17:18:05 2004
@@ -43,8 +43,6 @@
  *  is resolved via the SourceResolver system.
  * </p>
  * 
- * @author <a href="mailto:nicolaken@apache.org">Nicola Ken Barozzi</a>
- * @author <a href="mailto:unico@apache.org">Unico Hommes</a>
 */
 public class AntPropertiesModule extends AbstractJXPathModule 
 implements InputModule, Serviceable, Configurable, ThreadSafe {