Author: reto
Date: Tue Feb  9 10:32:55 2010
New Revision: 907994

URL: http://svn.apache.org/viewvc?rev=907994&view=rev
Log:
adapted name, removed white lines

Modified:
    
incubator/clerezza/issues/CLEREZZA-69/org.apache.clerezza.platform.xhtml2html/pom.xml
    
incubator/clerezza/issues/CLEREZZA-69/org.apache.clerezza.platform.xhtml2html/src/main/java/org/apache/clerezza/platform/xhtml2html/ContentLengthSettingByteChannel.java

Modified: 
incubator/clerezza/issues/CLEREZZA-69/org.apache.clerezza.platform.xhtml2html/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/clerezza/issues/CLEREZZA-69/org.apache.clerezza.platform.xhtml2html/pom.xml?rev=907994&r1=907993&r2=907994&view=diff
==============================================================================
--- 
incubator/clerezza/issues/CLEREZZA-69/org.apache.clerezza.platform.xhtml2html/pom.xml
 (original)
+++ 
incubator/clerezza/issues/CLEREZZA-69/org.apache.clerezza.platform.xhtml2html/pom.xml
 Tue Feb  9 10:32:55 2010
@@ -10,7 +10,7 @@
        <artifactId>org.apache.clerezza.platform.xhtml2html</artifactId>
        <packaging>bundle</packaging>
        <version>0.5-incubating-SNAPSHOT</version>
-       <name>Clerezza - Filter for browsers that do not support XHTML</name>
+       <name>Clerezza - Platform XHTML 2 HTML conversion (for non XHTML 
browsers)</name>
        <description>Provides a wrhapi filter that changes the content-type of 
the
        response from application/xhtml+xml to text/html
        </description>

Modified: 
incubator/clerezza/issues/CLEREZZA-69/org.apache.clerezza.platform.xhtml2html/src/main/java/org/apache/clerezza/platform/xhtml2html/ContentLengthSettingByteChannel.java
URL: 
http://svn.apache.org/viewvc/incubator/clerezza/issues/CLEREZZA-69/org.apache.clerezza.platform.xhtml2html/src/main/java/org/apache/clerezza/platform/xhtml2html/ContentLengthSettingByteChannel.java?rev=907994&r1=907993&r2=907994&view=diff
==============================================================================
--- 
incubator/clerezza/issues/CLEREZZA-69/org.apache.clerezza.platform.xhtml2html/src/main/java/org/apache/clerezza/platform/xhtml2html/ContentLengthSettingByteChannel.java
 (original)
+++ 
incubator/clerezza/issues/CLEREZZA-69/org.apache.clerezza.platform.xhtml2html/src/main/java/org/apache/clerezza/platform/xhtml2html/ContentLengthSettingByteChannel.java
 Tue Feb  9 10:32:55 2010
@@ -61,16 +61,10 @@
        @Override
        public boolean isOpen() {
                return wrappedByteChannel.isOpen();
-
-
-
-
        }
 
        @Override
        public void close() throws IOException {
                wrappedByteChannel.close();
-
-
        }
 }


Reply via email to