[jboss-cvs] Repository SVN: r30457 - in glassfish/javamail: 1.4.2-brew and 2 other directories.
jboss-cvs-commits at lists.jboss.org
jboss-cvs-commits at lists.jboss.org
Tue Oct 27 11:21:30 EDT 2009
Author: mbenitez
Date: 2009-10-27 11:21:30 -0400 (Tue, 27 Oct 2009)
New Revision: 30457
Added:
glassfish/javamail/1.4.2-brew/
glassfish/javamail/1.4.2-brew/component-info.xml
glassfish/javamail/1.4.2-brew/lib/
glassfish/javamail/1.4.2-brew/lib/mail.jar
glassfish/javamail/1.4.2-brew/lib/mail.pom
glassfish/javamail/1.4.2-brew/src/
glassfish/javamail/1.4.2-brew/src/glassfish-javamail-1.4.2.tar.bz2
glassfish/javamail/1.4.2-brew/src/glassfish-javamail-license-1.4.2.tar.bz2
glassfish/javamail/1.4.2-brew/src/mail-1.4.2.pom
Log:
Add brew-build 1.4.2-brew
Added: glassfish/javamail/1.4.2-brew/component-info.xml
===================================================================
--- glassfish/javamail/1.4.2-brew/component-info.xml (rev 0)
+++ glassfish/javamail/1.4.2-brew/component-info.xml 2009-10-27 15:21:30 UTC (rev 30457)
@@ -0,0 +1,16 @@
+<project name="glassfish-javamail-component-info">
+
+ <component id="glassfish/javamail"
+ version="1.4.2-brew"
+ licenseType="cddl"
+ projectHome="https://glassfish.dev.java.net/javaee5/mail/"
+ description="JavaMail APIs from glashfish(http://wiki.java.net/bin/view/Projects/GlassFishCodeDependencies)"
+ tag="glassfish-javamail-1_4_2-0jpp_ep1_2_el4">
+ <artifact id="mail.jar"/>
+ <export>
+ <include input="mail.jar"/>
+ </export>
+ </component>
+
+
+</project>
Added: glassfish/javamail/1.4.2-brew/lib/mail.jar
===================================================================
(Binary files differ)
Property changes on: glassfish/javamail/1.4.2-brew/lib/mail.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: glassfish/javamail/1.4.2-brew/lib/mail.pom
===================================================================
--- glassfish/javamail/1.4.2-brew/lib/mail.pom (rev 0)
+++ glassfish/javamail/1.4.2-brew/lib/mail.pom 2009-10-27 15:21:30 UTC (rev 30457)
@@ -0,0 +1,104 @@
+<?xml version="1.0" encoding="iso-8859-1"?>
+<!--
+ DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
+
+ Copyright 1997-2009 Sun Microsystems, Inc. All rights reserved.
+
+ The contents of this file are subject to the terms of either the GNU
+ General Public License Version 2 only ("GPL") or the Common Development
+ and Distribution License("CDDL") (collectively, the "License"). You
+ may not use this file except in compliance with the License. You can obtain
+ a copy of the License at https://glassfish.dev.java.net/public/CDDL+GPL.html
+ or glassfish/bootstrap/legal/LICENSE.txt. See the License for the specific
+ language governing permissions and limitations under the License.
+
+ When distributing the software, include this License Header Notice in each
+ file and include the License file at glassfish/bootstrap/legal/LICENSE.txt.
+ Sun designates this particular file as subject to the "Classpath" exception
+ as provided by Sun in the GPL Version 2 section of the License file that
+ accompanied this code. If applicable, add the following below the License
+ Header, with the fields enclosed by brackets [] replaced by your own
+ identifying information: "Portions Copyrighted [year]
+ [name of copyright owner]"
+
+ Contributor(s):
+
+ If you wish your version of this file to be governed by only the CDDL or
+ only the GPL Version 2, indicate your decision by adding "[Contributor]
+ elects to include this software in this distribution under the [CDDL or GPL
+ Version 2] license." If you don't indicate a single choice of license, a
+ recipient has the option to distribute your version of this file under
+ either the CDDL, the GPL Version 2 or to extend the choice of license to
+ its licensees as provided above. However, if you add GPL Version 2 code
+ and therefore, elected the GPL Version 2 license, then the option applies
+ only if the new code is made subject to such option by the copyright
+ holder.
+-->
+
+<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>com.sun.mail</groupId>
+ <artifactId>all</artifactId>
+ <version>1.4.2</version>
+ </parent>
+ <modelVersion>4.0.0</modelVersion>
+ <groupId>javax.mail</groupId>
+ <artifactId>mail</artifactId>
+ <packaging>jar</packaging>
+ <name>JavaMail API</name>
+
+ <properties>
+ <mail.extensionName>
+ javax.mail
+ </mail.extensionName>
+ <mail.specificationTitle>
+ JavaMail(TM) API Design Specification
+ </mail.specificationTitle>
+ <mail.implementationTitle>
+ javax.mail
+ </mail.implementationTitle>
+ <mail.packages.export>
+ javax.mail.*; version=${mail.spec.version},
+ com.sun.mail.imap; version=${mail.version},
+ com.sun.mail.pop3; version=${mail.version},
+ com.sun.mail.smtp; version=${mail.version},
+ com.sun.mail.util; version=${mail.version}
+ </mail.packages.export>
+ </properties>
+
+ <build>
+ <resources>
+ <resource>
+ <directory>src/main/resources</directory>
+ <filtering>true</filtering>
+ </resource>
+ </resources>
+ </build>
+
+ <reporting>
+ <plugins>
+ <plugin>
+ <groupId>org.codehaus.mojo</groupId>
+ <artifactId>findbugs-maven-plugin</artifactId>
+ <version>2.0-SNAPSHOT</version>
+ <configuration>
+ <threshold>Normal</threshold>
+ </configuration>
+ </plugin>
+ </plugins>
+ </reporting>
+
+ <pluginRepositories>
+ <!-- Repository for the SNAPSHOT version of findbugs plugin -->
+ <pluginRepository>
+ <id>codehaus-snapshot-repository</id>
+ <url>http://snapshots.repository.codehaus.org/</url>
+ <snapshots>
+ <updatePolicy>daily</updatePolicy>
+ </snapshots>
+ </pluginRepository>
+ </pluginRepositories>
+</project>
Added: glassfish/javamail/1.4.2-brew/src/glassfish-javamail-1.4.2.tar.bz2
===================================================================
(Binary files differ)
Property changes on: glassfish/javamail/1.4.2-brew/src/glassfish-javamail-1.4.2.tar.bz2
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: glassfish/javamail/1.4.2-brew/src/glassfish-javamail-license-1.4.2.tar.bz2
===================================================================
(Binary files differ)
Property changes on: glassfish/javamail/1.4.2-brew/src/glassfish-javamail-license-1.4.2.tar.bz2
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: glassfish/javamail/1.4.2-brew/src/mail-1.4.2.pom
===================================================================
--- glassfish/javamail/1.4.2-brew/src/mail-1.4.2.pom (rev 0)
+++ glassfish/javamail/1.4.2-brew/src/mail-1.4.2.pom 2009-10-27 15:21:30 UTC (rev 30457)
@@ -0,0 +1,104 @@
+<?xml version="1.0" encoding="iso-8859-1"?>
+<!--
+ DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
+
+ Copyright 1997-2009 Sun Microsystems, Inc. All rights reserved.
+
+ The contents of this file are subject to the terms of either the GNU
+ General Public License Version 2 only ("GPL") or the Common Development
+ and Distribution License("CDDL") (collectively, the "License"). You
+ may not use this file except in compliance with the License. You can obtain
+ a copy of the License at https://glassfish.dev.java.net/public/CDDL+GPL.html
+ or glassfish/bootstrap/legal/LICENSE.txt. See the License for the specific
+ language governing permissions and limitations under the License.
+
+ When distributing the software, include this License Header Notice in each
+ file and include the License file at glassfish/bootstrap/legal/LICENSE.txt.
+ Sun designates this particular file as subject to the "Classpath" exception
+ as provided by Sun in the GPL Version 2 section of the License file that
+ accompanied this code. If applicable, add the following below the License
+ Header, with the fields enclosed by brackets [] replaced by your own
+ identifying information: "Portions Copyrighted [year]
+ [name of copyright owner]"
+
+ Contributor(s):
+
+ If you wish your version of this file to be governed by only the CDDL or
+ only the GPL Version 2, indicate your decision by adding "[Contributor]
+ elects to include this software in this distribution under the [CDDL or GPL
+ Version 2] license." If you don't indicate a single choice of license, a
+ recipient has the option to distribute your version of this file under
+ either the CDDL, the GPL Version 2 or to extend the choice of license to
+ its licensees as provided above. However, if you add GPL Version 2 code
+ and therefore, elected the GPL Version 2 license, then the option applies
+ only if the new code is made subject to such option by the copyright
+ holder.
+-->
+
+<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>com.sun.mail</groupId>
+ <artifactId>all</artifactId>
+ <version>1.4.2</version>
+ </parent>
+ <modelVersion>4.0.0</modelVersion>
+ <groupId>javax.mail</groupId>
+ <artifactId>mail</artifactId>
+ <packaging>jar</packaging>
+ <name>JavaMail API</name>
+
+ <properties>
+ <mail.extensionName>
+ javax.mail
+ </mail.extensionName>
+ <mail.specificationTitle>
+ JavaMail(TM) API Design Specification
+ </mail.specificationTitle>
+ <mail.implementationTitle>
+ javax.mail
+ </mail.implementationTitle>
+ <mail.packages.export>
+ javax.mail.*; version=${mail.spec.version},
+ com.sun.mail.imap; version=${mail.version},
+ com.sun.mail.pop3; version=${mail.version},
+ com.sun.mail.smtp; version=${mail.version},
+ com.sun.mail.util; version=${mail.version}
+ </mail.packages.export>
+ </properties>
+
+ <build>
+ <resources>
+ <resource>
+ <directory>src/main/resources</directory>
+ <filtering>true</filtering>
+ </resource>
+ </resources>
+ </build>
+
+ <reporting>
+ <plugins>
+ <plugin>
+ <groupId>org.codehaus.mojo</groupId>
+ <artifactId>findbugs-maven-plugin</artifactId>
+ <version>2.0-SNAPSHOT</version>
+ <configuration>
+ <threshold>Normal</threshold>
+ </configuration>
+ </plugin>
+ </plugins>
+ </reporting>
+
+ <pluginRepositories>
+ <!-- Repository for the SNAPSHOT version of findbugs plugin -->
+ <pluginRepository>
+ <id>codehaus-snapshot-repository</id>
+ <url>http://snapshots.repository.codehaus.org/</url>
+ <snapshots>
+ <updatePolicy>daily</updatePolicy>
+ </snapshots>
+ </pluginRepository>
+ </pluginRepositories>
+</project>
More information about the jboss-cvs-commits
mailing list