Author: bago
Date: Wed Jul  4 09:15:23 2007
New Revision: 553251

URL: http://svn.apache.org/viewvc?view=rev&rev=553251
Log:
Only tab to spaces. Bad formatting in the last commit.

Modified:
    james/server/trunk/core-library/pom.xml
    james/server/trunk/imap-codec-library/pom.xml
    james/server/trunk/imap-command-library/pom.xml
    james/server/trunk/imap-mailbox-processor-function/pom.xml

Modified: james/server/trunk/core-library/pom.xml
URL: 
http://svn.apache.org/viewvc/james/server/trunk/core-library/pom.xml?view=diff&rev=553251&r1=553250&r2=553251
==============================================================================
--- james/server/trunk/core-library/pom.xml (original)
+++ james/server/trunk/core-library/pom.xml Wed Jul  4 09:15:23 2007
@@ -15,7 +15,7 @@
       <version>3.0-SNAPSHOT</version>
     </dependency>
 
-               <!-- TODO remove this dependency -->
+    <!-- TODO remove this dependency -->
     <dependency>
       <groupId>org.apache.james</groupId>
       <artifactId>james-server-imap-api</artifactId>

Modified: james/server/trunk/imap-codec-library/pom.xml
URL: 
http://svn.apache.org/viewvc/james/server/trunk/imap-codec-library/pom.xml?view=diff&rev=553251&r1=553250&r2=553251
==============================================================================
--- james/server/trunk/imap-codec-library/pom.xml (original)
+++ james/server/trunk/imap-codec-library/pom.xml Wed Jul  4 09:15:23 2007
@@ -1,52 +1,53 @@
-<?xml version="1.0" encoding="ISO-8859-15"?><project>
-  <parent>
-    <artifactId>james-server</artifactId>
-    <groupId>org.apache.james</groupId>
-    <version>3.0-SNAPSHOT</version>
-  </parent>
-  <modelVersion>4.0.0</modelVersion>
-  <groupId>org.apache.james</groupId>
-  <artifactId>james-server-imap-codec-library</artifactId>
-  <name>Apache JAMES Server IMAP Codec Library</name>
-  <dependencies>
-    <dependency>
-      <groupId>javax.mail</groupId>
-      <artifactId>mail</artifactId>
-      <version>1.4.1ea-SNAPSHOT</version>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.james</groupId>
-      <artifactId>mailet</artifactId>
-      <version>3.0-SNAPSHOT</version>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.james</groupId>
-      <artifactId>james-server-imap-api</artifactId>
-      <version>3.0-SNAPSHOT</version>
-    </dependency>
-    <dependency>
-      <groupId>avalon-framework</groupId>
-      <artifactId>avalon-framework-api</artifactId>
-      <version>4.3</version>
-      <exclusions>
-       <exclusion>
-               <artifactId>avalon-logkit</artifactId>
-               <groupId>avalon-logkit</groupId>
-       </exclusion>
-      </exclusions>
-    </dependency>
-    
-    <dependency>
-      <groupId>junit</groupId>
-      <artifactId>junit</artifactId>
-      <version>3.8.1</version>
-      <scope>test</scope>
-    </dependency>
-    <dependency>
-      <groupId>jmock</groupId>
-      <artifactId>jmock</artifactId>
-      <version>1.1.0</version>
-      <scope>test</scope>
-    </dependency>
-  </dependencies>
+<?xml version="1.0" encoding="ISO-8859-15"?>
+<project>
+       <parent>
+               <artifactId>james-server</artifactId>
+               <groupId>org.apache.james</groupId>
+               <version>3.0-SNAPSHOT</version>
+       </parent>
+       <modelVersion>4.0.0</modelVersion>
+       <groupId>org.apache.james</groupId>
+       <artifactId>james-server-imap-codec-library</artifactId>
+       <name>Apache JAMES Server IMAP Codec Library</name>
+       <dependencies>
+               <dependency>
+                       <groupId>javax.mail</groupId>
+                       <artifactId>mail</artifactId>
+                       <version>1.4.1ea-SNAPSHOT</version>
+               </dependency>
+               <dependency>
+                       <groupId>org.apache.james</groupId>
+                       <artifactId>mailet</artifactId>
+                       <version>3.0-SNAPSHOT</version>
+               </dependency>
+               <dependency>
+                       <groupId>org.apache.james</groupId>
+                       <artifactId>james-server-imap-api</artifactId>
+                       <version>3.0-SNAPSHOT</version>
+               </dependency>
+               <dependency>
+                       <groupId>avalon-framework</groupId>
+                       <artifactId>avalon-framework-api</artifactId>
+                       <version>4.3</version>
+                       <exclusions>
+                               <exclusion>
+                                       <artifactId>avalon-logkit</artifactId>
+                                       <groupId>avalon-logkit</groupId>
+                               </exclusion>
+                       </exclusions>
+               </dependency>
+
+               <dependency>
+                       <groupId>junit</groupId>
+                       <artifactId>junit</artifactId>
+                       <version>3.8.1</version>
+                       <scope>test</scope>
+               </dependency>
+               <dependency>
+                       <groupId>jmock</groupId>
+                       <artifactId>jmock</artifactId>
+                       <version>1.1.0</version>
+                       <scope>test</scope>
+               </dependency>
+       </dependencies>
 </project>

