Return-Path: Delivered-To: apmail-maven-commits-archive@www.apache.org Received: (qmail 50863 invoked from network); 30 Nov 2006 11:50:08 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 30 Nov 2006 11:50:08 -0000 Received: (qmail 69479 invoked by uid 500); 30 Nov 2006 11:50:16 -0000 Delivered-To: apmail-maven-commits-archive@maven.apache.org Received: (qmail 69428 invoked by uid 500); 30 Nov 2006 11:50:16 -0000 Mailing-List: contact commits-help@maven.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@maven.apache.org Delivered-To: mailing list commits@maven.apache.org Received: (qmail 69413 invoked by uid 99); 30 Nov 2006 11:50:16 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 30 Nov 2006 03:50:16 -0800 X-ASF-Spam-Status: No, hits=-9.4 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME 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; Thu, 30 Nov 2006 03:50:06 -0800 Received: by eris.apache.org (Postfix, from userid 65534) id A40791A984D; Thu, 30 Nov 2006 03:49:27 -0800 (PST) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r480902 - in /maven/maven-1/plugins/trunk/eclipse: ./ src/plugin-resources/templates/ src/plugin-resources/templates/wtp/ src/plugin-resources/templates/wtp/0.7/ src/plugin-resources/templates/wtp/1.5/ Date: Thu, 30 Nov 2006 11:49:27 -0000 To: commits@maven.apache.org From: aheritier@apache.org X-Mailer: svnmailer-1.1.0 Message-Id: <20061130114927.A40791A984D@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: aheritier Date: Thu Nov 30 03:49:26 2006 New Revision: 480902 URL: http://svn.apache.org/viewvc?view=rev&rev=480902 Log: MPECLIPSE-127 : Split settings for wtp 0.7 and wtp 1.5. Add the project facet configuration required by wtp 1.5 (with hardcoded value temporarly) Added: maven/maven-1/plugins/trunk/eclipse/src/plugin-resources/templates/wtp/ maven/maven-1/plugins/trunk/eclipse/src/plugin-resources/templates/wtp/0.7/ maven/maven-1/plugins/trunk/eclipse/src/plugin-resources/templates/wtp/0.7/wtpmodules.jelly - copied, changed from r480624, maven/maven-1/plugins/trunk/eclipse/src/plugin-resources/templates/wtpmodules.jelly maven/maven-1/plugins/trunk/eclipse/src/plugin-resources/templates/wtp/1.5/ maven/maven-1/plugins/trunk/eclipse/src/plugin-resources/templates/wtp/1.5/org.eclipse.wst.common.component.jelly maven/maven-1/plugins/trunk/eclipse/src/plugin-resources/templates/wtp/1.5/org.eclipse.wst.common.project.facet.core.xml.jelly Removed: maven/maven-1/plugins/trunk/eclipse/src/plugin-resources/templates/wtpmodules.jelly Modified: maven/maven-1/plugins/trunk/eclipse/plugin.jelly Modified: maven/maven-1/plugins/trunk/eclipse/plugin.jelly URL: http://svn.apache.org/viewvc/maven/maven-1/plugins/trunk/eclipse/plugin.jelly?view=diff&rev=480902&r1=480901&r2=480902 ============================================================================== --- maven/maven-1/plugins/trunk/eclipse/plugin.jelly (original) +++ maven/maven-1/plugins/trunk/eclipse/plugin.jelly Thu Nov 30 03:49:26 2006 @@ -154,28 +154,29 @@ - - - - - - + - + Creating ${basedir}/.wtpmodules ... + + + - + Creating ${basedir}/.settings/org.eclipse.wst.common.component ... + + + + Creating ${basedir}/.settings/org.eclipse.wst.common.project.facet.core.xml ... + + + maven.eclipse.wtp.version=${maven.eclipse.wtp.version} not supported. Please check the plugin documentation to have the list of supported values. - Creating ${modulesConfig} ... - - - @@ -323,13 +324,14 @@ - - - - - - - + + + + + + + + Cleaned up eclipse generated files Copied: maven/maven-1/plugins/trunk/eclipse/src/plugin-resources/templates/wtp/0.7/wtpmodules.jelly (from r480624, maven/maven-1/plugins/trunk/eclipse/src/plugin-resources/templates/wtpmodules.jelly) URL: http://svn.apache.org/viewvc/maven/maven-1/plugins/trunk/eclipse/src/plugin-resources/templates/wtp/0.7/wtpmodules.jelly?view=diff&rev=480902&p1=maven/maven-1/plugins/trunk/eclipse/src/plugin-resources/templates/wtpmodules.jelly&r1=480624&p2=maven/maven-1/plugins/trunk/eclipse/src/plugin-resources/templates/wtp/0.7/wtpmodules.jelly&r2=480902 ============================================================================== --- maven/maven-1/plugins/trunk/eclipse/src/plugin-resources/templates/wtpmodules.jelly (original) +++ maven/maven-1/plugins/trunk/eclipse/src/plugin-resources/templates/wtp/0.7/wtpmodules.jelly Thu Nov 30 03:49:26 2006 @@ -1,7 +1,7 @@ + + + + + + + + + + + + + + + + + + + + + + + + ${maven.eclipse.servletapilist} + + + + + + + + 2.4 + 2.3 + 2.2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + uses + + + + + + + + + + + + + + + + + uses + + + + + uses + + + + + + + + + + + \ No newline at end of file Added: maven/maven-1/plugins/trunk/eclipse/src/plugin-resources/templates/wtp/1.5/org.eclipse.wst.common.project.facet.core.xml.jelly URL: http://svn.apache.org/viewvc/maven/maven-1/plugins/trunk/eclipse/src/plugin-resources/templates/wtp/1.5/org.eclipse.wst.common.project.facet.core.xml.jelly?view=auto&rev=480902 ============================================================================== --- maven/maven-1/plugins/trunk/eclipse/src/plugin-resources/templates/wtp/1.5/org.eclipse.wst.common.project.facet.core.xml.jelly (added) +++ maven/maven-1/plugins/trunk/eclipse/src/plugin-resources/templates/wtp/1.5/org.eclipse.wst.common.project.facet.core.xml.jelly Thu Nov 30 03:49:26 2006 @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + + + + + \ No newline at end of file