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 ba...@apache.org on 2006/07/26 18:25:09 UTC

svn commit: r425773 - in /james/sandbox/james-project: ./ pom.xml src/ src/site/ src/site/site.xml

Author: bago
Date: Wed Jul 26 09:25:08 2006
New Revision: 425773

URL: http://svn.apache.org/viewvc?rev=425773&view=rev
Log:
First JAMES project top level pom import

Added:
    james/sandbox/james-project/pom.xml   (with props)
    james/sandbox/james-project/src/
    james/sandbox/james-project/src/site/
    james/sandbox/james-project/src/site/site.xml
Modified:
    james/sandbox/james-project/   (props changed)

Propchange: james/sandbox/james-project/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Wed Jul 26 09:25:08 2006
@@ -0,0 +1,3 @@
+
+.classpath
+.project

Added: james/sandbox/james-project/pom.xml
URL: http://svn.apache.org/viewvc/james/sandbox/james-project/pom.xml?rev=425773&view=auto
==============================================================================
--- james/sandbox/james-project/pom.xml (added)
+++ james/sandbox/james-project/pom.xml Wed Jul 26 09:25:08 2006
@@ -0,0 +1,145 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+<!--
+  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>
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>org.apache.james</groupId>
+  <artifactId>james-project</artifactId>
+  <parent>
+    <groupId>org.apache</groupId>
+    <artifactId>apache</artifactId>
+    <version>3</version>
+  </parent>
+  <name>Apache JAMES Project</name>
+  <version>1.0-SNAPSHOT</version>
+  <description>
+    The Apache JAMES Project
+  </description>
+  <!-- <url>http://james.apache.org/index.html</url> -->
+  <inceptionYear>2006</inceptionYear>
+  <packaging>pom</packaging>
+
+  <dependencies>
+  </dependencies>
+
+  <organization>
+    <name>Apache Software Foundation</name>
+    <url>http://www.apache.org</url>
+  </organization>
+
+  <licenses>
+    <license>
+      <name>Apache License, Version 2.0</name>
+      <url>http://www.apache.org/licenses/LICENSE-2.0.html</url>
+      <distribution>repo</distribution>
+    </license>
+  </licenses>
+
+  <issueManagement>
+    <system>JIRA</system>
+    <url>http://issues.apache.org/jira/browse/JAMES</url>
+  </issueManagement>
+
+  <developers>
+    <developer>
+      <id>bago</id>
+      <name>Stefano Bagnara</name>
+      <email>apache at bago.org</email>
+      <timezone>2</timezone>
+      <roles>
+        <role>Developer</role>
+      </roles>
+    </developer>
+    <developer>
+      <id>norman</id>
+      <name>Norman Maurer</name>
+      <email>nm at byteaction.de</email>
+      <timezone>2</timezone>
+      <roles>
+        <role>Developer</role>
+      </roles>
+    </developer>
+    <developer>
+      <id>serge</id>
+      <name>Serge Knystautas</name>
+      <email>sergek at lokitech.com</email>
+      <timezone></timezone>
+      <roles>
+        <role>Developer</role>
+      </roles>
+    </developer>
+    <developer>
+      <id>benrdf</id>
+      <name>Bernd Fondermann</name>
+      <email>bf_jak at brainlounge.de</email>
+      <timezone></timezone>
+      <roles>
+        <role>Developer</role>
+      </roles>
+    </developer>
+    <developer>
+      <id>sbrewin</id>
+      <name>Steve Brewin</name>
+      <email>sbrewin at synsys.com</email>
+      <timezone></timezone>
+      <roles>
+        <role>Developer</role>
+      </roles>
+    </developer>
+    <developer>
+      <id>hilmer</id>
+      <name>Søren Hilmer</name>
+      <email>sh at widetrail.dk</email>
+      <timezone></timezone>
+      <roles>
+        <role>Developer</role>
+      </roles>
+    </developer>
+    <developer>
+      <id>noel</id>
+      <name>Noel J. Bergman</name>
+      <email>noel at devtech.com</email>
+      <timezone></timezone>
+      <roles>
+        <role>Developer</role>
+      </roles>
+    </developer>
+    <developer>
+      <id>danny</id>
+      <name>Danny Angus</name>
+      <email>danny at apache.org</email>
+      <timezone></timezone>
+      <roles>
+        <role>Developer</role>
+      </roles>
+    </developer>
+    <developer>
+      <id>adc</id>
+      <name>Alan D. Cabrera</name>
+      <timezone>-8</timezone>
+    </developer>
+  </developers>
+  
+  <scm>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/james</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/james</developerConnection>
+    <url>http://svn.apache.org/viewvc/james/</url>
+  </scm>
+
+</project>
\ No newline at end of file

Propchange: james/sandbox/james-project/pom.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Added: james/sandbox/james-project/src/site/site.xml
URL: http://svn.apache.org/viewvc/james/sandbox/james-project/src/site/site.xml?rev=425773&view=auto
==============================================================================
--- james/sandbox/james-project/src/site/site.xml (added)
+++ james/sandbox/james-project/src/site/site.xml Wed Jul 26 09:25:08 2006
@@ -0,0 +1,60 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+<!--
+  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 name="James Project">
+
+  <bannerLeft>
+    <name>James Project</name>
+    <src>images/james-project-logo.gif</src>
+    <href>http://james.apache.org/index.html</href>
+  </bannerLeft>
+
+  <bannerRight>
+    <name>The Apache Software Foundation</name>
+    <src>images/asf-logo-reduced.gif</src>
+    <href>http://www.apache.org/index.html</href>
+  </bannerRight>
+
+  <skin>
+    <groupId>org.apache.james</groupId>
+    <artifactId>maven-skin</artifactId>
+    <version>1.0-SNAPSHOT</version>
+  </skin>
+    
+  <body>
+    
+    <links>
+      <item name="JAMES Project" href="http://james.apache.org/index.html" />
+      <item name="Server" href="http://james.apache.org/server/index.html" />
+      <item name="jSPF" href="http://james.apache.org/jspf/index.html" />
+      <item name="Mime4J" href="http://james.apache.org/mime4j/index.html" />
+      <item name="JSieve" href="http://james.apache.org/jsieve/index.html" />
+      <item name="Postage" href="http://james.apache.org/postage/index.html" />
+    </links>
+    
+    <menu name="Products">
+      <item name="Server" href="http://james.apache.org/server/index.html" />
+      <item name="jSPF" href="http://james.apache.org/jspf/index.html" />
+      <item name="Mime4J" href="http://james.apache.org/mime4j/index.html" />
+      <item name="JSieve" href="http://james.apache.org/jsieve/index.html" />
+      <item name="Postage" href="http://james.apache.org/postage/index.html" />
+    </menu>
+
+  </body>
+</project>



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