Modified: james/server/trunk/imap-command-library/pom.xml
URL: 
http://svn.apache.org/viewvc/james/server/trunk/imap-command-library/pom.xml?view=diff&rev=553251&r1=553250&r2=553251
==============================================================================
--- james/server/trunk/imap-command-library/pom.xml (original)
+++ james/server/trunk/imap-command-library/pom.xml Wed Jul  4 09:15:23 2007
@@ -1,46 +1,47 @@
-<?xml version="1.0" encoding="ISO-8859-15"?><project>
-  <parent>
-    <artifactId>james-server</artifactId>
-    <groupId>org.apache.james</groupId>
-    <version>3.0-SNAPSHOT</version>
-  </parent>
-  <modelVersion>4.0.0</modelVersion>
-  <groupId>org.apache.james</groupId>
-  <artifactId>james-server-imap-command-library</artifactId>
-  <name>Apache JAMES Server IMAP Command Library</name>
-  <dependencies>
-    <dependency>
-      <groupId>javax.mail</groupId>
-      <artifactId>mail</artifactId>
-      <version>1.4.1ea-SNAPSHOT</version>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.james</groupId>
-      <artifactId>mailet</artifactId>
-      <version>3.0-SNAPSHOT</version>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.james</groupId>
-      <artifactId>james-server-imap-api</artifactId>
-      <version>3.0-SNAPSHOT</version>
-    </dependency>
-    <dependency>
-      <groupId>avalon-framework</groupId>
-      <artifactId>avalon-framework-api</artifactId>
-      <version>4.3</version>
-      <exclusions>
-       <exclusion>
-               <artifactId>avalon-logkit</artifactId>
-               <groupId>avalon-logkit</groupId>
-       </exclusion>
-      </exclusions>
-    </dependency>
+<?xml version="1.0" encoding="ISO-8859-15"?>
+<project>
+       <parent>
+               <artifactId>james-server</artifactId>
+               <groupId>org.apache.james</groupId>
+               <version>3.0-SNAPSHOT</version>
+       </parent>
+       <modelVersion>4.0.0</modelVersion>
+       <groupId>org.apache.james</groupId>
+       <artifactId>james-server-imap-command-library</artifactId>
+       <name>Apache JAMES Server IMAP Command Library</name>
+       <dependencies>
+               <dependency>
+                       <groupId>javax.mail</groupId>
+                       <artifactId>mail</artifactId>
+                       <version>1.4.1ea-SNAPSHOT</version>
+               </dependency>
+               <dependency>
+                       <groupId>org.apache.james</groupId>
+                       <artifactId>mailet</artifactId>
+                       <version>3.0-SNAPSHOT</version>
+               </dependency>
+               <dependency>
+                       <groupId>org.apache.james</groupId>
+                       <artifactId>james-server-imap-api</artifactId>
+                       <version>3.0-SNAPSHOT</version>
+               </dependency>
+               <dependency>
+                       <groupId>avalon-framework</groupId>
+                       <artifactId>avalon-framework-api</artifactId>
+                       <version>4.3</version>
+                       <exclusions>
+                               <exclusion>
+                                       <artifactId>avalon-logkit</artifactId>
+                                       <groupId>avalon-logkit</groupId>
+                               </exclusion>
+                       </exclusions>
+               </dependency>
 
-    <dependency>
-      <groupId>junit</groupId>
-      <artifactId>junit</artifactId>
-      <version>3.8.1</version>
-      <scope>test</scope>
-    </dependency>
-  </dependencies>
+               <dependency>
+                       <groupId>junit</groupId>
+                       <artifactId>junit</artifactId>
+                       <version>3.8.1</version>
+                       <scope>test</scope>
+               </dependency>
+       </dependencies>
 </project>

