Author: ningjiang
Date: Thu Apr 23 07:14:32 2009
New Revision: 767825

URL: http://svn.apache.org/viewvc?rev=767825&view=rev
Log:
Fixed the svn properties of files in camel-core

Modified:
    camel/trunk/camel-core/src/main/java/org/apache/camel/ServiceStatus.java   
(contents, props changed)
    
camel/trunk/camel-core/src/main/java/org/apache/camel/component/seda/SedaProducer.java
   (contents, props changed)
    
camel/trunk/camel-core/src/main/java/org/apache/camel/impl/GzipDataFormat.java  
 (contents, props changed)
    
camel/trunk/camel-core/src/main/java/org/apache/camel/impl/RouteService.java   
(contents, props changed)
    
camel/trunk/camel-core/src/main/java/org/apache/camel/language/property/PropertyLanguage.java
   (props changed)
    camel/trunk/camel-core/src/main/java/org/apache/camel/model/Constants.java  
 (contents, props changed)
    
camel/trunk/camel-core/src/main/java/org/apache/camel/model/EnrichDefinition.java
   (props changed)
    
camel/trunk/camel-core/src/main/java/org/apache/camel/model/dataformat/GzipDataFormat.java
   (contents, props changed)
    
camel/trunk/camel-core/src/main/java/org/apache/camel/model/language/PropertyExpression.java
   (contents, props changed)
    
camel/trunk/camel-core/src/main/java/org/apache/camel/processor/Enricher.java   
(props changed)
    
camel/trunk/camel-core/src/main/java/org/apache/camel/processor/interceptor/DefaultTraceEventMessage.java
   (props changed)
    
camel/trunk/camel-core/src/main/java/org/apache/camel/processor/interceptor/HandleFault.java
   (props changed)
    
camel/trunk/camel-core/src/main/java/org/apache/camel/processor/interceptor/StreamCaching.java
   (props changed)
    
camel/trunk/camel-core/src/main/java/org/apache/camel/processor/interceptor/TraceEventExchange.java
   (props changed)
    
camel/trunk/camel-core/src/main/java/org/apache/camel/processor/interceptor/TraceFormatter.java
   (props changed)
    
camel/trunk/camel-core/src/main/java/org/apache/camel/spi/TraceableUnitOfWork.java
   (props changed)
    
camel/trunk/camel-core/src/test/java/org/apache/camel/impl/GzipDataFormatTest.java
   (props changed)
    
camel/trunk/camel-core/src/test/java/org/apache/camel/impl/StartAndStopRoutesTest.java
   (contents, props changed)
    
camel/trunk/camel-core/src/test/java/org/apache/camel/processor/ClaimCheckTest.java
   (props changed)
    
camel/trunk/camel-core/src/test/java/org/apache/camel/processor/ComposedMessageProcessorTest.java
   (props changed)
    
camel/trunk/camel-core/src/test/java/org/apache/camel/processor/DetourTest.java 
  (props changed)
    
camel/trunk/camel-core/src/test/java/org/apache/camel/processor/RecipientListWithStringDelimitedPropertyTest.java
   (contents, props changed)
    
camel/trunk/camel-core/src/test/java/org/apache/camel/processor/RegExRouteTest.java
   (props changed)
    
camel/trunk/camel-core/src/test/java/org/apache/camel/processor/enricher/EnricherTest.java
   (props changed)
    
camel/trunk/camel-core/src/test/java/org/apache/camel/processor/enricher/FailureProcessor.java
   (props changed)
    
camel/trunk/camel-core/src/test/java/org/apache/camel/processor/enricher/SampleAggregator.java
   (props changed)
    
camel/trunk/camel-core/src/test/java/org/apache/camel/processor/interceptor/TraceFormatterTest.java
   (props changed)
    
camel/trunk/camel-core/src/test/java/org/apache/camel/util/MessageHelperTest.java
   (props changed)

