You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-dev@james.apache.org by ba...@apache.org on 2006/09/27 16:00:36 UTC

svn commit: r450444 - in /james/postage/trunk: ./ doc/ src/main/config/ src/main/java/org/apache/james/postage/ src/main/java/org/apache/james/postage/classloading/ src/main/java/org/apache/james/postage/client/ src/main/java/org/apache/james/postage/c...

Author: bago
Date: Wed Sep 27 07:00:32 2006
New Revision: 450444

URL: http://svn.apache.org/viewvc?view=rev&rev=450444
Log:
Added svn:eol-style=native to all text files (*.java, *.xml, *.txt)

Modified:
    james/postage/trunk/LICENSE.txt   (props changed)
    james/postage/trunk/NOTICE.txt   (props changed)
    james/postage/trunk/build.xml   (contents, props changed)
    james/postage/trunk/doc/howto.txt   (props changed)
    james/postage/trunk/doc/todos.txt   (props changed)
    james/postage/trunk/src/main/config/postage.xml   (props changed)
    james/postage/trunk/src/main/java/org/apache/james/postage/Main.java   (props changed)
    james/postage/trunk/src/main/java/org/apache/james/postage/PostageException.java   (props changed)
    james/postage/trunk/src/main/java/org/apache/james/postage/PostageRunner.java   (props changed)
    james/postage/trunk/src/main/java/org/apache/james/postage/PostageRuntimeException.java   (props changed)
    james/postage/trunk/src/main/java/org/apache/james/postage/SamplingException.java   (props changed)
    james/postage/trunk/src/main/java/org/apache/james/postage/StartupException.java   (props changed)
    james/postage/trunk/src/main/java/org/apache/james/postage/classloading/CachedInstanceFactory.java   (props changed)
    james/postage/trunk/src/main/java/org/apache/james/postage/client/POP3Client.java   (props changed)
    james/postage/trunk/src/main/java/org/apache/james/postage/client/POP3MailAnalyzeStrategy.java   (props changed)
    james/postage/trunk/src/main/java/org/apache/james/postage/client/RemoteManagerClient.java   (props changed)
    james/postage/trunk/src/main/java/org/apache/james/postage/client/SMTPClient.java   (props changed)
    james/postage/trunk/src/main/java/org/apache/james/postage/configuration/ConfigurationLoader.java   (props changed)
    james/postage/trunk/src/main/java/org/apache/james/postage/configuration/MailSender.java   (props changed)
    james/postage/trunk/src/main/java/org/apache/james/postage/configuration/PostageConfiguration.java   (props changed)
    james/postage/trunk/src/main/java/org/apache/james/postage/configuration/SendProfile.java   (props changed)
    james/postage/trunk/src/main/java/org/apache/james/postage/execution/SampleController.java   (props changed)
    james/postage/trunk/src/main/java/org/apache/james/postage/execution/Sampler.java   (props changed)
    james/postage/trunk/src/main/java/org/apache/james/postage/jmx/JVMResourceSampler.java   (props changed)
    james/postage/trunk/src/main/java/org/apache/james/postage/jmx/JVMResourceSamplerWorker.java   (props changed)
    james/postage/trunk/src/main/java/org/apache/james/postage/mail/AbstractMailFactory.java   (props changed)
    james/postage/trunk/src/main/java/org/apache/james/postage/mail/DefaultMailFactory.java   (props changed)
    james/postage/trunk/src/main/java/org/apache/james/postage/mail/DefaultMailValidator.java   (props changed)
    james/postage/trunk/src/main/java/org/apache/james/postage/mail/HeaderConstants.java   (props changed)
    james/postage/trunk/src/main/java/org/apache/james/postage/mail/MailAnalyzeStrategy.java   (props changed)
    james/postage/trunk/src/main/java/org/apache/james/postage/mail/MailFactory.java   (props changed)
    james/postage/trunk/src/main/java/org/apache/james/postage/mail/MailMatchingUtils.java   (props changed)
    james/postage/trunk/src/main/java/org/apache/james/postage/mail/MailValidator.java   (props changed)
    james/postage/trunk/src/main/java/org/apache/james/postage/result/JVMResourcesRecord.java   (props changed)
    james/postage/trunk/src/main/java/org/apache/james/postage/result/MailProcessingRecord.java   (props changed)
    james/postage/trunk/src/main/java/org/apache/james/postage/result/PostageRunnerResult.java   (props changed)
    james/postage/trunk/src/main/java/org/apache/james/postage/result/PostageRunnerResultImpl.java   (props changed)
    james/postage/trunk/src/main/java/org/apache/james/postage/smtpserver/AvalonToPostageLogger.java   (props changed)
    james/postage/trunk/src/main/java/org/apache/james/postage/smtpserver/SMTPMailAnalyzeStrategy.java   (props changed)
    james/postage/trunk/src/main/java/org/apache/james/postage/smtpserver/SMTPMailSink.java   (props changed)
    james/postage/trunk/src/main/java/org/apache/james/postage/smtpserver/SimpleMailServer.java   (props changed)
    james/postage/trunk/src/main/java/org/apache/james/postage/smtpserver/SimpleSMTPServerConfiguration.java   (props changed)
    james/postage/trunk/src/main/java/org/apache/james/postage/smtpserver/SimpleServiceManager.java   (props changed)
    james/postage/trunk/src/main/java/org/apache/james/postage/smtpserver/TrivialMailContext.java   (props changed)
    james/postage/trunk/src/main/java/org/apache/james/postage/user/UserList.java   (props changed)
    james/postage/trunk/src/site/site.xml   (contents, props changed)