Modified: james/server/trunk/imap-mailbox-processor-function/pom.xml
URL: 
http://svn.apache.org/viewvc/james/server/trunk/imap-mailbox-processor-function/pom.xml?view=diff&rev=553251&r1=553250&r2=553251
==============================================================================
--- james/server/trunk/imap-mailbox-processor-function/pom.xml (original)
+++ james/server/trunk/imap-mailbox-processor-function/pom.xml Wed Jul  4 
09:15:23 2007
@@ -1,56 +1,59 @@
-<?xml version="1.0" encoding="ISO-8859-15"?><project>
-  <parent>
-    <artifactId>james-server</artifactId>
-    <groupId>org.apache.james</groupId>
-    <version>3.0-SNAPSHOT</version>
-  </parent>
-  <modelVersion>4.0.0</modelVersion>
-  <groupId>org.apache.james</groupId>
-  <artifactId>james-server-imap-mailbox-processor-function</artifactId>
-  <name>Apache JAMES Server IMAP Mailbox Processor function</name>
-  <dependencies>
-    <dependency>
-      <groupId>javax.mail</groupId>
-      <artifactId>mail</artifactId>
-      <version>1.4.1ea-SNAPSHOT</version>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.james</groupId>
-      <artifactId>mailet</artifactId>
-      <version>3.0-SNAPSHOT</version>
-    </dependency>
-    <dependency>
-      <groupId>avalon-framework</groupId>
-      <artifactId>avalon-framework-api</artifactId>
-      <version>4.3</version>
-      <exclusions>
-       <exclusion>
-               <artifactId>avalon-logkit</artifactId>
-               <groupId>avalon-logkit</groupId>
-       </exclusion>
-      </exclusions>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.james</groupId>
-      <artifactId>james-server-imap-api</artifactId>
-      <version>3.0-SNAPSHOT</version>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.james</groupId>
-      <artifactId>james-server-imapmailbox-library</artifactId>
-      <version>3.0-SNAPSHOT</version>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.james</groupId>
-      <artifactId>james-server-imap-codec-library</artifactId>
-      <version>3.0-SNAPSHOT</version>
-    </dependency>
-    
-    <dependency>
-      <groupId>junit</groupId>
-      <artifactId>junit</artifactId>
-      <version>3.8.1</version>
-      <scope>test</scope>
-    </dependency>
-  </dependencies>
+<?xml version="1.0" encoding="ISO-8859-15"?>
+<project>
+       <parent>
+               <artifactId>james-server</artifactId>
+               <groupId>org.apache.james</groupId>
+               <version>3.0-SNAPSHOT</version>
+       </parent>
+       <modelVersion>4.0.0</modelVersion>
+       <groupId>org.apache.james</groupId>
+       <artifactId>
+               james-server-imap-mailbox-processor-function
+       </artifactId>
+       <name>Apache JAMES Server IMAP Mailbox Processor function</name>
+       <dependencies>
+               <dependency>
+                       <groupId>javax.mail</groupId>
+                       <artifactId>mail</artifactId>
+                       <version>1.4.1ea-SNAPSHOT</version>
+               </dependency>
+               <dependency>
+                       <groupId>org.apache.james</groupId>
+                       <artifactId>mailet</artifactId>
+                       <version>3.0-SNAPSHOT</version>
+               </dependency>
+               <dependency>
+                       <groupId>avalon-framework</groupId>
+                       <artifactId>avalon-framework-api</artifactId>
+                       <version>4.3</version>
+                       <exclusions>
+                               <exclusion>
+                                       <artifactId>avalon-logkit</artifactId>
+                                       <groupId>avalon-logkit</groupId>
+                               </exclusion>
+                       </exclusions>
+               </dependency>
+               <dependency>
+                       <groupId>org.apache.james</groupId>
+                       <artifactId>james-server-imap-api</artifactId>
+                       <version>3.0-SNAPSHOT</version>
+               </dependency>
+               <dependency>
+                       <groupId>org.apache.james</groupId>
+                       
<artifactId>james-server-imapmailbox-library</artifactId>
+                       <version>3.0-SNAPSHOT</version>
+               </dependency>
+               <dependency>
+                       <groupId>org.apache.james</groupId>
+                       <artifactId>james-server-imap-codec-library</artifactId>
+                       <version>3.0-SNAPSHOT</version>
+               </dependency>
+
+               <dependency>
+                       <groupId>junit</groupId>
+                       <artifactId>junit</artifactId>
+                       <version>3.8.1</version>
+                       <scope>test</scope>
+               </dependency>
+       </dependencies>
 </project>



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to