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 rd...@apache.org on 2011/05/31 12:35:32 UTC

svn commit: r1129603 - /james/mailet/project/trunk/pom.xml

Author: rdonkin
Date: Tue May 31 10:35:32 2011
New Revision: 1129603

URL: http://svn.apache.org/viewvc?rev=1129603&view=rev
Log:
Starting to build parent pom.

Added:
    james/mailet/project/trunk/pom.xml   (with props)

Added: james/mailet/project/trunk/pom.xml
URL: http://svn.apache.org/viewvc/james/mailet/project/trunk/pom.xml?rev=1129603&view=auto
==============================================================================
--- james/mailet/project/trunk/pom.xml (added)
+++ james/mailet/project/trunk/pom.xml Tue May 31 10:35:32 2011
@@ -0,0 +1,37 @@
+<?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>
+
+  <groupId>org.apache.james</groupId>
+  <artifactId>mailet-project</artifactId>
+  <version>1-SNAPSHOT</version>
+  <packaging>pom</packaging>
+
+  <parent>
+    <groupId>org.apache.james</groupId>
+    <artifactId>james-project</artifactId>
+    <version>1.6</version>
+  </parent>
+
+  <name>Apache James Parent Project For Mailets</name>
+  <description>
+	   Parent pom for mailets projects.
+  </description>
+
+
+</project>
\ No newline at end of file

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



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