Propchange: james/postage/trunk/LICENSE.txt
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: james/postage/trunk/NOTICE.txt
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: james/postage/trunk/build.xml
URL: http://svn.apache.org/viewvc/james/postage/trunk/build.xml?view=diff&rev=450444&r1=450443&r2=450444
==============================================================================
--- james/postage/trunk/build.xml (original)
+++ james/postage/trunk/build.xml Wed Sep 27 07:00:32 2006
@@ -1,192 +1,192 @@
-<project name="James Postage" default="build" basedir=".">
-
-<!--
- ! 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.                                           !
- -->  
-
-    <description>James Postage Testing Tool</description>
-
-    <!--  CONFIGURE -->
-    
-    <!--<property file="build.properties" /> -->
-    
-    <property name="dir.build" value="${basedir}/build"/>
-    <property name="dir.build.source" value="${dir.build}/source/"/>
-    <property name="dir.build.classes" value="${dir.build}/classes/"/>
-    <property name="dir.build.lib" value="${dir.build}/lib/"/>
-    
-    <property name="dir.source.classes" value="${basedir}/src/main/java/"/>
-    
-    <!-- TODO change this to a James Distribution based on a JAMES_HOME variable, or let maven do the job --> 
-    <property name="dir.james.basedir" value="${basedir}/../../server/branches/v2.3"/>
-
-    <property name="force.java1_4.support" value="false"/>
-    
-    <target name="initialize">
-        <tstamp/>
-        
-        <path id="java.build.classpath">
-            <fileset dir="${basedir}/lib/">
-                <include name="*.jar"/>
-            </fileset>
-            <fileset dir="${dir.james.basedir}/lib/">
-                <include name="*.jar"/>
-            </fileset>
-            <fileset dir="${dir.james.basedir}/build/lib/">
-                <include name="*.jar"/>
-            </fileset>
-        </path>
-
-        <path id="java.run.classpath">
-            <fileset dir="${basedir}/build/lib/">
-                <include name="postage.jar"/>
-            </fileset>
-            <fileset dir="${basedir}/lib/">
-                <include name="*.jar"/>
-            </fileset>
-            <fileset dir="${dir.james.basedir}/lib/">
-                <include name="*.jar"/>
-            </fileset>
-            <fileset dir="${dir.james.basedir}/build/lib/">
-                <include name="*.jar"/>
-            </fileset>
-        </path>
-
-        <!--
-         no.gmx property determines, whether or not we can and should compile in Java 5 support (JMX support for the JVM
-         parameters like memory, threads).
-         if yes, it is probably not possible to run the application in earlier JVMs.
-         if false, it is not possible to record memory and thread consumption.
-        -->
-        <condition property="no.jmx" >
-            <or>
-                <equals arg1="${ant.java.version}" arg2="1.1" />
-                <equals arg1="${ant.java.version}" arg2="1.2" />
-                <equals arg1="${ant.java.version}" arg2="1.3" />
-                <equals arg1="${ant.java.version}" arg2="1.4" />
-                <equals arg1="force.java1_4.support" arg2="true" />
-            </or>
-        </condition>
-
-    </target>
-
-    <target name="init-compiler-sources">
-        <fixcrlf srcdir="${dir.source.classes}" includes="**/*.java" eol="lf" tab="remove" tablength="4" />
-        
-        <copy todir="${dir.build.source}"  >
-            <fileset dir="${dir.source.classes}" >
-                <include name="**/*.java" />
-                <exclude name="**/JVMResourceSamplerWorker.java" if="no.jmx"/>  
-            </fileset> 
-        </copy>
-    </target>
-        
-    <!-- PREPARE LIBRARIES -->
-    <target name="fetch-third-party-libs" depends="initialize" >
-        <extension id="ext.lib.junit" extensionName="junit-3.8.1.jar" />
-        
-        <jarlib-resolve property="lib.junit">
-            <extension refid="ext.lib.junit"/>
-            <url url="http://www.ibiblio.org/maven/junit/jars/junit-3.8.1.jar" destfile="lib/junit.jar"/>
-        </jarlib-resolve>    
-    </target>
-    
-    <!--  CLEAN UP -->
-    
-    <target name="clean" depends="initialize" >
-        <delete dir="${dir.build}"/>
-    </target>
-
-    
-    <!--  COMPILE -->
-    
-    <target name="init-paths">
-        <mkdir dir="${dir.build}"/>
-        <mkdir dir="${dir.build.classes}"/>
-            
-        <delete dir="${dir.build.source}" failonerror="false"/>
-        <mkdir dir="${dir.build.source}"/>
-    </target>
-        
-    <target name="build" depends="initialize, init-paths, init-compiler-sources">
-        <echo>Compiling ${ant.project.name}</echo>
-                
-        <!-- build the src javas -->
-        <javac destdir="${dir.build.classes}"
-            classpathref="java.build.classpath"
-            debug="on" >
-            <src path="${dir.build.source}" /> 
-        </javac>
-		
-        <echo>Finished compiling ${ant.project.name}</echo>
-    </target>
-    
-    <!--  PACKAGE -->
-    
-    <target name="package" depends="initialize" >
-        <mkdir dir="${dir.build}"/>
-        <mkdir dir="${dir.build.lib}"/>
-        
-        <jar file="${dir.build.lib}/postage.jar" basedir="${dir.build.classes}" >
-            <manifest >
-              <attribute name="Built-By" value="${user.name}"/>
-              <attribute name="Main-Class" value="org.apache.james.postage.Main"/>
-              <section name="common">
-                <attribute name="Specification-Title" value="Apache James Postage"/>
-                <attribute name="Specification-Version" value="0.1"/>
-                <attribute name="Specification-Vendor" value="Apache Software Foundation"/>
-                <attribute name="Implementation-Title" value="Postage"/>
-                <attribute name="Implementation-Version" value="0.1"/> 
-                <attribute name="Implementation-Vendor" value="Apache Software Foundation"/>
-              </section>
-            </manifest>
-        </jar>
-        <!-- TODO add Apache Manifest Info -->
-        <tstamp>
-            <format property="end.time" pattern="HH:mm:ss"/>
-        </tstamp> 
-        <echo>Finished: ${end.time}</echo>
-    </target>
-
-    <!--  RUN -->
-    
-    <target name="run" depends="initialize" >
-        <java classname="org.apache.james.postage.Main" fork="true">
-            <classpath refid="java.run.classpath"/>
-            
-            <!-- TODO: document, in which runtime environments this property is needed for loading XML conf files -->
-            <!-- <sysproperty key="javax.xml.parsers.DocumentBuilderFactory" value="org.apache.crimson.jaxp.DocumentBuilderFactoryImpl" /> -->
-            
-            <arg value="./src/main/config/postage.xml" />
-            <arg value="release" />
-        </java>
-    </target>
-
-    <target name="run-debug" depends="initialize" >
-        <java classname="org.apache.james.postage.Main" fork="true">
-            <classpath refid="java.run.classpath"/>
-
-            <!-- TODO: document, in which runtime environments this property is needed for loading XML conf files -->
-            <!-- <sysproperty key="javax.xml.parsers.DocumentBuilderFactory" value="org.apache.crimson.jaxp.DocumentBuilderFactoryImpl" />  -->
-
-            <arg value="./src/main/config/postage.xml" />
-            <arg value="debug" />
-        </java>
-    </target>
-
-</project>
+<project name="James Postage" default="build" basedir=".">
+
+<!--
+ ! 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.                                           !
+ -->  
+
+    <description>James Postage Testing Tool</description>
+
+    <!--  CONFIGURE -->
+    
+    <!--<property file="build.properties" /> -->
+    
+    <property name="dir.build" value="${basedir}/build"/>
+    <property name="dir.build.source" value="${dir.build}/source/"/>
+    <property name="dir.build.classes" value="${dir.build}/classes/"/>
+    <property name="dir.build.lib" value="${dir.build}/lib/"/>
+    
+    <property name="dir.source.classes" value="${basedir}/src/main/java/"/>
+    
+    <!-- TODO change this to a James Distribution based on a JAMES_HOME variable, or let maven do the job --> 
+    <property name="dir.james.basedir" value="${basedir}/../../server/branches/v2.3"/>
+
+    <property name="force.java1_4.support" value="false"/>
+    
+    <target name="initialize">
+        <tstamp/>
+        
+        <path id="java.build.classpath">
+            <fileset dir="${basedir}/lib/">
+                <include name="*.jar"/>
+            </fileset>
+            <fileset dir="${dir.james.basedir}/lib/">
+                <include name="*.jar"/>
+            </fileset>
+            <fileset dir="${dir.james.basedir}/build/lib/">
+                <include name="*.jar"/>
+            </fileset>
+        </path>
+
+        <path id="java.run.classpath">
+            <fileset dir="${basedir}/build/lib/">
+                <include name="postage.jar"/>
+            </fileset>
+            <fileset dir="${basedir}/lib/">
+                <include name="*.jar"/>
+            </fileset>
+            <fileset dir="${dir.james.basedir}/lib/">
+                <include name="*.jar"/>
+            </fileset>
+            <fileset dir="${dir.james.basedir}/build/lib/">
+                <include name="*.jar"/>
+            </fileset>
+        </path>
+
+        <!--
+         no.gmx property determines, whether or not we can and should compile in Java 5 support (JMX support for the JVM
+         parameters like memory, threads).
+         if yes, it is probably not possible to run the application in earlier JVMs.
+         if false, it is not possible to record memory and thread consumption.
+        -->
+        <condition property="no.jmx" >
+            <or>
+                <equals arg1="${ant.java.version}" arg2="1.1" />
+                <equals arg1="${ant.java.version}" arg2="1.2" />
+                <equals arg1="${ant.java.version}" arg2="1.3" />
+                <equals arg1="${ant.java.version}" arg2="1.4" />
+                <equals arg1="force.java1_4.support" arg2="true" />
+            </or>
+        </condition>
+
+    </target>
+
+    <target name="init-compiler-sources">
+        <fixcrlf srcdir="${dir.source.classes}" includes="**/*.java" eol="lf" tab="remove" tablength="4" />
+        
+        <copy todir="${dir.build.source}"  >
+            <fileset dir="${dir.source.classes}" >
+                <include name="**/*.java" />
+                <exclude name="**/JVMResourceSamplerWorker.java" if="no.jmx"/>  
+            </fileset> 
+        </copy>
+    </target>
+        
+    <!-- PREPARE LIBRARIES -->
+    <target name="fetch-third-party-libs" depends="initialize" >
+        <extension id="ext.lib.junit" extensionName="junit-3.8.1.jar" />
+        
+        <jarlib-resolve property="lib.junit">
+            <extension refid="ext.lib.junit"/>
+            <url url="http://www.ibiblio.org/maven/junit/jars/junit-3.8.1.jar" destfile="lib/junit.jar"/>
+        </jarlib-resolve>    
+    </target>
+    
+    <!--  CLEAN UP -->
+    
+    <target name="clean" depends="initialize" >
+        <delete dir="${dir.build}"/>
+    </target>
+
+    
+    <!--  COMPILE -->
+    
+    <target name="init-paths">
+        <mkdir dir="${dir.build}"/>
+        <mkdir dir="${dir.build.classes}"/>
+            
+        <delete dir="${dir.build.source}" failonerror="false"/>
+        <mkdir dir="${dir.build.source}"/>
+    </target>
+        
+    <target name="build" depends="initialize, init-paths, init-compiler-sources">
+        <echo>Compiling ${ant.project.name}</echo>
+                
+        <!-- build the src javas -->
+        <javac destdir="${dir.build.classes}"
+            classpathref="java.build.classpath"
+            debug="on" >
+            <src path="${dir.build.source}" /> 
+        </javac>
+		
+        <echo>Finished compiling ${ant.project.name}</echo>
+    </target>
+    
+    <!--  PACKAGE -->
+    
+    <target name="package" depends="initialize" >
+        <mkdir dir="${dir.build}"/>
+        <mkdir dir="${dir.build.lib}"/>
+        
+        <jar file="${dir.build.lib}/postage.jar" basedir="${dir.build.classes}" >
+            <manifest >
+              <attribute name="Built-By" value="${user.name}"/>
+              <attribute name="Main-Class" value="org.apache.james.postage.Main"/>
+              <section name="common">
+                <attribute name="Specification-Title" value="Apache James Postage"/>
+                <attribute name="Specification-Version" value="0.1"/>
+                <attribute name="Specification-Vendor" value="Apache Software Foundation"/>
+                <attribute name="Implementation-Title" value="Postage"/>
+                <attribute name="Implementation-Version" value="0.1"/> 
+                <attribute name="Implementation-Vendor" value="Apache Software Foundation"/>
+              </section>
+            </manifest>
+        </jar>
+        <!-- TODO add Apache Manifest Info -->
+        <tstamp>
+            <format property="end.time" pattern="HH:mm:ss"/>
+        </tstamp> 
+        <echo>Finished: ${end.time}</echo>
+    </target>
+
+    <!--  RUN -->
+    
+    <target name="run" depends="initialize" >
+        <java classname="org.apache.james.postage.Main" fork="true">
+            <classpath refid="java.run.classpath"/>
+            
+            <!-- TODO: document, in which runtime environments this property is needed for loading XML conf files -->
+            <!-- <sysproperty key="javax.xml.parsers.DocumentBuilderFactory" value="org.apache.crimson.jaxp.DocumentBuilderFactoryImpl" /> -->
+            
+            <arg value="./src/main/config/postage.xml" />
+            <arg value="release" />
+        </java>
+    </target>
+
+    <target name="run-debug" depends="initialize" >
+        <java classname="org.apache.james.postage.Main" fork="true">
+            <classpath refid="java.run.classpath"/>
+
+            <!-- TODO: document, in which runtime environments this property is needed for loading XML conf files -->
+            <!-- <sysproperty key="javax.xml.parsers.DocumentBuilderFactory" value="org.apache.crimson.jaxp.DocumentBuilderFactoryImpl" />  -->
+
+            <arg value="./src/main/config/postage.xml" />
+            <arg value="debug" />
+        </java>
+    </target>
+
+</project>

