You are viewing a plain text version of this content. The canonical link for it is here.
Posted to log4cxx-dev@logging.apache.org by ca...@apache.org on 2008/01/29 11:13:27 UTC

svn commit: r616235 - in /logging/log4cxx/trunk/src: main/cpp/ main/include/log4cxx/ main/include/log4cxx/filter/ main/include/log4cxx/helpers/ main/include/log4cxx/pattern/ main/include/log4cxx/rolling/ main/include/log4cxx/spi/ main/include/log4cxx/x...

Author: carnold
Date: Tue Jan 29 02:13:15 2008
New Revision: 616235

URL: http://svn.apache.org/viewvc?rev=616235&view=rev
Log:
LOGCXX-227: Remove @since tags

Modified:
    logging/log4cxx/trunk/src/main/cpp/fileappender.cpp
    logging/log4cxx/trunk/src/main/cpp/writerappender.cpp
    logging/log4cxx/trunk/src/main/include/log4cxx/dailyrollingfileappender.h
    logging/log4cxx/trunk/src/main/include/log4cxx/filter/propertyfilter.h
    logging/log4cxx/trunk/src/main/include/log4cxx/helpers/bytearrayinputstream.h
    logging/log4cxx/trunk/src/main/include/log4cxx/helpers/fileinputstream.h
    logging/log4cxx/trunk/src/main/include/log4cxx/helpers/inputstream.h
    logging/log4cxx/trunk/src/main/include/log4cxx/helpers/reader.h
    logging/log4cxx/trunk/src/main/include/log4cxx/pattern/classnamepatternconverter.h
    logging/log4cxx/trunk/src/main/include/log4cxx/pattern/datepatternconverter.h
    logging/log4cxx/trunk/src/main/include/log4cxx/pattern/filedatepatternconverter.h
    logging/log4cxx/trunk/src/main/include/log4cxx/pattern/filelocationpatternconverter.h
    logging/log4cxx/trunk/src/main/include/log4cxx/pattern/formattinginfo.h
    logging/log4cxx/trunk/src/main/include/log4cxx/pattern/fulllocationpatternconverter.h
    logging/log4cxx/trunk/src/main/include/log4cxx/pattern/integerpatternconverter.h
    logging/log4cxx/trunk/src/main/include/log4cxx/pattern/levelpatternconverter.h
    logging/log4cxx/trunk/src/main/include/log4cxx/pattern/linelocationpatternconverter.h
    logging/log4cxx/trunk/src/main/include/log4cxx/pattern/lineseparatorpatternconverter.h
    logging/log4cxx/trunk/src/main/include/log4cxx/pattern/literalpatternconverter.h
    logging/log4cxx/trunk/src/main/include/log4cxx/pattern/loggerpatternconverter.h
    logging/log4cxx/trunk/src/main/include/log4cxx/pattern/loggingeventpatternconverter.h
    logging/log4cxx/trunk/src/main/include/log4cxx/pattern/messagepatternconverter.h
    logging/log4cxx/trunk/src/main/include/log4cxx/pattern/methodlocationpatternconverter.h
    logging/log4cxx/trunk/src/main/include/log4cxx/pattern/nameabbreviator.h
    logging/log4cxx/trunk/src/main/include/log4cxx/pattern/ndcpatternconverter.h
    logging/log4cxx/trunk/src/main/include/log4cxx/pattern/patternconverter.h
    logging/log4cxx/trunk/src/main/include/log4cxx/pattern/patternparser.h
    logging/log4cxx/trunk/src/main/include/log4cxx/pattern/propertiespatternconverter.h
    logging/log4cxx/trunk/src/main/include/log4cxx/pattern/relativetimepatternconverter.h
    logging/log4cxx/trunk/src/main/include/log4cxx/pattern/threadpatternconverter.h
    logging/log4cxx/trunk/src/main/include/log4cxx/pattern/throwableinformationpatternconverter.h
    logging/log4cxx/trunk/src/main/include/log4cxx/rolling/filterbasedtriggeringpolicy.h
    logging/log4cxx/trunk/src/main/include/log4cxx/rolling/fixedwindowrollingpolicy.h
    logging/log4cxx/trunk/src/main/include/log4cxx/rolling/rollingfileappender.h
    logging/log4cxx/trunk/src/main/include/log4cxx/rolling/rollingpolicy.h
    logging/log4cxx/trunk/src/main/include/log4cxx/rolling/rollingpolicybase.h
    logging/log4cxx/trunk/src/main/include/log4cxx/rolling/timebasedrollingpolicy.h
    logging/log4cxx/trunk/src/main/include/log4cxx/rolling/triggeringpolicy.h
    logging/log4cxx/trunk/src/main/include/log4cxx/rollingfileappender.h
    logging/log4cxx/trunk/src/main/include/log4cxx/spi/loggingevent.h
    logging/log4cxx/trunk/src/main/include/log4cxx/xml/xmllayout.h
    logging/log4cxx/trunk/src/test/cpp/encodingtest.cpp
    logging/log4cxx/trunk/src/test/cpp/fileappendertestcase.cpp
    logging/log4cxx/trunk/src/test/cpp/helpers/absolutetimedateformattestcase.cpp
    logging/log4cxx/trunk/src/test/cpp/helpers/cacheddateformattestcase.cpp
    logging/log4cxx/trunk/src/test/cpp/helpers/datetimedateformattestcase.cpp
    logging/log4cxx/trunk/src/test/cpp/helpers/iso8601dateformattestcase.cpp
    logging/log4cxx/trunk/src/test/cpp/helpers/localechanger.h
    logging/log4cxx/trunk/src/test/cpp/helpers/relativetimedateformattestcase.cpp
    logging/log4cxx/trunk/src/test/cpp/helpers/stringhelpertestcase.cpp
    logging/log4cxx/trunk/src/test/cpp/helpers/timezonetestcase.cpp
    logging/log4cxx/trunk/src/test/cpp/loggertestcase.cpp
    logging/log4cxx/trunk/src/test/cpp/rolling/filterbasedrollingtest.cpp

Modified: logging/log4cxx/trunk/src/main/cpp/fileappender.cpp
URL: http://svn.apache.org/viewvc/logging/log4cxx/trunk/src/main/cpp/fileappender.cpp?rev=616235&r1=616234&r2=616235&view=diff
==============================================================================
--- logging/log4cxx/trunk/src/main/cpp/fileappender.cpp (original)
+++ logging/log4cxx/trunk/src/main/cpp/fileappender.cpp Tue Jan 29 02:13:15 2008
@@ -182,7 +182,7 @@
  *
  * @param src source string
  * @return modified string
