Author: bago
Date: Sat Sep 20 09:44:27 2008
New Revision: 697390

URL: http://svn.apache.org/viewvc?rev=697390&view=rev
Log:
Renamed codec module to decode (encode is in message now)

Modified:
    james/protocols/imap/trunk/build.xml
    james/protocols/imap/trunk/decode/build.xml
    james/protocols/imap/trunk/decode/pom.xml
    james/protocols/imap/trunk/deployment/pom.xml
    james/protocols/imap/trunk/pom.xml
    james/protocols/imap/trunk/seda/pom.xml

Modified: james/protocols/imap/trunk/build.xml
URL: 
http://svn.apache.org/viewvc/james/protocols/imap/trunk/build.xml?rev=697390&r1=697389&r2=697390&view=diff
==============================================================================
--- james/protocols/imap/trunk/build.xml (original)
+++ james/protocols/imap/trunk/build.xml Sat Sep 20 09:44:27 2008
@@ -31,7 +31,7 @@
  -->
  <property name='module.api' location='api'/>
  <property name='module.message' location='message'/>
- <property name='module.codec' location='codec'/>
+ <property name='module.decode' location='decode'/>
  <property name='module.mailbox' location='mailbox'/>
  <property name='module.processor' location='processor'/>
  <property name='module.seda' location='seda'/>
@@ -53,7 +53,7 @@
               <filelist dir='${basedir}'>
                  <file name='${module.api}'/>
                  <file name='${module.message}'/>
-                 <file name='${module.codec}'/>
+                 <file name='${module.decode}'/>
                  <file name='${module.mailbox}'/>
                  <file name='${module.processor}'/>
                  <file name='${module.seda}'/>

Modified: james/protocols/imap/trunk/decode/build.xml
URL: 
http://svn.apache.org/viewvc/james/protocols/imap/trunk/decode/build.xml?rev=697390&r1=697389&r2=697390&view=diff
==============================================================================
--- james/protocols/imap/trunk/decode/build.xml (original)
+++ james/protocols/imap/trunk/decode/build.xml Sat Sep 20 09:44:27 2008
@@ -17,8 +17,8 @@
   specific language governing permissions and limitations
   under the License.    
 -->
-<project default="main" name="codec">
-  <description>Builds codec module. This is an library module.</description>
-  <property name="name.module" value="codec" />
+<project default="main" name="decode">
+  <description>Builds decode module. This is an library module.</description>
+  <property name="name.module" value="decode" />
   <import file="../build-tools/library-build.xml" optional="no" />
 </project>

Modified: james/protocols/imap/trunk/decode/pom.xml
URL: 
http://svn.apache.org/viewvc/james/protocols/imap/trunk/decode/pom.xml?rev=697390&r1=697389&r2=697390&view=diff
==============================================================================
--- james/protocols/imap/trunk/decode/pom.xml (original)
+++ james/protocols/imap/trunk/decode/pom.xml Sat Sep 20 09:44:27 2008
@@ -25,8 +25,8 @@
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.james</groupId>
-  <artifactId>apache-james-imap-codec</artifactId>
-  <name>Apache JAMES IMAP Codec Library</name>
+  <artifactId>apache-james-imap-decode</artifactId>
+  <name>Apache JAMES IMAP Decode Library</name>
   
   <profiles>
     <profile>

Modified: james/protocols/imap/trunk/deployment/pom.xml
URL: 
http://svn.apache.org/viewvc/james/protocols/imap/trunk/deployment/pom.xml?rev=697390&r1=697389&r2=697390&view=diff
==============================================================================
--- james/protocols/imap/trunk/deployment/pom.xml (original)
+++ james/protocols/imap/trunk/deployment/pom.xml Sat Sep 20 09:44:27 2008
@@ -43,7 +43,7 @@
     </dependency>
     <dependency>
       <groupId>org.apache.james</groupId>
-      <artifactId>apache-james-imap-codec</artifactId>
+      <artifactId>apache-james-imap-decode</artifactId>
     </dependency>
     <dependency>
       <groupId>org.apache.james</groupId>

Modified: james/protocols/imap/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/james/protocols/imap/trunk/pom.xml?rev=697390&r1=697389&r2=697390&view=diff
==============================================================================
--- james/protocols/imap/trunk/pom.xml (original)
+++ james/protocols/imap/trunk/pom.xml Sat Sep 20 09:44:27 2008
@@ -37,7 +37,7 @@
     <module>stage</module>
     <module>api</module>
     <module>message</module>
-    <module>codec</module>
+    <module>decode</module>
     <module>mailbox</module>
     <module>processor</module>
     <module>torque</module>
@@ -215,7 +215,7 @@
     </dependency>
     <dependency>
       <groupId>org.apache.james</groupId>
-      <artifactId>apache-james-imap-codec</artifactId>
+      <artifactId>apache-james-imap-decode</artifactId>
       <version>0.1-SNAPSHOT</version>
     </dependency>
     <dependency>

Modified: james/protocols/imap/trunk/seda/pom.xml
URL: 
http://svn.apache.org/viewvc/james/protocols/imap/trunk/seda/pom.xml?rev=697390&r1=697389&r2=697390&view=diff
==============================================================================
--- james/protocols/imap/trunk/seda/pom.xml (original)
+++ james/protocols/imap/trunk/seda/pom.xml Sat Sep 20 09:44:27 2008
@@ -38,7 +38,7 @@
     </dependency>
     <dependency>
       <groupId>org.apache.james</groupId>
-      <artifactId>apache-james-imap-codec</artifactId>
+      <artifactId>apache-james-imap-decode</artifactId>
     </dependency>
     <dependency>
       <groupId>concurrent</groupId>



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

Reply via email to