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 Robert Burrell Donkin <ro...@gmail.com> on 2008/05/10 17:07:47 UTC

Re: svn commit: r655097 - in /james/server/trunk: mailets-function/ mailets-function/src/ mailets-function/src/main/java/org/apache/james/ mailets-function/src/main/java/org/apache/james/transport/ mailets-function/src/main/java/org/apache/james/tran

suspect an issues or two with my svn client: will fix presently

On Sat, May 10, 2008 at 3:55 PM,  <rd...@apache.org> wrote:
> Author: rdonkin
> Date: Sat May 10 07:55:08 2008
> New Revision: 655097
>
> URL: http://svn.apache.org/viewvc?rev=655097&view=rev
> Log:
> Moved most remaining mailets into separate module.
>
> Added:
>    james/server/trunk/mailets-function/
>      - copied from r655016, james/server/trunk/spoolmanager-function/
>    james/server/trunk/mailets-function/LICENSE.txt
>      - copied unchanged from r655096, james/server/trunk/spoolmanager-function/LICENSE.txt
>    james/server/trunk/mailets-function/NOTICE.txt
>      - copied unchanged from r655096, james/server/trunk/spoolmanager-function/NOTICE.txt
>    james/server/trunk/mailets-function/build.xml
>      - copied, changed from r655096, james/server/trunk/spoolmanager-function/build.xml
>    james/server/trunk/mailets-function/pom.xml
>      - copied unchanged from r655096, james/server/trunk/spoolmanager-function/pom.xml
>    james/server/trunk/mailets-function/src/
>      - copied from r655096, james/server/trunk/spoolmanager-function/src/
> Removed:
>    james/server/trunk/mailets-function/src/main/java/org/apache/james/James.java
>    james/server/trunk/mailets-function/src/main/java/org/apache/james/James.xinfo
>    james/server/trunk/mailets-function/src/main/java/org/apache/james/transport/JamesMailetLoader.java
>    james/server/trunk/mailets-function/src/main/java/org/apache/james/transport/JamesMailetLoader.xinfo
>    james/server/trunk/mailets-function/src/main/java/org/apache/james/transport/JamesMatcherLoader.java
>    james/server/trunk/mailets-function/src/main/java/org/apache/james/transport/JamesMatcherLoader.xinfo
>    james/server/trunk/mailets-function/src/main/java/org/apache/james/transport/JamesSpoolManager.java
>    james/server/trunk/mailets-function/src/main/java/org/apache/james/transport/JamesSpoolManager.xinfo
>    james/server/trunk/mailets-function/src/main/java/org/apache/james/transport/LinearProcessor.java
>    james/server/trunk/mailets-function/src/main/java/org/apache/james/transport/Loader.java
>    james/server/trunk/mailets-function/src/main/java/org/apache/james/transport/MailetContainer.java
>    james/server/trunk/mailets-function/src/main/java/org/apache/james/transport/ProcessorList.java
>    james/server/trunk/mailets-function/src/main/java/org/apache/james/transport/Resources.java
>    james/server/trunk/mailets-function/src/main/java/org/apache/james/transport/StateAwareProcessorList.java
>    james/server/trunk/mailets-function/src/main/java/org/apache/james/transport/mailets/LocalDelivery.java
>    james/server/trunk/mailets-function/src/main/java/org/apache/james/transport/mailets/MailboxDelivery.java
>    james/server/trunk/mailets-function/src/main/java/org/apache/james/transport/mailets/ToMultiRepository.java
>    james/server/trunk/mailets-function/src/main/java/org/apache/james/transport/mailets/UsersRepositoryAliasingForwarding.java
>    james/server/trunk/spoolmanager-function/src/main/java/org/apache/james/transport/mailets/
>    james/server/trunk/spoolmanager-function/src/main/java/org/apache/james/transport/matchers/
>
> Copied: james/server/trunk/mailets-function/build.xml (from r655096, james/server/trunk/spoolmanager-function/build.xml)
> URL: http://svn.apache.org/viewvc/james/server/trunk/mailets-function/build.xml?p2=james/server/trunk/mailets-function/build.xml&p1=james/server/trunk/spoolmanager-function/build.xml&r1=655096&r2=655097&rev=655097&view=diff
> ==============================================================================
> --- james/server/trunk/spoolmanager-function/build.xml (original)
> +++ james/server/trunk/mailets-function/build.xml Sat May 10 07:55:08 2008
> @@ -17,8 +17,8 @@
>   specific language governing permissions and limitations
>   under the License.
>  -->
> -<project default="main" name="spoolmanager-function">
> -  <description>Builds spoolmanager-function module. This is an function module.</description>
> -  <property name="name.module" value="spoolmanager-function" />
> -  <import file="../build-tools/function-build.xml" optional="no" />
> -</project>
> +<project default="main" name="mailets-function">
> +  <description>Builds mailets-function module. This is an function module.</description>
> +  <property name="name.module" value="mailets-function" />
> +  <import file="../build-tools/function-build.xml" optional="no" />
> +</project>
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
> For additional commands, e-mail: server-dev-help@james.apache.org
>
>

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


Re: svn commit: r655097 - in /james/server/trunk: mailets-function/ mailets-function/src/ mailets-function/src/main/java/org/apache/james/ mailets-function/src/main/java/org/apache/james/transport/ mailets-function/src/main/java/org/apache/james/tran

Posted by Robert Burrell Donkin <ro...@gmail.com>.
On Sat, May 10, 2008 at 4:07 PM, Robert Burrell Donkin
<ro...@gmail.com> wrote:
> suspect an issues or two with my svn client: will fix presently

fixed (i hope)

- robert

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