- * @since 0.9.8
+ * 
  *
  */
 LogString FileAppender::stripDuplicateBackslashes(const LogString& src) {

Modified: logging/log4cxx/trunk/src/main/cpp/writerappender.cpp
URL: http://svn.apache.org/viewvc/logging/log4cxx/trunk/src/main/cpp/writerappender.cpp?rev=616235&r1=616234&r2=616235&view=diff
==============================================================================
--- logging/log4cxx/trunk/src/main/cpp/writerappender.cpp (original)
+++ logging/log4cxx/trunk/src/main/cpp/writerappender.cpp Tue Jan 29 02:13:15 2008
@@ -129,7 +129,7 @@
    <p>Closed appenders cannot be reused.
 
    @see #setWriter
-   @since 0.8.4 */
+   */
 void WriterAppender::close()
 {
         synchronized sync(mutex);

Modified: logging/log4cxx/trunk/src/main/include/log4cxx/dailyrollingfileappender.h
URL: http://svn.apache.org/viewvc/logging/log4cxx/trunk/src/main/include/log4cxx/dailyrollingfileappender.h?rev=616235&r1=616234&r2=616235&view=diff
==============================================================================
--- logging/log4cxx/trunk/src/main/include/log4cxx/dailyrollingfileappender.h (original)
+++ logging/log4cxx/trunk/src/main/include/log4cxx/dailyrollingfileappender.h Tue Jan 29 02:13:15 2008
@@ -100,7 +100,7 @@
   /**
    * Add a filter to the end of the filter list.
    *
-   * @since 0.9.0
+   * 
    */
   void addFilter(const log4cxx::spi::FilterPtr& newFilter);
 
@@ -110,14 +110,14 @@
    *
    * @return the head Filter or null, if no Filters are present
    *
-   * @since 1.1
+   * 
    */
   log4cxx::spi::FilterPtr getFilter() const;
 
   /**
    * Clear the list of filters by removing all the filters in it.
    *
-   * @since 0.9.0
+   * 
    */
   void clearFilters();
 
@@ -129,21 +129,21 @@
    * It is a programming error to append to a closed appender.
    * </p>
    *
-   * @since 0.8.4
+   * 
    */
   void close();
 
   /**
    * Is this appender closed?
    *
-   * @since 1.3
+   * 
    */
   bool isClosed() const;
 
   /**
    * Is this appender in working order?
    *
-   * @since 1.3
+   * 
    */
   bool isActive() const;
 
@@ -162,14 +162,14 @@
   /**
    * Set the {@link Layout} for this appender.
    *
-   * @since 0.8.1
+   * 
    */
   void setLayout(const LayoutPtr& layout);
 
   /**
    * Returns this appenders layout.
    *
-   * @since 1.1
+   * 
    */
   LayoutPtr getLayout() const;
 
@@ -177,7 +177,7 @@
    * Set the name of this appender. The name is used by other components to
    * identify this appender.
    *
-   * @since 0.8.1
+   * 
    */
   void setName(const LogString& name);
 

Modified: logging/log4cxx/trunk/src/main/include/log4cxx/filter/propertyfilter.h
URL: http://svn.apache.org/viewvc/logging/log4cxx/trunk/src/main/include/log4cxx/filter/propertyfilter.h?rev=616235&r1=616234&r2=616235&view=diff
==============================================================================
--- logging/log4cxx/trunk/src/main/include/log4cxx/filter/propertyfilter.h (original)
+++ logging/log4cxx/trunk/src/main/include/log4cxx/filter/propertyfilter.h Tue Jan 29 02:13:15 2008
@@ -48,7 +48,7 @@
  * Example properties param:
  * somename=somevalue,anothername=anothervalue,thirdname=third value
  *
- * @since 1.3
+ * 
  */
         class LOG4CXX_EXPORT PropertyFilter : public log4cxx::spi::Filter
         {

Modified: logging/log4cxx/trunk/src/main/include/log4cxx/helpers/bytearrayinputstream.h
URL: http://svn.apache.org/viewvc/logging/log4cxx/trunk/src/main/include/log4cxx/helpers/bytearrayinputstream.h?rev=616235&r1=616234&r2=616235&view=diff
==============================================================================
--- logging/log4cxx/trunk/src/main/include/log4cxx/helpers/bytearrayinputstream.h (original)
+++ logging/log4cxx/trunk/src/main/include/log4cxx/helpers/bytearrayinputstream.h Tue Jan 29 02:13:15 2008
@@ -17,12 +17,12 @@
 
 #ifndef _LOG4CXX_HELPERS_BYTEARRAYINPUTSTREAM_H
 #define _LOG4CXX_HELPERS_BYTEARRAYINPUTSTREAM_H
-
-#if defined(_MSC_VER)
-#pragma warning ( push )
-#pragma warning ( disable: 4786 4231 )
-#endif
-
+
+#if defined(_MSC_VER)
+#pragma warning ( push )
+#pragma warning ( disable: 4786 4231 )
+#endif
+
 
 #include <vector>
 #include <log4cxx/helpers/inputstream.h>
@@ -35,7 +35,6 @@
 
           /**
            * InputStream implemented on top of a byte array.
-           * @since 0.9.8
            */
           class LOG4CXX_EXPORT ByteArrayInputStream : public InputStream
           {
@@ -86,10 +85,10 @@
           LOG4CXX_PTR_DEF(ByteArrayInputStream)
         } // namespace helpers
 
-}  //namespace log4cxx
-
-#if defined(_MSC_VER)
-#pragma warning ( pop )
+}  //namespace log4cxx
+
+#if defined(_MSC_VER)
+#pragma warning ( pop )
 #endif
 
 #endif //_LOG4CXX_HELPERS_BYTEARRAYINPUTSTREAM_H

Modified: logging/log4cxx/trunk/src/main/include/log4cxx/helpers/fileinputstream.h
URL: http://svn.apache.org/viewvc/logging/log4cxx/trunk/src/main/include/log4cxx/helpers/fileinputstream.h?rev=616235&r1=616234&r2=616235&view=diff
==============================================================================
--- logging/log4cxx/trunk/src/main/include/log4cxx/helpers/fileinputstream.h (original)
+++ logging/log4cxx/trunk/src/main/include/log4cxx/helpers/fileinputstream.h Tue Jan 29 02:13:15 2008
@@ -30,7 +30,7 @@
 
           /**
            * InputStream implemented on top of APR file IO.
-           * @since 0.9.8
+           * 
            */
           class LOG4CXX_EXPORT FileInputStream : public InputStream
           {

Modified: logging/log4cxx/trunk/src/main/include/log4cxx/helpers/inputstream.h
URL: http://svn.apache.org/viewvc/logging/log4cxx/trunk/src/main/include/log4cxx/helpers/inputstream.h?rev=616235&r1=616234&r2=616235&view=diff
==============================================================================
--- logging/log4cxx/trunk/src/main/include/log4cxx/helpers/inputstream.h (original)
+++ logging/log4cxx/trunk/src/main/include/log4cxx/helpers/inputstream.h Tue Jan 29 02:13:15 2008
@@ -28,7 +28,7 @@
 
           /**
            * Abstract class for reading from character streams.
-           * @since 0.9.8
+           * 
            */
           class LOG4CXX_EXPORT InputStream : public ObjectImpl
           {

Modified: logging/log4cxx/trunk/src/main/include/log4cxx/helpers/reader.h
URL: http://svn.apache.org/viewvc/logging/log4cxx/trunk/src/main/include/log4cxx/helpers/reader.h?rev=616235&r1=616234&r2=616235&view=diff
==============================================================================
--- logging/log4cxx/trunk/src/main/include/log4cxx/helpers/reader.h (original)
+++ logging/log4cxx/trunk/src/main/include/log4cxx/helpers/reader.h Tue Jan 29 02:13:15 2008
@@ -27,7 +27,7 @@
 
           /**
            * Abstract class for reading from character streams.
-           * @since 0.9.8
+           * 
            */
           class LOG4CXX_EXPORT Reader : public ObjectImpl
           {

Modified: logging/log4cxx/trunk/src/main/include/log4cxx/pattern/classnamepatternconverter.h
URL: http://svn.apache.org/viewvc/logging/log4cxx/trunk/src/main/include/log4cxx/pattern/classnamepatternconverter.h?rev=616235&r1=616234&r2=616235&view=diff
==============================================================================
--- logging/log4cxx/trunk/src/main/include/log4cxx/pattern/classnamepatternconverter.h (original)
+++ logging/log4cxx/trunk/src/main/include/log4cxx/pattern/classnamepatternconverter.h Tue Jan 29 02:13:15 2008
@@ -29,7 +29,7 @@
  * Formats the class name of the site of the logging request.
  *
  * @author Ceki G&uuml;lc&uuml;
- * @since 1.3
+ * 
  */
 class LOG4CXX_EXPORT ClassNamePatternConverter : public NamePatternConverter {
   /**

Modified: logging/log4cxx/trunk/src/main/include/log4cxx/pattern/datepatternconverter.h
URL: http://svn.apache.org/viewvc/logging/log4cxx/trunk/src/main/include/log4cxx/pattern/datepatternconverter.h?rev=616235&r1=616234&r2=616235&view=diff
==============================================================================
--- logging/log4cxx/trunk/src/main/include/log4cxx/pattern/datepatternconverter.h (original)
+++ logging/log4cxx/trunk/src/main/include/log4cxx/pattern/datepatternconverter.h Tue Jan 29 02:13:15 2008
@@ -31,7 +31,7 @@
  * Convert and format the event's date in a StringBuffer.
  *
  * @author Curt Arnold
- * @since 0.9.8
+ * 
  */
 class LOG4CXX_EXPORT DatePatternConverter : public LoggingEventPatternConverter {
   /**

Modified: logging/log4cxx/trunk/src/main/include/log4cxx/pattern/filedatepatternconverter.h
URL: http://svn.apache.org/viewvc/logging/log4cxx/trunk/src/main/include/log4cxx/pattern/filedatepatternconverter.h?rev=616235&r1=616234&r2=616235&view=diff
==============================================================================
--- logging/log4cxx/trunk/src/main/include/log4cxx/pattern/filedatepatternconverter.h (original)
+++ logging/log4cxx/trunk/src/main/include/log4cxx/pattern/filedatepatternconverter.h Tue Jan 29 02:13:15 2008
@@ -29,7 +29,7 @@
  * the %d pattern in pattern layout.
  *
  * @author Curt Arnold
- * @since 0.9.8
+ * 
  */
 class LOG4CXX_EXPORT FileDatePatternConverter {
   /**

Modified: logging/log4cxx/trunk/src/main/include/log4cxx/pattern/filelocationpatternconverter.h
URL: http://svn.apache.org/viewvc/logging/log4cxx/trunk/src/main/include/log4cxx/pattern/filelocationpatternconverter.h?rev=616235&r1=616234&r2=616235&view=diff
==============================================================================
--- logging/log4cxx/trunk/src/main/include/log4cxx/pattern/filelocationpatternconverter.h (original)
+++ logging/log4cxx/trunk/src/main/include/log4cxx/pattern/filelocationpatternconverter.h Tue Jan 29 02:13:15 2008
@@ -28,7 +28,7 @@
  * Return the event's line location information in a StringBuffer.
  *
  * @author Ceki G&uuml;lc&uuml;
- * @since 1.3
+ * 
  */
 class LOG4CXX_EXPORT FileLocationPatternConverter
   : public LoggingEventPatternConverter {

Modified: logging/log4cxx/trunk/src/main/include/log4cxx/pattern/formattinginfo.h
URL: http://svn.apache.org/viewvc/logging/log4cxx/trunk/src/main/include/log4cxx/pattern/formattinginfo.h?rev=616235&r1=616234&r2=616235&view=diff
==============================================================================
--- logging/log4cxx/trunk/src/main/include/log4cxx/pattern/formattinginfo.h (original)
+++ logging/log4cxx/trunk/src/main/include/log4cxx/pattern/formattinginfo.h Tue Jan 29 02:13:15 2008
@@ -36,7 +36,7 @@
  *
  *  @author Curt Arnold
  *
- *  @since 0.9.8
+ *  
  */
 class LOG4CXX_EXPORT FormattingInfo : public virtual log4cxx::helpers::ObjectImpl {
 

Modified: logging/log4cxx/trunk/src/main/include/log4cxx/pattern/fulllocationpatternconverter.h
URL: http://svn.apache.org/viewvc/logging/log4cxx/trunk/src/main/include/log4cxx/pattern/fulllocationpatternconverter.h?rev=616235&r1=616234&r2=616235&view=diff
==============================================================================
--- logging/log4cxx/trunk/src/main/include/log4cxx/pattern/fulllocationpatternconverter.h (original)
+++ logging/log4cxx/trunk/src/main/include/log4cxx/pattern/fulllocationpatternconverter.h Tue Jan 29 02:13:15 2008
@@ -28,7 +28,7 @@
  * Format the event's line location information.
  *
  * @author Curt Arnold
- * @since 0.9.8
+ * 
  */
 class LOG4CXX_EXPORT FullLocationPatternConverter
   : public LoggingEventPatternConverter {

Modified: logging/log4cxx/trunk/src/main/include/log4cxx/pattern/integerpatternconverter.h
URL: http://svn.apache.org/viewvc/logging/log4cxx/trunk/src/main/include/log4cxx/pattern/integerpatternconverter.h?rev=616235&r1=616234&r2=616235&view=diff
==============================================================================
--- logging/log4cxx/trunk/src/main/include/log4cxx/pattern/integerpatternconverter.h (original)
+++ logging/log4cxx/trunk/src/main/include/log4cxx/pattern/integerpatternconverter.h Tue Jan 29 02:13:15 2008
@@ -27,7 +27,7 @@
  * Formats an integer.
  *
  * @author Curt Arnold
- * @since 0.9.8
+ * 
  */
 class LOG4CXX_EXPORT IntegerPatternConverter : public PatternConverter {
 

Modified: logging/log4cxx/trunk/src/main/include/log4cxx/pattern/levelpatternconverter.h
URL: http://svn.apache.org/viewvc/logging/log4cxx/trunk/src/main/include/log4cxx/pattern/levelpatternconverter.h?rev=616235&r1=616234&r2=616235&view=diff
==============================================================================
--- logging/log4cxx/trunk/src/main/include/log4cxx/pattern/levelpatternconverter.h (original)
+++ logging/log4cxx/trunk/src/main/include/log4cxx/pattern/levelpatternconverter.h Tue Jan 29 02:13:15 2008
@@ -27,7 +27,7 @@
  * Return the event's level in a StringBuffer.
  *
  * @author Curt Arnold
- * @since 0.9.8
+ * 
  */
 class LOG4CXX_EXPORT LevelPatternConverter : public LoggingEventPatternConverter {
   /**

Modified: logging/log4cxx/trunk/src/main/include/log4cxx/pattern/linelocationpatternconverter.h
URL: http://svn.apache.org/viewvc/logging/log4cxx/trunk/src/main/include/log4cxx/pattern/linelocationpatternconverter.h?rev=616235&r1=616234&r2=616235&view=diff
==============================================================================
--- logging/log4cxx/trunk/src/main/include/log4cxx/pattern/linelocationpatternconverter.h (original)
+++ logging/log4cxx/trunk/src/main/include/log4cxx/pattern/linelocationpatternconverter.h Tue Jan 29 02:13:15 2008
@@ -28,7 +28,7 @@
  * Format the event's line location information.
  *
  * @author Curt Arnold
- * @since 0.9.8
+ * 
  */
 class LOG4CXX_EXPORT LineLocationPatternConverter
   : public LoggingEventPatternConverter {

Modified: logging/log4cxx/trunk/src/main/include/log4cxx/pattern/lineseparatorpatternconverter.h
URL: http://svn.apache.org/viewvc/logging/log4cxx/trunk/src/main/include/log4cxx/pattern/lineseparatorpatternconverter.h?rev=616235&r1=616234&r2=616235&view=diff
==============================================================================
--- logging/log4cxx/trunk/src/main/include/log4cxx/pattern/lineseparatorpatternconverter.h (original)
+++ logging/log4cxx/trunk/src/main/include/log4cxx/pattern/lineseparatorpatternconverter.h Tue Jan 29 02:13:15 2008
@@ -28,7 +28,7 @@
  * Formats a line separator.
  *
  * @author Curt Arnold
- * @since 0.9.8
+ * 
  */
 class LOG4CXX_EXPORT LineSeparatorPatternConverter
   : public LoggingEventPatternConverter {

Modified: logging/log4cxx/trunk/src/main/include/log4cxx/pattern/literalpatternconverter.h
URL: http://svn.apache.org/viewvc/logging/log4cxx/trunk/src/main/include/log4cxx/pattern/literalpatternconverter.h?rev=616235&r1=616234&r2=616235&view=diff
==============================================================================
--- logging/log4cxx/trunk/src/main/include/log4cxx/pattern/literalpatternconverter.h (original)
+++ logging/log4cxx/trunk/src/main/include/log4cxx/pattern/literalpatternconverter.h Tue Jan 29 02:13:15 2008
@@ -27,7 +27,7 @@
  * Formats a string literal.
  *
  * @author Curt Arnold
- * @since 0.9.8
+ * 
  *
  */
 class LOG4CXX_EXPORT LiteralPatternConverter : public LoggingEventPatternConverter {

Modified: logging/log4cxx/trunk/src/main/include/log4cxx/pattern/loggerpatternconverter.h
URL: http://svn.apache.org/viewvc/logging/log4cxx/trunk/src/main/include/log4cxx/pattern/loggerpatternconverter.h?rev=616235&r1=616234&r2=616235&view=diff
==============================================================================
--- logging/log4cxx/trunk/src/main/include/log4cxx/pattern/loggerpatternconverter.h (original)
+++ logging/log4cxx/trunk/src/main/include/log4cxx/pattern/loggerpatternconverter.h Tue Jan 29 02:13:15 2008
@@ -29,7 +29,7 @@
  *
  * @author Curt Arnold
  *
- * @since 0.9.8
+ * 
  */
 class LOG4CXX_EXPORT LoggerPatternConverter : public NamePatternConverter {
 

Modified: logging/log4cxx/trunk/src/main/include/log4cxx/pattern/loggingeventpatternconverter.h
URL: http://svn.apache.org/viewvc/logging/log4cxx/trunk/src/main/include/log4cxx/pattern/loggingeventpatternconverter.h?rev=616235&r1=616234&r2=616235&view=diff
==============================================================================
--- logging/log4cxx/trunk/src/main/include/log4cxx/pattern/loggingeventpatternconverter.h (original)
+++ logging/log4cxx/trunk/src/main/include/log4cxx/pattern/loggingeventpatternconverter.h Tue Jan 29 02:13:15 2008
@@ -34,7 +34,7 @@
     *
     * @author Curt Arnold
     *
-    * @since 0.9.8
+    * 
     */
 class LOG4CXX_EXPORT LoggingEventPatternConverter : public PatternConverter {
 protected:

Modified: logging/log4cxx/trunk/src/main/include/log4cxx/pattern/messagepatternconverter.h
URL: http://svn.apache.org/viewvc/logging/log4cxx/trunk/src/main/include/log4cxx/pattern/messagepatternconverter.h?rev=616235&r1=616234&r2=616235&view=diff
==============================================================================
--- logging/log4cxx/trunk/src/main/include/log4cxx/pattern/messagepatternconverter.h (original)
+++ logging/log4cxx/trunk/src/main/include/log4cxx/pattern/messagepatternconverter.h Tue Jan 29 02:13:15 2008
@@ -27,7 +27,7 @@
  * Formats the message of an logging event.
  *
  * @author Curt Arnold
- * @since 0.9.8
+ * 
  */
 class LOG4CXX_EXPORT MessagePatternConverter : public LoggingEventPatternConverter {
 

Modified: logging/log4cxx/trunk/src/main/include/log4cxx/pattern/methodlocationpatternconverter.h
URL: http://svn.apache.org/viewvc/logging/log4cxx/trunk/src/main/include/log4cxx/pattern/methodlocationpatternconverter.h?rev=616235&r1=616234&r2=616235&view=diff
==============================================================================
--- logging/log4cxx/trunk/src/main/include/log4cxx/pattern/methodlocationpatternconverter.h (original)
+++ logging/log4cxx/trunk/src/main/include/log4cxx/pattern/methodlocationpatternconverter.h Tue Jan 29 02:13:15 2008
@@ -27,7 +27,7 @@
  * Return the event's line location information in a StringBuffer.
  *
  * @author Curt Arnold
- * @since 0.9.8
+ * 
  */
 class LOG4CXX_EXPORT MethodLocationPatternConverter
   : public LoggingEventPatternConverter {

Modified: logging/log4cxx/trunk/src/main/include/log4cxx/pattern/nameabbreviator.h
URL: http://svn.apache.org/viewvc/logging/log4cxx/trunk/src/main/include/log4cxx/pattern/nameabbreviator.h?rev=616235&r1=616234&r2=616235&view=diff
==============================================================================
--- logging/log4cxx/trunk/src/main/include/log4cxx/pattern/nameabbreviator.h (original)
+++ logging/log4cxx/trunk/src/main/include/log4cxx/pattern/nameabbreviator.h Tue Jan 29 02:13:15 2008
@@ -32,7 +32,7 @@
  * NameAbbreviator generates abbreviated logger and class names.
  *
  * @author Curt Arnold
- * @since 0.9.8
+ * 
  */
 class LOG4CXX_EXPORT NameAbbreviator : public log4cxx::helpers::ObjectImpl {
 public:

Modified: logging/log4cxx/trunk/src/main/include/log4cxx/pattern/ndcpatternconverter.h
URL: http://svn.apache.org/viewvc/logging/log4cxx/trunk/src/main/include/log4cxx/pattern/ndcpatternconverter.h?rev=616235&r1=616234&r2=616235&view=diff
==============================================================================
--- logging/log4cxx/trunk/src/main/include/log4cxx/pattern/ndcpatternconverter.h (original)
+++ logging/log4cxx/trunk/src/main/include/log4cxx/pattern/ndcpatternconverter.h Tue Jan 29 02:13:15 2008
@@ -27,7 +27,7 @@
  * Return the event's NDC in a StringBuffer.
  *
  * @author Curt Arnold
- * @since 0.9.8
+ * 
  */
 class LOG4CXX_EXPORT NDCPatternConverter : public LoggingEventPatternConverter {
 

Modified: logging/log4cxx/trunk/src/main/include/log4cxx/pattern/patternconverter.h
URL: http://svn.apache.org/viewvc/logging/log4cxx/trunk/src/main/include/log4cxx/pattern/patternconverter.h?rev=616235&r1=616234&r2=616235&view=diff
==============================================================================
--- logging/log4cxx/trunk/src/main/include/log4cxx/pattern/patternconverter.h (original)
+++ logging/log4cxx/trunk/src/main/include/log4cxx/pattern/patternconverter.h Tue Jan 29 02:13:15 2008
@@ -49,7 +49,7 @@
    @author Chris Nokes
    @author Curt Arnold
 
-   @since 1.3
+   
  */
 class LOG4CXX_EXPORT PatternConverter : public virtual log4cxx::helpers::ObjectImpl {
 

Modified: logging/log4cxx/trunk/src/main/include/log4cxx/pattern/patternparser.h
URL: http://svn.apache.org/viewvc/logging/log4cxx/trunk/src/main/include/log4cxx/pattern/patternparser.h?rev=616235&r1=616234&r2=616235&view=diff
==============================================================================
--- logging/log4cxx/trunk/src/main/include/log4cxx/pattern/patternparser.h (original)
+++ logging/log4cxx/trunk/src/main/include/log4cxx/pattern/patternparser.h Tue Jan 29 02:13:15 2008
@@ -55,7 +55,7 @@
  * @author Paul Smith
  * @author Curt Arnold
  *
- * @since 1.3
+ * 
 */
 class LOG4CXX_EXPORT PatternParser {
   /**

Modified: logging/log4cxx/trunk/src/main/include/log4cxx/pattern/propertiespatternconverter.h
URL: http://svn.apache.org/viewvc/logging/log4cxx/trunk/src/main/include/log4cxx/pattern/propertiespatternconverter.h?rev=616235&r1=616234&r2=616235&view=diff
==============================================================================
--- logging/log4cxx/trunk/src/main/include/log4cxx/pattern/propertiespatternconverter.h (original)
+++ logging/log4cxx/trunk/src/main/include/log4cxx/pattern/propertiespatternconverter.h Tue Jan 29 02:13:15 2008
@@ -31,7 +31,7 @@
  * when this pattern converter has the option set.
  *
  * @author Curt Arnold
- * @since 0.9.8
+ * 
  */
 class LOG4CXX_EXPORT PropertiesPatternConverter
   : public LoggingEventPatternConverter {

Modified: logging/log4cxx/trunk/src/main/include/log4cxx/pattern/relativetimepatternconverter.h
URL: http://svn.apache.org/viewvc/logging/log4cxx/trunk/src/main/include/log4cxx/pattern/relativetimepatternconverter.h?rev=616235&r1=616234&r2=616235&view=diff
==============================================================================
--- logging/log4cxx/trunk/src/main/include/log4cxx/pattern/relativetimepatternconverter.h (original)
+++ logging/log4cxx/trunk/src/main/include/log4cxx/pattern/relativetimepatternconverter.h Tue Jan 29 02:13:15 2008
@@ -27,7 +27,7 @@
  * Format the relative time in milliseconds.
  *
  * @author Curt Arnold
- * @since 0.9.8
+ * 
  */
 class LOG4CXX_EXPORT RelativeTimePatternConverter : public LoggingEventPatternConverter {
 public:

Modified: logging/log4cxx/trunk/src/main/include/log4cxx/pattern/threadpatternconverter.h
URL: http://svn.apache.org/viewvc/logging/log4cxx/trunk/src/main/include/log4cxx/pattern/threadpatternconverter.h?rev=616235&r1=616234&r2=616235&view=diff
==============================================================================
--- logging/log4cxx/trunk/src/main/include/log4cxx/pattern/threadpatternconverter.h (original)
+++ logging/log4cxx/trunk/src/main/include/log4cxx/pattern/threadpatternconverter.h Tue Jan 29 02:13:15 2008
@@ -27,7 +27,7 @@
  * Formats the event thread name.
  *
  * @author Curt Arnold
- * @since 0.9.8
+ * 
  */
 class LOG4CXX_EXPORT ThreadPatternConverter : public LoggingEventPatternConverter {
   /**

Modified: logging/log4cxx/trunk/src/main/include/log4cxx/pattern/throwableinformationpatternconverter.h
URL: http://svn.apache.org/viewvc/logging/log4cxx/trunk/src/main/include/log4cxx/pattern/throwableinformationpatternconverter.h?rev=616235&r1=616234&r2=616235&view=diff
==============================================================================
--- logging/log4cxx/trunk/src/main/include/log4cxx/pattern/throwableinformationpatternconverter.h (original)
+++ logging/log4cxx/trunk/src/main/include/log4cxx/pattern/throwableinformationpatternconverter.h Tue Jan 29 02:13:15 2008
@@ -28,7 +28,7 @@
  * unless this converter's option is 'short', where it just outputs the first line of the trace.
  *
  * @author Curt Arnold
- * @since 0.9.8
+ * 
  *
  */
 class LOG4CXX_EXPORT ThrowableInformationPatternConverter

Modified: logging/log4cxx/trunk/src/main/include/log4cxx/rolling/filterbasedtriggeringpolicy.h
URL: http://svn.apache.org/viewvc/logging/log4cxx/trunk/src/main/include/log4cxx/rolling/filterbasedtriggeringpolicy.h?rev=616235&r1=616234&r2=616235&view=diff
==============================================================================
--- logging/log4cxx/trunk/src/main/include/log4cxx/rolling/filterbasedtriggeringpolicy.h (original)
+++ logging/log4cxx/trunk/src/main/include/log4cxx/rolling/filterbasedtriggeringpolicy.h Tue Jan 29 02:13:15 2008
@@ -39,7 +39,7 @@
  * filter rejects a message, a rolling event will be triggered.
  *
  * @author Curt Arnold
- * @since 1.3
+ * 
  *
  */
 class LOG4CXX_EXPORT FilterBasedTriggeringPolicy : public TriggeringPolicy {

Modified: logging/log4cxx/trunk/src/main/include/log4cxx/rolling/fixedwindowrollingpolicy.h
URL: http://svn.apache.org/viewvc/logging/log4cxx/trunk/src/main/include/log4cxx/rolling/fixedwindowrollingpolicy.h?rev=616235&r1=616234&r2=616235&view=diff
==============================================================================
--- logging/log4cxx/trunk/src/main/include/log4cxx/rolling/fixedwindowrollingpolicy.h (original)
+++ logging/log4cxx/trunk/src/main/include/log4cxx/rolling/fixedwindowrollingpolicy.h Tue Jan 29 02:13:15 2008
@@ -53,7 +53,7 @@
  *
  *
  * @author Ceki G&uuml;lc&uuml;
- * @since 1.3
+ * 
  * */
 
 namespace log4cxx {

Modified: logging/log4cxx/trunk/src/main/include/log4cxx/rolling/rollingfileappender.h
URL: http://svn.apache.org/viewvc/logging/log4cxx/trunk/src/main/include/log4cxx/rolling/rollingfileappender.h?rev=616235&r1=616234&r2=616235&view=diff
==============================================================================
--- logging/log4cxx/trunk/src/main/include/log4cxx/rolling/rollingfileappender.h (original)
+++ logging/log4cxx/trunk/src/main/include/log4cxx/rolling/rollingfileappender.h Tue Jan 29 02:13:15 2008
@@ -72,7 +72,7 @@
          *
          * @author Heinz Richter
          * @author Ceki G&uuml;lc&uuml;
-         * @since  1.3
+         * 
          * */
         class LOG4CXX_EXPORT RollingFileAppender : public FileAppender {
           DECLARE_LOG4CXX_OBJECT(RollingFileAppender)

Modified: logging/log4cxx/trunk/src/main/include/log4cxx/rolling/rollingpolicy.h
URL: http://svn.apache.org/viewvc/logging/log4cxx/trunk/src/main/include/log4cxx/rolling/rollingpolicy.h?rev=616235&r1=616234&r2=616235&view=diff
==============================================================================
--- logging/log4cxx/trunk/src/main/include/log4cxx/rolling/rollingpolicy.h (original)
+++ logging/log4cxx/trunk/src/main/include/log4cxx/rolling/rollingpolicy.h Tue Jan 29 02:13:15 2008
@@ -34,7 +34,7 @@
          * that is the live file where logging output will be directed.
          *
          * @author Ceki G&uuml;lc&uuml;
-         * @since 1.3
+         * 
          *
         */
         class LOG4CXX_EXPORT RollingPolicy :

Modified: logging/log4cxx/trunk/src/main/include/log4cxx/rolling/rollingpolicybase.h
URL: http://svn.apache.org/viewvc/logging/log4cxx/trunk/src/main/include/log4cxx/rolling/rollingpolicybase.h?rev=616235&r1=616234&r2=616235&view=diff
==============================================================================
--- logging/log4cxx/trunk/src/main/include/log4cxx/rolling/rollingpolicybase.h (original)
+++ logging/log4cxx/trunk/src/main/include/log4cxx/rolling/rollingpolicybase.h Tue Jan 29 02:13:15 2008
@@ -40,7 +40,7 @@
          * policies.
          *
          * @author Curt Arnold
-         * @since 0.9.8
+         * 
          */
         class LOG4CXX_EXPORT RollingPolicyBase :
            public virtual RollingPolicy,

Modified: logging/log4cxx/trunk/src/main/include/log4cxx/rolling/timebasedrollingpolicy.h
URL: http://svn.apache.org/viewvc/logging/log4cxx/trunk/src/main/include/log4cxx/rolling/timebasedrollingpolicy.h?rev=616235&r1=616234&r2=616235&view=diff
==============================================================================
--- logging/log4cxx/trunk/src/main/include/log4cxx/rolling/timebasedrollingpolicy.h (original)
+++ logging/log4cxx/trunk/src/main/include/log4cxx/rolling/timebasedrollingpolicy.h Tue Jan 29 02:13:15 2008
@@ -134,7 +134,7 @@
          * <code>RollingFileAppender</code>.
          *
          * @author Ceki G&uuml;lc&uuml;
-         * @since 1.3
+         * 
          */
         class LOG4CXX_EXPORT TimeBasedRollingPolicy : public RollingPolicyBase,
              public TriggeringPolicy {

Modified: logging/log4cxx/trunk/src/main/include/log4cxx/rolling/triggeringpolicy.h
URL: http://svn.apache.org/viewvc/logging/log4cxx/trunk/src/main/include/log4cxx/rolling/triggeringpolicy.h?rev=616235&r1=616234&r2=616235&view=diff
==============================================================================
--- logging/log4cxx/trunk/src/main/include/log4cxx/rolling/triggeringpolicy.h (original)
+++ logging/log4cxx/trunk/src/main/include/log4cxx/rolling/triggeringpolicy.h Tue Jan 29 02:13:15 2008
@@ -36,7 +36,7 @@
          * external event or a combination thereof.
          *
          * @author Ceki G&uuml;lc&uuml;
-         * @since 1.3
+         * 
          * */
 
         class LOG4CXX_EXPORT TriggeringPolicy :

Modified: logging/log4cxx/trunk/src/main/include/log4cxx/rollingfileappender.h
URL: http://svn.apache.org/viewvc/logging/log4cxx/trunk/src/main/include/log4cxx/rollingfileappender.h?rev=616235&r1=616234&r2=616235&view=diff
==============================================================================
--- logging/log4cxx/trunk/src/main/include/log4cxx/rollingfileappender.h (original)
+++ logging/log4cxx/trunk/src/main/include/log4cxx/rollingfileappender.h Tue Jan 29 02:13:15 2008
@@ -130,7 +130,7 @@
     /**
      Add a filter to the end of the filter list.
 
-    @since 0.9.0
+    
     */
     void addFilter( const log4cxx::spi::FilterPtr & newFilter );
 
@@ -140,14 +140,14 @@
 
      @return the head Filter or null, if no Filters are present
 
-    @since 1.1
+    
     */
     log4cxx::spi::FilterPtr getFilter() const;
 
     /**
      Clear the list of filters by removing all the filters in it.
 
-    @since 0.9.0
+    
     */
     void clearFilters();
 
@@ -156,21 +156,21 @@
 
     <p> It is a programming error to append to a closed appender. </p>
 
-    @since 0.8.4
+    
     */
     void close();
 
     /**
      Is this appender closed?
 
-    @since 1.3
+    
     */
     bool isClosed() const;
 
     /**
      Is this appender in working order?
 
-    @since 1.3
+    
     */
     bool isActive() const;
 
@@ -186,21 +186,21 @@
     /**
      Set the {@link Layout} for this appender.
 
-    @since 0.8.1
+    
     */
     void setLayout( const LayoutPtr & layout );
 
     /**
      Returns this appenders layout.
 
-    @since 1.1
+    
     */
     LayoutPtr getLayout() const;
 
     /**
      Set the name of this appender. The name is used by other components to identify this appender.
 
-    @since 0.8.1
+    
     */
     void setName( const LogString & name );
 

Modified: logging/log4cxx/trunk/src/main/include/log4cxx/spi/loggingevent.h
URL: http://svn.apache.org/viewvc/logging/log4cxx/trunk/src/main/include/log4cxx/spi/loggingevent.h?rev=616235&r1=616234&r2=616235&view=diff
==============================================================================
--- logging/log4cxx/trunk/src/main/include/log4cxx/spi/loggingevent.h (original)
+++ logging/log4cxx/trunk/src/main/include/log4cxx/spi/loggingevent.h Tue Jan 29 02:13:15 2008
@@ -164,7 +164,7 @@
                         * The returned set is unmodifiable by the caller.
                         *
                         * @return Set an unmodifiable set of the MDC keys.
-                        * @since 1.3
+                        * 
                         */
                         KeySet getMDCKeySet() const;
 

Modified: logging/log4cxx/trunk/src/main/include/log4cxx/xml/xmllayout.h
URL: http://svn.apache.org/viewvc/logging/log4cxx/trunk/src/main/include/log4cxx/xml/xmllayout.h?rev=616235&r1=616234&r2=616235&view=diff
==============================================================================
--- logging/log4cxx/trunk/src/main/include/log4cxx/xml/xmllayout.h (original)
+++ logging/log4cxx/trunk/src/main/include/log4cxx/xml/xmllayout.h Tue Jan 29 02:13:15 2008
@@ -92,7 +92,7 @@
                         /**
                          * Sets whether MDC key-value pairs should be output, default false.
                          * @param flag new value.
-                         * @since 0.10
+                         * 
                         */
                         inline void setProperties(bool flag) {
                             properties = flag;
@@ -101,7 +101,7 @@
                         /**
                         * Gets whether MDC key-value pairs should be output.
                         * @return true if MDC key-value pairs are output.
-                        * @since 0.10
+                        * 
                         */
                         inline bool getProperties() {
                             return properties;

Modified: logging/log4cxx/trunk/src/test/cpp/encodingtest.cpp
URL: http://svn.apache.org/viewvc/logging/log4cxx/trunk/src/test/cpp/encodingtest.cpp?rev=616235&r1=616234&r2=616235&view=diff
==============================================================================
--- logging/log4cxx/trunk/src/test/cpp/encodingtest.cpp (original)
+++ logging/log4cxx/trunk/src/test/cpp/encodingtest.cpp Tue Jan 29 02:13:15 2008
@@ -40,7 +40,7 @@
 /**
  * Tests support for encoding specification.
  * @author Curt Arnold
- * @since 0.9.8
+ * 
  */
 LOGUNIT_CLASS(EncodingTest) {
   LOGUNIT_TEST_SUITE(EncodingTest);

Modified: logging/log4cxx/trunk/src/test/cpp/fileappendertestcase.cpp
URL: http://svn.apache.org/viewvc/logging/log4cxx/trunk/src/test/cpp/fileappendertestcase.cpp?rev=616235&r1=616234&r2=616235&view=diff
==============================================================================
--- logging/log4cxx/trunk/src/test/cpp/fileappendertestcase.cpp (original)
+++ logging/log4cxx/trunk/src/test/cpp/fileappendertestcase.cpp Tue Jan 29 02:13:15 2008
@@ -65,7 +65,7 @@
           /**
            * Tests that double backslashes in filespecs are stripped
            *  on calls to setOption.
-           * @since 0.9.8
+           * 
            */
         void testStripDoubleBackslashes() {
 
@@ -78,7 +78,7 @@
           /**
            * Tests stripDuplicateBackslashes
            *
-           * @since 0.9.8
+           * 
            */
         void testStripDuplicateBackslashes() {
              LOGUNIT_ASSERT_EQUAL((LogString) LOG4CXX_STR("\\foo\\bar\\foo"), 

Modified: logging/log4cxx/trunk/src/test/cpp/helpers/absolutetimedateformattestcase.cpp
URL: http://svn.apache.org/viewvc/logging/log4cxx/trunk/src/test/cpp/helpers/absolutetimedateformattestcase.cpp?rev=616235&r1=616234&r2=616235&view=diff
==============================================================================
--- logging/log4cxx/trunk/src/test/cpp/helpers/absolutetimedateformattestcase.cpp (original)
+++ logging/log4cxx/trunk/src/test/cpp/helpers/absolutetimedateformattestcase.cpp Tue Jan 29 02:13:15 2008
@@ -36,7 +36,7 @@
 /**
    Unit test {@link AbsoluteTimeDateFormat}.
    @author Curt Arnold
-   @since 1.3.0 */
+   */
 LOGUNIT_CLASS(AbsoluteTimeDateFormatTestCase) {
   LOGUNIT_TEST_SUITE(AbsoluteTimeDateFormatTestCase);
           LOGUNIT_TEST(test1);

Modified: logging/log4cxx/trunk/src/test/cpp/helpers/cacheddateformattestcase.cpp
URL: http://svn.apache.org/viewvc/logging/log4cxx/trunk/src/test/cpp/helpers/cacheddateformattestcase.cpp?rev=616235&r1=616234&r2=616235&view=diff
==============================================================================
--- logging/log4cxx/trunk/src/test/cpp/helpers/cacheddateformattestcase.cpp (original)
+++ logging/log4cxx/trunk/src/test/cpp/helpers/cacheddateformattestcase.cpp Tue Jan 29 02:13:15 2008
@@ -50,7 +50,7 @@
 /**
    Unit test {@link CachedDateFormat}.
    @author Curt Arnold
-   @since 0.9.8 */
+   */
 LOGUNIT_CLASS(CachedDateFormatTestCase)
    {
      LOGUNIT_TEST_SUITE( CachedDateFormatTestCase );

Modified: logging/log4cxx/trunk/src/test/cpp/helpers/datetimedateformattestcase.cpp
URL: http://svn.apache.org/viewvc/logging/log4cxx/trunk/src/test/cpp/helpers/datetimedateformattestcase.cpp?rev=616235&r1=616234&r2=616235&view=diff
==============================================================================
--- logging/log4cxx/trunk/src/test/cpp/helpers/datetimedateformattestcase.cpp (original)
+++ logging/log4cxx/trunk/src/test/cpp/helpers/datetimedateformattestcase.cpp Tue Jan 29 02:13:15 2008
@@ -55,7 +55,7 @@
 /**
    Unit test {@link DateTimeDateFormat}.
    @author Curt Arnold
-   @since 0.9.8
+   
 */
 LOGUNIT_CLASS(DateTimeDateFormatTestCase)
 {

Modified: logging/log4cxx/trunk/src/test/cpp/helpers/iso8601dateformattestcase.cpp
URL: http://svn.apache.org/viewvc/logging/log4cxx/trunk/src/test/cpp/helpers/iso8601dateformattestcase.cpp?rev=616235&r1=616234&r2=616235&view=diff
==============================================================================
--- logging/log4cxx/trunk/src/test/cpp/helpers/iso8601dateformattestcase.cpp (original)
+++ logging/log4cxx/trunk/src/test/cpp/helpers/iso8601dateformattestcase.cpp Tue Jan 29 02:13:15 2008
@@ -34,7 +34,7 @@
 /**
    Unit test {@link ISO8601DateFormat}.
    @author Curt Arnold
-   @since 1.3.0 */
+   */
 LOGUNIT_CLASS(ISO8601DateFormatTestCase) {
      LOGUNIT_TEST_SUITE( ISO8601DateFormatTestCase );
      LOGUNIT_TEST( test1 );

Modified: logging/log4cxx/trunk/src/test/cpp/helpers/localechanger.h
URL: http://svn.apache.org/viewvc/logging/log4cxx/trunk/src/test/cpp/helpers/localechanger.h?rev=616235&r1=616234&r2=616235&view=diff
==============================================================================
--- logging/log4cxx/trunk/src/test/cpp/helpers/localechanger.h (original)
+++ logging/log4cxx/trunk/src/test/cpp/helpers/localechanger.h Tue Jan 29 02:13:15 2008
@@ -26,7 +26,7 @@
     *   Utility class to change the locale for the duration of a test.
     *
     * @author Curt Arnold
-    * @since 0.9.8
+    * 
     *
     */
     class LocaleChanger {

Modified: logging/log4cxx/trunk/src/test/cpp/helpers/relativetimedateformattestcase.cpp
URL: http://svn.apache.org/viewvc/logging/log4cxx/trunk/src/test/cpp/helpers/relativetimedateformattestcase.cpp?rev=616235&r1=616234&r2=616235&view=diff
==============================================================================
--- logging/log4cxx/trunk/src/test/cpp/helpers/relativetimedateformattestcase.cpp (original)
+++ logging/log4cxx/trunk/src/test/cpp/helpers/relativetimedateformattestcase.cpp Tue Jan 29 02:13:15 2008
@@ -34,7 +34,7 @@
 /**
    Unit test {@link RelativeTimeDateFormat} class.
    @author Curt Arnold
-   @since 1.3.0 */
+   */
 LOGUNIT_CLASS(RelativeTimeDateFormatTestCase) {
      LOGUNIT_TEST_SUITE(RelativeTimeDateFormatTestCase);
              LOGUNIT_TEST(test1);

Modified: logging/log4cxx/trunk/src/test/cpp/helpers/stringhelpertestcase.cpp
URL: http://svn.apache.org/viewvc/logging/log4cxx/trunk/src/test/cpp/helpers/stringhelpertestcase.cpp?rev=616235&r1=616234&r2=616235&view=diff
==============================================================================
--- logging/log4cxx/trunk/src/test/cpp/helpers/stringhelpertestcase.cpp (original)
+++ logging/log4cxx/trunk/src/test/cpp/helpers/stringhelpertestcase.cpp Tue Jan 29 02:13:15 2008
@@ -27,7 +27,7 @@
 /**
    Unit test for StringHelper.
    @author Curt Arnold
-   @since 0.9.8
+   
 */
 LOGUNIT_CLASS(StringHelperTestCase)
    {

Modified: logging/log4cxx/trunk/src/test/cpp/helpers/timezonetestcase.cpp
URL: http://svn.apache.org/viewvc/logging/log4cxx/trunk/src/test/cpp/helpers/timezonetestcase.cpp?rev=616235&r1=616234&r2=616235&view=diff
==============================================================================
--- logging/log4cxx/trunk/src/test/cpp/helpers/timezonetestcase.cpp (original)
+++ logging/log4cxx/trunk/src/test/cpp/helpers/timezonetestcase.cpp Tue Jan 29 02:13:15 2008
@@ -32,7 +32,7 @@
 /**
    Unit test {@link TimeZone}.
    @author Curt Arnold
-   @since 0.98 */
+   */
 LOGUNIT_CLASS(TimeZoneTestCase) {
   LOGUNIT_TEST_SUITE(TimeZoneTestCase);
           LOGUNIT_TEST(test1);

Modified: logging/log4cxx/trunk/src/test/cpp/loggertestcase.cpp
URL: http://svn.apache.org/viewvc/logging/log4cxx/trunk/src/test/cpp/loggertestcase.cpp?rev=616235&r1=616234&r2=616235&view=diff
==============================================================================
--- logging/log4cxx/trunk/src/test/cpp/loggertestcase.cpp (original)
+++ logging/log4cxx/trunk/src/test/cpp/loggertestcase.cpp Tue Jan 29 02:13:15 2008
@@ -414,7 +414,7 @@
         
   /**
    * Tests logger.trace(Object).
-   * @since 1.2.12
+   * 
    */
   void testTrace() {
       VectorAppenderPtr appender = new VectorAppender();
@@ -438,7 +438,7 @@
 
     /**
      * Tests isTraceEnabled.
-     * @since 1.2.12
+     * 
      */
     void testIsTraceEnabled() {
         VectorAppenderPtr appender = new VectorAppender();

Modified: logging/log4cxx/trunk/src/test/cpp/rolling/filterbasedrollingtest.cpp
URL: http://svn.apache.org/viewvc/logging/log4cxx/trunk/src/test/cpp/rolling/filterbasedrollingtest.cpp?rev=616235&r1=616234&r2=616235&view=diff
==============================================================================
--- logging/log4cxx/trunk/src/test/cpp/rolling/filterbasedrollingtest.cpp (original)
+++ logging/log4cxx/trunk/src/test/cpp/rolling/filterbasedrollingtest.cpp Tue Jan 29 02:13:15 2008
@@ -39,7 +39,7 @@
  * Tests of rolling file appender with a filter based triggering policy.
  *
  * @author Curt Arnold
- * @since 1.3
+ * 
  *
  */
 LOGUNIT_CLASS(FilterBasedRollingTest) {