Return-Path: Delivered-To: apmail-felix-commits-archive@www.apache.org Received: (qmail 41684 invoked from network); 20 Feb 2008 00:07:46 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 20 Feb 2008 00:07:46 -0000 Received: (qmail 25431 invoked by uid 500); 20 Feb 2008 00:07:41 -0000 Delivered-To: apmail-felix-commits-archive@felix.apache.org Received: (qmail 25404 invoked by uid 500); 20 Feb 2008 00:07:41 -0000 Mailing-List: contact commits-help@felix.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@felix.apache.org Delivered-To: mailing list commits@felix.apache.org Received: (qmail 25395 invoked by uid 99); 20 Feb 2008 00:07:41 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 19 Feb 2008 16:07:40 -0800 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO eris.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 20 Feb 2008 00:07:03 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id C19E81A9832; Tue, 19 Feb 2008 16:07:22 -0800 (PST) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r629282 - in /felix/trunk/bundleplugin/src/main/java/org/apache/felix/obrplugin: ObrDeploy.java ObrInstall.java Date: Wed, 20 Feb 2008 00:07:22 -0000 To: commits@felix.apache.org From: mcculls@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20080220000722.C19E81A9832@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: mcculls Date: Tue Feb 19 16:07:17 2008 New Revision: 629282 URL: http://svn.apache.org/viewvc?rev=629282&view=rev Log: Change default supported types for bundle:install and bundle:deploy to just 'bundle' Modified: felix/trunk/bundleplugin/src/main/java/org/apache/felix/obrplugin/ObrDeploy.java felix/trunk/bundleplugin/src/main/java/org/apache/felix/obrplugin/ObrInstall.java Modified: felix/trunk/bundleplugin/src/main/java/org/apache/felix/obrplugin/ObrDeploy.java URL: http://svn.apache.org/viewvc/felix/trunk/bundleplugin/src/main/java/org/apache/felix/obrplugin/ObrDeploy.java?rev=629282&r1=629281&r2=629282&view=diff ============================================================================== --- felix/trunk/bundleplugin/src/main/java/org/apache/felix/obrplugin/ObrDeploy.java (original) +++ felix/trunk/bundleplugin/src/main/java/org/apache/felix/obrplugin/ObrDeploy.java Tue Feb 19 16:07:17 2008 @@ -74,7 +74,7 @@ * @parameter */ private List supportedProjectTypes = Arrays.asList( new String[] - { "jar", "bundle" } ); + { "bundle" } ); /** * @parameter expression="${project.distributionManagementArtifactRepository}" Modified: felix/trunk/bundleplugin/src/main/java/org/apache/felix/obrplugin/ObrInstall.java URL: http://svn.apache.org/viewvc/felix/trunk/bundleplugin/src/main/java/org/apache/felix/obrplugin/ObrInstall.java?rev=629282&r1=629281&r2=629282&view=diff ============================================================================== --- felix/trunk/bundleplugin/src/main/java/org/apache/felix/obrplugin/ObrInstall.java (original) +++ felix/trunk/bundleplugin/src/main/java/org/apache/felix/obrplugin/ObrInstall.java Tue Feb 19 16:07:17 2008 @@ -55,7 +55,7 @@ * @parameter */ private List supportedProjectTypes = Arrays.asList( new String[] - { "jar", "bundle" } ); + { "bundle" } ); /** * Local Repository.