Author: norman
Date: Mon Jun 27 10:28:41 2011
New Revision: 1140090
URL: http://svn.apache.org/viewvc?rev=1140090&view=rev
Log:
Create mailetcontainer-api module. See JAMES-1282
Added:
james/server/trunk/mailetcontainer-api/
james/server/trunk/mailetcontainer-api/.classpath
james/server/trunk/mailetcontainer-api/.project
james/server/trunk/mailetcontainer-api/.settings/
james/server/trunk/mailetcontainer-api/.settings/org.eclipse.jdt.core.prefs
james/server/trunk/mailetcontainer-api/.settings/org.maven.ide.eclipse.prefs
james/server/trunk/mailetcontainer-api/pom.xml
james/server/trunk/mailetcontainer-api/src/
james/server/trunk/mailetcontainer-api/src/main/
james/server/trunk/mailetcontainer-api/src/main/java/
Modified:
james/server/trunk/pom.xml
Added: james/server/trunk/mailetcontainer-api/.classpath
URL:
http://svn.apache.org/viewvc/james/server/trunk/mailetcontainer-api/.classpath?rev=1140090&view=auto
==============================================================================
--- james/server/trunk/mailetcontainer-api/.classpath (added)
+++ james/server/trunk/mailetcontainer-api/.classpath Mon Jun 27 10:28:41 2011
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<classpath>
+ <classpathentry kind="src" path="src/main/java"/>
+ <classpathentry kind="con"
path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/>
+ <classpathentry kind="con"
path="org.maven.ide.eclipse.MAVEN2_CLASSPATH_CONTAINER"/>
+ <classpathentry kind="output" path="target/classes"/>
+</classpath>
Added: james/server/trunk/mailetcontainer-api/.project
URL:
http://svn.apache.org/viewvc/james/server/trunk/mailetcontainer-api/.project?rev=1140090&view=auto
==============================================================================
--- james/server/trunk/mailetcontainer-api/.project (added)
+++ james/server/trunk/mailetcontainer-api/.project Mon Jun 27 10:28:41 2011
@@ -0,0 +1,23 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+ <name>james-server-mailetcontainer-api</name>
+ <comment></comment>
+ <projects>
+ </projects>
+ <buildSpec>
+ <buildCommand>
+ <name>org.eclipse.jdt.core.javabuilder</name>
+ <arguments>
+ </arguments>
+ </buildCommand>
+ <buildCommand>
+ <name>org.maven.ide.eclipse.maven2Builder</name>
+ <arguments>
+ </arguments>
+ </buildCommand>
+ </buildSpec>
+ <natures>
+ <nature>org.eclipse.jdt.core.javanature</nature>
+ <nature>org.maven.ide.eclipse.maven2Nature</nature>
+ </natures>
+</projectDescription>
Added:
james/server/trunk/mailetcontainer-api/.settings/org.eclipse.jdt.core.prefs
URL:
http://svn.apache.org/viewvc/james/server/trunk/mailetcontainer-api/.settings/org.eclipse.jdt.core.prefs?rev=1140090&view=auto
==============================================================================
--- james/server/trunk/mailetcontainer-api/.settings/org.eclipse.jdt.core.prefs
(added)
+++ james/server/trunk/mailetcontainer-api/.settings/org.eclipse.jdt.core.prefs
Mon Jun 27 10:28:41 2011
@@ -0,0 +1,6 @@
+#Mon Jun 27 12:22:53 CEST 2011
+eclipse.preferences.version=1
+org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.6
+org.eclipse.jdt.core.compiler.compliance=1.6
+org.eclipse.jdt.core.compiler.problem.forbiddenReference=warning
+org.eclipse.jdt.core.compiler.source=1.6
Added:
james/server/trunk/mailetcontainer-api/.settings/org.maven.ide.eclipse.prefs
URL:
http://svn.apache.org/viewvc/james/server/trunk/mailetcontainer-api/.settings/org.maven.ide.eclipse.prefs?rev=1140090&view=auto
==============================================================================
---
james/server/trunk/mailetcontainer-api/.settings/org.maven.ide.eclipse.prefs
(added)
+++
james/server/trunk/mailetcontainer-api/.settings/org.maven.ide.eclipse.prefs
Mon Jun 27 10:28:41 2011
@@ -0,0 +1,8 @@
+#Mon Jun 27 12:22:50 CEST 2011
+activeProfiles=
+eclipse.preferences.version=1
+fullBuildGoals=process-test-resources
+resolveWorkspaceProjects=true
+resourceFilterGoals=process-resources resources\:testResources
+skipCompilerPlugin=true
+version=1
Added: james/server/trunk/mailetcontainer-api/pom.xml
URL:
http://svn.apache.org/viewvc/james/server/trunk/mailetcontainer-api/pom.xml?rev=1140090&view=auto
==============================================================================
--- james/server/trunk/mailetcontainer-api/pom.xml (added)
+++ james/server/trunk/mailetcontainer-api/pom.xml Mon Jun 27 10:28:41 2011
@@ -0,0 +1,77 @@
+<?xml version="1.0" encoding="ISO-8859-15"?>
+<!--
+ 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">
+ <parent>
+ <artifactId>james-server</artifactId>
+ <groupId>org.apache.james</groupId>
+ <version>3.0-beta2-SNAPSHOT</version>
+ </parent>
+ <modelVersion>4.0.0</modelVersion>
+ <groupId>org.apache.james</groupId>
+ <artifactId>james-server-mailetcontainer-api</artifactId>
+ <name>Apache James Server Mailetcontainer API</name>
+ <properties>
+ <!-- OSGI stuff -->
+ <james.osgi.export>
+ org.apache.james.mailetcontainer.api.*
+ </james.osgi.export>
+ <james.osgi.import>
+ *
+ </james.osgi.import>
+ </properties>
+
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-jar-plugin</artifactId>
+<!--
+Inherit configuration from parent pom.
+-->
+ <executions>
+ <execution>
+ <goals>
+ <goal>jar</goal>
+<!--
+Allow tests to be used by other modules.
+Parent pom build failure prevents inheritance.
+-->
+ <goal>test-jar</goal>
+ </goals>
+ </execution>
+ </executions>
+ </plugin>
+ </plugins>
+ </build>
+
+ <dependencies>
+
+ <dependency>
+ <groupId>org.apache.james</groupId>
+ <artifactId>apache-mailet</artifactId>
+ </dependency>
+
+ <dependency>
+ <groupId>junit</groupId>
+ <artifactId>junit</artifactId>
+ <scope>test</scope>
+ </dependency>
+ </dependencies>
+</project>
Modified: james/server/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/james/server/trunk/pom.xml?rev=1140090&r1=1140089&r2=1140090&view=diff
==============================================================================
--- james/server/trunk/pom.xml (original)
+++ james/server/trunk/pom.xml Mon Jun 27 10:28:41 2011
@@ -55,6 +55,7 @@
<module>file</module>
<module>lifecycle-api</module>
<module>mailbox-adapter</module>
+ <module>mailetcontainer-api</module>
<module>mailetcontainer-library</module>
<module>mailetcontainer-camel</module>
<module>mailets</module>
@@ -616,6 +617,12 @@
<version>${protocols.version}</version>
</dependency>
+
+ <dependency>
+ <groupId>org.apache.james</groupId>
+ <artifactId>james-server-mailetcontainer-api</artifactId>
+ <version>${project.version}</version>
+ </dependency>
<dependency>
<groupId>org.apache.james</groupId>
<artifactId>james-server-mailetcontainer-library</artifactId>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]