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 er...@apache.org on 2013/03/10 08:50:28 UTC

svn commit: r1454797 - in /james: current/ server/trunk/container/cli/target/ server/trunk/container/cli/target/classes/ server/trunk/container/cli/target/classes/META-INF/ server/trunk/container/cli/target/classes/META-INF/maven/ server/trunk/containe...

Author: eric
Date: Sun Mar 10 07:50:27 2013
New Revision: 1454797

URL: http://svn.apache.org/r1454797
Log:
Remove mailbox-integration-testing from the externals (MPT-4)

Added:
    james/server/trunk/container/cli/target/
    james/server/trunk/container/cli/target/classes/
    james/server/trunk/container/cli/target/classes/META-INF/
    james/server/trunk/container/cli/target/classes/META-INF/maven/
    james/server/trunk/container/cli/target/classes/META-INF/maven/org.apache.james/
    james/server/trunk/container/cli/target/classes/META-INF/maven/org.apache.james/james-server-cli/
    james/server/trunk/container/cli/target/classes/META-INF/maven/org.apache.james/james-server-cli/pom.properties
    james/server/trunk/container/cli/target/classes/META-INF/maven/org.apache.james/james-server-cli/pom.xml
    james/server/trunk/container/cli/target/classes/org/
    james/server/trunk/container/cli/target/classes/org/apache/
    james/server/trunk/container/cli/target/classes/org/apache/james/
    james/server/trunk/container/cli/target/classes/org/apache/james/cli/
    james/server/trunk/container/cli/target/classes/org/apache/james/cli/ServerCmd.class   (with props)
    james/server/trunk/container/cli/target/classes/org/apache/james/cli/probe/
    james/server/trunk/container/cli/target/classes/org/apache/james/cli/probe/ServerProbe.class   (with props)
    james/server/trunk/container/cli/target/classes/org/apache/james/cli/probe/impl/
    james/server/trunk/container/cli/target/classes/org/apache/james/cli/probe/impl/JmxServerProbe.class   (with props)
Modified:
    james/current/   (props changed)

Propchange: james/current/
------------------------------------------------------------------------------
--- svn:externals (original)
+++ svn:externals Sun Mar 10 07:50:27 2013
@@ -1,7 +1,6 @@
 server https://svn.apache.org/repos/asf/james/server/trunk
 hupa https://svn.apache.org/repos/asf/james/hupa/trunk
 jdkim https://svn.apache.org/repos/asf/james/jdkim/trunk
-mailbox-integration-tester https://svn.apache.org/repos/asf/james/mailbox-integration-tester/trunk
 mailbox https://svn.apache.org/repos/asf/james/mailbox/trunk
 jspf https://svn.apache.org/repos/asf/james/jspf/trunk
 mpt https://svn.apache.org/repos/asf/james/mpt/trunk

Added: james/server/trunk/container/cli/target/classes/META-INF/maven/org.apache.james/james-server-cli/pom.properties
URL: http://svn.apache.org/viewvc/james/server/trunk/container/cli/target/classes/META-INF/maven/org.apache.james/james-server-cli/pom.properties?rev=1454797&view=auto
==============================================================================
--- james/server/trunk/container/cli/target/classes/META-INF/maven/org.apache.james/james-server-cli/pom.properties (added)
+++ james/server/trunk/container/cli/target/classes/META-INF/maven/org.apache.james/james-server-cli/pom.properties Sun Mar 10 07:50:27 2013
@@ -0,0 +1,7 @@
+#Generated by Maven Integration for Eclipse
+#Tue Mar 05 07:36:08 GMT 2013
+version=3.0.0-beta5-SNAPSHOT
+groupId=org.apache.james
+m2e.projectName=james-server-cli
+m2e.projectLocation=/Users/eric/wrk/osa/james.svn/server/container/cli
+artifactId=james-server-cli

Added: james/server/trunk/container/cli/target/classes/META-INF/maven/org.apache.james/james-server-cli/pom.xml
URL: http://svn.apache.org/viewvc/james/server/trunk/container/cli/target/classes/META-INF/maven/org.apache.james/james-server-cli/pom.xml?rev=1454797&view=auto
==============================================================================
--- james/server/trunk/container/cli/target/classes/META-INF/maven/org.apache.james/james-server-cli/pom.xml (added)
+++ james/server/trunk/container/cli/target/classes/META-INF/maven/org.apache.james/james-server-cli/pom.xml Sun Mar 10 07:50:27 2013
@@ -0,0 +1,81 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+    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 xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+    <modelVersion>4.0.0</modelVersion>
+
+    <parent>
+        <artifactId>james-server</artifactId>
+        <groupId>org.apache.james</groupId>
+        <version>3.0.0-beta5-SNAPSHOT</version>
+        <relativePath>../pom.xml</relativePath>
+    </parent>
+
+    <groupId>org.apache.james</groupId>
+    <artifactId>james-server-cli</artifactId>
+    <packaging>bundle</packaging>
+
+    <name>Apache James :: Server :: Client</name>
+
+    <dependencies>
+        <dependency>
+            <groupId>org.apache.james</groupId>
+            <artifactId>james-server-data-api</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.james</groupId>
+            <artifactId>james-server-spring</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>commons-cli</groupId>
+            <artifactId>commons-cli</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>junit</groupId>
+            <artifactId>junit</artifactId>
+            <scope>test</scope>
+        </dependency>
+    </dependencies>
+
+    <build>
+        <plugins>
+            <plugin>
+                <groupId>org.codehaus.mojo</groupId>
+                <artifactId>exec-maven-plugin</artifactId>
+                <executions>
+                    <execution>
+                        <goals>
+                            <goal>java</goal>
+                        </goals>
+                    </execution>
+                </executions>
+                <configuration>
+                    <mainClass>org.apache.james.cli.ServerCmd</mainClass>
+                </configuration>
+            </plugin>
+            <plugin>
+                <groupId>org.apache.felix</groupId>
+                <artifactId>maven-bundle-plugin</artifactId>
+                <extensions>true</extensions>
+            </plugin>
+        </plugins>
+    </build>
+
+</project>

Added: james/server/trunk/container/cli/target/classes/org/apache/james/cli/ServerCmd.class
URL: http://svn.apache.org/viewvc/james/server/trunk/container/cli/target/classes/org/apache/james/cli/ServerCmd.class?rev=1454797&view=auto
==============================================================================
Binary file - no diff available.

Propchange: james/server/trunk/container/cli/target/classes/org/apache/james/cli/ServerCmd.class
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: james/server/trunk/container/cli/target/classes/org/apache/james/cli/probe/ServerProbe.class
URL: http://svn.apache.org/viewvc/james/server/trunk/container/cli/target/classes/org/apache/james/cli/probe/ServerProbe.class?rev=1454797&view=auto
==============================================================================
Binary file - no diff available.

Propchange: james/server/trunk/container/cli/target/classes/org/apache/james/cli/probe/ServerProbe.class
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: james/server/trunk/container/cli/target/classes/org/apache/james/cli/probe/impl/JmxServerProbe.class
URL: http://svn.apache.org/viewvc/james/server/trunk/container/cli/target/classes/org/apache/james/cli/probe/impl/JmxServerProbe.class?rev=1454797&view=auto
==============================================================================
Binary file - no diff available.

Propchange: james/server/trunk/container/cli/target/classes/org/apache/james/cli/probe/impl/JmxServerProbe.class
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream



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