Return-Path: X-Original-To: apmail-geronimo-scm-archive@www.apache.org Delivered-To: apmail-geronimo-scm-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id F11344AFC for ; Tue, 31 May 2011 07:26:20 +0000 (UTC) Received: (qmail 64372 invoked by uid 500); 31 May 2011 07:26:20 -0000 Delivered-To: apmail-geronimo-scm-archive@geronimo.apache.org Received: (qmail 64337 invoked by uid 500); 31 May 2011 07:26:19 -0000 Mailing-List: contact scm-help@geronimo.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: dev@geronimo.apache.org List-Id: Delivered-To: mailing list scm@geronimo.apache.org Received: (qmail 64330 invoked by uid 99); 31 May 2011 07:26:17 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 31 May 2011 07:26:17 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 31 May 2011 07:26:15 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 1C33E23888FD; Tue, 31 May 2011 07:25:54 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1129518 - in /geronimo/server/trunk/plugins/webservices/geronimo-webservices: pom.xml src/main/resources/ src/main/resources/META-INF/ src/main/resources/META-INF/mailcap Date: Tue, 31 May 2011 07:25:54 -0000 To: scm@geronimo.apache.org From: xuhaihong@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20110531072554.1C33E23888FD@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: xuhaihong Date: Tue May 31 07:25:52 2011 New Revision: 1129518 URL: http://svn.apache.org/viewvc?rev=1129518&view=rev Log: Add mailcap file to enable the jpeg content handler Added: geronimo/server/trunk/plugins/webservices/geronimo-webservices/src/main/resources/ geronimo/server/trunk/plugins/webservices/geronimo-webservices/src/main/resources/META-INF/ geronimo/server/trunk/plugins/webservices/geronimo-webservices/src/main/resources/META-INF/mailcap Modified: geronimo/server/trunk/plugins/webservices/geronimo-webservices/pom.xml Modified: geronimo/server/trunk/plugins/webservices/geronimo-webservices/pom.xml URL: http://svn.apache.org/viewvc/geronimo/server/trunk/plugins/webservices/geronimo-webservices/pom.xml?rev=1129518&r1=1129517&r2=1129518&view=diff ============================================================================== --- geronimo/server/trunk/plugins/webservices/geronimo-webservices/pom.xml (original) +++ geronimo/server/trunk/plugins/webservices/geronimo-webservices/pom.xml Tue May 31 07:25:52 2011 @@ -124,5 +124,26 @@ + + + + org.codehaus.mojo + xmlbeans-maven-plugin + + + org.apache.felix + maven-bundle-plugin + + + + + org.apache.geronimo.javamail.handlers, + * + + + + + + Added: geronimo/server/trunk/plugins/webservices/geronimo-webservices/src/main/resources/META-INF/mailcap URL: http://svn.apache.org/viewvc/geronimo/server/trunk/plugins/webservices/geronimo-webservices/src/main/resources/META-INF/mailcap?rev=1129518&view=auto ============================================================================== --- geronimo/server/trunk/plugins/webservices/geronimo-webservices/src/main/resources/META-INF/mailcap (added) +++ geronimo/server/trunk/plugins/webservices/geronimo-webservices/src/main/resources/META-INF/mailcap Tue May 31 07:25:52 2011 @@ -0,0 +1,22 @@ +## +## 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. +## +## $Rev$ $Date$ +## + +image/gif;; x-java-content-handler=org.apache.geronimo.javamail.handlers.ImageGifHandler +image/jpeg;; x-java-content-handler=org.apache.geronimo.javamail.handlers.ImageJpegHandler +image/jpg;; x-java-content-handler=org.apache.geronimo.javamail.handlers.ImageJpegHandler