Return-Path: Delivered-To: apmail-geronimo-scm-archive@www.apache.org Received: (qmail 33904 invoked from network); 1 Oct 2007 19:22:07 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 1 Oct 2007 19:22:07 -0000 Received: (qmail 56076 invoked by uid 500); 1 Oct 2007 19:21:56 -0000 Delivered-To: apmail-geronimo-scm-archive@geronimo.apache.org Received: (qmail 56056 invoked by uid 500); 1 Oct 2007 19:21:56 -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 56045 invoked by uid 99); 1 Oct 2007 19:21:56 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 01 Oct 2007 12:21:56 -0700 X-ASF-Spam-Status: No, hits=-100.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; Mon, 01 Oct 2007 19:22:05 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id A8E8D1A9832; Mon, 1 Oct 2007 12:21:15 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r581041 - in /geronimo/devtools/eclipse-plugin/trunk/plugins: ./ org.apache.geronimo.deployment.model.edit/ org.apache.geronimo.deployment.model/ org.apache.geronimo.runtime.common/ org.apache.geronimo.runtime.v1/ org.apache.geronimo.runtim... Date: Mon, 01 Oct 2007 19:21:14 -0000 To: scm@geronimo.apache.org From: mcconne@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20071001192115.A8E8D1A9832@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: mcconne Date: Mon Oct 1 12:21:13 2007 New Revision: 581041 URL: http://svn.apache.org/viewvc?rev=581041&view=rev Log: GERONIMODEVTOOLS-228 Fix maven-clean-plugin include/exclude tags Modified: geronimo/devtools/eclipse-plugin/trunk/plugins/org.apache.geronimo.deployment.model.edit/pom.xml geronimo/devtools/eclipse-plugin/trunk/plugins/org.apache.geronimo.deployment.model/pom.xml geronimo/devtools/eclipse-plugin/trunk/plugins/org.apache.geronimo.runtime.common/pom.xml geronimo/devtools/eclipse-plugin/trunk/plugins/org.apache.geronimo.runtime.v1/pom.xml geronimo/devtools/eclipse-plugin/trunk/plugins/org.apache.geronimo.runtime.v11/pom.xml geronimo/devtools/eclipse-plugin/trunk/plugins/org.apache.geronimo.runtime.v12/pom.xml geronimo/devtools/eclipse-plugin/trunk/plugins/org.apache.geronimo.runtime.v20/pom.xml geronimo/devtools/eclipse-plugin/trunk/plugins/org.apache.geronimo.v11.deployment.model.edit/pom.xml geronimo/devtools/eclipse-plugin/trunk/plugins/pom.xml Modified: geronimo/devtools/eclipse-plugin/trunk/plugins/org.apache.geronimo.deployment.model.edit/pom.xml URL: http://svn.apache.org/viewvc/geronimo/devtools/eclipse-plugin/trunk/plugins/org.apache.geronimo.deployment.model.edit/pom.xml?rev=581041&r1=581040&r2=581041&view=diff ============================================================================== --- geronimo/devtools/eclipse-plugin/trunk/plugins/org.apache.geronimo.deployment.model.edit/pom.xml (original) +++ geronimo/devtools/eclipse-plugin/trunk/plugins/org.apache.geronimo.deployment.model.edit/pom.xml Mon Oct 1 12:21:13 2007 @@ -159,6 +159,40 @@ + + maven-clean-plugin + + + + ${pom.basedir} + + plugin.* + *.properties + icons + src/org/openejb + src/org/apache/geronimo/deployment + src/org/apache/geronimo/xml/ns/j2ee + **/provider/*.java + + + **/provider/DependencyTypeItemProvider.java + **/provider/DeploymentItemProviderAdapterFactory.java + **/provider/EjbLocalRefTypeItemProvider.java + **/provider/EjbRefTypeItemProvider.java + **/provider/GbeanRefTypeItemProvider.java + **/provider/GbeanTypeItemProvider.java + **/provider/NamingItemProviderAdapterFactory.java + **/provider/ResourceEnvRefTypeItemProvider.java + **/provider/ResourceRefTypeItemProvider.java + **/provider/RoleTypeItemProvider.java + **/provider/SecurityItemProviderAdapterFactory.java + **/provider/ServiceRefTypeItemProvider.java + + true + + + + Modified: geronimo/devtools/eclipse-plugin/trunk/plugins/org.apache.geronimo.deployment.model/pom.xml URL: http://svn.apache.org/viewvc/geronimo/devtools/eclipse-plugin/trunk/plugins/org.apache.geronimo.deployment.model/pom.xml?rev=581041&r1=581040&r2=581041&view=diff ============================================================================== --- geronimo/devtools/eclipse-plugin/trunk/plugins/org.apache.geronimo.deployment.model/pom.xml (original) +++ geronimo/devtools/eclipse-plugin/trunk/plugins/org.apache.geronimo.deployment.model/pom.xml Mon Oct 1 12:21:13 2007 @@ -146,6 +146,21 @@ + + maven-clean-plugin + + + + ${pom.basedir} + + plugin.* + *.properties + src + + + + + Modified: geronimo/devtools/eclipse-plugin/trunk/plugins/org.apache.geronimo.runtime.common/pom.xml URL: http://svn.apache.org/viewvc/geronimo/devtools/eclipse-plugin/trunk/plugins/org.apache.geronimo.runtime.common/pom.xml?rev=581041&r1=581040&r2=581041&view=diff ============================================================================== --- geronimo/devtools/eclipse-plugin/trunk/plugins/org.apache.geronimo.runtime.common/pom.xml (original) +++ geronimo/devtools/eclipse-plugin/trunk/plugins/org.apache.geronimo.runtime.common/pom.xml Mon Oct 1 12:21:13 2007 @@ -127,6 +127,20 @@ maven-jar-plugin + + maven-clean-plugin + + + + ${pom.basedir} + + .classpath + lib + + + + + Modified: geronimo/devtools/eclipse-plugin/trunk/plugins/org.apache.geronimo.runtime.v1/pom.xml URL: http://svn.apache.org/viewvc/geronimo/devtools/eclipse-plugin/trunk/plugins/org.apache.geronimo.runtime.v1/pom.xml?rev=581041&r1=581040&r2=581041&view=diff ============================================================================== --- geronimo/devtools/eclipse-plugin/trunk/plugins/org.apache.geronimo.runtime.v1/pom.xml (original) +++ geronimo/devtools/eclipse-plugin/trunk/plugins/org.apache.geronimo.runtime.v1/pom.xml Mon Oct 1 12:21:13 2007 @@ -158,6 +158,20 @@ maven-jar-plugin + + maven-clean-plugin + + + + ${pom.basedir} + + lib + .classpath + + + + + Modified: geronimo/devtools/eclipse-plugin/trunk/plugins/org.apache.geronimo.runtime.v11/pom.xml URL: http://svn.apache.org/viewvc/geronimo/devtools/eclipse-plugin/trunk/plugins/org.apache.geronimo.runtime.v11/pom.xml?rev=581041&r1=581040&r2=581041&view=diff ============================================================================== --- geronimo/devtools/eclipse-plugin/trunk/plugins/org.apache.geronimo.runtime.v11/pom.xml (original) +++ geronimo/devtools/eclipse-plugin/trunk/plugins/org.apache.geronimo.runtime.v11/pom.xml Mon Oct 1 12:21:13 2007 @@ -168,6 +168,20 @@ maven-jar-plugin + + maven-clean-plugin + + + + ${pom.basedir} + + .classpath + lib + + + + + Modified: geronimo/devtools/eclipse-plugin/trunk/plugins/org.apache.geronimo.runtime.v12/pom.xml URL: http://svn.apache.org/viewvc/geronimo/devtools/eclipse-plugin/trunk/plugins/org.apache.geronimo.runtime.v12/pom.xml?rev=581041&r1=581040&r2=581041&view=diff ============================================================================== --- geronimo/devtools/eclipse-plugin/trunk/plugins/org.apache.geronimo.runtime.v12/pom.xml (original) +++ geronimo/devtools/eclipse-plugin/trunk/plugins/org.apache.geronimo.runtime.v12/pom.xml Mon Oct 1 12:21:13 2007 @@ -168,6 +168,20 @@ maven-jar-plugin + + maven-clean-plugin + + + + ${pom.basedir} + + .classpath + lib + + + + + Modified: geronimo/devtools/eclipse-plugin/trunk/plugins/org.apache.geronimo.runtime.v20/pom.xml URL: http://svn.apache.org/viewvc/geronimo/devtools/eclipse-plugin/trunk/plugins/org.apache.geronimo.runtime.v20/pom.xml?rev=581041&r1=581040&r2=581041&view=diff ============================================================================== --- geronimo/devtools/eclipse-plugin/trunk/plugins/org.apache.geronimo.runtime.v20/pom.xml (original) +++ geronimo/devtools/eclipse-plugin/trunk/plugins/org.apache.geronimo.runtime.v20/pom.xml Mon Oct 1 12:21:13 2007 @@ -182,6 +182,20 @@ maven-jar-plugin + + maven-clean-plugin + + + + ${pom.basedir} + + .classpath + lib + + + + + Modified: geronimo/devtools/eclipse-plugin/trunk/plugins/org.apache.geronimo.v11.deployment.model.edit/pom.xml URL: http://svn.apache.org/viewvc/geronimo/devtools/eclipse-plugin/trunk/plugins/org.apache.geronimo.v11.deployment.model.edit/pom.xml?rev=581041&r1=581040&r2=581041&view=diff ============================================================================== --- geronimo/devtools/eclipse-plugin/trunk/plugins/org.apache.geronimo.v11.deployment.model.edit/pom.xml (original) +++ geronimo/devtools/eclipse-plugin/trunk/plugins/org.apache.geronimo.v11.deployment.model.edit/pom.xml Mon Oct 1 12:21:13 2007 @@ -159,6 +159,40 @@ + + maven-clean-plugin + + + + ${pom.basedir} + + plugin.* + *.properties + icons + src/org/openejb + src/org/apache/geronimo/v11 + src/org/apache/geronimo/xml/ns/j2ee + **/provider/*.java + + + **/provider/ArtifactTypeItemProvider.java + **/provider/DeploymentItemProviderAdapterFactory.java + **/provider/EjbLocalRefTypeItemProvider.java + **/provider/EjbRefTypeItemProvider.java + **/provider/GbeanRefTypeItemProvider.java + **/provider/GbeanTypeItemProvider.java + **/provider/NamingItemProviderAdapterFactory.java + **/provider/ResourceEnvRefTypeItemProvider.java + **/provider/ResourceRefTypeItemProvider.java + **/provider/RoleTypeItemProvider.java + **/provider/SecurityItemProviderAdapterFactory.java + **/provider/ServiceRefTypeItemProvider.java + + true + + + + Modified: geronimo/devtools/eclipse-plugin/trunk/plugins/pom.xml URL: http://svn.apache.org/viewvc/geronimo/devtools/eclipse-plugin/trunk/plugins/pom.xml?rev=581041&r1=581040&r2=581041&view=diff ============================================================================== --- geronimo/devtools/eclipse-plugin/trunk/plugins/pom.xml (original) +++ geronimo/devtools/eclipse-plugin/trunk/plugins/pom.xml Mon Oct 1 12:21:13 2007 @@ -39,6 +39,7 @@ ${pom.basedir} .metadata + *.log