Modified: 
camel/trunk/camel-core/src/main/java/org/apache/camel/ServiceStatus.java
URL: 
http://svn.apache.org/viewvc/camel/trunk/camel-core/src/main/java/org/apache/camel/ServiceStatus.java?rev=767825&r1=767824&r2=767825&view=diff
==============================================================================
--- camel/trunk/camel-core/src/main/java/org/apache/camel/ServiceStatus.java 
(original)
+++ camel/trunk/camel-core/src/main/java/org/apache/camel/ServiceStatus.java 
Thu Apr 23 07:14:32 2009
@@ -19,7 +19,7 @@
 /**
  * Reresents the status of a {...@link Service} instance
  *
- * @version $Revision: 1.1 $
+ * @version $Revision$
  */
 public enum ServiceStatus {
     Created, Starting, Started, Stopping, Stopped;

Propchange: 
camel/trunk/camel-core/src/main/java/org/apache/camel/ServiceStatus.java
------------------------------------------------------------------------------
    svn:keywords = Rev Date

Modified: 
camel/trunk/camel-core/src/main/java/org/apache/camel/component/seda/SedaProducer.java
URL: 
http://svn.apache.org/viewvc/camel/trunk/camel-core/src/main/java/org/apache/camel/component/seda/SedaProducer.java?rev=767825&r1=767824&r2=767825&view=diff
==============================================================================
--- 
camel/trunk/camel-core/src/main/java/org/apache/camel/component/seda/SedaProducer.java
 (original)
+++ 
camel/trunk/camel-core/src/main/java/org/apache/camel/component/seda/SedaProducer.java
 Thu Apr 23 07:14:32 2009
@@ -21,7 +21,7 @@
 import org.apache.camel.Exchange;
 
 /**
- * @version $Revision: 1.1 $
+ * @version $Revision$
  */
 public class SedaProducer extends CollectionProducer {
     private SedaEndpoint endpoint;

Propchange: 
camel/trunk/camel-core/src/main/java/org/apache/camel/component/seda/SedaProducer.java
------------------------------------------------------------------------------
    svn:keywords = Rev Date

Modified: 
camel/trunk/camel-core/src/main/java/org/apache/camel/impl/GzipDataFormat.java
URL: 
http://svn.apache.org/viewvc/camel/trunk/camel-core/src/main/java/org/apache/camel/impl/GzipDataFormat.java?rev=767825&r1=767824&r2=767825&view=diff
==============================================================================
--- 
camel/trunk/camel-core/src/main/java/org/apache/camel/impl/GzipDataFormat.java 
(original)
+++ 
camel/trunk/camel-core/src/main/java/org/apache/camel/impl/GzipDataFormat.java 
Thu Apr 23 07:14:32 2009
@@ -1,59 +1,59 @@
-/**
- * Licensed to the Apache Software Foundation (ASF) under one or more
- * contributor license agreements.  See the NOTICE file distributed with
- * this work for additional information regarding copyright ownership.
- * 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.
- */
-package org.apache.camel.impl;
-
-import java.io.ByteArrayOutputStream;
-import java.io.InputStream;
-import java.io.OutputStream;
-import java.util.zip.GZIPInputStream;
-import java.util.zip.GZIPOutputStream;
-
-import org.apache.camel.Exchange;
-import org.apache.camel.spi.DataFormat;
-import org.apache.camel.util.ExchangeHelper;
-import org.apache.camel.util.IOHelper;
-
-public class GzipDataFormat implements DataFormat {
-
-    public void marshal(Exchange exchange, Object graph, OutputStream stream)
-        throws Exception {
-        InputStream is = 
exchange.getContext().getTypeConverter().convertTo(InputStream.class, graph);
-        if (is == null) {
-            throw new IllegalArgumentException("Cannot get the inputstream for 
GzipDataFormat mashalling");
-        }
-
-        GZIPOutputStream zipOutput = new GZIPOutputStream(stream);
-        try {
-            IOHelper.copy(is, zipOutput);
-        } finally {
-            zipOutput.close();
-        }
-        
-    }
-
-    public Object unmarshal(Exchange exchange, InputStream stream)
-        throws Exception {
-        InputStream is = ExchangeHelper.getMandatoryInBody(exchange, 
InputStream.class);
-        GZIPInputStream unzipInput = new GZIPInputStream(is);
-        
-        // Create an expandable byte array to hold the inflated data
-        ByteArrayOutputStream bos = new ByteArrayOutputStream();
-        IOHelper.copy(unzipInput, bos);
-        return bos.toByteArray();
-    }
-
-}
+/**
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * 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.
+ */
+package org.apache.camel.impl;
+
+import java.io.ByteArrayOutputStream;
+import java.io.InputStream;
+import java.io.OutputStream;
+import java.util.zip.GZIPInputStream;
+import java.util.zip.GZIPOutputStream;
+
+import org.apache.camel.Exchange;
+import org.apache.camel.spi.DataFormat;
+import org.apache.camel.util.ExchangeHelper;
+import org.apache.camel.util.IOHelper;
+
+public class GzipDataFormat implements DataFormat {
+
+    public void marshal(Exchange exchange, Object graph, OutputStream stream)
+        throws Exception {
+        InputStream is = 
exchange.getContext().getTypeConverter().convertTo(InputStream.class, graph);
+        if (is == null) {
+            throw new IllegalArgumentException("Cannot get the inputstream for 
GzipDataFormat mashalling");
+        }
+
+        GZIPOutputStream zipOutput = new GZIPOutputStream(stream);
+        try {
+            IOHelper.copy(is, zipOutput);
+        } finally {
+            zipOutput.close();
+        }
+        
+    }
+
+    public Object unmarshal(Exchange exchange, InputStream stream)
+        throws Exception {
+        InputStream is = ExchangeHelper.getMandatoryInBody(exchange, 
InputStream.class);
+        GZIPInputStream unzipInput = new GZIPInputStream(is);
+        
+        // Create an expandable byte array to hold the inflated data
+        ByteArrayOutputStream bos = new ByteArrayOutputStream();
+        IOHelper.copy(unzipInput, bos);
+        return bos.toByteArray();
+    }
+
+}

Propchange: 
camel/trunk/camel-core/src/main/java/org/apache/camel/impl/GzipDataFormat.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: 
camel/trunk/camel-core/src/main/java/org/apache/camel/impl/GzipDataFormat.java
------------------------------------------------------------------------------
    svn:keywords = Rev Date

Modified: 
camel/trunk/camel-core/src/main/java/org/apache/camel/impl/RouteService.java
URL: 
http://svn.apache.org/viewvc/camel/trunk/camel-core/src/main/java/org/apache/camel/impl/RouteService.java?rev=767825&r1=767824&r2=767825&view=diff
==============================================================================
--- 
camel/trunk/camel-core/src/main/java/org/apache/camel/impl/RouteService.java 
(original)
+++ 
camel/trunk/camel-core/src/main/java/org/apache/camel/impl/RouteService.java 
Thu Apr 23 07:14:32 2009
@@ -30,7 +30,7 @@
  * Represents the runtime objects for a given {...@link RouteDefinition} so 
that it can be stopped independently
  * of other routes
  *
- * @version $Revision: 1.1 $
+ * @version $Revision$
  */
 public class RouteService extends ServiceSupport {
 

Propchange: 
camel/trunk/camel-core/src/main/java/org/apache/camel/impl/RouteService.java
------------------------------------------------------------------------------
    svn:keywords = Rev Date

Propchange: 
camel/trunk/camel-core/src/main/java/org/apache/camel/language/property/PropertyLanguage.java
------------------------------------------------------------------------------
    svn:keywords = Rev Date

Modified: 
camel/trunk/camel-core/src/main/java/org/apache/camel/model/Constants.java
URL: 
http://svn.apache.org/viewvc/camel/trunk/camel-core/src/main/java/org/apache/camel/model/Constants.java?rev=767825&r1=767824&r2=767825&view=diff
==============================================================================
--- camel/trunk/camel-core/src/main/java/org/apache/camel/model/Constants.java 
(original)
+++ camel/trunk/camel-core/src/main/java/org/apache/camel/model/Constants.java 
Thu Apr 23 07:14:32 2009
@@ -17,7 +17,7 @@
 package org.apache.camel.model;
 
 /**
- * @version $Revision: 1.1 $
+ * @version $Revision$
  */
 public final class Constants {
 

Propchange: 
camel/trunk/camel-core/src/main/java/org/apache/camel/model/Constants.java
------------------------------------------------------------------------------
    svn:keywords = Rev Date

Propchange: 
camel/trunk/camel-core/src/main/java/org/apache/camel/model/EnrichDefinition.java
------------------------------------------------------------------------------
    svn:keywords = Rev Date

Modified: 
camel/trunk/camel-core/src/main/java/org/apache/camel/model/dataformat/GzipDataFormat.java
URL: 
http://svn.apache.org/viewvc/camel/trunk/camel-core/src/main/java/org/apache/camel/model/dataformat/GzipDataFormat.java?rev=767825&r1=767824&r2=767825&view=diff
==============================================================================
--- 
camel/trunk/camel-core/src/main/java/org/apache/camel/model/dataformat/GzipDataFormat.java
 (original)
+++ 
camel/trunk/camel-core/src/main/java/org/apache/camel/model/dataformat/GzipDataFormat.java
 Thu Apr 23 07:14:32 2009
@@ -1,35 +1,35 @@
-/**
- * Licensed to the Apache Software Foundation (ASF) under one or more
- * contributor license agreements.  See the NOTICE file distributed with
- * this work for additional information regarding copyright ownership.
- * 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.
- */
-package org.apache.camel.model.dataformat;
-
-import javax.xml.bind.annotation.XmlRootElement;
-
-import org.apache.camel.spi.DataFormat;
-import org.apache.camel.spi.RouteContext;
-
-/**
- * Represents the GZip {...@link DataFormat}
- *
- * @version $Revision: 750806 $
- */
-...@xmlrootelement(name = "gzip")
-public class GzipDataFormat extends DataFormatDefinition {
-    @Override
-    protected DataFormat createDataFormat(RouteContext routeContext) {
-        return new org.apache.camel.impl.GzipDataFormat();
-    }
-}
+/**
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * 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.
+ */
+package org.apache.camel.model.dataformat;
+
+import javax.xml.bind.annotation.XmlRootElement;
+
+import org.apache.camel.spi.DataFormat;
+import org.apache.camel.spi.RouteContext;
+
+/**
+ * Represents the GZip {...@link DataFormat}
+ *
+ * @version $Revision$
+ */
+...@xmlrootelement(name = "gzip")
+public class GzipDataFormat extends DataFormatDefinition {
+    @Override
+    protected DataFormat createDataFormat(RouteContext routeContext) {
+        return new org.apache.camel.impl.GzipDataFormat();
+    }
+}

Propchange: 
camel/trunk/camel-core/src/main/java/org/apache/camel/model/dataformat/GzipDataFormat.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: 
camel/trunk/camel-core/src/main/java/org/apache/camel/model/dataformat/GzipDataFormat.java
------------------------------------------------------------------------------
    svn:keywords = Rev Date

Modified: 
camel/trunk/camel-core/src/main/java/org/apache/camel/model/language/PropertyExpression.java
URL: 
http://svn.apache.org/viewvc/camel/trunk/camel-core/src/main/java/org/apache/camel/model/language/PropertyExpression.java?rev=767825&r1=767824&r2=767825&view=diff
==============================================================================
--- 
camel/trunk/camel-core/src/main/java/org/apache/camel/model/language/PropertyExpression.java
 (original)
+++ 
camel/trunk/camel-core/src/main/java/org/apache/camel/model/language/PropertyExpression.java
 Thu Apr 23 07:14:32 2009
@@ -21,7 +21,7 @@
 /**
  * An expression which extracts the named exchange property
  *
- * @version $Revision: 630591 $
+ * @version $Revision$
  */
 @XmlRootElement(name = "property")
 public class PropertyExpression extends ExpressionDefinition {

Propchange: 
camel/trunk/camel-core/src/main/java/org/apache/camel/model/language/PropertyExpression.java
------------------------------------------------------------------------------
    svn:keywords = Rev Date

Propchange: 
camel/trunk/camel-core/src/main/java/org/apache/camel/processor/Enricher.java
------------------------------------------------------------------------------
    svn:keywords = Rev Date

Propchange: 
camel/trunk/camel-core/src/main/java/org/apache/camel/processor/interceptor/DefaultTraceEventMessage.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: 
camel/trunk/camel-core/src/main/java/org/apache/camel/processor/interceptor/DefaultTraceEventMessage.java
------------------------------------------------------------------------------
    svn:keywords = Rev Date

Propchange: 
camel/trunk/camel-core/src/main/java/org/apache/camel/processor/interceptor/HandleFault.java
------------------------------------------------------------------------------
    svn:keywords = Rev Date

Propchange: 
camel/trunk/camel-core/src/main/java/org/apache/camel/processor/interceptor/StreamCaching.java
------------------------------------------------------------------------------
    svn:keywords = Rev Date

Propchange: 
camel/trunk/camel-core/src/main/java/org/apache/camel/processor/interceptor/TraceEventExchange.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: 
camel/trunk/camel-core/src/main/java/org/apache/camel/processor/interceptor/TraceEventExchange.java
------------------------------------------------------------------------------
    svn:keywords = Rev Date

Propchange: 
camel/trunk/camel-core/src/main/java/org/apache/camel/processor/interceptor/TraceFormatter.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: 
camel/trunk/camel-core/src/main/java/org/apache/camel/processor/interceptor/TraceFormatter.java
------------------------------------------------------------------------------
    svn:keywords = Rev Date

Propchange: 
camel/trunk/camel-core/src/main/java/org/apache/camel/spi/TraceableUnitOfWork.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: 
camel/trunk/camel-core/src/main/java/org/apache/camel/spi/TraceableUnitOfWork.java
------------------------------------------------------------------------------
    svn:keywords = Rev Date

Propchange: 
camel/trunk/camel-core/src/test/java/org/apache/camel/impl/GzipDataFormatTest.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: 
camel/trunk/camel-core/src/test/java/org/apache/camel/impl/GzipDataFormatTest.java
------------------------------------------------------------------------------
    svn:keywords = Rev Date

Modified: 
camel/trunk/camel-core/src/test/java/org/apache/camel/impl/StartAndStopRoutesTest.java
URL: 
http://svn.apache.org/viewvc/camel/trunk/camel-core/src/test/java/org/apache/camel/impl/StartAndStopRoutesTest.java?rev=767825&r1=767824&r2=767825&view=diff
==============================================================================
--- 
camel/trunk/camel-core/src/test/java/org/apache/camel/impl/StartAndStopRoutesTest.java
 (original)
+++ 
camel/trunk/camel-core/src/test/java/org/apache/camel/impl/StartAndStopRoutesTest.java
 Thu Apr 23 07:14:32 2009
@@ -28,7 +28,7 @@
 /**
  * This test stops a route, mutates it then restarts it
  *
- * @version $Revision: 1.1 $
+ * @version $Revision$
  */
 public class StartAndStopRoutesTest extends ContextTestSupport {
     protected SedaEndpoint endpointA;

Propchange: 
camel/trunk/camel-core/src/test/java/org/apache/camel/impl/StartAndStopRoutesTest.java
------------------------------------------------------------------------------
    svn:keywords = Rev Date

Propchange: 
camel/trunk/camel-core/src/test/java/org/apache/camel/processor/ClaimCheckTest.java
------------------------------------------------------------------------------
    svn:keywords = Rev Date

Propchange: 
camel/trunk/camel-core/src/test/java/org/apache/camel/processor/ComposedMessageProcessorTest.java
------------------------------------------------------------------------------
    svn:keywords = Rev Date

Propchange: 
camel/trunk/camel-core/src/test/java/org/apache/camel/processor/DetourTest.java
------------------------------------------------------------------------------
    svn:keywords = Rev Date

Modified: 
camel/trunk/camel-core/src/test/java/org/apache/camel/processor/RecipientListWithStringDelimitedPropertyTest.java
URL: 
http://svn.apache.org/viewvc/camel/trunk/camel-core/src/test/java/org/apache/camel/processor/RecipientListWithStringDelimitedPropertyTest.java?rev=767825&r1=767824&r2=767825&view=diff
==============================================================================
--- 
camel/trunk/camel-core/src/test/java/org/apache/camel/processor/RecipientListWithStringDelimitedPropertyTest.java
 (original)
+++ 
camel/trunk/camel-core/src/test/java/org/apache/camel/processor/RecipientListWithStringDelimitedPropertyTest.java
 Thu Apr 23 07:14:32 2009
@@ -21,7 +21,7 @@
 import org.apache.camel.component.mock.MockEndpoint;
 
 /**
- * @version $Revision: 736555 $
+ * @version $Revision$
  */
 public class RecipientListWithStringDelimitedPropertyTest extends 
ContextTestSupport {
 

Propchange: 
camel/trunk/camel-core/src/test/java/org/apache/camel/processor/RecipientListWithStringDelimitedPropertyTest.java
------------------------------------------------------------------------------
    svn:keywords = Rev Date

Propchange: 
camel/trunk/camel-core/src/test/java/org/apache/camel/processor/RegExRouteTest.java
------------------------------------------------------------------------------
    svn:keywords = Rev Date

Propchange: 
camel/trunk/camel-core/src/test/java/org/apache/camel/processor/enricher/EnricherTest.java
------------------------------------------------------------------------------
    svn:keywords = Rev Date

Propchange: 
camel/trunk/camel-core/src/test/java/org/apache/camel/processor/enricher/FailureProcessor.java
------------------------------------------------------------------------------
    svn:keywords = Rev Date

Propchange: 
camel/trunk/camel-core/src/test/java/org/apache/camel/processor/enricher/SampleAggregator.java
------------------------------------------------------------------------------
    svn:keywords = Rev Date

Propchange: 
camel/trunk/camel-core/src/test/java/org/apache/camel/processor/interceptor/TraceFormatterTest.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: 
camel/trunk/camel-core/src/test/java/org/apache/camel/processor/interceptor/TraceFormatterTest.java
------------------------------------------------------------------------------
    svn:keywords = Rev Date

Propchange: 
camel/trunk/camel-core/src/test/java/org/apache/camel/util/MessageHelperTest.java
------------------------------------------------------------------------------
    svn:keywords = Rev Date


Reply via email to