Author: niallp
Date: Fri Jul 27 11:13:07 2007
New Revision: 560341
URL: http://svn.apache.org/viewvc?view=rev&rev=560341
Log:
add svn property eol-style of native
Modified:
jakarta/commons/proper/email/trunk/pom.xml (contents, props changed)
Modified: jakarta/commons/proper/email/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/jakarta/commons/proper/email/trunk/pom.xml?view=diff&rev=560341&r1=560340&r2=560341
==============================================================================
--- jakarta/commons/proper/email/trunk/pom.xml (original)
+++ jakarta/commons/proper/email/trunk/pom.xml Fri Jul 27 11:13:07 2007
@@ -1,291 +1,291 @@
-<?xml version="1.0"?>
-<!--
- 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>
- <groupId>org.apache.commons</groupId>
- <artifactId>commons-parent</artifactId>
- <version>3</version>
- </parent>
- <modelVersion>4.0.0</modelVersion>
- <groupId>commons-email</groupId>
- <artifactId>commons-email</artifactId>
- <version>1.1-SNAPSHOT</version>
- <name>Commons-Email</name>
-
- <inceptionYear>2001</inceptionYear>
- <description>
- Commons-Email aims to provide a API for sending email. It is built on
top of
- the JavaMail API, which it aims to simplify.
- </description>
-
- <url>http://commons.apache.org/email/</url>
-
- <issueManagement>
- <system>jira</system>
- <url>http://issues.apache.org/jira/browse/EMAIL</url>
- </issueManagement>
-
- <scm>
-
<connection>scm:svn:https://svn.apache.org/repos/asf/commons/proper/email/trunk</connection>
-
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/commons/proper/email/trunk</developerConnection>
- <url>http://svn.apache.org/viewvc/commons/proper/email/trunk</url>
- </scm>
-
- <developers>
- <developer>
- <name>dIon Gillard</name>
- <id>dion</id>
- <email>[EMAIL PROTECTED]</email>
- <organization>Apache Software Foundation</organization>
- <roles>
- <role>Java Developer</role>
- </roles>
- </developer>
- <developer>
- <name>John McNally</name>
- <id>jmcnally</id>
- <email>[EMAIL PROTECTED]</email>
- <organization>CollabNet, Inc.</organization>
- <roles/>
- </developer>
- <developer>
- <name>Quinton McCombs</name>
- <id>quintonm</id>
- <email>[EMAIL PROTECTED]</email>
- <organization>NequalsOne, LLC.</organization>
- <roles/>
- </developer>
- <developer>
- <name>Eric Pugh</name>
- <id>epugh</id>
- <email>[EMAIL PROTECTED]</email>
- <organization>OpenSource Connections</organization>
- <roles/>
- </developer>
- <developer>
- <name>Daniel Rall</name>
- <id>dlr</id>
- <email>[EMAIL PROTECTED]</email>
- <organization>CollabNet, Inc.</organization>
- <roles/>
- </developer>
- <developer>
- <name>Jon Scott Stevens</name>
- <id>jon</id>
- <email>[EMAIL PROTECTED]</email>
- <organization>CollabNet, Inc.</organization>
- <roles/>
- </developer>
- <developer>
- <name>Jason van Zyl</name>
- <id>jvanzyl</id>
- <email>[EMAIL PROTECTED]</email>
- <organization>Zenplex</organization>
- <roles/>
- </developer>
- <developer>
- <name>Joe Germuska</name>
- <id>germuska</id>
- <email>[EMAIL PROTECTED]</email>
- <roles/>
- </developer>
- <developer>
- <name>Robert Burrell Donkin</name>
- <id>rdonkin</id>
- <email>[EMAIL PROTECTED]</email>
- <roles/>
- </developer>
- <developer>
- <name>Henning P. Schmiedehausen</name>
- <id>henning</id>
- <email>[EMAIL PROTECTED]</email>
- <organization>INTERMETA - Gesellschaft fuer Mehrwertdienste
mbH</organization>
- <roles>
- <role>Java Developer</role>
- </roles>
- <timezone>2</timezone>
- </developer>
- <developer>
- <name>Stephen Colebourne</name>
- <id>scolebourne</id>
- <roles/>
- <timezone>0</timezone>
- </developer>
- <developer>
- <name>Ben Speakmon</name>
- <id>bspeakmon</id>
- <email>[EMAIL PROTECTED]</email>
- <organization>Apache Software Foundation</organization>
- <roles>
- <role>Java Developer</role>
- </roles>
- <timezone>-8</timezone>
- </developer>
- </developers>
- <contributors>
- <contributor>
- <name>Mark Lowe</name>
- <email>[EMAIL PROTECTED]</email>
- <roles/>
- </contributor>
- <contributor>
- <name>Niall Pemberton</name>
- <roles/>
- </contributor>
- <contributor>
- <name>Corey Scott</name>
- <email>[EMAIL PROTECTED]</email>
- <roles/>
- </contributor>
- <contributor>
- <name>Eric Spiegelberg</name>
- <email>[EMAIL PROTECTED]</email>
- <roles/>
- </contributor>
- <contributor>
- <name>Matthias Wessendorf</name>
- <email>[EMAIL PROTECTED]</email>
- <roles/>
- </contributor>
- </contributors>
-
- <dependencies>
- <dependency>
- <groupId>javax.mail</groupId>
- <artifactId>mail</artifactId>
- <version>1.4</version>
- <!--<url>http://java.sun.com/products/javamail/</url>-->
- </dependency>
- <dependency>
- <groupId>javax.activation</groupId>
- <artifactId>activation</artifactId>
- <version>1.1</version>
-
<!--<url>http://java.sun.com/products/javabeans/glasgow/jaf.html</url>-->
- </dependency>
- <dependency>
- <groupId>junit</groupId>
- <artifactId>junit</artifactId>
- <version>3.8.1</version>
- <scope>test</scope>
- </dependency>
- <dependency>
- <groupId>net.sf.retrotranslator</groupId>
- <artifactId>retrotranslator-runtime</artifactId>
- <version>1.2.1</version>
- <scope>test</scope>
- </dependency>
- <dependency>
- <groupId>org.subethamail</groupId>
- <artifactId>subethasmtp-smtp</artifactId>
- <version>1.2</version>
- <classifier>java14</classifier>
- <!--<url>http://subethasmtp.tigris.org/</url>-->
- <scope>test</scope>
- </dependency>
- <dependency>
- <groupId>org.subethamail</groupId>
- <artifactId>subethasmtp-wiser</artifactId>
- <version>1.2</version>
- <classifier>java14</classifier>
- <!--<url>http://subethasmtp.tigris.org/wiser.html</url>-->
- <scope>test</scope>
- <exclusions>
- <exclusion>
- <groupId>org.subethamail</groupId>
- <artifactId>subethasmtp-smtp</artifactId>
- </exclusion>
- </exclusions>
- </dependency>
- <dependency>
- <groupId>commons-logging</groupId>
- <artifactId>commons-logging</artifactId>
- <version>1.1</version>
- <!--<url>http://commons.apache.org/logging/</url>-->
- <scope>test</scope>
- </dependency>
- <dependency>
- <groupId>maven-plugins</groupId>
- <artifactId>maven-findbugs-plugin</artifactId>
- <version>0.9.2</version>
-
<!--<url>http://maven-plugins.sourceforge.net/maven-findbugs-plugin/</url>-->
- <type>plugin</type>
- <scope>test</scope>
- </dependency>
- </dependencies>
-
- <build>
- <sourceDirectory>src/java</sourceDirectory>
- <testSourceDirectory>src/test</testSourceDirectory>
- <resources>
- <resource>
- <directory>.</directory>
- <targetPath>META-INF</targetPath>
- <includes>
- <include>NOTICE.txt</include>
- <include>LICENSE.txt</include>
- </includes>
- </resource>
- </resources>
- <testResources>
- <testResource>
- <directory>src/test</directory>
- <excludes>
- <exclude>**/*.java</exclude>
- </excludes>
- </testResource>
- </testResources>
- <plugins>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-compiler-plugin</artifactId>
- <configuration>
- <source>1.4</source>
- <target>1.4</target>
- </configuration>
- </plugin>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-surefire-plugin</artifactId>
- <configuration>
- <!-- exclude test case support classes -->
- <excludes>
-
<exclude>org/apache/commons/mail/BaseEmailTestCase.java</exclude>
- <exclude>org/apache/commons/mail/mocks/*</exclude>
- <exclude>org/apache/commons/mail/settings/*</exclude>
- </excludes>
- </configuration>
- </plugin>
- </plugins>
- </build>
-
- <reporting>
- <plugins>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-checkstyle-plugin</artifactId>
- <configuration>
- <configLocation>conf/checkstyle.xml</configLocation>
- </configuration>
- </plugin>
- </plugins>
- </reporting>
-
-</project>
+<?xml version="1.0"?>
+<!--
+ 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>
+ <groupId>org.apache.commons</groupId>
+ <artifactId>commons-parent</artifactId>
+ <version>3</version>
+ </parent>
+ <modelVersion>4.0.0</modelVersion>
+ <groupId>commons-email</groupId>
+ <artifactId>commons-email</artifactId>
+ <version>1.1-SNAPSHOT</version>
+ <name>Commons-Email</name>
+
+ <inceptionYear>2001</inceptionYear>
+ <description>
+ Commons-Email aims to provide a API for sending email. It is built on
top of
+ the JavaMail API, which it aims to simplify.
+ </description>
+
+ <url>http://commons.apache.org/email/</url>
+
+ <issueManagement>
+ <system>jira</system>
+ <url>http://issues.apache.org/jira/browse/EMAIL</url>
+ </issueManagement>
+
+ <scm>
+
<connection>scm:svn:https://svn.apache.org/repos/asf/commons/proper/email/trunk</connection>
+
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/commons/proper/email/trunk</developerConnection>
+ <url>http://svn.apache.org/viewvc/commons/proper/email/trunk</url>
+ </scm>
+
+ <developers>
+ <developer>
+ <name>dIon Gillard</name>
+ <id>dion</id>
+ <email>[EMAIL PROTECTED]</email>
+ <organization>Apache Software Foundation</organization>
+ <roles>
+ <role>Java Developer</role>
+ </roles>
+ </developer>
+ <developer>
+ <name>John McNally</name>
+ <id>jmcnally</id>
+ <email>[EMAIL PROTECTED]</email>
+ <organization>CollabNet, Inc.</organization>
+ <roles/>
+ </developer>
+ <developer>
+ <name>Quinton McCombs</name>
+ <id>quintonm</id>
+ <email>[EMAIL PROTECTED]</email>
+ <organization>NequalsOne, LLC.</organization>
+ <roles/>
+ </developer>
+ <developer>
+ <name>Eric Pugh</name>
+ <id>epugh</id>
+ <email>[EMAIL PROTECTED]</email>
+ <organization>OpenSource Connections</organization>
+ <roles/>
+ </developer>
+ <developer>
+ <name>Daniel Rall</name>
+ <id>dlr</id>
+ <email>[EMAIL PROTECTED]</email>
+ <organization>CollabNet, Inc.</organization>
+ <roles/>
+ </developer>
+ <developer>
+ <name>Jon Scott Stevens</name>
+ <id>jon</id>
+ <email>[EMAIL PROTECTED]</email>
+ <organization>CollabNet, Inc.</organization>
+ <roles/>
+ </developer>
+ <developer>
+ <name>Jason van Zyl</name>
+ <id>jvanzyl</id>
+ <email>[EMAIL PROTECTED]</email>
+ <organization>Zenplex</organization>
+ <roles/>
+ </developer>
+ <developer>
+ <name>Joe Germuska</name>
+ <id>germuska</id>
+ <email>[EMAIL PROTECTED]</email>
+ <roles/>
+ </developer>
+ <developer>
+ <name>Robert Burrell Donkin</name>
+ <id>rdonkin</id>
+ <email>[EMAIL PROTECTED]</email>
+ <roles/>
+ </developer>
+ <developer>
+ <name>Henning P. Schmiedehausen</name>
+ <id>henning</id>
+ <email>[EMAIL PROTECTED]</email>
+ <organization>INTERMETA - Gesellschaft fuer Mehrwertdienste
mbH</organization>
+ <roles>
+ <role>Java Developer</role>
+ </roles>
+ <timezone>2</timezone>
+ </developer>
+ <developer>
+ <name>Stephen Colebourne</name>
+ <id>scolebourne</id>
+ <roles/>
+ <timezone>0</timezone>
+ </developer>
+ <developer>
+ <name>Ben Speakmon</name>
+ <id>bspeakmon</id>
+ <email>[EMAIL PROTECTED]</email>
+ <organization>Apache Software Foundation</organization>
+ <roles>
+ <role>Java Developer</role>
+ </roles>
+ <timezone>-8</timezone>
+ </developer>
+ </developers>
+ <contributors>
+ <contributor>
+ <name>Mark Lowe</name>
+ <email>[EMAIL PROTECTED]</email>
+ <roles/>
+ </contributor>
+ <contributor>
+ <name>Niall Pemberton</name>
+ <roles/>
+ </contributor>
+ <contributor>
+ <name>Corey Scott</name>
+ <email>[EMAIL PROTECTED]</email>
+ <roles/>
+ </contributor>
+ <contributor>
+ <name>Eric Spiegelberg</name>
+ <email>[EMAIL PROTECTED]</email>
+ <roles/>
+ </contributor>
+ <contributor>
+ <name>Matthias Wessendorf</name>
+ <email>[EMAIL PROTECTED]</email>
+ <roles/>
+ </contributor>
+ </contributors>
+
+ <dependencies>
+ <dependency>
+ <groupId>javax.mail</groupId>
+ <artifactId>mail</artifactId>
+ <version>1.4</version>
+ <!--<url>http://java.sun.com/products/javamail/</url>-->
+ </dependency>
+ <dependency>
+ <groupId>javax.activation</groupId>
+ <artifactId>activation</artifactId>
+ <version>1.1</version>
+
<!--<url>http://java.sun.com/products/javabeans/glasgow/jaf.html</url>-->
+ </dependency>
+ <dependency>
+ <groupId>junit</groupId>
+ <artifactId>junit</artifactId>
+ <version>3.8.1</version>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
+ <groupId>net.sf.retrotranslator</groupId>
+ <artifactId>retrotranslator-runtime</artifactId>
+ <version>1.2.1</version>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.subethamail</groupId>
+ <artifactId>subethasmtp-smtp</artifactId>
+ <version>1.2</version>
+ <classifier>java14</classifier>
+ <!--<url>http://subethasmtp.tigris.org/</url>-->
+ <scope>test</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.subethamail</groupId>
+ <artifactId>subethasmtp-wiser</artifactId>
+ <version>1.2</version>
+ <classifier>java14</classifier>
+ <!--<url>http://subethasmtp.tigris.org/wiser.html</url>-->
+ <scope>test</scope>
+ <exclusions>
+ <exclusion>
+ <groupId>org.subethamail</groupId>
+ <artifactId>subethasmtp-smtp</artifactId>
+ </exclusion>
+ </exclusions>
+ </dependency>
+ <dependency>
+ <groupId>commons-logging</groupId>
+ <artifactId>commons-logging</artifactId>
+ <version>1.1</version>
+ <!--<url>http://commons.apache.org/logging/</url>-->
+ <scope>test</scope>
+ </dependency>
+ <dependency>
+ <groupId>maven-plugins</groupId>
+ <artifactId>maven-findbugs-plugin</artifactId>
+ <version>0.9.2</version>
+
<!--<url>http://maven-plugins.sourceforge.net/maven-findbugs-plugin/</url>-->
+ <type>plugin</type>
+ <scope>test</scope>
+ </dependency>
+ </dependencies>
+
+ <build>
+ <sourceDirectory>src/java</sourceDirectory>
+ <testSourceDirectory>src/test</testSourceDirectory>
+ <resources>
+ <resource>
+ <directory>.</directory>
+ <targetPath>META-INF</targetPath>
+ <includes>
+ <include>NOTICE.txt</include>
+ <include>LICENSE.txt</include>
+ </includes>
+ </resource>
+ </resources>
+ <testResources>
+ <testResource>
+ <directory>src/test</directory>
+ <excludes>
+ <exclude>**/*.java</exclude>
+ </excludes>
+ </testResource>
+ </testResources>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-compiler-plugin</artifactId>
+ <configuration>
+ <source>1.4</source>
+ <target>1.4</target>
+ </configuration>
+ </plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-surefire-plugin</artifactId>
+ <configuration>
+ <!-- exclude test case support classes -->
+ <excludes>
+
<exclude>org/apache/commons/mail/BaseEmailTestCase.java</exclude>
+ <exclude>org/apache/commons/mail/mocks/*</exclude>
+ <exclude>org/apache/commons/mail/settings/*</exclude>
+ </excludes>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
+
+ <reporting>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-checkstyle-plugin</artifactId>
+ <configuration>
+ <configLocation>conf/checkstyle.xml</configLocation>
+ </configuration>
+ </plugin>
+ </plugins>
+ </reporting>
+
+</project>
Propchange: jakarta/commons/proper/email/trunk/pom.xml
------------------------------------------------------------------------------
svn:eol-style = native
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]