Author: felixk
Date: Tue Mar 15 15:27:17 2011
New Revision: 1081818
URL: http://svn.apache.org/viewvc?rev=1081818&view=rev
Log:
Add trunks of all JAMES projects as external definition
Added:
james/current/pom.xml (with props)
Modified:
james/current/ (props changed)
james/current/README.txt
Propchange: james/current/
------------------------------------------------------------------------------
--- svn:externals (added)
+++ svn:externals Tue Mar 15 15:27:17 2011
@@ -0,0 +1,15 @@
+server https://svn.apache.org/repos/asf/james/server/trunk
+imap https://svn.apache.org/repos/asf/james/imap/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
+mime4j https://svn.apache.org/repos/asf/james/mime4j/trunk
+postage https://svn.apache.org/repos/asf/james/postage/trunk
+nntp https://svn.apache.org/repos/asf/james/nntp/trunk
+jsieve https://svn.apache.org/repos/asf/james/jsieve/trunk
+mailet https://svn.apache.org/repos/asf/james/mailet/current
+protocols https://svn.apache.org/repos/asf/james/protocols/trunk
+project https://svn.apache.org/repos/asf/james/project/trunk
Propchange: james/current/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Tue Mar 15 15:27:17 2011
@@ -0,0 +1,2 @@
+.settings
+.project
Modified: james/current/README.txt
URL:
http://svn.apache.org/viewvc/james/current/README.txt?rev=1081818&r1=1081817&r2=1081818&view=diff
==============================================================================
--- james/current/README.txt (original)
+++ james/current/README.txt Tue Mar 15 15:27:17 2011
@@ -1 +1 @@
-Contains externals definitions for the latest versions of all James products.
+Contains externals definitions for the current trunks of all James products.
Added: james/current/pom.xml
URL: http://svn.apache.org/viewvc/james/current/pom.xml?rev=1081818&view=auto
==============================================================================
--- james/current/pom.xml (added)
+++ james/current/pom.xml Tue Mar 15 15:27:17 2011
@@ -0,0 +1,48 @@
+<?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">
+ <modelVersion>4.0.0</modelVersion>
+ <groupId>org.apache.james</groupId>
+ <artifactId>current</artifactId>
+ <name>Apache JAMES Project current</name>
+ <version>1.0-SNAPSHOT</version>
+ <packaging>pom</packaging>
+ <description>Apache JAMES Project all current development
trunks</description>
+ <url>http://james.apache.org/mailet/</url>
+ <inceptionYear>2008</inceptionYear>
+
+ <modules>
+ <module>project</module>
+ <module>server</module>
+ <module>mailbox</module>
+ <module>mailbox-integration-tester</module>
+ <module>protocols</module>
+ <module>imap</module>
+ <module>hupa</module>
+ <module>jdkim</module>
+ <module>jspf</module>
+ <module>mpt</module>
+ <module>mime4j</module>
+ <module>postage</module>
+ <module>nntp</module>
+ <module>jsieve</module>
+ <module>mailet</module>
+ </modules>
+</project>
Propchange: james/current/pom.xml
------------------------------------------------------------------------------
svn:eol-style = native
Propchange: james/current/pom.xml
------------------------------------------------------------------------------
svn:keywords = Author Date Id Revision
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]