Propchange: james/postage/trunk/build.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: james/postage/trunk/doc/howto.txt
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: james/postage/trunk/doc/todos.txt
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: james/postage/trunk/src/main/config/postage.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: james/postage/trunk/src/main/java/org/apache/james/postage/Main.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: james/postage/trunk/src/main/java/org/apache/james/postage/PostageException.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: james/postage/trunk/src/main/java/org/apache/james/postage/PostageRunner.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: james/postage/trunk/src/main/java/org/apache/james/postage/PostageRuntimeException.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: james/postage/trunk/src/main/java/org/apache/james/postage/SamplingException.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: james/postage/trunk/src/main/java/org/apache/james/postage/StartupException.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: james/postage/trunk/src/main/java/org/apache/james/postage/classloading/CachedInstanceFactory.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: james/postage/trunk/src/main/java/org/apache/james/postage/client/POP3Client.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: james/postage/trunk/src/main/java/org/apache/james/postage/client/POP3MailAnalyzeStrategy.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: james/postage/trunk/src/main/java/org/apache/james/postage/client/RemoteManagerClient.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: james/postage/trunk/src/main/java/org/apache/james/postage/client/SMTPClient.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: james/postage/trunk/src/main/java/org/apache/james/postage/configuration/ConfigurationLoader.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: james/postage/trunk/src/main/java/org/apache/james/postage/configuration/MailSender.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: james/postage/trunk/src/main/java/org/apache/james/postage/configuration/PostageConfiguration.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: james/postage/trunk/src/main/java/org/apache/james/postage/configuration/SendProfile.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: james/postage/trunk/src/main/java/org/apache/james/postage/execution/SampleController.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: james/postage/trunk/src/main/java/org/apache/james/postage/execution/Sampler.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: james/postage/trunk/src/main/java/org/apache/james/postage/jmx/JVMResourceSampler.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: james/postage/trunk/src/main/java/org/apache/james/postage/jmx/JVMResourceSamplerWorker.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: james/postage/trunk/src/main/java/org/apache/james/postage/mail/AbstractMailFactory.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: james/postage/trunk/src/main/java/org/apache/james/postage/mail/DefaultMailFactory.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: james/postage/trunk/src/main/java/org/apache/james/postage/mail/DefaultMailValidator.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: james/postage/trunk/src/main/java/org/apache/james/postage/mail/HeaderConstants.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: james/postage/trunk/src/main/java/org/apache/james/postage/mail/MailAnalyzeStrategy.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: james/postage/trunk/src/main/java/org/apache/james/postage/mail/MailFactory.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: james/postage/trunk/src/main/java/org/apache/james/postage/mail/MailMatchingUtils.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: james/postage/trunk/src/main/java/org/apache/james/postage/mail/MailValidator.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: james/postage/trunk/src/main/java/org/apache/james/postage/result/JVMResourcesRecord.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: james/postage/trunk/src/main/java/org/apache/james/postage/result/MailProcessingRecord.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: james/postage/trunk/src/main/java/org/apache/james/postage/result/PostageRunnerResult.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: james/postage/trunk/src/main/java/org/apache/james/postage/result/PostageRunnerResultImpl.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: james/postage/trunk/src/main/java/org/apache/james/postage/smtpserver/AvalonToPostageLogger.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: james/postage/trunk/src/main/java/org/apache/james/postage/smtpserver/SMTPMailAnalyzeStrategy.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: james/postage/trunk/src/main/java/org/apache/james/postage/smtpserver/SMTPMailSink.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: james/postage/trunk/src/main/java/org/apache/james/postage/smtpserver/SimpleMailServer.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: james/postage/trunk/src/main/java/org/apache/james/postage/smtpserver/SimpleSMTPServerConfiguration.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: james/postage/trunk/src/main/java/org/apache/james/postage/smtpserver/SimpleServiceManager.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: james/postage/trunk/src/main/java/org/apache/james/postage/smtpserver/TrivialMailContext.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: james/postage/trunk/src/main/java/org/apache/james/postage/user/UserList.java
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: james/postage/trunk/src/site/site.xml
URL: http://svn.apache.org/viewvc/james/postage/trunk/src/site/site.xml?view=diff&rev=450444&r1=450443&r2=450444
==============================================================================
--- james/postage/trunk/src/site/site.xml (original)
+++ james/postage/trunk/src/site/site.xml Wed Sep 27 07:00:32 2006
@@ -1,22 +1,22 @@
 <?xml version="1.0" encoding="ISO-8859-1"?>
-<!--
-  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.    
--->
+<!--
+  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.    
+-->
 <project name="Postage">
   <bannerLeft>
     <name>James Postage</name>
@@ -34,10 +34,10 @@
 
     <menu name="Postage">
       <item name="Overview" href="index.html"/>
-      <item name="Prepare James" href="prepare_james.html"/>
-      <item name="Test mail format" href="test_mail_format.html"/>
-      <item name="Custom test mails" href="custom_test_mails.html"/>
-      
+      <item name="Prepare James" href="prepare_james.html"/>
+      <item name="Test mail format" href="test_mail_format.html"/>
+      <item name="Custom test mails" href="custom_test_mails.html"/>
+      
     </menu>
 
     ${reports}

Propchange: james/postage/trunk/src/site/site.xml
------------------------------------------------------------------------------
    svn:eol-style = native



---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org